SUN Solaris

Check Solaris OS Block Size

Default block size in Solaris is 8k (8192 bytes). Check the Solaris OS block size by typing: 1) df -g | grep ‘block size’ # df -g / 2) fstyp -v # fstyp -v /dev/rdsk/c1t0d0s0 | grep bsize Share

Configure Link Based Detection IPMP [Active-Standby]

1. Check Solaris version. At minimum Solaris 9 12/02 is needed. #uname -a SunOS XXXXX 5.10 Generic_118833-33 sun4u sparc SUNW,Netra-XXX 2. Set local mac address to true #eeprom local-mac-address?=true Share

Mount ISO image in Solaris

lofiadm administers lofi, the loopback file driver. lofi allows a file to be associated with a block device. That file can then be accessed through the block device. This is useful when the file contains an image of some filesystem (such as a floppy or CD-ROM image), because the block device can then be used [...]

Configure Probe Based IPMP [2 Public IP]

1. Check Solaris version. At minimum Solaris 8 10/00 is needed. # uname -a SunOS XXXXX 5.10 Generic_118833-33 sun4u sparc SUNW,Netra-XXX 2. Set local mac address to true # eeprom local-mac-address?=true Share

Configure Probe Based IPMP [1 Public IP]

1. Check Solaris version. At minimum Solaris 8 10/00 is needed. # uname -a SunOS XXXXX 5.10 Generic_118833-33 sun4u sparc SUNW,Netra-XXX 2. Set local mac address to true # eeprom local-mac-address?=true Share