I’m getting a “Can’t locate Cwd.pm in @INC” during process startup.
The problem is that the hcisetenv is being called in /hci/bin rather than $HCIROOT (/hci/quovadx/qdx5.3/integrator/bin).
I suspect the problem is this statement:
su hci -c “hcienginerun -p $pname”
and should be:
su hci -c “$HACMP_HCI_ROOT/bin/hcienginerun -p $pname”
Does that sound right?
Thanks,