Zfs on Sun Cluster 3.2 Adding Lun in a zpool different zpool status output

user237197
Posts: 2 Newbie
Comments
-
Hi there,
When using zpool filesystem you should never use the s2 slice not even in cluster.
Always use the real name off the lun not the did also not use a slice within in a zpool filesytem unless it is for the root filesystem.
ex:
zpool create MMBS /dev/did/dsk/d19s2 /dev/did/dsk/d20s2 /dev/did/dsk/d21s2 /dev/did/dsk/d23s2 this should have been
zpool create MMBS c9t60060160A1D11E009D7F3336D98EDD11d0 c9t60060160A1D11E00AA291F12D98EDD11d0 c9t60060160A1D11E009F7F3336D98EDD11d0 c9t60060160A1D11E00A17F3336D98EDD11d0
Then you do not have this issue at all.
Regards
Filip
0