Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Sun cluster 3.3 in guest LDOM - disable IPMP for public

871253Mar 12 2013 — edited Mar 14 2013
Hi,
i have setup HA-NFS with Sun cluster 3.3 in two guest LDOMs on two separate T4-2. The guest LDOMs get one VNET for interconnect and one VNET for public; the vswitch for public is 2x10g port aggregated on the control domain, so there is no need to have IPMP for public interface in the ldom. But sun cluster automatically does IPMP for public even with one vnet as failover however is it coming up as failed.

I have the exact same setup for another cluster in LDOMs and public interface IPMP with one vnet is working fine. Can't seem to get this one working. any tips?

NODE 1:

vnet2: flags=19000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,NOFAILOVER,FAILED> mtu 1500 index 3
inet 192.168.130.141 netmask ffffff80 broadcast 192.168.130.255
groupname sc_ipmp0
ether 0:14:4f:f8:b9:47
vnet2:1: flags=1011040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,FAILED,FIXEDMTU> mtu 1500 index 3
inet 192.168.130.150 netmask ffffff80 broadcast 192.168.130.255


cat /etc/hostname.vnet2
nfsp0gux001 group sc_ipmp0 -failover


clrs status -v

=== Cluster Resources ===

Resource Name Node Name State Status Message
------------- --------- ----- --------------
nfsp-rs nfsp0gux002 Offline Offline
nfsp0gux001 Online Online - Service is online.

nfsp-hastp-rs nfsp0gux002 Offline Offline
nfsp0gux001 Online Online

nfsp-lh-rs nfsp0gux002 Offline Offline
nfsp0gux001 Online Degraded - IPMP Failure.

Node 2:

vnet2: flags=19000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,*NOFAILOVER,FAILED*> mtu 1500 index 3
inet 192.168.130.142 netmask ffffff80 broadcast 192.168.130.255
groupname sc_ipmp0
ether 0:14:4f:f8:9f:25

Comments

jtahlborn
Basically, java wasn't designed to be that low level. Other than that, probably no good reason.
800670
Yes, I see, but why isn´t it possible to write the header myself when it consists of usual bytes? That is what I can not understand.
EJP
At a guess it is because either (a) using raw sockets requires privileges and/or (b) Microsoft keep changing the raw sockets API or (c) it's a general-purpose programming language and why would you want to do that?
++sja
You can do raw sockets with third party libraries. They won't be pure java - but you didn't really expect to do raw sockets on your cell phone or TV set top box, or spy and spoof someone's network using an applet.

The FAQ for one such library hints what kind of a mess raw sockets are due to differences in common operating systems; see http://www.savarese.com/software/rocksaw/
At least to some extent the windows API didn't support raw access when java first came out.

So lowest common denominator would be a more likely explanation.
1 - 5
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 11 2013
Added on Mar 12 2013
4 comments
2,704 views