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

[1704 byte] By [noellevegaa] at [2007-11-27 6:22:52]
# 1

Hi,

Could it be that your logical host resource ctmq-LH1 is mapped to an address found in the address ranged defined for the interfaces in ipmp_grp0.

I don't have a machine to confirm at the moment so create a new logical host resource for a new address in the subnet covered by ipmp_grp1.

You should then be able to remove the ctmq-LH1 resource if not needed.

Regards

Stuart

Stuart_Flishera at 2007-7-12 17:40:14 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...