Question
I have a service group say sg1 and it has the following system list defined
SystemList = { a = 1, b = 2, c = 3 }
AutoStartList = { a }
Currently, I am running service group in c. I want to change the system
order like this. a=3, b=2 and c=1 and autostartlist=c.
Can I do this without bringing down the service group?
Answer
haconf -makerw
hagrp -modify
hagrp -modify
haconf -dump -makero
source: http://mailman.eng.auburn.edu/pipermail/veritas-ha/2004-June/008414.html
No comments:
Post a Comment