Have you ever confused about how to install a minimal-but-enough installation of solaris OS? Well I had.
It was some time ago I wanted to install Sun Solaris without graphical environment, but I still want some services like ssh and ftp server, and the powerful shell bash. You can always customize the software installation at the installation process, but I found it a bit frustating, because I have to examine the package one-by-one. On the other hand, installing a software by hand from the DVD might takes time to look for the right software since the filename is shortened.
Read more…
Categories: solaris Tags: free, install, network, open source, service, shell, software, solaris, ssh, sysadmin, unix
This is how to stop the machine requesting IP address to the DHCP server.
- Delete /etc/dhcp.[interface-name] file
- Put the hostname inside /etc/hostname.[interface=name]
- Put the static IP and hostname inside /etc/hosts
- Restart the system
jika kita temui pada linux pada umumnya untuk mengaktifkan / menonaktifkan service pada saat menyalakan server dengan memanipulasi file-file pada /etc/rc.d atau /etc/init.d, maka pada HP UX, kita dapat lakukan dengan mengubah harga variabel pada file-file yang terdapat pada /etc/rc.config.d
Misal untuk menonaktifkan email server, maka edit file /etc/rc.config.d/mailserv,dan ubah variabel :
SENDMAIL_SERVER=0
Cheers!