Solaris

Solaris : Emulex Firmware Upgrade

You will require the following files before you begin the upgrade:   solaris-2.1a18-6.02f-1a.tar lpfc-6.02f-sparc.tar EmlxApps300a39-Solaris.tar 1.Copy configuration files # cp -p /kernel/drv/lpfc.conf /kernel/drv/lpfc.conf.date # cp -p /kernel/drv/sd.conf /kernel/drv/sd.conf.date # cp -p /kernel/drv/st.conf /kernel/drv/st.conf.date # cp -p /etc/path_to_inst /etc/path_to_inst.date 2.Copy Driver / Firmware updates from shared area to local disk # mkdir /var/tmp/emulex # cp –p …

Solaris : Emulex Firmware Upgrade Read More »

Adding Static Route on Solaris System

How we can add static route onto solaris system using command line: # route add -net 10.0.0.0 10.1.50.250 Add to startup script: # vi /etc/init.d/static_routes /usr/sbin/route add -net 10.0.0.0 10.1.50.250 # ln -s /etc/init.d/static_routes S99static_routes

How to undelete any open, deleted file on linux / solaris

# uname -a SunOS cmsgcc 5.10 Generic_137137-09 sun4v sparc SUNW,SPARC-Enterprise-T5220 # echo “Undelete any open file” > test.txt # tail -f test.txt & 25552 # Undelete any open file # rm test.txt # ls /proc/25552/fd 0 1 2 # cat /proc/25552/fd/0 Undelete any open file # cp /proc/25552/fd/0 ./test.txt # cat ./test.txt Undelete any open …

How to undelete any open, deleted file on linux / solaris Read More »

Solaris Cleaning up the Operating System device tree after removing LUNs

To clean up the device tree after you remove LUNs The removed devices show up as drive not available in the output of the format command: 413. c3t5006016841e02f0Cd252 <drive not available> /pci@1d,700000/SUNW,qlc@1,1/fp@0,0/ssd@w5006016841e02f0c,fc After the LUNs are unmapped using Array management or the command line, Solaris also displays the devices as either unusable or failing. bash-3.00# …

Solaris Cleaning up the Operating System device tree after removing LUNs Read More »

To configure a CLARiiON array to serve as a boot device for a Solaris server, follow these steps:

Note: Check the EMC Support Matrix or E-Lab Navigator for the versions of Solaris and arrays that support using the array as a boot device. 1. Partition your LUN on your CLARiiON array so you have the slices of required sizes. 2. Run the newfs command to make a filesystem on the slices you need. …

To configure a CLARiiON array to serve as a boot device for a Solaris server, follow these steps: Read More »

Scroll to Top