SAN Migration involving ZFS file system
edited Nov 16, 2011 5:07PM in Oracle Solaris File Systems and Disk Management (MOSC) 2 commentsAnswered
Looking for the best way to handle a san migration for luns in a ZFS pool. The acutal data migration is occuring on the array side via virtualization. The only thing that will change on the server side is the path to the actual luns. I have never worked with zfs file systems before, but it looks like i might want to use the following:
1) zpool export <pool name>
2) storage team makes zoning changes
3) cfgadm -al (so server recognizes new luns)
3) zpool import <pool name>
Would the zpool export/import be the correct commands? Or can anyone suggest another method.
0