This command lets you start, stop, or restart the specified service.
Remotely stopping or restarting the network service may cause the connection to drop or hang. For this reason, two types of network service are provided: network_local and network. For the network_local service, the action is applied immediately (synchronous). It is recommended to use this type of service in the SVM first startup script. For the network service, the action is applied asynchronously (in a separate shell). Therefore, the klconfig script can return control. This means that the invoking side must check the command execution result in no less than 20 seconds.
Settings
<Action> <ServiceType1> [<ServiceType2>] [<ServiceType3>]
where:
|
Example:
|
Specific errors
unknown service <value>. Service not specified or unknown value specified.
no services selected. Service not specified.
could not $action $KLNAGTYPE - stop wait failed. Could not stop the specified service.
could not $action $KLNAGTYPE - start wait failed. Could not start the specified service.
could not $action $KLNAGTYPE. Unknown action specified.
Page top