Configure Environment Name
The Environment name gets the value from the mz.name property. The Environment Indicator on the Desktop will display the value contained within the property. This property can be configured by editing the install.xml during the installation. To change the value after installation, use the topo command as shown below.
mzsh topo open cellYou may edit the mz.name property using the text editor on the terminal directly. Do not forget to save it before exiting the editor.
## Lines starting with ## will be removed when saving
## file location: $MZ_HOME/common/config/cell/default/master/cell.conf
##
common {
mz.server.dateformat="yyyy-MM-dd HH:mm:ss"
config.name=config
mz.client.dateformat=yyyy-MM-dd
pico.rcp.platform.port=6790
mz.server.timepartformat="HH:mm:ss"
mz.name=DR
mz.server.datepartformat=yyyy-MM-dd
}
platform {
name=platform
}