cancel
Showing results for 
Search instead for 
Did you mean: 

service groups

MIG31
Level 4

[root@cu:~]# /opt/VRTSvcs/bin/hares -modify VolGroup Critical 1
[root@cu ]# /opt/VRTSvcs/bin/hares -modify VolGroup Volume volname
[root@cu:~]# /opt/VRTSvcs/bin/hares -modify VolGroup DiskGroup appsdg
[root@cu:~]# /opt/VRTSvcs/bin/hares -modify VolGroup Enabled 1
[root@cu:~]#

i did mess up on the configuration how do i modify.# opt/VRTSvcs/bin/hares -modify VolGroup Volume volname
to # opt/VRTSvcs/bin/hares -modify VolGroup Volume sgproddata.

mig31

2 ACCEPTED SOLUTIONS

Accepted Solutions

arangari
Level 5

just run the required modified command. 

View solution in original post

stinsong
Level 5

Hi MIG31,

You just need to run following 2 commands to change the resource of volume:

haconf -makerw

/opt/VRTSvcs/bin/hares -modify VolGroup Volume sgproddata

haconf -dump -makero

View solution in original post

3 REPLIES 3

arangari
Level 5

just run the required modified command. 

stinsong
Level 5

Hi MIG31,

You just need to run following 2 commands to change the resource of volume:

haconf -makerw

/opt/VRTSvcs/bin/hares -modify VolGroup Volume sgproddata

haconf -dump -makero

MIG31
Level 4

thanks stinsong and amit

mig31