Metrocluster with 3PAR Remote Copy for Linux Version B.01.00.00 Release Notes

is installed, Metrocluster packages fails to start. Do the following on all the Metrocluster
packages nodes:
1. Move the existing symbolic link to the 3PAR cli from cli to “3parcli.
For Example:
# mv cli 3parcli
2. Create a new file named cli in /usr/bin directory and add the following code snippet:
#!/bin/bash
_uid="$(id -u)"
if [[ $_uid -eq 0 ]];then
export HOME=/root
fi
/usr/bin/3parcli $@
3. Set the appropriate execution permission in the/usr/bin/cli file.
Software availability in native languages
Metrocluster with 3PAR Remote Copy for Linux and related documents are not available in native
language versions.
Software availability in native languages 11