WAS v8.5 > Administer applications and their environment > Use the administrative clients > Use the dmgr consoleInstall and uninstall the dmgr console
We can install the dmgr console during profile creation or after you create a profile. We can uninstall any dmgr console that you install. To install an dmgr console after profile creation, or to uninstall the dmgr console, use wsadmin.
If you install the dmgr console through wsadmin, a profile that does not have an dmgr console installed must exist.
Run the deployConsole script on wsadmin whenever to uninstall the dmgr console, or whenever to install the dmgr console to a profile that does not have an dmgr console installed.
We can run the script in either connected or disconnected mode.
Application servers and administrative agents can have their own dmgr consoles. The steps in this task apply to these consoles.
The usual security restrictions for wsadmin apply to this script. In connected mode, the user must authenticate if security is enabled.
profile_root/bin/deployConsole.py
To install the dmgr console...
wsadmin.sh –f deployConsole.py install
To uninstall the dmgr console...
wsadmin.sh –f deployConsole.py remove
Related
Use the dmgr console
Start and log off the dmgr console
Configure port settings
wsadmin scripting tool