Peripherals under HP
The simplest way to configure peripheral devices under HP is with
SAM, the System Administration Manager. Even if SAM is not available,
almost all HP peripherals are automatically configured by the system.
To install a new floppy, tape, or CD-ROM drive from the command line:
- Use ioscan -fn to determine which SCSI IDs
are available.
- Consult the drive table to find out which
device driver is needed for the device and interface. Then check
the /dev directory to see whether or not the necessary
device driver is present. If it is not, the kernel will need to be
rebuilt to include it. To rebuild the kernel:
- cd to /stand/build and enter:
/usr/lbin/system_prep -v -s system
system_prep pulls the system file from the kernel and
writes it to /stand/build/system.
- Make a copy of the system file and kernel so that if
something happens there will still be a bootable kernel.
- Edit the system file to add the needed device driver.
- Build the kernel with:
/usr/bin/mk_kernel -s system
- Move the new system file and kernel to their proper places.
mv stand/build/system /stand/system
mv /stand/build/vmunix_test /stand/vmunix
- Shut down the system.
- Install the hardware.
- Reboot the system. While the system is rebooting,
insf creates the required block and
character files.
- Use ioscan to verify the configuration.