3Com ENTERPRISE OS 11.3 manual Mounting the CD-ROM on HP-UX, mount -r /dev/dsk/c0t2d0 /cdrom

Models: ENTERPRISE OS 11.3

1 120
Download 120 pages 42.19 Kb
Page 105
Image 105
Mounting the CD-ROM on HP-UX 10.x

Mounting the CD-ROM on HP-UX 10.x 105

Mounting the CD-ROM on HP-UX 10.x

Mounting from a Local CD-ROM Drive

If you are mounting the CD-ROM from a drive that is directly connected to the network management station where you have installed the Enterprise OS Upgrade Management Utilities, enter the commands in this section. If you will mount the CD-ROM remotely, proceed to “Mounting from a Remote CD-ROM Drive.”

To mount the CD-ROM from a local drive, follow these steps:

1Open a command window.

2Insert the CD-ROM.

3Confirm that the CD-ROM is mounted by entering:

mount grep cdrom

If you receive no output command, you must mount the CD-ROM by entering:

su

mkdir /cdrom (if you have not already done so)

If you are running HP-UX 10.10, enter:

mount -r -t cdfs /dev/dsk/c0t2d0 /cdrom

If you are running HP-UX 10.20, enter:

mount -r /dev/dsk/c0t2d0 /cdrom

Mounting from a To mount the CD-ROM from a remote drive, follow these steps:

Remote CD-ROM Drive

1Open a command window.

2Insert the CD-ROM.

3Mount the CD-ROM by entering:

su

mkdir /cdrom (if you have not already done so)

If you are running HP-UX 10.x, enter:

mount -r /dev/dsk/c0t2d0 /cdrom

4Create the /etc/exports file if it does not already exist.

5Add the following line to the /etc/exports file, if you have not already done so:

/cdrom -ro

6If the /etc/exports file existed previously, enter:

/usr/etc/exportfs -a

7If the /etc/exports file did not exist previously, reboot to become an NFS server.

8On the local machine (the machine on which you are installing the bridge/router software), enter:

su

mkdir /cdrom (if you have not already done so)

mount -r <remote machine>:/cdrom /cdrom

For <remote_system>, enter the IP address or host name of the remote system that does not have a CD-ROM drive.

Page 105
Image 105
3Com ENTERPRISE OS 11.3 manual Mounting the CD-ROM on HP-UX, mount -r /dev/dsk/c0t2d0 /cdrom, Remote CD-ROM Drive