New task at hand fellow UNIX Administrators. Now we need to discover the new (EMC) LUNs presented by the Storage team and make it available into Veritas Volume Manager (VxVM) and extend one of the filesystem under Veritas Filesystem (VxFS).
Display and save your current EMC LUN list:
[email protected]# /etc/powermt display dev=all
To discover the LUNs here are the simple steps:
[email protected]# /etc/powercf -q [email protected]# /etc/powermt config
Verify the new LUNs and cross check it with the LUN number given by the Storage team:
[email protected]# /etc/powermt display dev=all
Prepare the newly discovered LUN for Veritas:
[email protected]# format > label the new disk
Let VxVM discover the EMC PowerPath:
[email protected]# /usr/sbin/vxdctl enable [email protected]# /usr/sbin/vxdisk list
Setup the disk and do what-ever you like with the new disk:
[email protected]# /etc/vx/bin/vxdisksetup -i emcpower11a
There you have it! From discovery to importing of a new LUN in Solaris under VxVM.
See you on my next note!!!