Method 1: Installing from floppy diskette

To create an installation floppy and then install the HP-UX 10.0x Client Agent from the new disk:
  1. On a UnixWare 7 system, insert the CD-ROM disk into the drive.

  2. Mount the CD-ROM drive:

    /usr/sbin/mount -rF cdfs /dev/cdrom/c0b0t#l0 /mnt

    where /mnt is the mount point directory and t# is the SCSI ID of the CD-ROM device. For example, if your CD-ROM drive is set to a SCSI ID of 5, you would specify /dev/cdrom/c0b0t5l0.

  3. Change to the directory containing the Client Agent image file:

    cd /mnt/arcagnts/hpux10.x/image

  4. Insert a blank, formatted diskette into the mounted floppy drive.

  5. Create an installable Client Agent diskette from the uagent.dd file. At the command line, enter:

    dd if=uagent.dd of=/dev/install

    /dev/install is the default floppy drive on your system. If you want to use a different floppy drive, specify that device instead.

  6. Log in to the desired HP-UX 10.0x workstation as root.

  7. Insert the Client Agent diskette into the workstation's floppy drive.

  8. Create a directory to use as a mount point. This example uses /mnt.

  9. Mount the floppy drive to the /mnt directory:

    mount -f hfs /dev/floppy/c0t1d0 /mnt

  10. Run the swinstall utility:

    swinstall -v -s /mnt UAGENT

    where -v designates verbose installation mode and -s /mnt is the source device name (in this case, 3.5" floppy). UAGENT is the product name.

    A series of messages appear as the installation is completed.


It is important to specify the correct device name and system type for your workstation.


See also:


Next topic: Method 2: Installing from the locally-mounted SCO CD-ROM
Previous topic: System requirements for the HP-UX 10.0x Client Agent

© 1997 The Santa Cruz Operation, Inc. All rights reserved.