Can Orbix config data be backed up, and reused at later time?
Answer / chaitanya
Orbix services uses a file based Berkeley DB to store its data and interim state. It is a good practice to back up configuration database after the configuration domain is created, since corruption may happen to these data. Backing up Orbix data is accomplished by copying its "var" folder to a zip file or a safe file system. These backup data can be recovered, and copied on the top of older data when data corruption happen. The data restoration should always be done when all Orbix services are down.
However, some restriction apply. For example, if any change that requires reconfiguring the domain is performed (switch from non-secure to secure domains, port number change), the older backup data is not anymore valid. A new backup should be performed.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to configure for slow connectionsinvocations
How to close the client connection to the Orbix 3 daemon
Do the soft_limit and hard_limit configuration settings apply for each Orbix process or for a sum of Orbix processes running in an Orbix domain?
How to developed the event service consumers and suppliers?
what is recommended for clients using the JDK ORB?
Can an interceptor capture SSL handshaking errors?
Does server migration to new physical ip address also impact on orbix?
How to limit connections tofrom a service ?
Can client use the jdk orb to communicate with the Orbix domain?
How to change the port of the orbix notification service?
Can Orbix config data be backed up, and reused at later time?
Does Orbix provide a tool to remove surplus empty lines from an Orbix configuration file?