Wednesday, November 9, 2016

To set the OfflineWaitLimit attribute: to a VCS resource


Steps to change OfflineWaitlimit attribute:-

1.       Set the configuration to read-write.
# haconf -makerw

2.       Set OfflineWaitLimit for the RemoteGroup resource in the host cluster at the resource type-level or override it at the resource level .

o   If you set the limit at resource type level, it applies to all RemoteGroup resources.
# hatype -modify RemoteGroup OfflineWaitLimit 2

o   Alternatively, you can override the attribute at the resource level.
# hares -override remoteres OfflineWaitLimit
# hares -modify remoteres OfflineWaitLimit 3

3.       Save the configuration.
# haconf -dump -makero 

No comments:

Post a Comment