#
# ident "@(#)defaults.sparc 1.14     05/03/30 SMI"
#
# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#

#####################################################
#
# Defaults for scinstall on Sparc
#
#####################################################

#
# NOTE:  all supported transport adapter types are also listed
#	 in SUNW.generic.clpl.  SC_DFLT_KNOWN_ETHERNET_ADAPTERS
#        must be a subset of that list.
#
SC_DFLT_KNOWN_ETHERNET_ADAPTERS="hme qfe ge eri ce bge ixge"
SC_DFLT_KNOWN_INFINIBAND_ADAPTERS="ibd"
SC_DFLT_KNOWN_WILDCAT_ADAPTER="wrsm"
SC_DFLT_ALL_SUPPORTED_ADAPTERS="hme qfe ge eri ce bge sci wrsm ibd ixge"
SC_DFLT_KNOWN_VLAN_CAPABLE_ADAPTERS="ce bge ixge"
SC_DFLT_KNOWN_WILDCAT_JUNCTION="sw_wrsm"
SC_DFLT_KNOWN_TRTYPES="dlpi rsm"

SC_DFLT_TRANSPORT_TYPE=dlpi
SC_DFLT_ADAPTER_NAME=hme1
SC_DFLT_ADAPTER_OPTS="trtype=${SC_DFLT_TRANSPORT_TYPE},name=${SC_DFLT_ADAPTER_NAME}"

SC_DFLT_JUNCTION_TYPE=switch
SC_DFLT_JUNCTION_NAME1=switch1
SC_DFLT_JUNCTION_NAME2=switch2
SC_DFLT_JUNCTION_OPTS="type=${SC_DFLT_JUNCTION_TYPE},name=${SC_DFLT_JUNCTION_NAME1}"

SC_DFLT_NETADDR=172.16.0.0
SC_DFLT_NETMASK=255.255.0.0
SC_DFLT_GDIR=/globaldevices
SC_DFLT_PATCHDIRS=/var/cluster/patches:/var/patches
SC_DFLT_PATCHFILE=patchlist
