Mounting the SFHA Solutions product disc
| Article:HOWTO75137 | | | Created: 2012-04-26 | | | Updated: 2012-11-21 | | | Article URL http://www.symantec.com/docs/HOWTO75137 |
You must have superuser (root) privileges to load the product.
To mount the product disc on AIX
Log in as superuser on a system where you want to install the product. The systems must be in the same subnet.
For High Availability products:
The system from which you install the product need not be part of the cluster.
Determine the device access name of the disc drive. For example, enter:
# lsdev -C -c dvdrom
The output resembles:
dvd0 Available 1G-19-00 IDE DVD-ROM Drive
In this example,
dvd0is the disc's device access name.Make sure the
/dvdromfile system is created:# cat /etc/filesystems
If the
/dvdromfile system exists, the output contains a listing that resembles:. . /dvdrom: dev = /dev/dvd0 vfs = dvdrfs mount = false options = ro account = false . .
If the
/dvdromfile system does not exist, create it:# crfs -v dvdrfs -p ro -d dvd0 -m /dvdrom
Insert the product disc with the product software into a drive that is connected to the system.
Mount the disc:
# mount /dvdrom # cd /dvdrom
To mount the product disc on HP-UX
Log in as superuser on a system where you want to install the product. The systems must be in the same subnet.
For High Availability products:
The system from which you install the product need not be part of the cluster.
Insert the product disc in the appropriate drive on your local system.
Determine the block device file for the DVD drive:
# ioscan -fnC disk
Make a note of the device file as it applies to your system.
Create a directory in which to mount the software disc and mount the disc using the appropriate drive name. For example:
# mkdir -p /dvdrom # mount /dev/rdsk/c0t0d0 /dvdrom
Verify that the disc is mounted:
# mount
To mount the product disc on Linux
Log in as superuser on a system where you want to install the product. The systems must be in the same subnet.
For High Availability products:
The system from which you install the product need not be part of the cluster.
Insert the product disc with the product software into a drive that is connected to the system.
The disc is automatically mounted.
If the disc does not automatically mount, then enter:
# mount -o ro /dev/dvdrom /mnt/dvdrom
Navigate to the location of the RPMs.
# cd /mnt/dvdrom/dist_arch/rpms
Where dist is rhel5, rhel6, sles10, or sles11, and arch is x86_64 for RHEL and SLES.
To mount the product disc on Solaris
Log in as superuser on a system where you want to install the product. The systems must be in the same subnet.
For High Availability products:
The system from which you install the product need not be part of the cluster.
Insert the product disc into a DVD drive that is connected to your system.
If Solaris volume management software is running on your system, the software disc automatically mounts as
/dvdrom/dvdrom0.If Solaris volume management software is not available to mount the DVD, you must mount it manually. After you insert the software disc, enter:
# mount -F hsfs -o ro /dev/dsk/c0t6d0s2 /dvdrom
Where
c0t6d0s2is a sample address for the disc drive.
|
|
Legacy ID
uxrt-60_v74026465_v73071783
Article URL http://www.symantec.com/docs/HOWTO75137
Terms of use for this information are found in Legal Notices









Thank you.