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 |
|
- Hardening Methods
- How to Change the System User Name or Password for the JMX Console
- How to Enable Mutual Certificate Authentication for SDK
- How to Configure a Reverse Proxy
- How to Change the Server Keystore Password
- How to Enable or Disable HTTP/HTTPS Ports
- How to Map the UCMDB Web Components to Ports
- How to Modify the PostgreSQL Database Encrypted Password
- How to Set the JMX Console Encrypted Password
- How to Set the UpLoadScanFile Password
- How to Retrieve the Current LW-SSO Configuration in a Distributed Environment
- How to Configure LW-SSO Settings
- How to Configure Confidential Manager Communication Encryption
- How to Configure Confidential Manager Client Authentication and Encryption Settings on the Probe
- How to Configure Confidential Manager Communication Encryption on the Probe
- How to Configure the Confidential Manager Client’s Cache Encryption Settings on the Probe
- How to Export and Import Credential and Range Information in Encrypted Format
- How to Remove Credentials and Range Information by Domain Name
- How to Generate or Update the Encryption Key for Confidential Manager
- How to Configure CAC Support on UCMDB
- How to Configure CAC Support for UCMDB by Reverse Proxy
- How to Configure CAC (Smart Card / PKI Authentication) Support for the Embedded CMS UI
- How to Harden the Data Flow Probe Connector in UCMDB
- How to Encrypt the Probe Keystore and Truststore Passwords
- How to Enable Login to Universal CMDB with LW-SSO
- How to Test LDAP Connections
- How to Search LDAP Users
- How to Configure the Universal CMDB Server with Confidential Manager
- How to Set the IIS server as the Front-End Server for UCMDB
- How to Enable Secure Login for the JMX Console
- How to Mark Sensitive Settings and Enable Storing Encrypted Data in the Database Using JMX
- How to Set Shared Key for Encrypting or Decrypting the InfrastructureSettings.xml File Using JMX
How to Change the Server Keystore Password
After installing the Server, the HTTPS port is open and the store is secured with a weak password (the default hppass). If you intend to work with SSL only, you must change the password.
The following procedure explains how to change the server.keystore password only. However, you should perform the same procedure for changing the server.truststore password.
Note You must perform every step in this procedure.
- Start the UCMDB Server.
-
Execute the password change in the JMX console:
-
Launch the Web browser on the UCMDB Server machine, as follows: https://localhost:8443/jmx-console.
Note Access to the JMX console is restricted to localhost only. If you need to access the JMX console remotely, see How to Enable Remote Access to the JMX Console.
You may have to log in with a user name and password.
-
Under UCMDB, click UCMDB:service=Security Services to open the Operations page.
-
Locate and execute the changeKeystorePassword operation.
This field must not be empty and must be at least six characters long. The password is changed in the database only.
-
- Stop the UCMDB Server.
-
Run commands.
From C:\UCMDB\UCMBServer\bin\jre\bin, run the following commands:
-
Change the store password:
keytool -storepasswd -new <new_keystore_pass> -keystore C:\UCMDB\UCMDBServer\conf\security\server.keystore -storepass <current_keystore_pass>
-
The following command displays the inner key of the keystore. The first parameter is the alias. Save this parameter for the next command:
keytool -list -keystore C:\UCMDB\UCMDBServer\conf\security\server.keystore
-
Change the key password (if the store is not empty):
keytool -keypasswd -alias <alias> -keypass <currentPass> -new <newPass> -keystore C:\UCMDB\UCMDBServer\conf\security\server.keystore
-
Enter the new password.
-
- Start the UCMDB Server.
- Repeat the procedure for the Server truststore.
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: