Hitachi

uCosminexus Service Platform Reference Guide


cscsvstart (Starting an HCSC server)

Organization of this page

Format

cscsvstart [-h]
 -user login-user-ID
 -pass login-password
 {-csc HCSC-server-name|-cluster cluster-name}
 [{-logical logical-server-name|-system }]

Function

Starts the HCSC server or logical server.

By setting up default values for mandatory options, such as the login user ID, in the HCSC-Manager command definition file, you can omit the specification of these values in this command.

For details on how to use this command, see the following locations in the uCosminexus Service Platform Setup and Operation Guide according to the purpose of use:

Arguments

-h

Displays the usage of commands. When you specify this option, all other options are ignored even if specified.

-user login-user-ID ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 16 characters))

Specifies the user ID that is used to log in to HCSC-Manager.

-pass login-password ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 16 characters))

Specifies the password that is used to log in to HCSC-Manager.

-csc HCSC-server-name ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 8 characters))

Specifies the name of the HCSC server to be started.

-cluster cluster-name ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 8 characters))

Specifies the name of the cluster wherein the HCSC servers are to be started in a batch. An error occurs if you specify the -cluster option when the cluster type is HA.

-logical logical-server-name ~ <one-byte alphanumeric characters, underscores (_), and hyphens (-)> ((1 to 128 characters))

Specifies the name of the logical server to be started. The following table describes the types of logical servers set up with this option and their operations. Note that when you specify this option, the HCSC servers will not start.

Table 5‒7: Types of logical servers specified in the -logical option and their operations (for starting)

No.

Type of the specified logical server

Operation

1

PRF

Starts PRF.

2

Smart Agent

Starts Smart Agent.

3

CTM Domain Manager

Starts CTM Domain Manager.

4

CTM daemon

Starts the CTM daemon.

5

J2EE server

Starts a J2EE server without starting J2EE applications.#

6

Web server

Starts a Web server.

#

Execute the command when the HCSC server is not running.

-system

Simultaneously starts the logical server defined in cscmng.server.HCSC-server-name.system in the HCSC-Manager definition file and the HCSC server.

Examples of input

(1) To start the HCSC server HCSC
cscsvstart -user admin -pass admin -csc HCSC
(2) To start all the HCSC servers in the cluster Cluster in a batch
cscsvstart -user admin -pass admin -cluster Cluster
(3) To simultaneously start the HCSC servers in the cluster Cluster and logical servers, in a batch
cscsvstart -user admin -pass admin -cluster Cluster -system
(4) To start the logical server PRF in the cluster Cluster, in a batch
cscsvstart -user admin -pass admin -cluster Cluster -logical PRF
(5) To start the J2EE server J2EEServer existing on the HCSC server HCSC without starting J2EE applications
cscsvstart -user admin -pass admin -csc HCSC -logical J2EEServer

Return values

Return value

Meaning

0

The command terminated normally.

1

The command terminated abnormally.

2

A communication timeout occurred.

3

An exclusion error occurred.

9

An error occurred when checking the execution permission.

Notes