sdpstartap (starts RMI-connection adaptors)
Format
For starting the standard adaptors in the RMI connection mode:
sdpstartap jp.co.Hitachi.soft.sdp.adaptor.AdaptorManager adaptor-group-name
For starting a custom adaptor in the RMI connection mode:
sdpstartap [-clientcfg path-of-jvm_client_options.cfg]
Java-application-class-name
[ arguments-passed-to-main-method...]
Function
This command starts specified standard adaptors or a custom adaptor in the RMI connection mode.
Execution permissions
Administrator user
Prerequisites for command execution
To execute this command, you need the following files:
Storage directory
working-directory\bin\
Arguments
adaptor-group-name
Specifies the name of the RMI group to be started. This must be an adaptor group name specified in the name attribute in the RMI group definition (<RMIGroupDefinition> tag) in the adaptor configuration definition file.
-clientcfg path-of-jvm_client_options.cfg
If a separate JavaVM options file for RMI connections is used for the Java application to perform send/receive operations, this argument specifies the absolute or relative path of that file. If you specify a relative path, specify the path that is relative to the directory at which the command is entered.
If this option is omitted, the command uses working-directory\conf\jvm_client_options.cfg.
Java-application-class-name
Specifies the name of the Java application class to be started. A Java application class name that begins with - (hyphen) cannot be specified.
arguments-passed-to-main-method
Specifies arguments that are to be passed to the main method of the Java application class.
Notes
SDP_CLASS_PATH=.\\home\\abc\\sdpclient.jar
SDP_CLASS_PATH=.
Return value
Value | Meaning |
---|---|
1 | A specified argument is invalid. |
Other than 1 | A termination code of the Java application is returned. |