Home | History | Annotate | Download | only in dhc
      1 #
      2 # CDDL HEADER START
      3 #
      4 # The contents of this file are subject to the terms of the
      5 # Common Development and Distribution License (the License).
      6 # You may not use this file except in compliance with the License.
      7 #
      8 # You can obtain a copy of the license at usr/src/CDDL.txt
      9 # or http://www.opensolaris.org/os/licensing.
     10 # See the License for the specific language governing permissions
     11 # and limitations under the License.
     12 #
     13 # When distributing Covered Code, include this CDDL HEADER in each
     14 # file and include the License file at usr/src/CDDL.txt.
     15 # If applicable, add the following below this CDDL HEADER, with the
     16 # fields enclosed by brackets [] replaced with your own identifying
     17 # information: Portions Copyright [yyyy] [name of copyright owner]
     18 #
     19 # CDDL HEADER END
     20 #
     21 
     22 #
     23 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
     24 # Use is subject to license terms.
     25 # 
     26 # ident	"@(#)dhcp_config	1.4	07/06/06 SMI"
     27 #
     28 # This file will be sourced in by dhcp_register and the parameters
     29 # listed below will be used.
     30 #
     31 # These parameters can be customized in (key=value) form
     32 #
     33 #        RS - name of the resource for the application
     34 #        RG - name of the resource group containing RS
     35 #      PORT - name of any port number, as it's ignored
     36 #        LH - name of the LogicalHostname SC resource
     37 #   NETWORK - name of the DHCP Network, separated with a /
     38 #               where each network is made up of the following
     39 #		<network>@<nafo or ipmp>@<node number>
     40 #    HAS_RS - name of the DHCP HAStoragePlus SC resource
     41 #
     42 # Additional parameters to Sun Cluster Carrier-Grade Edition
     43 #         USE_CGTP - CGTP is being used (TRUE/FALSE)
     44 #  USE_STATIC_DHCP - static DHCP tables should be used (TRUE/FALSE)
     45 #    TEST_CLIENTID - the mac-address of the test-client
     46 #     TFTPTESTFILE - path to Tftp testfile
     47 #
     48 #	The following two examples illustrate sample parameters
     49 #	for DHCP on a 2 node cluster (tequila/sunrise)
     50 #
     51 #	Sun Cluster 3.0 using nafo
     52 #
     53 #	NETWORK=192.168.100.0@nafo0@1/192.168.100.0@nafo0@2
     54 #
     55 #	Sun Cluster 3.1 using ipmp
     56 #
     57 #	NETWORK=192.168.100.0@ipmp0@1/192.168.100.0@ipmp0@2
     58 #	
     59 
     60 RS=
     61 RG=
     62 PORT=
     63 LH=
     64 NETWORK=
     65 HAS_RS=
     66 
     67 # Options to Sun Cluster Carrier-Grade Edition
     68 
     69 USE_CGTP=FALSE
     70 USE_STATIC_DHCP=FALSE
     71 TEST_CLIENTID=
     72 TFTPTESTFILE=
     73