Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- System Access
- Java JMX Access Hardening
- Changing System User Name or Password for the JMX Console
- Changing the Universal CMDB Server Service User
- How to Encrypt the Database Password for Configuration Manager
- How to Enable Remote Access to the JMX Console
- Using HTTPS Port 8453 as Default for Data Flow Probe
- How to Upgrade to AES 256 Mode
Java JMX Access Hardening
Note The procedure described here can also be used for the Data Flow Probe JMX.
In order to ensure that the JMX RMI port is accessible only when providing user credentials, perform the following procedure:
-
In the wrapper.conf file on the server, located at C:\UCMDB\UCMDBServer\bin, set the following:
wrapper.java.additional.16=-Dcom.sun.management.jmxremote.authenticate=true
This setting requires the JMX to ask for authentication.
-
For the Data Flow Probe JMX, perform the following:
In the files WrapperGateway.conf and WrapperManager.conf, located at C:\UCMDB\DataFlowProbe\bin\, set the following:
wrapper.java.additional.17=-Dcom.sun.management.jmxremote.authenticate=true
-
-
Rename the file jmxremote.password.template (located at: C:\UCMDB\UCMDBServer\bin\jre\lib\management\) to jmxremote.password.
Note For the Data Flow Probe JMX, this file is located at: C:\UCMDB\DataFlowProbe\bin\jre\lib\management\.
-
In jmxremote.password, add passwords for the roles monitorRole and controlRole.
For example:
monitorRole QED
controlRole R&D
would assign the password QED to monitorRole and the password R&D to controlRole.
Note Ensure that only the owner has read and write permissions on jmxremote.password because it contains the passwords in clear text. The file owner must be the same user under which UCMDB Server is running.
-
In the file jmxremote.access (located at C:\UCMDB\UCMDBServer\bin\jre\lib\management\), assign access to monitorRole and controlRole.
For example:
monitorRole readonly
controlRole readwrite
would assign read-only access to monitorRole and read-write access to controlRole.
Note For the Data Flow Probe JMX, this file is located at: C:\UCMDB\DataFlowProbe\bin\jre\lib\management\.
-
Secure files as follows:
-
For Windows only: Run the following commands from the command line to secure files:
icacls jmxremote.password /grant Administrator:F
icacls jmxremote.access /grant Administrator:R
where <username> is the file owner visible in the properties of both files. Open properties of these files and ensure that they are correct and have only one owner.
-
For Solaris and Linux operating systems: Set the file permissions for the password file by running:
chmod 600 jmxremote.password
-
-
For Service Pack upgrades, Server migrations and Disaster Recovery: Change ownership of the file jmxremote.access (located at C:\UCMDB\UCMDBServer\bin\jre\lib\management\) to the operating system user running the upgrade or migration installation.
Note
-
For the Data Flow Probe JMX, this file is located at: C:\UCMDB\DataFlowProbe\bin\jre\lib\management\.
-
Before uninstalling the product, edit the file permissions for <UCMDB_install_dir>\bin\jre\lib\management\jmxremote.password so the user you are logged in with can edit it.
-
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to cms-doc@microfocus.com.
Help Topic ID:
Product:
Topic Title:
Feedback: