Previous Topic: Configure the Primary Enterprise Management ServerNext Topic: Modify Base URL


Modify Services to Start Manually

Modify the services to start manually by using the chkconfig command on the Primary and the Secondary Enterprise Management Servers. The following snippet is an example of the chkconfig script:

# chkconfig --list im_jcs
im_jcs          0:off   1:off   2:on    3:on    4:on    5:on    6:off
# chkconfig im_jcs off
# chkconfig --list im_jcs
im_jcs          0:off   1:off   2:off   3:off   4:off   5:off   6:off
# chkconfig --list ca-acrptmq
ca-acrptmq      0:off   1:off   2:on    3:on    4:on    5:on    6:off
# chkconfig ca-acrptmq off
# chkconfig --list ca-acrptmq
ca-acrptmq      0:off   1:off   2:off   3:off   4:off   5:off   6:off
--list name

This option lists all of the services which chkconfig knows about, and whether they are stopped or started in each run level. When you specify the name, the service name information is displayed.