Difference between revisions of "hidden:Starting and Stopping HPSS"

From Lsdf
m
m
Line 4: Line 4:
 
''hpss_deactivate_node'' script.
 
''hpss_deactivate_node'' script.
   
- 1 open the HPSS GUI on the active Core-Server (hpsscr)
+
- 1 open the HPSS GUI on the active Core-Server (hpsscr)
  +
[root@hpsscr ~]# /opt/hpss/bin/hpssgui.pl &
 
  +
- 2 click on Operations --> Shutdown --> All Non-SSM Servers
[root@hpsscr ~]# /opt/hpss/bin/hpssgui.pl &
 
  +
- 3 then Operations --> Shutdown --> System Manager
 
- 2 click on Operations --> Shutdown --> All Non-SSM Servers
 
 
- 3 then Operations --> Shutdown --> System Manager
 
   
 
Then stop the daemons and database:
 
Then stop the daemons and database:
   
/ha/bin/hpss_deactivate_node.ksh
+
/ha/bin/hpss_deactivate_node.ksh
   
 
==Starting the HPSS services==
 
==Starting the HPSS services==
Line 21: Line 18:
 
Run the ''hpss_activate_node'' script, then start the processes in the GUI.
 
Run the ''hpss_activate_node'' script, then start the processes in the GUI.
   
[root@hpsscr ~]# /opt/hpss/bin/hpssgui.pl &
+
[root@hpsscr ~]# /opt/hpss/bin/hpssgui.pl &
  +
/ha/bin/hpss_activate_node.ksh
 
/ha/bin/hpss_activate_node.ksh
 
   
 
----[[ hidden:HPSS|<small>back to HPPS main page</small>]]
 
----[[ hidden:HPSS|<small>back to HPPS main page</small>]]

Revision as of 16:41, 24 August 2016

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.

- 1 open the HPSS GUI on the active Core-Server (hpsscr)
  [root@hpsscr ~]# /opt/hpss/bin/hpssgui.pl &
- 2 click on Operations --> Shutdown --> All Non-SSM Servers
- 3 then Operations --> Shutdown --> System Manager

Then stop the daemons and database:

/ha/bin/hpss_deactivate_node.ksh

Starting the HPSS services

Run the hpss_activate_node script, then start the processes in the GUI.

[root@hpsscr ~]# /opt/hpss/bin/hpssgui.pl &
/ha/bin/hpss_activate_node.ksh

back to HPPS main page