P-2370 WISP and LBM Unique Initialization.

MODULE:        HW
PROGRAM:       RS6000 AIX 4.1.1
AUTHOR:        AB/HZ 
DATE:          March 15, 1996


SYMPTOM:

     System Hangs at boot time when
     using AIX 4.1.1  POWER PC MODEL E20.

ISSUE/PROBLEM:


    If /u/vol600/bin/rhsstart is inserted in the rc file the
    system will hang @ the boot time.


SOLUTION:

1. A script file containing that line should be created in /etc/
   directory.
   Name that file 'rc.rhs'.

2. Change ownership and group to 'bin' using 'chown & chgrp'
   commands.
   Give read write rights to that file using 'chmod 777'.

3. Insert the following line in the inittab file located in the
   same directory:

   rcrhs:2wait:/etc/rc.rhs > /dev/console 2>&1      # Start RHS procedures

   Notes:

      a. Make a backup copy of the 'inittab' file before inserting the line.
      b. Insert the line after all the ibm's rc boot lines.