Tags: solaris

Solaris: Workaround for incorrect LUN size issue

Solaris Send feedback »
Today i have faced this issue, i hope it will help you to resolve incorrect LUN size issue. You created a logical drive of capacity x GB, and mapped it so there is a LUN (Logical Unit Number) with size x GB. When you run format command, Solaris show… more »

Solaris OS Processes

Solaris Send feedback »
Every program you run in the Solaris OS creates a process. When you log in and start the shell, you start a process. When you perform a command or when you open an application, you start a process. The system starts processes called daemons. Daemons… more »

How do I mount fat32 in solaris?

Solaris Send feedback »
# mkdir /Windows # mount -F pcfs /dev/dsk/c0d0p0:c  /Windows Mount automatically during boot: You can make this mount automatically during boot by adding a line to the /etc/vfstab : /dev/dsk/c0d0p0:c  -  /Windows  pcfs  -  yes  - That "c" at the e… more »

How to setup DHCP client in Sun Solaris 10

Solaris Send feedback »
For Setting up a Sun Solaris Server to receive its IP address from a DHCP Server is fairly straight forward and is infact just a matter of setting up files on your Solaris Server. Ensure that every interface that is up and connects to a network has… more »

Solaris Filesystem Quotas

Solaris Send feedback »
A frequent source of grief for the UNIX administrator is the management of shared disk space. Users all too often consume all available disk space, thus precipitating errors for everyone using that filesystem. Unfriendly users can disrupt other users' w… more »