Stopping and starting: Difference between revisions
From Lsdf
Jump to navigationJump to search
m (Created page with "==Stopping the HPSS services== Stopping is done in two steps. First in the GUI all activity is to be stopped. Then run the ''hpss_deactivate_node'' script. <pre> - 1 open the …") |
(Blanked the page) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Stopping the HPSS services== |
|||
Stopping is done in two steps. First in the GUI all activity is to be stopped. Then run the |
|||
''hpss_deactivate_node'' script. |
|||
<pre> |
|||
- 1 open the HPSS GUI |
|||
- 2 click on Operations --> Shutdown --> All Non-SSM Servers |
|||
- 3 then Operations --> Shutdown --> System Manager |
|||
</pre> |
|||
Then stop the daemons and database: |
|||
<pre> |
|||
/ha/bin/hpss_deactivate_node.ksh |
|||
</pre> |
|||
==Starting the HPSS services== |
|||
Starting is done in two steps. First run the ''hpss_activate_node'' script, then start the processe in the GUI. |
|||
<pre> |
|||
/ha/bin/hpss_activate_node.ksh |
|||
</pre> |
|||
In the GUI do the following |
|||
<pre> |
|||
- 1 open the HPSS GUI |
|||
- 2 Operations --> Start --> System Manager |
|||
- 3 click on Operations --> Start --> All Non-SSM Servers |
|||
</pre> |