set up ipmp after scinstall

Hi, yes I know what you are thinking, you should definitely set up IPMP before doing the cluster install. But, what if you didn't. SC3.2 and Solaris 10 06/06

I just set up a single interface group on each node, but scstat does not show IPMP groups set up, it actually looks like this:

-- IPMP Groups --

Node NameGroupStatus AdapterStatus

---

scstat: unexpected error.

Any ideas on what I can do to get SC to notice my ipmp groups?

[476 byte] By [grsiepkaa] at [2007-11-27 11:36:15]
# 1

It appears to be a different problem altogether! Are you getting proper output for scstat -g? I suspect that some daemons have not yet been started. check scvs -x to find the offline services.

Best Regards,

Madhan Kumar

maddy@suna at 2007-7-29 17:07:43 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2

scinstall will place each NIC into an IPMP group (unless it's already part of a group). In fact, SC3.2 is much smarter about how it does this. See:

http://docs.sun.com/app/docs/doc/819-6611/6n8k5u1mc?l=en&a=view#gdynl

lads_johna at 2007-7-29 17:07:43 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3

Uggg.....

132 scluster1!/root >> scstat -g

133 scluster1!/root >> svcs -xv

svc:/system/cluster/scslm:default (Sun Cluster cleanup for SLM generated pools/pset)

State: offline since Tue Jul 24 14:32:59 2007

Reason: Dependency svc:/system/pools is absent.<--wtf?

See: http://sun.com/msg/SMF-8000-E2

Impact: 6 dependent services are not running:

svc:/system/cluster/rpc-fed:default

svc:/system/cluster/cl-svc-cluster-milestone:default

svc:/system/cluster/sckeysync:default

svc:/system/cluster/rgm:default

svc:/system/cluster/scsymon-srv:default

svc:/system/cluster/scslmclean:default

This was a test box anyway, and I'm not 100% confident in the OS image thats on these boxes.

If anyone knows a quick way to fix this, I'm all ears, otherwise no big deal, gonna start over with a new OS image.

grsiepkaa at 2007-7-29 17:07:43 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...