JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Solaris Containers: Resource Management and Solaris Zones Developer's Guide
search filter icon
search icon

Document Information

Preface

1.  Resource Management in the Solaris Operating System

2.  Projects and Tasks

3.  Using the C Interface to Extended Accounting

4.  Using the Perl Interface to Extended Accounting

5.  Resource Controls

6.  Dynamic Resource Pools

7.  Design Considerations for Resource Management Applications in Solaris Zones

Zones Overview

IP Networking in Zones

Design Considerations for Resource Management Applications in Zones

General Considerations When Writing Applications for Non-Global Zones

Specific Considerations for Shared-IP Non-Global Zones

8.  Configuration Examples

Index

Design Considerations for Resource Management Applications in Zones

All applications are fully functional in the global zone as they would be in a conventional Solaris environment. Most applications should run without problem in a non-global environment as long as the application does not need any privileges. If an application does require privileges, then the developer needs to take a close look at which privileges are needed and how a particular privilege is used. If a privilege is required, then a system administrator must assign the appropriate privilege to the application.

General Considerations When Writing Applications for Non-Global Zones

The known situations that a developer needs to investigate are as follows:

Specific Considerations for Shared-IP Non-Global Zones

For non-global zones that are configured to use the shared-IP instance, the following restrictions apply.

Note that these restrictions do not apply to exclusive-IP zones.