Hi Kathy – I checked the perl version referenced in our hcicyclesavemsgs script, which we don’t use, but is in the 5.3 contrib directory:
#!/hci/qdx5.1/integrator/bin/perl
I believe the “/usr/bin/ksh: /hci/qdx5.3/integrator/contrib/hcicyclesavemsgs: not found.” message that you are seeing is because the perl interpreter is not being found, not the hcicyclesavemsgs script itself. The error message is a little misleading in this regard, and has fooled us in the past.
If you update the first line of the hcicyclesavemsgs script to this:
#!/hci/qdx5.3/integrator/bin/perl
it should solve the problem.
– Glenn