RMA on HPUX problem after reboot

Remote Monitoring Agent for Linux, FreeBSD, and other UNIX-like platforms.
Post Reply
jhuppertz
Posts: 19
Joined: Fri Feb 10, 2006 5:32 am
Location: Netherlands
Contact:

RMA on HPUX problem after reboot

Post by jhuppertz »

Hi,

We just activated our RMA agent on HP-UX. It worked fine and we have started to add some tests on our test server :D

After rebooting the server we cannot get the process list anymore :cry:

The error says: "/opt/rma//proclist.sh[12]: sort: not found."

Any ideas?

Regards,
John
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

Please ensure proclist.sh file is present in rma's folder. Also you should verify the proclist.sh script has the "executable" rights. You may add "executable" rights using command "chmod".
What account do you use to start rma? Does it have necessary rights to start .sh scripts?


Regards,
Max
jhuppertz
Posts: 19
Joined: Fri Feb 10, 2006 5:32 am
Location: Netherlands
Contact:

Post by jhuppertz »

Hello Max,

The execute rights were OK.
we restarted the RMA process and now it seems fine again.
Strange isn't it?

Thanks for your help (again :wink:)

Regards,
John
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

jhuppertz wrote:we restarted the RMA process and now it seems fine again.
Strange isn't it?
Was the rma started automatically the first time after reboot? Probably, there are problems in startup script, e.g. permissions issue.

Regards,
Max
Stasssss
Posts: 1
Joined: Sat Dec 29, 2007 2:44 am

Post by Stasssss »

try to add at the beginning of the agent startup script these lines

PATH=/sbin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin
export PATH
Post Reply