OpenSolaris

Printable Version Enter a New Search
Bug ID 6554262
Synopsis validate() for sczbt should check ip-type=exclusive and then only allow SC_NETWORK=false
State 10-Fix Delivered (Fix available in build)
Category:Subcategory suncluster:ha-zones
Keywords
Responsible Engineer Thorsten Frueauf
Reported Against 3.2_fcs
Duplicate Of
Introduced In
Commit to Fix 3.2u1_04
Fixed In 3.2u1_04
Release Fixed 3.2u1_fcs(3.2u1_04) , 3.1_patch(Bug ID:2150962)
Related Bugs 6635414
Submit Date 7-May-2007
Last Update Date 12-September-2008
Description
Solaris project crossbow (http://www.opensolaris.org/os/project/crossbow/) introduces the keyword "ip-type" for zonecfg, which can be set to "shared" (default) or "exclusive".

If set to "exlusive", then it is no longer possible to assign an IP address from a virtual interface from the global zone to be vissible into this non-global zone using the "zone" flag from ifconfig. While the ifconfig succeeds, the IP will not be visible within this non-global zone.

Therefore validate() for the sczbt component should verify that if the non-global zone has "ip-type=exclusive" setup in zonecfg, the SC_NETWORK variable from the corresponding sczbt_config file must be set to false.
Work Around
N/A
Comments
N/A