Hyrax: BES Administrative Commands: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(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...)
 
Line 1: Line 1:
== BES Administration Commands ==
== BES Administration Commands ==


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


  <?xml version="1.0" encoding="UTF-8"?>
  <?xml version="1.0" encoding="UTF-8"?>
   <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/hyrax/admin/1.0#">
   <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/bes/admin/1.0#">
       <hai:StopNice />
       <hai:StopNice />
   </hai:BesAdminCmd>
   </hai:BesAdminCmd>
Line 20: Line 19:
===== Request Example =====
===== Request Example =====
  <?xml version="1.0" encoding="UTF-8"?>
  <?xml version="1.0" encoding="UTF-8"?>
   <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/hyrax/admin/1.0#">
   <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/bes/admin/1.0#">
       <hai:StopNice />
       <hai:StopNice />
   </hai:BesAdminCmd>
   </hai:BesAdminCmd>
Line 41: Line 40:
===== Request Example =====
===== Request Example =====
  <?xml version="1.0" encoding="UTF-8"?>
  <?xml version="1.0" encoding="UTF-8"?>
   <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/hyrax/admin/1.0#">
   <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/bes/admin/1.0#">
       <hai:StopNow />
       <hai:StopNow />
   </hai:BesAdminCmd>
   </hai:BesAdminCmd>
Line 62: Line 61:
===== Request Example =====
===== Request Example =====
  <?xml version="1.0" encoding="UTF-8"?>
  <?xml version="1.0" encoding="UTF-8"?>
   <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/hyrax/admin/1.0#">
   <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/bes/admin/1.0#">
       <hai:Start />
       <hai:Start />
   </hai:BesAdminCmd>
   </hai:BesAdminCmd>

Revision as of 01:02, 18 May 2011

BES Administration Commands

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

<?xml version="1.0" encoding="UTF-8"?>
 <hai:BesAdminCmd xmlns:hai="http://xml.opendap.org/ns/bes/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/bes/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/bes/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/bes/admin/1.0#">
     <hai:Start />
 </hai:BesAdminCmd>
Response Example

Normally no response. May return a BESError.