Installing the EMC SRDF Agent
You must install the SRDF enterprise agent on each node in the cluster. In global cluster environments, install the agent on each node in each cluster.
To install the agent
-
Insert the disc into a drive connected to the host.
-
Create a mount point directory, /cdrom, if it does not exist. The directory must have read-write permissions.
-
Determine the block device file for the disc drive:
# ioscan -fnC disk
For example, the listing may indicate the block device is /dev/dsk/c1t2d0.
-
Start the Portable File System (PFS).
# nohup pfs_mountd &
# nohup pfsd &
-
Mount the disc:
# /usr/sbin/pfs_mount -t rrip /dev/dsk/c#t#d# /cdrom
The variable /c#t#d# represents the location of the drive.
-
Install the software:
# swinstall -s /cdrom/depot VRTSvcse
# swinstall -s /cdrom/depot VRTScsecw
# swinstall -s /cdrom/depot VRTScsfdw
|