GoldenGateGoldenGate
 
OpenR66-Presentation OpenR66-Technical OpenR66-Installation OpenR66-Production
Home World of GG OpenR66 GoldenGate FTP GoldenGate HTTP GoldenGate Commons API References Downloads

OpenR66-Admin

OpenR66 Server comes with an administrator in HTTPS mode with authentication and a supervision in HTTP mode without authentication.

 

The supervision enables only to show information on transfers (active or not) and is dynamically reloaded every 10 seconds. The access of the supervision is at http://host_address:8066/ (8066 port can be changed in the configuration file).

A specific URL http://host_address:8066/status enables access to simple status where it returns a 200 OK code if everything is OK, else it returns a small page with some info and a status as Internal Server Error (500) denoting that some errors were found.

Another specific URL http://host_address:8066/statusxml enables access to detailed status where it returns an xml containing various informations as followed. Note: statusxml?NB=xxx&DETAIL=1 means how far in the past as xxx seconds this status should look for and is the given information presenting a detailed information - DETAIL=1 - or only short information - DETAIL clause absent -.

 

monitor

 

Example of XML output:

<STATUS>
<HostID>hosta</HostID><Date>Mon Feb 21 18:57:26 CET 2011</Date><LastRun>Mon Feb 21 18:57:26 CET 2011</LastRun>
<SecondsRunning>180</SecondsRunning><NetworkConnections>2</NetworkConnections><NbThreads>21</NbThreads>
<InBandwidth>0</InBandwidth><OutBandwidth>0</OutBandwidth>

<OVERALL>
<AllTransfer>78</AllTransfer><Unknown>0</Unknown><NotUpdated>0</NotUpdated><Interrupted>0</Interrupted>
<ToSubmit>0</ToSubmit><Error>1</Error><Running>0</Running><Done>77</Done>
</OVERALL>

<STEPS>
<Notask>1</Notask><Pretask>0</Pretask><Transfer>0</Transfer><Posttask>0</Posttask>
<AllDone>77</AllDone><Error>0</Error>
</STEPS>

<RUNNINGSTEPS>
<AllRunning>0</AllRunning><Running>0</Running><InitOk>0</InitOk>
<PreProcessingOk>0</PreProcessingOk><TransferOk>0</TransferOk><PostProcessingOk>0</PostProcessingOk>
<CompleteOk>0</CompleteOk>
</RUNNINGSTEPS>

<ERRORTYPES>
<ConnectionImpossible>0</ConnectionImpossible><ServerOverloaded>0</ServerOverloaded>
<BadAuthent>0</BadAuthent><ExternalOp>0</ExternalOp><TransferError>0</TransferError>
<MD5Error>0</MD5Error><Disconnection>0</Disconnection><FinalOp>0</FinalOp>
<Unimplemented>0</Unimplemented><Internal>0</Internal><Warning>0</Warning>
<QueryAlreadyFinished>0</QueryAlreadyFinished><QueryStillRunning>0</QueryStillRunning>
<KnownHost>0</KnownHost><RemotelyUnknown>0</RemotelyUnknown>
<CommandNotFound>0</CommandNotFound><PassThroughMode>0</PassThroughMode>
<RemoteShutdown>0</RemoteShutdown><Shutdown>0</Shutdown><RemoteError>0</RemoteError>
<Stopped>0</Stopped><Canceled>0</Canceled><FileNotFound>0</FileNotFound>
<Unknown>1</Unknown>
</ERRORTYPES>
</STATUS>

A SNMP agent is also available in OpenR66 from version 2.1.1. It includes the possibility to poll values from a SNMP manager or to push value as notification to a SNMP manager using trap or inform model.

 

The administrator allows to take action on transfers (stop, restart, ...), export logs, handle hosts and rules, and some specific internal functions. It is accessed at https://host_address:8067/ (8066 port can be changed in the configuration file). Note the 's' in https. You will need to accept the security concern from your browser (specially if the SSL key is generated by yourself).

 

Here are some pictures from the administrator:

 

The Logon screen

logon

 

The Start screen

start

 

The Transfers main screen

transfers

 

The Transfers Listing screen

listing-done

 

The Cancel-Restart Transfer screen

cancel-restart

 

The Hosts Screen

hosts

 

The System screen

system