# @(#) $Revision: 72.4 $
#
# This file is /etc/switch/template
# It is a template for /etc/switch/Switchinfo.
# There is a sample Switchinfo in the manual which will be
# 	useful when filling out this template.  The manual
#	also describes the meaning of each entry, and
#	gives examples.
#

#
# This section describes the standby host.
#
standbyname:
	# the standby's disks
	rootdisk =
	rootmir =
	rootthird =

	# the standby's lan(s)
	lan0 =
	lanname0 =

	# a primary
	prihost0 = prihost0name
	rootdisk0 =
	rootmir0 =
	rootthird0 =

	# readpulse information
	logfile = /var/adm/switch.log
	rtprio =
	lockmem =

#
# This section describes a primary host.
# There should be one of these for each host in the SwitchOver/UX group.
#
prihost0name:
	# the primary's disks and boot paths
	rootdisk =
	rootmir =
	rootthird =
	bootpath =
	bootmir =
	bootthird =


	# the primary's lan(s)
	lan0 = 
	lanname0 = 

	# the standby 
	standby = standbyname
	
	# heartbeat information
	rtprio =
	lockmem =
	logfile = /var/adm/switch.log
	pulserate =
	timeout =
