	 k:W 22by name         by name         BUILD           d   	kH      A                                                ./               A          A          
k s m             222      (           ./lpp_name               m          m          4 R S bos.sysmgt {
bos.sysmgt.nim.spot 4.2.0.1 01 N U en_US Network Install Manager - SPOT
[
%
/usr/lib/boot/network 8
/usr/lpp/SAVESPACE 8
/usr/lib/objrepos 8
INSTWORK 7 5
%
%
%
IX64520  1 SW error when testing SCSD device from a NIM install.
%
]
}
      	k\      A                                                ./usr            A          A          
k{      A                                                ./usr/lpp                A          A          k¥      A                                                ./usr/lpp/bos.sysmgt/bos.sysmgt.nim.spot/4.2.0.1                 A          A          k
 j m            222      (          ./usr/lpp/bos.sysmgt/bos.sysmgt.nim.spot/4.2.0.1/liblpp.a                m          m          <aiaff>
1634        0           68          1272        0           22          190         0           830535771   300         300         600         9   productid `
bos.sysmgt 5765-65500
269         582         68          850755892   300         300         640         29  bos.sysmgt.nim.spot.copyright `
 Licensed Materials - Property of IBM

 576565500
   (C) Copyright International Business Machines Corp. 1993, 1996.

 All rights reserved.
 US Government Users Restricted Rights - Use, duplication or disclosure
 restricted by GSA ADP Schedule Contract with IBM Corp.

   240         942         190         850923793   300         300         640         29  bos.sysmgt.nim.spot.inventory `
/usr/lib/boot/network/link_methods:
          owner = root
          group = system
          mode = 555
          type = FILE
          class = apply,inventory,bos.sysmgt.nim.spot
          size = 2918
          checksum = "43151     3 "

65          1124        582         850923793   300         300         640         24  bos.sysmgt.nim.spot.size`
/usr/lib/boot/network 8
/usr/lpp/SAVESPACE 8
/usr/lib/objrepos 8
   36          1272        942         850923793   300         300         640         22  bos.sysmgt.nim.spot.al`
./usr/lib/boot/network/link_methods
241         1634        1124        850923793   300         300         640         27  bos.sysmgt.nim.spot.fixdata `
fix:
	name = IX64520
	abstract = error when testing SCSD device from a NIM install.
	type = f
	filesets = "bos.sysmgt.nim.spot:4.2.0.1\n\
"
	symptom = " Causes SW error indication a boot when testing\n\
 a self-configuring SCSI device\n\
"

   230         0           1272        0           0           0           0           0   `
6           68          190         582         942         1124        1272        productid bos.sysmgt.nim.spot.copyright bos.sysmgt.nim.spot.inventory bos.sysmgt.nim.spot.size bos.sysmgt.nim.spot.al bos.sysmgt.nim.spot.fixdata       k p m          f  222      #     f      ./usr/lib/boot/network/link_methods              m          m          # @(#)94 1.5  src/bos/usr/lib/boot/network/link_methods.sh, cmdnim, bos420, t9650F  12/10/96  11:25:12
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# bos420 src/bos/usr/lib/boot/network/link_methods.sh 
#  
# Licensed Materials - Property of IBM 
#  
# Restricted Materials of IBM 
#  
# (C) COPYRIGHT International Business Machines Corp. 1996 
# 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 
#
#   COMPONENT_NAME: CMDNIM
#
#   FUNCTIONS: link_methods
#
#   ORIGINS: 27
#
#
#   (C) COPYRIGHT International Business Machines Corp. 1996
#   All Rights Reserved
#   Licensed Materials - Property of IBM
#   US Government Users Restricted Rights - Use, duplication or
#   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
#


##################### MAIN ########################
set +x

# This function is called for both a bos_inst and a diag network boot.
# This function creates links for selected device types and classes.
# This provides a means to control which devices are configured, which
# saves time and system resources.  Links are from the remotely mounted
# filesystem which is mounted over /SPOT to the /usr/lib/methods directory.

if [[ ${RC_CONFIG} = /etc/rc.bos_inst ]]
then

	# get required methods for bos_inst boot

	# link methods for disks and LVM and their possible parents
	# link methods for tapes and their possible parents
	# link methods for diskette and keyboard and their possible parents
	# link methods for tty and lft and their possible parents
	# link methods for graphics adapters (Common Character Mode)
	#   and their possible parents
	# link all methods identified by a "load_module" attribute
	/SPOT/usr/lib/boot/network/link_meth -c disk -c pdisk -c lvm -c tape -c diskette -c keyboard -c tty -c lft -g -m -r "/SPOT"

else

	# get required methods for diag boot

	# link methods for disk and LVM possible parents
	# link methods for tape and possible parents
	# link methods for cdrom and possible parents
	# link methods for rwoptical and possible parents
	# link methods for diskette and keyboard and their possible parents
	# link methods for tty and lft and their possible parents
	# link methods for graphics adapters (full function graphics mode)
	#   and their possible parents
	# link all methods identified by a "load_module" attribute
	/SPOT/usr/lib/boot/network/link_meth -c disk -c tape -c cdrom -c rwoptical -c diskette -c keyboard -c tty -c lft -G -m -r "/SPOT"

fi


# Now see if there is a platform specific link_methods script to run

# get the platform
platform=`/SPOT/usr/sbin/bootinfo -p`

# call platform specific link_methods if it exists
if [[ -s /SPOT/usr/lib/boot/network/link_methods_${platform} ]]
then
    /SPOT/usr/lib/boot/network/link_methods_${platform}
fi

exit 0
  k"& nrd -c tty -c lft -g -m -r "/SPOT"

else

	# get required methods for diag boot

	# link methods for disk and LVM possible parents
	# link methods for tape and possible parents
	# link methods for cdrom and possible parents
	# link methods for rwoptical and possible parents
	# link methods for diskette and keyboard and their possible parents
	# link methods for tty and lft and their possible parents
	# link methods for graphics adapters (full function graphics mode)
	#   and their possible parents
	# link all methods identified by a "load_module" attribute
	/SPOT/usr/lib/boot/network/link_meth -c disk -c tape -c cdrom -c rwoptical -c diskette -c keyboard -c tty -c lft -G -m -r "/SPOT"

fi


# Now see if there is a platform specific link_methods script to run

# get the platform
platform=`/SPOT/usr/sbin/bootinfo -p`

# call platform specific link_methods if it exists
if [[ -s /SPOT/usr/lib/boot/network/link_methods_${platform} ]]
then
    /SPOT/usr/lib/boot/network/link_methods_${platform}
fi

exit 0
  