Tags: solaris
Sep
19
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 »
Aug
30
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 »
Aug
17
# 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 »
Aug
17
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 »
Jun
15
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 »
Recent comments