Difference between revisions of "UM Admin"

 
Line 4: Line 4:
  
 
Locate the pid of startServer & kill it
 
Locate the pid of startServer & kill it
<syntaxhighlight>
+
<syntaxhighlight lang=text>
 
$ ps U access | grep startServer
 
$ ps U access | grep startServer
 
22172 ? Sl 0:03 tclsh /projects/access/UI/ghui3.0/admin/startServer.tcl /projects/access/UI/ghui3.0 PRIMARY /projects/access/DBSE umuix
 
22172 ? Sl 0:03 tclsh /projects/access/UI/ghui3.0/admin/startServer.tcl /projects/access/UI/ghui3.0 PRIMARY /projects/access/DBSE umuix
Line 11: Line 11:
  
 
The server should be automatically checked & restarted with a cron job every 10 min. It can be manually restarted with
 
The server should be automatically checked & restarted with a cron job every 10 min. It can be manually restarted with
<syntaxhighlight>
+
<syntaxhighlight lang=text>
 
$ ~access/UI/ghui3.0/bin/ghui_server umuix PRIMARY
 
$ ~access/UI/ghui3.0/bin/ghui_server umuix PRIMARY
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
Or using the admin panel
 
Or using the admin panel
<syntaxhighlight>
+
<syntaxhighlight lang=text>
 
<span style="font-size: 13.3333px;">$ ~access/scripts/umuix_admin</span>
 
<span style="font-size: 13.3333px;">$ ~access/scripts/umuix_admin</span>
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 23:59, 11 December 2019

UMUI

Accessdev uses a modified version of ghui compared to the Met Office distribution, which means that there is a different means of starting the ui server.

Locate the pid of startServer & kill it

$ ps U access | grep startServer
22172 ? Sl 0:03 tclsh /projects/access/UI/ghui3.0/admin/startServer.tcl /projects/access/UI/ghui3.0 PRIMARY /projects/access/DBSE umuix
$ kill 22172

The server should be automatically checked & restarted with a cron job every 10 min. It can be manually restarted with

$ ~access/UI/ghui3.0/bin/ghui_server umuix PRIMARY

Or using the admin panel

<span style="font-size: 13.3333px;">$ ~access/scripts/umuix_admin</span>

Management