Author Topic: Restarting CMOD services in AIX and Linux  (Read 1896 times)

kasim

  • Guest
Restarting CMOD services in AIX and Linux
« on: August 28, 2014, 07:32:58 AM »
Hi All

New to AIX

How to start and stop services in AIX and LINUX.

thanks

jeffs42885

  • Guest
Re: Restarting CMOD services in AIX and Linux
« Reply #1 on: August 28, 2014, 10:42:32 AM »
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!