Skip Navigation Links | |
Exit Print View | |
Oracle Solaris 11.1 Administration: Oracle Solaris Zones, Oracle Solaris 10 Zones, and Resource Management Oracle Solaris 11.1 Information Library |
Part I Oracle Solaris Resource Management
1. Introduction to Resource Management
2. Projects and Tasks (Overview)
3. Administering Projects and Tasks
4. Extended Accounting (Overview)
5. Administering Extended Accounting (Tasks)
6. Resource Controls (Overview)
7. Administering Resource Controls (Tasks)
8. Fair Share Scheduler (Overview)
9. Administering the Fair Share Scheduler (Tasks)
10. Physical Memory Control Using the Resource Capping Daemon (Overview)
11. Administering the Resource Capping Daemon (Tasks)
13. Creating and Administering Resource Pools (Tasks)
14. Resource Management Configuration Example
15. Introduction to Oracle Solaris Zones
16. Non-Global Zone Configuration (Overview)
17. Planning and Configuring Non-Global Zones (Tasks)
18. About Installing, Shutting Down, Halting, Uninstalling, and Cloning Non-Global Zones (Overview)
19. Installing, Booting, Shutting Down, Halting, Uninstalling, and Cloning Non-Global Zones (Tasks)
20. Non-Global Zone Login (Overview)
21. Logging In to Non-Global Zones (Tasks)
22. About Zone Migrations and the zonep2vchk Tool
23. Migrating Oracle Solaris Systems and Migrating Non-Global Zones (Tasks)
24. About Automatic Installation and Packages on an Oracle Solaris 11.1 System With Zones Installed
25. Oracle Solaris Zones Administration (Overview)
26. Administering Oracle Solaris Zones (Tasks)
27. Configuring and Administering Immutable Zones
28. Troubleshooting Miscellaneous Oracle Solaris Zones Problems
Part III Oracle Solaris 10 Zones
29. Introduction to Oracle Solaris 10 Zones
SVR4 Packaging and Patching in Oracle Solaris 10 Zones
About Using Packaging and Patching in solaris10 Branded Zones
About Performing Package and Patch Operations Remotely
Non-Global Zones as NFS Clients
About Oracle Solaris 10 Zones in This Release
Networking in Oracle Solaris 10 Zones
If native Non-Global Zones Are Installed
30. Assessing an Oracle Solaris 10 System and Creating an Archive
31. (Optional) Migrating an Oracle Solaris 10 native Non-Global Zone Into an Oracle Solaris 10 Zone
32. Configuring the solaris10 Branded Zone
33. Installing the solaris10 Branded Zone
A /dev/sound device cannot be configured into the solaris10 branded zone.
The file-mac-profile property used to create read-only zones is not available.
The quota command documented in quota(1M) cannot be used to retrieve quota information for UFS file systems being used inside the solaris10 branded zone.
A solaris10 branded zone cannot be an NFS server.
The following sections identify Oracle Solaris 10 networking components that are either not available in Oracle Solaris 10 Zones or are different in Oracle Solaris 10 Zones.
Automatic tunnels using the atun STREAMS module are not supported.
The following ndd tunable parameters are not supported in a solaris10 branded zone:
ip_squeue_fanout
ip_soft_rings_cnt
ip_ire_pathmtu_interval
tcp_mdt_max_pbufs
In a solaris10 branded zone with an exclusive-IP configuration, the following features are different from a physical Oracle Solaris 10 system:
Mobile IP is not available because it is not available in the Oracle Solaris 11 release.
In a solaris10 branded zone, an autopush configuration will be ignored when the tcp, udp, or icmp sockets are open. These sockets are mapped to modules instead of STREAMS devices by default. To use autopush, explicitly map these sockets to STREAMS-based devices by using the soconfig and sock2path.d utilities described in the soconfig(1M) and sock2path.d(4) man pages.
In a solaris10 branded zone archived from a physical system running Oracle Solaris 10 9/10 or an earlier update, /dev/net links, such as VNICs, are not supported by the Data Link Provider Interface library (libdlpi). These links are supported on Oracle Solaris 10 8/11. The library is described in thelibdlpi(3LIB) man page.
Applications that do not use either the libdlpi library in Oracle Solaris 10 8/11 or libpcap versions 1.0.0 or higher libraries will not be able to access /dev/net links, such as VNICs.
Because IP Network Multipathing (IPMP) in Oracle Solaris 10 Zones is based on the Oracle Solaris 11 release, there are differences in the output of the ifconfig command when compared to the command output in the Oracle Solaris 10 operating system. However, the documented features of the ifconfig command and IPMP have not changed. Therefore, Oracle Solaris 10 applications that use the documented interfaces will continue to work in Oracle Solaris 10 Zones without modification.
The following example shows ifconfig command output in a solaris10 branded zone for an IPMP group ipmp0 with data address 192.168.1.3 and the underlying interfaces e1000g1 and e1000g2, with test addresses 192.168.1.1 and 192.168.1.2, respectively.
% ifconfig -a e1000g1: flags=9040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 8 inet 192.168.1.1 netmask ffffff00 broadcast 192.168.1.255 ether 0:11:22:45:40:a0 e1000g2: flags=9040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 9 inet 192.162.1.2 netmask ffffff00 broadcast 192.168.1.255 ether 0:11:22:45:40:a1 ipmp0: flags=8011000803<UP,BROADCAST,MULTICAST,IPv4,FAILED,IPMP> mtu 68 index 10 inet 192.168.1.3 netmask ffffff00 broadcast 192.168.1.255 groupname ipmp0
Unlike the display produced on an Oracle Solaris 10 system, the ifconfig command in an Oracle Solaris 10 Container does not show the binding of the underlying interfaces to IP addresses. This information can be obtained by using the arp command with the -an options.
If an interface is plumbed for IPv6 and address configuration succeeds, then the interface is given its own global address. In an Oracle Solaris 10 system, each physical interface in an IPMP group will have its own global address, and the IPMP group will have as many global addresses as there are interfaces. In a Oracle Solaris 10 Zones, only the IPMP interface will have its own global address. The underlying interfaces will not have their own global addresses.
Unlike the Oracle Solaris 10 operating system, if there is only one interface in an IPMP group, then its test address and its data address cannot be the same.
See the arp(1M) and ifconfig(1M) man pages, and IP Network Multipathing in Exclusive-IP Zones.