Q: (SC3.2): Changing IPMP groups within NetIfList in a RG and RES...
Hi:
Im trying to figure out the correct commands to adjust the NetIfList
properties, first at the ResourceGroup level, and then at the
LogicalHost Resource level. Here is what I have, and the error
I am getting....
root@cthsap22_mgnt # clresource show -v ctmq-LH1
Resource:ctmq-LH1
Type:SUNW.LogicalHostname:2
Type_version:2
Group:ctmq1-RG
R_description:LogicalHostname resource for ctmq-LH1
Resource_project_name:default
Enabled{cthsap22_mgnt}: True
Enabled{ctssap05_mgnt}: True
Monitored{cthsap22_mgnt}:True
Monitored{ctssap05_mgnt}:True
Resource_dependencies:<NULL>
Resource_dependencies_weak: <NULL>
Resource_dependencies_restart:<NULL>
Resource_dependencies_offline_restart:<NULL>
Standard and extension properties
[ ... ]
NetIfList:ipmp_grp0@1
Class:extension
Description:List of IPMP groups on each node
Per-node: False
Type:stringarray
[ ... ]
But I need this list in the RESOURCE instead: ipmp_grp1@1, ipmp_grp1@2
root@cthsap22_mgnt # scrgadm -c -j ctmq-LH1 -x NetIfList="ipmp_grp1@1,ipmp_grp1@2"
ctssap05_mgnt - IPMP group name is not found in the netiflist property for node ctssap05_mgnt. Current netiflist value is ipmp_grp0@1.
So I assume the problem is this (i.e. the NetIfList is incorrect for our Resource Group and need to change it):
root@cthsap22_mgnt # clresourcegroup show -v ctmq1-RG | grep -i netiflist
NetIfList: ipmp_grp0@1
But I need this list in the RESOURCE GROUP instead: ipmp_grp1@1, ipmp_grp1@2
TIA,
Noel Milton

