Install XCOM Data Transport for Oracle Solaris specifying zones.
The Global Zone Only issue:
groupadd xcomadm (Add to Global Zone /etc/group)
pkgadd -G -d /cdrom/CAXCOM.INS (From the Global Zone)
The Non-Global Whole Root Zone issue:
groupadd xcomadm (Add to Non-Global Whole Root Zone /etc/group)
pkgadd -d /cdrom/CAXCOM.INS (From the Non-Global Whole Root Zone)
The Non-Global Sparse Root Zone that inherits /usr issue:
groupadd xcomadm (Add to both Global and Non-Global Sparse Root Zone /etc/group(s))
pkgadd -G -d /cdrom/CAXCOM.INS (From the Global Zone)
pkgadd -d /cdrom/CAXCOM.INS (From the Non-Global Sparse Root Zone)
The Non-Global Sparse Root Zone that does not inherit /usr issues:
groupadd xcomadm (Add to Non-Global Sparse Root Zone /etc/group)
pkgadd -d /cdrom/CAXCOM.INS (From the Non-Global Sparse Root Zone)
Global Zone Only:
pkgrm XCOM (From the Global Zone)
Non-Global Whole Root Zone:
pkgrm XCOM (From the Non-Global Whole Root Zone)
Non-Global Sparse Root Zone that inherits/usr:
pkgrm XCOM (From the Global Zone)
pkgrm XCOM (From the Non-Global Sparse Root Zone)
Non-Global Sparse Root Zone that does not inherit/usr :
pkgrm XCOM (From the Non-Global Sparse Root Zone)
With Solaris 10, many standard Solaris services are now managed by the Service Management Facility or SMF. Traditional UNIX start-up scripts, init run levels, and configuration files are now stored as an XML file called manifests. They contain a complete set of properties that are associated with a service or a service instance and are stored in the service configuration repository.
Once the /etc/service and /etc/inetd.conf files have been updated, the entries need to be converted and placed into SMF service manifests.
In general, follow these steps to configure TCP/IP:
For additional TCP/IP configuration information, see Transfer Files Using TCP/IP Protocols
For additional information please see the Oracle Product Documentation: System Administration Guides: IP Services
For Installing and Upgrading and for adding and removing packages also see the Oracle Solaris Product Documentation:
System Administration Guide: Oracle Solaris Containers-Resource Management and Solaris Zones