# @(#)00 1.5 src/bos/usr/lib/nim/methods/client.defs.sh, cmdnim, bos720 6/2/06 13:47:08 # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # bos720 src/bos/usr/lib/nim/methods/client.defs.sh 1.5 # # Licensed Materials - Property of IBM # # COPYRIGHT International Business Machines Corp. 2001 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG # Sample Client Definition File # ***************************** # The following is an example of how a Client Definition file should be. Before you run # nimdef command, please create your own client definition file as per your requirement with # valid values for the attributes, like machine_type,subnet_mask etc... # # For details on nimdef command and client definition file's attributes, please refer to # NIM installaton guide: # # Important Note: # 1) The hostnames(lpar1,lpar2 etc) given below are examples. You must give the valid # hostname when you create your own client definition file. Eg: if lpar1 in your environment is # defined as myhost1.austin.ibm.com,use it in place of lpar1 so that name resolution will be successful. # # 2) Do not change the default machine_group value. This is used in add_hosts. # # 3) cable_type and ring_type are mutually exclusive.You must specify anyone of them # based on the network_type attribute. If network_type is ent, specify cable_type. # If it is tok, specify ring_type. # # Following are the machine attributes that are used in Client file definition. # # Required Attributes # ******************* # cable_type # gateway # machine_type # network_type # ring_speed # subnet_mask # # Optional Attributes # ******************* # nim_name # platform # net_adptr_name # netboot_kernel=NetbootKernelType # ipl_rom_emulation # primary_interface # master_gateway # machine_group # comment # # set default values default: machine_type = standalone subnet_mask = 255.255.254.0 gateway = 9.53.152.1 network_type = ent cable_type = bnc platform = chrp netboot_kernel = 64 machine_group = lpar_grp # Define the lpar1 # When network type is tok. No cable_type is required. lpar1: network_type = tok ring_speed = 16 cable_type = # Define the lpar2 # Use all the defaults, but exclude this lpar from default group lpar2: machine_group = # Define the lpar3 # Use all the defaults, add this lpar to different group and exclude from default group lpar3: machine_group= machine_group=new_lpars # Define the lpar4 # Use all the defaults, but add net_adptr_name lpar4: net_adptr_name = ent0 # Define the lpar5 # Use all the defaults, but add comments lpar5: comment = "This is machine number 5" # Define the lpar6 # Use all the defaults, but add nim_name lpar6: nim_name = cl_lpar6 # Define the lpar7 # Add to addtional machine groups lpar7: machine_group = test_lpars