Hyrax: BES Administrative Commands

From OPeNDAP Documentation
Revision as of 18:18, 13 May 2011 by Ndp (talk | contribs) (New page: == BES Administration Commands == Namespace: http://xml.opendap.org/ns/hyrax/admin/1.0# <?xml version="1.0" encoding="UTF-8"?> <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/h...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼opendap2-jumptonavigation⧽

BES Administration Commands

Namespace: http://xml.opendap.org/ns/hyrax/admin/1.0#

<?xml version="1.0" encoding="UTF-8"?>
 <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/hyrax/admin/1.0#">
     <hai:StopNice />
 </hai:BesAdminCmd>


StopNice

Example:

<hai:StopNice />

Gracefully stops all beslistener processes


Request Example
<?xml version="1.0" encoding="UTF-8"?>
 <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/hyrax/admin/1.0#">
     <hai:StopNice />
 </hai:BesAdminCmd>
Response Example

Normally no response. May return a BESError.



StopNow

Example:

<hai:StopNow />

Forcefully stops all beslistener processes


Request Example
<?xml version="1.0" encoding="UTF-8"?>
 <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/hyrax/admin/1.0#">
     <hai:StopNow />
 </hai:BesAdminCmd>
Response Example

Normally no response. May return a BESError.



Start

Example:

<hai:Start />

Starts the master beslistener process. If a beslistner is already running nothing will be done.


Request Example
<?xml version="1.0" encoding="UTF-8"?>
 <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/hyrax/admin/1.0#">
     <hai:Start />
 </hai:BesAdminCmd>
Response Example

Normally no response. May return a BESError.