The IBM System Storage™ DS CLI program enables open systems hosts to invoke and manage FlashCopy and Metro and Global Mirror functions through batch processes and scripts. You can choose to install the DS CLI interface using the unattended (silent) mode, console mode, or graphic mode. The mode of installation that you choose is often dependent on the configuration of your system.
| Supported Host Systems | Installation File Name |
|---|---|
| IBM AIX (5.1, 5.2, 5.3) | setupaix.bin |
| Hewlett-Packard-UX (11.0, 11i, v1, v2) | setuphp1020.bin or setuphp11x.bin |
| Linux (Red Hat 3.0 Advanced Server [AS] and Enterprise Server [ES]) | setuplinux.bin for xSeries setupgenericunix.sh for pSeries |
| SUSE Linux SLES 8, SLES 9, SUSE 8, SUSE 9 | setuplinux.bin for xSeries setupgenericunix.sh for pSeries |
| Sun Solaris (7, 8, 9) | setupsolarisSparc.bin |
| HP Tru64 (5.1, 5.1A) | setupgenericunix.sh |
| Novell Netware 6.5 | setupwin32.exe |
| System i system i5/OS 5.3 | Add -os400 at a command line after the name of the installation file. For example, setupaix.bin -os400 |
| OpenVMS 7.3-1 (or newer) | See the topic group that describes how to install, use, and remove the DS CLI application in an OpenVMS environment. |
| Windows 2000, Windows Datacenter, Windows 2003, and Windows XP | setupwin32.exe |
| UNIX users that do not have an X display Note: Use
the same installation file name for your host operating system as shown in
the previous rows, but add the -console parameter after the installation file
name. For example:
setupaix.bin -console setuplinux.bin -console |
setupos.bin -console Where os represents the name of your operating system as shown in the previous rows. |
export LIBSAVE=$LIBPATH unset LIBPATH setupaix.bin -is:javahome /opt/ibm-Java-whatever/java/bin export LIBPATH=$LIBSAVE unset LIBSAVE
mkdir /cdrom -p
ioscan -funC disk | more mount /dev/dsk/c?t?d? /<cdrom>
mount /dev/cdrom
mkdir /mnt mount -F hsfs -r /dev/dsk/c0t6d0s2 /mnt
mount -t cdfs -o noversion /dev/rznn /mntwhere nn represents the number of CD-ROM drives.