This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
storage:svc_restart_services [2021/08/10 16:06] manu created |
storage:svc_restart_services [2021/08/31 16:15] (current) manu |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== SVC restart services (Web...) ====== | ====== SVC restart services (Web...) ====== | ||
- | restartservice | + | Use the **restartservice** command to restart a named service. |
- | Use the restartservice command to restart a named service. | + | |
+ | satask restartservice -service <service_name> <panel_name> | ||
- | Syntax | ||
- | Read syntax diagramSkip visual syntax diagram | ||
- | satask | ||
- | restartservice | ||
- | -service | ||
- | service_name | ||
- | panel_name | ||
- | Parameters | ||
- | satask | ||
Specifies a system administrator's task (such as service commands that are only used in specific circumstances). | Specifies a system administrator's task (such as service commands that are only used in specific circumstances). | ||
-service service_name | -service service_name | ||
(Required) Specifies the name of the service that you want to restart. The following services are supported: | (Required) Specifies the name of the service that you want to restart. The following services are supported: | ||
- | sshd | + | * sshd Specifies a Secure Shell (SSH) Daemon. |
- | Specifies a Secure Shell (SSH) Daemon. | + | * slpd Specifies a Service Location Protocol Daemon. |
- | slpd | + | * slv_dpadmpd Specifies Easy Tier® service. |
- | Specifies a Service Location Protocol Daemon. | + | * tomcat Specifies a web server. |
- | slv_dpadmpd | + | * cimserver Specifies cimserver. |
- | Specifies Easy Tier® service. | + | |
- | tomcat | + | |
- | Specifies a web server. | + | |
- | cimserver | + | |
- | Specifies cimserver. | + | |
panel_name | panel_name | ||
(Optional) Identifies the node that is being serviced. | (Optional) Identifies the node that is being serviced. | ||
- | Note: If panel_name is not supplied, this command applies to the node on which the command is running. | + | |
+ | **Note:** If panel_name is not supplied, this command applies to the node on which the command is running. | ||
Description | Description | ||
Important: When directed to do so by your product support team, use this command to restart a named service. | Important: When directed to do so by your product support team, use this command to restart a named service. | ||
An invocation example | An invocation example | ||
- | satask restartservice -service cimserver | + | satask restartservice -service cimserver |
+ | |||
+ | Example to restart the GUI (Web interface) | ||
+ | |||
+ | Check which node is the configuration node | ||
+ | svcinfo lsnodecanister | ||
+ | |||
+ | satask restartservice -service tomcat 02-01 |