HPE EVA Storage
1845909 Members
4149 Online
110250 Solutions
New Discussion

CA RSM script for mounting Windows volume

 

CA RSM script for mounting Windows volume

Hello all,

I need some help to mount Windows volumes in a CA enviromnent.

The configuration :
2 EVA 4400
2 Windows 2003 servers with RSM agents (1 srv for each EVA)
One DR group with one VDISK.

I want to mount a volume on the backup server after a DR failover.

The template is quite good, I use the following commands (but not only) in the script :

DiscoverDiskDevicesForDrGroup($site_2_host, "\\EVA-OUEST\DR_TEST_PRA")
MountHostVolume("\\san-admin-est\DISK_TEST (Disk8P1)", "Y:")

But I remember (may be false ??), that I can get an issue if the disk is not discovered in the same order each time ? (it would be worst with many disks..)

One don't use permanent binding for target , so how can I be sure I'll get the same B/T/L order each time ?

Thank you for your help.

Jean-Pierre