jmx config command
The jmx config command changes the password for the JMX tool on a node to your own password.
Usage notes
If you do not specify the password with the jmx config command, you are prompted to enter the password.
When you run this command, the configuration of the system is recorded before and after you run the command. This information is saved in the install_dir\Members\logs directory.
Important: The configuration information includes user information,
but this information is intended mainly for troubleshooting and not
security auditing.
Environment
- Windows 2008
- Linux
Authorization
Administrative user
Syntax
execute jmx config [newpassword]
Option descriptions
- newpassword
- The new JMX password. Optional. If you do not specify a password, you are prompted for a new password.
Examples
- Example: Setting a JMX password at system prompts.
- This command sets the JMX password to what you entered at the Enter
New Password and Confirm New Password prompts.
execute jmx config Enter New Password Confirm New Password
- Example: Setting a JMX password without system prompts.
- This command sets the JMX password to purple1.
execute jmx config purple1