OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: kasim on August 28, 2014, 02:32:58 PM

Title: Restarting CMOD services in AIX and Linux
Post by: kasim on August 28, 2014, 02:32:58 PM
Hi All

New to AIX

How to start and stop services in AIX and LINUX.

thanks
Title: Re: Restarting CMOD services in AIX and Linux
Post by: jeffs42885 on August 28, 2014, 05:42:32 PM
There is a comprehensive section on this in the manual for 9.0 but I hate being that guy that says read the book :)

in a shell script to start CMOD, I have:

arssockd -S -I instance

to stop

arssockd -T -I instance

this can also depend on your infrastructure, how many library servers/object servers you have, etc. the ARSLOAD process is usually customized depending on business need, so read the doc on that too.

Welcome to the CMOD world!