Each DPOD installation is identified by an environment name. The documentation states these names must be unique and is displayed in the WebUI.
https://montier.atlassian.net/wiki/spaces/DPOD010805/pages/275939870/Software+Deployment
How do you change this environment name?
Answer by littles (659) | Jan 31 at 03:58 PM
Here are the steps needed to change the environment name:
Connect to DPOD's server using SSH.
Enter the command "ij" to start the DB interface
Enter to the following SQL statement and replace the string "abcd" with the new environment string (4 alphanumeric characters at most). Example : PRD2 UPDATE SystemParameter SET VALUE='abcd' WHERE name ='system.environment.name';
Exit ij by entering "exit;" and "ENTER"
Reconfigure syslogs on all gateways using DPOD's UI. see link to DPOD's documentation https://montier.atlassian.net/wiki/spaces/DPOD0108060/pages/298517025/Adding+Monitored+Devices
Maximum duration of data that can be stored on DPOD filesystem 3 Answers
How to gather the must gather information for the DataPower Operations Dashboard? 2 Answers
How can I download the DataPower Operations Dashboard (DPOD) fixpack? 1 Answer
Can you change the database in Datapower Operation Dashboard? 2 Answers