Prerequisite for StorCLI installation

==========================
The MegaRAID   StorCLI application is avaliable in the form of rpm.

To install the <StorCliKL-x.xx-x.noarch.rpm>, please follow below steps.

1) unzip the StorCLI package.
2) To install the StorCLI RPM, run the comand "rpm -ivh <StorCliKL-x.xx-x.noarch.rpm>"
3) To upgrade the StorCLI RPM, run the comand "rpm -Uvh <StorCliKL-x.xx-x.noarch.rpm>"

Note:
1. If older version of the StorCLI rpm <StorCliKL-x.xx-x.noarch.rpm> is installed on the system, 
    please uninstall the older version of the RPM using the command "rpm -e <StorCliKL> 
    and then install the latest StorCLI rpm <StorCliKL-x.xx-xx.noarch.rpm> packaged in this zip file.

2. If older version of the StorCLI rpm <StorCliKL-x.xx-x.noarch.rpm>  is installed on the system, 
    To perform upgrade from previous version to latest version run the command 
    "rpm -Uvh --nopostun <StorCliKL-x.xx-xx.noarch.rpm>  ". 


3. On RHEL-3 (X64) and SLES-9 (X64), StorCLI requires libstdc++.so.6. It is assumed that these standard libraries are present in the system.

4. For RHEL/SLES platform(s), it is necessary to create the below soft links before installing MegaRAID Storage Manager(MSM).
                   
	32-BIT:
	
		"ln -sf /usr/lib/libcrypto.so.xx.xx /lib/libcrypto.so.4"
		"ln -sf /usr/lib/libssl.so.xx.xx /lib/libssl.so.4"
		
	64-BIT:
		"ln -sf /usr/lib64/libcrypto.so.xx.xx /lib/libcrypto.so.4"
		"ln -sf /usr/lib64/libssl.so.xx.xx /lib/libssl.so.4"


Please follow the steps to use 32 bit StorCLI to communicate with VMWARE Cosless machine.

Open the file cliVmWare.conf which is present in the same directory as StorCLI. 
Enter the IP address of VMWARE Cosless machine in the parameter location. 
Enter the Administrator user name and password of VMWARE Cosless machine. 

With above parameters set correctly, StorCLI will start executing StorCLI command on the remote VMWARE Cosless machine.

