Print this page
Split Close
Expand all
Collapse all
          --- /workspace/tf84964/oscds-s9-zone/webrev/usr/src/cmd/ha-services/gds-agents/zone/sczbt/sczbt_config-
          +++ sczbt_config
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/CDDL.txt.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets [] replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23      -# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
       23 +# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  # ident "%Z%%M% %I%     %E% SMI"
  27   27  #
  28   28  # This file will be sourced in by sczbt_register and the parameters
  29   29  # listed below will be used.
  30   30  #
  31   31  # These parameters can be customized in (key=value) form
  32   32  #
  33   33  #               RS - Name of the resource
↓ open down ↓ 69 lines elided ↑ open up ↑
 103  103  FAILOVER=
 104  104  HAS_RS=
 105  105  
 106  106  #
 107  107  # The following variable will be placed in the parameter file
 108  108  #
 109  109  # Parameters for sczbt (Zone Boot)
 110  110  #
 111  111  # Zonename      Name of the zone
 112  112  # Zonebrand     Brand of the zone. Current supported options are
 113      -#               "native" (default), "lx" or "solaris8"
      113 +#               "native" (default), "lx", "solaris8" or "solaris9"
 114  114  # Zonebootopt   Zone boot options ("-s" requires that Milestone=single-user)
 115  115  # Milestone     SMF Milestone which needs to be online before the zone is
 116  116  #               considered booted. This option is only used for the
 117  117  #               "native" Zonebrand.
 118  118  # LXrunlevel    Runlevel which needs to get reached before the zone is
 119  119  #               considered booted. This option is only used for the "lx"
 120  120  #               Zonebrand.
 121  121  # SLrunlevel    Solaris legacy runlevel which needs to get reached before the
 122  122  #               zone is considered booted. This option is only used for the
 123      -#               "solaris8" Zonebrand.
      123 +#               "solaris8" or "solaris9" Zonebrand.
 124  124  # Mounts        Mounts is a list of directories and their mount options, 
 125  125  #               which are loopback mounted from the global zone into the 
 126  126  #               newly booted zone. The mountpoint in the local zone can 
 127  127  #               be different to the mountpoint from the global zone.
 128  128  #
 129  129  #               The Mounts parameter format is as follows,
 130  130  #
 131  131  #               Mounts="/<global zone directory>:/<local zone directory>:<mount options>"
 132  132  #
 133  133  #               The following are valid examples for the "Mounts" variable
↓ open down ↓ 25 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX