- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- IM7 - How to Web enabled software
Server Management - Systems Insight Manager
1823144
Members
3503
Online
109647
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2004 01:16 AM
тАО04-08-2004 01:16 AM
How to replicate password and configuration data across multiple device.
Thanks,
Mahesh
Thanks,
Mahesh
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2004 01:45 AM
тАО04-08-2004 01:45 AM
Re: IM7 - How to Web enabled software
(A)
This applies to WEB Agents Installed on Proliant Servers / Compaq PCS
Solution:
The default web agent logins are
Account User Name Password
~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~
Anonymous anonymous
User user public
Operator operator operator
Administrator administrator administrator
To reset the password information:
- Stop the CIM agents completely on the server
- Delete the file C:\COMPAQ\WBEM\CPQHMMD.ACL and the folder C:\COMPAQ\WBEM\cache from the server
- Restart the agents to recreate the file (or reboot)
Note: This will not fix the issue with 5.3 Agents and higher. These versions require the Foundation Agent to be reinstalled, then use the Package Configuration Tool under the tools menu (Remote Deployment Utility) and set the password to the one desired.
note: In order to fix the issue using smartstart 6.xx you must deinstall the management agents, then remove the C:\COMPAQ\WBEM\CPQHMMD.ACL and the folder C:\COMPAQ\WBEM\cache from the server and then use the autorun of the smartstart cd and choose accept on the disclaimer, and then on install software, and then there comes a popup screen to configure the webmanagement password
(B)
For REsetting the password for CIM
From the CIM 7 installation directory, typically, "C:\program files\compaq\Compaq Insight Manager 7", go into the "config" subdirectory and edit the file named, "database.props".
Below are typical contents of "config\database.props":
#Thu Apr 18 09:13:51 CDT 2002
compaq.Database.install.success=true
compaq.Database.install.databaseSize=100
compaq.Database.install.databaseName=insight_db_v31
compaq.Database.username=sa
compaq.Database.driver=sun.jdbc.odbc.JdbcOdbcDriver
compaq.Database.install.path=.\\
compaq.Database.ep=3xR32cGf
compaq.Database.install.databaseLogSize=100
compaq.Database.Databasename=jdbc\:odbc\:insight_db_v31
Assuming that the SA password was not blank, there will be a ├в compaq.Database.ep├в line with an encrypted form of the password after the equal sign.
If the SA password was blank, there will already be a ├в compaq.Database.password=├в in the file. When CIM 7 starts, if there is a .password line with a non-blank password, it will create the .ep line with an encrypted password and remove the .password line. This is to help keep the SA password secure.
To resolve this problem, remove the ├в compaq.Database.ep├в line if it exists, and create a ├в compaq.Database.password=├в line, with the password immediately following the equal sign.
Now, restart CIM 7 and it will encrypt the newly inserted password in database.props, and begin using it.
NOTE: The name on the left side of the equal sign is case-sensitive. The ├в c├в in Compaq must be lowercase, the ├в D├в in Database must be uppercase, and the ├в
This applies to WEB Agents Installed on Proliant Servers / Compaq PCS
Solution:
The default web agent logins are
Account User Name Password
~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~
Anonymous anonymous
User user public
Operator operator operator
Administrator administrator administrator
To reset the password information:
- Stop the CIM agents completely on the server
- Delete the file C:\COMPAQ\WBEM\CPQHMMD.ACL and the folder C:\COMPAQ\WBEM\cache from the server
- Restart the agents to recreate the file (or reboot)
Note: This will not fix the issue with 5.3 Agents and higher. These versions require the Foundation Agent to be reinstalled, then use the Package Configuration Tool under the tools menu (Remote Deployment Utility) and set the password to the one desired.
note: In order to fix the issue using smartstart 6.xx you must deinstall the management agents, then remove the C:\COMPAQ\WBEM\CPQHMMD.ACL and the folder C:\COMPAQ\WBEM\cache from the server and then use the autorun of the smartstart cd and choose accept on the disclaimer, and then on install software, and then there comes a popup screen to configure the webmanagement password
(B)
For REsetting the password for CIM
From the CIM 7 installation directory, typically, "C:\program files\compaq\Compaq Insight Manager 7", go into the "config" subdirectory and edit the file named, "database.props".
Below are typical contents of "config\database.props":
#Thu Apr 18 09:13:51 CDT 2002
compaq.Database.install.success=true
compaq.Database.install.databaseSize=100
compaq.Database.install.databaseName=insight_db_v31
compaq.Database.username=sa
compaq.Database.driver=sun.jdbc.odbc.JdbcOdbcDriver
compaq.Database.install.path=.\\
compaq.Database.ep=3xR32cGf
compaq.Database.install.databaseLogSize=100
compaq.Database.Databasename=jdbc\:odbc\:insight_db_v31
Assuming that the SA password was not blank, there will be a ├в compaq.Database.ep├в line with an encrypted form of the password after the equal sign.
If the SA password was blank, there will already be a ├в compaq.Database.password=├в in the file. When CIM 7 starts, if there is a .password line with a non-blank password, it will create the .ep line with an encrypted password and remove the .password line. This is to help keep the SA password secure.
To resolve this problem, remove the ├в compaq.Database.ep├в line if it exists, and create a ├в compaq.Database.password=├в line, with the password immediately following the equal sign.
Now, restart CIM 7 and it will encrypt the newly inserted password in database.props, and begin using it.
NOTE: The name on the left side of the equal sign is case-sensitive. The ├в c├в in Compaq must be lowercase, the ├в D├в in Database must be uppercase, and the ├в
Nothing is impossible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2004 01:45 AM
тАО04-08-2004 01:45 AM
Solution
(A)
This applies to WEB Agents Installed on Proliant Servers / Compaq PCS
Solution:
The default web agent logins are
Account User Name Password
~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~
Anonymous anonymous
User user public
Operator operator operator
Administrator administrator administrator
To reset the password information:
- Stop the CIM agents completely on the server
- Delete the file C:\COMPAQ\WBEM\CPQHMMD.ACL and the folder C:\COMPAQ\WBEM\cache from the server
- Restart the agents to recreate the file (or reboot)
Note: This will not fix the issue with 5.3 Agents and higher. These versions require the Foundation Agent to be reinstalled, then use the Package Configuration Tool under the tools menu (Remote Deployment Utility) and set the password to the one desired.
note: In order to fix the issue using smartstart 6.xx you must deinstall the management agents, then remove the C:\COMPAQ\WBEM\CPQHMMD.ACL and the folder C:\COMPAQ\WBEM\cache from the server and then use the autorun of the smartstart cd and choose accept on the disclaimer, and then on install software, and then there comes a popup screen to configure the webmanagement password
(B)
For REsetting the password for CIM
From the CIM 7 installation directory, typically, "C:\program files\compaq\Compaq Insight Manager 7", go into the "config" subdirectory and edit the file named, "database.props".
Below are typical contents of "config\database.props":
#Thu Apr 18 09:13:51 CDT 2002
compaq.Database.install.success=true
compaq.Database.install.databaseSize=100
compaq.Database.install.databaseName=insight_db_v31
compaq.Database.username=sa
compaq.Database.driver=sun.jdbc.odbc.JdbcOdbcDriver
compaq.Database.install.path=.\\
compaq.Database.ep=3xR32cGf
compaq.Database.install.databaseLogSize=100
compaq.Database.Databasename=jdbc\:odbc\:insight_db_v31
Assuming that the SA password was not blank, there will be a ├в compaq.Database.ep├в line with an encrypted form of the password after the equal sign.
If the SA password was blank, there will already be a ├в compaq.Database.password=├в in the file. When CIM 7 starts, if there is a .password line with a non-blank password, it will create the .ep line with an encrypted password and remove the .password line. This is to help keep the SA password secure.
To resolve this problem, remove the ├в compaq.Database.ep├в line if it exists, and create a ├в compaq.Database.password=├в line, with the password immediately following the equal sign.
Now, restart CIM 7 and it will encrypt the newly inserted password in database.props, and begin using it.
NOTE: The name on the left side of the equal sign is case-sensitive. The ├в c├в in Compaq must be lowercase, the ├в D├в in Database must be uppercase, and the ├в
This applies to WEB Agents Installed on Proliant Servers / Compaq PCS
Solution:
The default web agent logins are
Account User Name Password
~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~
Anonymous anonymous
User user public
Operator operator operator
Administrator administrator administrator
To reset the password information:
- Stop the CIM agents completely on the server
- Delete the file C:\COMPAQ\WBEM\CPQHMMD.ACL and the folder C:\COMPAQ\WBEM\cache from the server
- Restart the agents to recreate the file (or reboot)
Note: This will not fix the issue with 5.3 Agents and higher. These versions require the Foundation Agent to be reinstalled, then use the Package Configuration Tool under the tools menu (Remote Deployment Utility) and set the password to the one desired.
note: In order to fix the issue using smartstart 6.xx you must deinstall the management agents, then remove the C:\COMPAQ\WBEM\CPQHMMD.ACL and the folder C:\COMPAQ\WBEM\cache from the server and then use the autorun of the smartstart cd and choose accept on the disclaimer, and then on install software, and then there comes a popup screen to configure the webmanagement password
(B)
For REsetting the password for CIM
From the CIM 7 installation directory, typically, "C:\program files\compaq\Compaq Insight Manager 7", go into the "config" subdirectory and edit the file named, "database.props".
Below are typical contents of "config\database.props":
#Thu Apr 18 09:13:51 CDT 2002
compaq.Database.install.success=true
compaq.Database.install.databaseSize=100
compaq.Database.install.databaseName=insight_db_v31
compaq.Database.username=sa
compaq.Database.driver=sun.jdbc.odbc.JdbcOdbcDriver
compaq.Database.install.path=.\\
compaq.Database.ep=3xR32cGf
compaq.Database.install.databaseLogSize=100
compaq.Database.Databasename=jdbc\:odbc\:insight_db_v31
Assuming that the SA password was not blank, there will be a ├в compaq.Database.ep├в line with an encrypted form of the password after the equal sign.
If the SA password was blank, there will already be a ├в compaq.Database.password=├в in the file. When CIM 7 starts, if there is a .password line with a non-blank password, it will create the .ep line with an encrypted password and remove the .password line. This is to help keep the SA password secure.
To resolve this problem, remove the ├в compaq.Database.ep├в line if it exists, and create a ├в compaq.Database.password=├в line, with the password immediately following the equal sign.
Now, restart CIM 7 and it will encrypt the newly inserted password in database.props, and begin using it.
NOTE: The name on the left side of the equal sign is case-sensitive. The ├в c├в in Compaq must be lowercase, the ├в D├в in Database must be uppercase, and the ├в
Nothing is impossible
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP