JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
System Administration Guide: Oracle Solaris 9 Containers     Oracle Solaris Legacy Containers
search filter icon
search icon

Document Information

Preface

1.  Introduction to Solaris 9 Containers

2.  Obtaining and Installing the Software

3.  Assessing a Solaris 9 System and Creating an Archive

4.  Configuring a Solaris9 Zone

5.  Installing the solaris9 Zone

6.  Booting a Zone and Zone Migration

7.  About Zone Login and Post-Installation Configuration

Internal Zone Configuration

How to Log In to the Zone Console to Complete System Identification

Applying Solaris 9 Patches in the Container

Tuning /etc/system and Using Resource Controls

Modifying /etc/system

Using zonecfg to Set Resource Controls

Running X11 Applications in a solaris9 Branded Zone

How to Use ssh X11 Forwarding

A.  solaris9(5) Man Page

Index

Internal Zone Configuration

Note that you perform the internal zone configuration when you log in to the sys-unconfig zone for the first time. This is described in Internal Zone Configuration in System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones.

When responding to the system question asking whether the time is correct, do not modify the time displayed. If you modify the time, the system identification will fail and return to the time setting prompt, because non-global zones cannot modify the system clock by default. You must also accept the network configuration already specified in zonecfg for shared-IP zones.

If you plan to use an /etc/sysidcfg file to perform initial zone configuration, as described in How to Use an /etc/sysidcfg File to Perform the Initial Zone Configuration in System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones, create the sysidcfg file and place it the zone's /etc directory before you boot the zone.

How to Log In to the Zone Console to Complete System Identification

You must be the global administrator in the global zone to perform this procedure.

  1. Become superuser, or assume the Primary Administrator role.
  2. Use the zlogin command with the -C option and the name of the zone, s9-zone in this procedure.
    global# zlogin -C s9-zone
  3. From another terminal window, boot the zone.
    global# zoneadm -z s9-zone boot

    You will see a display similar to the following in the zlogin window:

    [NOTICE: Zone booting up]
  4. The first time you log in to the console, you are prompted to answer a series of questions. Your screen will look similar to this:
    SunOS Release 5.9 Version Generic_Virtual 64-bit
    Copyright 1983-2000 Sun Microsystems, Inc.  All rights reserved 
    Use is subject to license terms.
    
    Hostname: s9-zone
    Select a Language
    
         0. English
         1. fr
    Please make a choice (0 - 1), or press h or ? for help:
    
    Select a Locale
    
     0. English (C - 7-bit ASCII)
      1. Canada-English (ISO8859-1)
      2. Thai
      3. U.S.A. (en_US.ISO8859-1)
      4. U.S.A. (en_US.ISO8859-15)
      5. Go Back to Previous Screen
    
    Please make a choice (0 - 5), or press h or ? for help:
    
    What type of terminal are you using?
    1) ANSI Standard CRT
     2) DEC VT52
     3) DEC VT100
     4) Heathkit 19
     5) Lear Siegler ADM31
     6) PC Console
     7) Sun Command Tool
     8) Sun Workstation
     9) Televideo 910
     10) Televideo 925
     11) Wyse Model 50
     12) X Terminal Emulator (xterms)
     13) Other
    Type the number of your choice and press Return:
    12
    .
    .
    .

    For the approximate list of questions you must answer, see Internal Zone Configuration in System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones.

  5. (Optional) If you are not using two windows as described in step 3, you might have missed the initial prompt for configuration information. If you see the following system message at zone login instead of a prompt:
    [connected to zone zonename console]

    Press Return to display the prompt again.

    If you enter an incorrect response and try to restart the configuration, you might experience difficulty when you attempt the process again. This occurs because the sysidtools can store your previous responses.

    If this happens, use the following workaround from the global zone to restart the configuration process.

    global# zlogin -S zonename /usr/sbin/sys-unconfig

    For more information on the sys-unconfig command, see the sys-unconfig(1M) man page.