Friday, October 4, 2013

TSA • 2621-076 The move action is rejected because the target group is only allowed to run on a single node. rgreq: 2622-009 An unexpected RMC error occurred.The RMC return code was 1. & 2622-463 request action on resource group failed with return code “1”.

# rgreq -o move -n ossaixnim tsarg
(runact-api) 2621-076 The move action is rejected because the target group is only allowed to run on a single node. 
rgreq: 2622-009 An unexpected RMC error occurred.The RMC return code was 1.
rgreq: 2622-463 request action on resource group failed with return code “1”.
 This error occurs when there are missing nodes into the “AllowedNode” attribute withing a TSA resource group.
To verify:
# lsrg -g tsarg
Displaying Resource Group information:
For Resource Group “tsarg”.

Resource Group 1:
Name = tsarg
MemberLocation = Collocated
Priority = 0
AllowedNode = tsanode1
NominalState = Online
ExcludedList = {}
Subscription = {}
Owner =
Description =
InfoLink =
Requests = {[0,0,Operator,{0}„,0e02ba3ec694dea24 05249acab 034430]}
Force = 0
ActivePeerDomain = tsadomain
OpState = Online
TopGroup = tsarg
ConfigValidity =
TopGroupNominalState = Online
To Fix:
change “AllowedNode” to ALL
1. stop RG on all nodes
2. chrg -e ALL tsarg 
3. lsrg -g tsarg
Displaying Resource Group information:
For Resource Group “tsarg”.

Resource Group 1:
Name = tsarg
MemberLocation = Collocated
Priority = 0
AllowedNode = ALL
NominalState = Offline
ExcludedList = {}
Subscription = {}
Owner =
Description =
InfoLink =
Requests = {[0,1,Operator,{0}„,0e02ba3ec694dea24 05249ae92 086a8b]}
Force = 0
ActivePeerDomain = tsadomain
OpState = Offline
TopGroup = tsarg
ConfigValidity =
TopGroupNominalState = Offline