|
Arcserve 9..0
Hi
I'm using REDHAT 9 so not sure if this will exactly solve the problem but may help a little.
I recently needed to do exactly the same thing and put the following into my rc.local file (/etc/rc.d/rc.local). These commands will then run at start up.
#Start Arcserve
/usr/bin/caagent start
/usr/bin/uagent start
You may need to specify an alternate file path
Hope this helps
|