VCS Replication agent for non-cluster disk group
Updated: 02 Mar 2010 | 6 comments
Status:
In Review
Currently the VCS replication agent is supported only on clutered disk groups. VvrRvg has attribute VMDgResName that must be cluster disk resource.
It would be nice to have VCS Replication agent also for non-cluster disk group. So it would be possible to have automted fail-over functionality for cluster with no shared storage but only with internall server storage that is replicated to secondary nodes.
This would allow a cluster with no shared storage, thus lowering costs for cluster.
Idea Filed Under:
Comments
you can do it
hi,
with servers having internal raid controller, you can create a lun that you put in a diskgroup and then you can use VVRAgent without shared disks.
regards,
Hervé
From a Windows perspective -
From a Windows perspective - currently under investigation.
Any update on this ? I have
Any update on this ? I have heard that there is patch available for this issue.
VSF HA 5.1 + VVR on W2K3 kovovyroba praca s kovom mreze brany
I got patch fot this from
I got patch fot this from Symantec. The patch number is 2030655. This one allows me to import DG as clustered on internall controller. Thank you Symantec.
VSF HA 5.1 + VVR on W2K3 kovovyroba praca s kovom mreze brany
how to have it
Hello,
it's very interresting, but i learned that it was a private patch... could Symantec talk about it ?
many thanks,
Regards
Hervé
The diskgroup agent requires
The diskgroup agent requires a cluster diskgroup (and VVR agent requires you to specify diskgroup resource via VMDgResName resource). However you can create a cluster diskgroup on a non-shared disk using vxlcus command:
Run:
vxclus UseSystemBus ON
This command allows a cluster disk group to be created that can reside on the same bus as the
cluster node’s system or boot disk (i.e an internal, non-shared disk).
If you already have a local diskgroup, then you need to make this a cluster DG, so:
vxdg -g dg_name deport
vxdg -g dg_name -s import
The import command will fail if you have not run "vxclus UseSystemBus ON" first as it will say a cluster diskgroup cannot be on SystemBus. You can do the import/deport commands in the GUI if you like (just tick "Import as cluster disk group"), but I am not sure if you can do equiv on vxclus in the GUI.
Now you can set-up Diskgroup and VVR resources in VCS.
Mike
UK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows
If this post has helped you, please vote or mark as solution
Would you like to reply?
Login or Register to post your comment.