66Software Installation and User’s GuideInstalling Linux3. Unpack the archive file and rename:$ gunzip -d /usr/sbin/storcon-x.xx.gz$ mv /usr/sbin/storcon-x.xx /usr/sbin/storcon5.6.2 Using ICPCON Monitoring UtilityTo use ICPCON a gdth driver version 1.26 or higher is required. To check the current gdthdriver version type:$ grep Driver /proc/scsi/gdth/0 (where 0 represents the controllernumber)To run the ICPCON utility, type ‘ICPCON’ at any prompt. Select the interface (Linux iflocally run, TCP/IP sockets if remote).Note: While using ICPCON from the Linux system console, the ICPCON screen may beoverwritten by system/kernel log messages. To avoid this, execute the followingcommand (entered at the prompt from a console session):dmesg -n 1When finished using ICPCON, the console log level can be set back to the default levelusing the following command:dmesg -n 7This behavior is not observed if the ICPCON utility is used from an X-windows terminalwindow.5.7 Remote Monitoring with the ICP vortex SRCDRemote Access Servicesrcd is the remote access service for ICP RAID controllers. With srcd running, you canmanage disk arrays from a remote workstation using storage management software (forexample, ICPCON) via TCP/IP.Configure /etc/srcd.conf to send SNMP traps or execute an external program (forexample, mail) when a disk array controller event occurs. See comments in /etc/srcd.conf for details.5.7.1 SRCD Installation Instructions from the RAID Software SuiteCD-ROM1. Copy the srcd archive to /etc (may be srcd-1.10-suse.tgz or srcd-1.10-redhat.tgz)$ cp /mnt/cdrom/linux/install/srcd-v.vv-xxxx.tgz /etc/srcd-v.vv-xxxx.tgz