# USMID @(#)pif/unicos/sysinfo.default 100.9 05/14/98 13:15:26 # # (C) COPYRIGHT CRAY RESEARCH, INC. # UNPUBLISHED PROPRIETARY INFORMATION. # ALL RIGHTS RESERVED. # ############################# # Site Specific Parameters ############################# # Debug Option SYS_DEBUG=OFF # System Serial Number SYS_SERIALNO=9537 # System Name - Do not normally change this SYS_NAME=sn${SYS_SERIALNO} # SWS IP Address SYS_SWSIP="192.168.66.91" # SWS Network Node Name - For example: wsel9 # (First node name specified in the SWS /etc/hosts entry for # the above SWS IP Address) SWSHOST="atlas" # Cray IP Address SYS_CRAYIP="192.168.66.92" # Cray Network Node Name - For example: mfel9 # (First node name specified in the SWS /etc/hosts entry for # the above Cray IP Address) SYS_CRAYHOST="wopr" # Router IP Address SYS_ROUTERIP="192.168.66.1" # Router Network Node Name # (First node name specified in the SWS /etc/hosts entry for # the above Router IP Address) SYS_ROUTERHOST="gateway" # Network Interface Name - Valid options: gether0, gfddi0, ... SYS_IFNAME="gether0" #SYS_IFNAME="en0" # Network Mask ID SYS_NETMASK="0xffffff00" # New Root System Mount Point SYS_MNT="/newroot" # New Root/Usr/Src Partitions SYS_ROOT_FS="roota" SYS_USR_FS="usra" SYS_SRC_FS="srca" # Old Root System Mount Point SYS_OLDROOT="/" # Upgrade install keyword - Valid options: NO=initial, YES=upgrade UPGRADE="NO" # CDROM or CDROM Image UNICOS Directory SYS_CDROM=/cdrom/cdrom0/UNICOS_exe # OWS-E directory where the UNICOS kernel and mainframe binaries reside SYS_OWSE_FILES=/home/owse/cri/os/uts/ # Number of concurrent nmake command update jobs used during the # installation process (nmake -j option). Do not exceed number of CPUs. SYS_NPROC=4 # Number of CPUs SYS_CPUS=32 # Amount of Memory in megawords #SYS_MEMORY=896 SYS_MEMORY=1024 # T90 Memory Type - Single code for type of memory modules used. # Valid options: CM02|CM03|CM04 SYS_T90MEM="CM02" # J90se Backplane Type - See jconfig(8) man page for more information # on the J90se hardware parameters. # Valid options: 2 = 2x2, 4 = 4x4, 8 = 8x8 SYS_BPTYPE=8 # J90se Cpu Bitmap - Hexadecimal bitmap of all CPUs. # One letter for each processor module. # The right most value is the bitmap for pm0. # Valid options: 1-FFFFFFFF SYS_CPUBITMAP=FFFFFFFF # J90se CPU Type List - Single digit codes for type of CPU module. # One letter for each processor module. # The right most value is the code for pm0. # Valid options: 1 = J90se, 0 = J90 classic SYS_CPTYPES=11111111 # J90se Memory Bitmap - Hexadecimal bitmap of all memory modules. # One letter for every four memory modules. # The right most value is the bitmap for mem0. # Valid options: 3 = 2x2, F = 4x4, FF = 8x8 SYS_MEMBITMAP=FF # J90se Memory Type List - Single digit codes for type of memory module. # One letter for each memory module. # The left most value is the code for mem0. # Valid options: 0|3|5|8|B|D|F|P|S|U|V|Y SYS_MEMLST="S:S:S:S:S:S:S:S" # J90 private ethernet address - IP address for private ethernet # of J90 console on Model V-IOS systems PEIP="10.1.0.1" # J90 Model V-IOS list - Leave all entries in, and don't change the # second field if that ios is not present # First field is the private ethernet address # Second field is the IP address of the IOS # IOS[0]="00:80:b6:04:89:40 10.1.0.02" IOS[1]="00:80:b6:04:6f:40 10.1.0.03" IOS[2]="00:80:b6:04:6d:40 10.1.0.04" IOS[3]="00:80:b6:04:63:40 10.1.0.05" IOS[4]="00:80:b6:00:00:00 10.1.XX.XX" IOS[5]="00:80:b6:00:00:00 10.1.XX.XX" IOS[6]="00:80:b6:00:00:00 10.1.XX.XX" IOS[7]="00:80:b6:00:00:00 10.1.XX.XX" IOS[8]="00:80:b6:00:00:00 10.1.XX.XX" IOS[9]="00:80:b6:00:00:00 10.1.XX.XX" IOS[10]="00:80:b6:00:00:00 10.1.XX.XX" IOS[11]="00:80:b6:00:00:00 10.1.XX.XX" IOS[12]="00:80:b6:00:00:00 10.1.XX.XX" IOS[13]="00:80:b6:00:00:00 10.1.XX.XX" IOS[14]="00:80:b6:00:00:00 10.1.XX.XX" IOS[15]="00:80:b6:00:00:00 10.1.XX.XX"