Search found 2 matches

by Jbs1buck
Wed May 16, 2012 10:23 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Linux init autostart rma
Replies: 3
Views: 9455

rc.local

Update:
I've implemented your recommendation. Can I force the rc.local file to be re-read so I don't have to wait for a re-boot to test the new entry?
by Jbs1buck
Tue May 15, 2012 3:42 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Linux init autostart rma
Replies: 3
Views: 9455

Linux init autostart rma

I need to have the hostmon deamon autostart after a re-boot.
how do I set this up in RHEL 5.7.
my korn shell script is below:

#!/usr/bin/ksh
/usr/Hostmon/rma -d /usr/Hostmon/rma.ini

This shell functions from commandline...