Hi, today, I've come across a configuration which I would consider at least "unusual": Someone has configured a metaset and is using a global/pxfs mount on a slice of the (only) disk in the set:
nodea # metastat -s share -p nodea # metaset -s share Set name = share, Set number = 1 Host Owner nodea Yes nodeb Driv Dbase d5 Yes nodea # grep shared /etc/vfstab /dev/did/dsk/d5s0 /dev/did/rdsk/d5s0 /shared ufs 5 yes global,logging d5 is not the quorum disk (at least...). I am tempted to argue that this is unsupported because, conceptually, the metaset owns its disks, so they should not be accessed from outside SVM. Also, an administrator could assume the set to be unused and create an SVM object on the disk which is already in use - and SVM has no knowledge of the file system on it. But despite my concerns, this configuration actually seems to work - or at least I have not yet found how the case during normal cluster operation where it fails. Can anyone make a definite statement on this configuration? Thanks, Nils