/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

mtalhaa at 2007-7-12 23:20:05 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
hi,> mtalha Registered: 07.02.2006 6:16 05.07.2007 0:38 > I dont think you will not have any issue mirror them nowSo you meant we won't have any problems with mirroring?Can you reply simple scenario for this then?--mpech
mpecha at 2007-7-12 23:20:05 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 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

mtalhaa at 2007-7-12 23:20:05 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4
hi,thank you for your reply.i'm not sure about the only thing: i don't know how to verify that I can see global filesystem without any errors :/--mpech
mpecha at 2007-7-12 23:20:05 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...