In some cases, DPOD users wants to remove DPODs DPOD related configuration from monitored device (IDG). Example : An example would be temporary monitoring of a non-production device for product demonstration.
The user has two basic ways to remove DPODs DPOD related configuration from monitored IDG devices:
- Manually as describe in the in the in How to Uninstall DPOD from DataPower
- Using the DPOD IDG configuration tool
The DPOD IDG configuration tool is a simple tool that enables the user to backup DPODs DPOD related configuration of IDG before starting to monitor the IDG using DPOD.
If neededrequired, the tool can also be used remove the DPOD configuration from IDG monitored device.
...
Use the app_idg_pre_conf_bck.sh script located in the directory /app/scripts directory.
The script will back up the following IDG objects configuration:
...
The script parameters are :
Operation | Purpose |
-i, --idg-ip | IDG xml management interface IP address or host name |
-p, --idg-port | IDG xml management interface port |
-u, --idg-user | IDG xml management interface user name |
-s, --idg-pass | IDG xml management interface user password |
The script backup directory and log file will be displayed in a message at the end of execution.
example Example of the script execution :
...
In order to remove DPOD configuration from an IDG monitored device use the script app_idg_pre_conf_restore.sh located in the directory /app/scripts. directory.
Info |
---|
If you did not run app_idg_pre_conf_bck.sh before installing DPOD - you can still remove some of the configuration automatically by running it now, and letting it backup the current configuration |
...
- XML management interface
- WS-M agent configuration
- Certificate monitor
Farther Further more, the script will remove the following DPOD related configuration:
...
Since the original backed up configuration might have changed between the period of the backup and the restore,
the script will display displays the backup data and will give gives the user the opportunity to change the configuration to restore.
...