/global mount point without mirror
hi,
OS: Solaris 10 11/06
SOFT: Sun Cluster 3.1u4
system disks of both nodes has raid1.
after 6 monthes i've found that /global partition is not in raid and mounts as partition of first disk and etc.
is it possible and how to migrate two partitions to raid1 of every node?
--mpech
[323 byte] By [
mpecha] at [2007-11-27 9:41:20]

# 1
I dont think you will not have any issue mirror them now
please make sure the following
1- /etc/name_to_major contain like
md 85 , ( meta devices )
did 300 ( For Global Devices )
these values must be identical on both nodes
2- Make sure the global device metadevice name should be unique in cluster e,g
/dev/md/dsk/d4/global/.devices/node@1
/dev/md/dsk/d5/global/.devices/node@2
Regards
# 3
i will prefer to test in non production cluster first ,
scenrio for mirroring
- boot the passive node wihout cluster ( boot -x)
- mirror the global filesystem belonging to this node
- boot the node back to cluster
- verify that you can see global filesystem without any errors
- failover the cluster to passive node
- and do that same steps for other node
Regards