The ccm.sh
script is installed to the crystal
directory of your installation. This script provides you with a command
ccm.config
file, locate the server's launch string, and use the value that appears after the -n ame
option.
CCM Option | Valid Arguments | Description |
---|---|---|
Start each server as a process. Use the short form of the server name. | ||
Stop each server by terminating its Process ID. Use the short form of the server name. | ||
Stop each server by terminating its Process ID; then each server is started. Use the short form of the server name. | ||
| Enable a started server so that it registers with the system and starts listening on the appropriate port. Use the fully qualified form of the server name. | |
| Disable a server so that it stops responding to Crystal Enterprise requests but remains started as a process. Use the fully qualified form of the server name. | |
Reports the server's current status (enabled or disabled). The CMS must be running before you can use this option. | ||
Update objects migrated from a previous version of Crystal Enterprise into your current CMS system database. Use this option after running |
This table describes the options that make up the argument denoted by other authentication information.
The CCM reads the server launch strings and other configuration values from the ccm.config
file. For details, see ccm.config.
These two commands start and enable all the servers. The Crystal Management Server (CMS) is started on the local machine and the default port (6400):
ccm.sh-s tart all ccm.sh-e nable all
These two commands start and enable all the servers. The CMS is started on port 6701, rather than on the default port:
ccm.sh-s tart all ccm.sh-e nable all-c ms MACHINE01:6701
These two commands start and enable all the servers with a specified administrative account named SysAdmin
:
ccm.sh-s tart all ccm.sh-e nable all-c ms MACHINE01:6701-u sername SysAdmin-p assword 35%bC5@5-a uthentication LDAP
This single command logs on with a specified administrative account to disable a Job Server that is running on a second machine:
ccm.sh
This configuration file defines the server launch strings and other values that are used by the CCM when you run its commands. This file is maintained by the CCM itself, and by the other Crystal Enterprise script utilities. You typically edit this file only when you need to modify a server's command line. For details, see Command lines overview.
Crystal Decisions http://www.crystaldecisions.com/ Support services http://support.crystaldecisions.com/ |