To scan new FC luns, Just execute the below commands.
Scanning FC/SAN LUNS | ||
---|---|---|
1 | cfgadm -al | To scan FC luns |
2 | devfsadm -c disk | To make sure all the device files are created |
3 | tail /var/adm/messages | To see the new LUN’s information |
4 | echo |format | To get the new LUN’s information |
5 | ls -lrt /dev/rdsk |grep s2|tail | To get the new LUN’s information |