- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- PMP database installation to remote SQL server
Categories
Company
Local Language
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
Discussions
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
Community
Resources
Forums
Blogs
- 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
10-01-2005 06:17 AM
10-01-2005 06:17 AM
PMP database installation to remote SQL server
I've searched the forum and checked every file I could on the system to try and discover where the PMP installation was getting the data to populate the credentials but had no luck.
Does anyone know how I can change the domain in the credentials screen so that PMP is able to install?
TIA,
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 01:24 PM
10-02-2005 01:24 PM
Re: PMP database installation to remote SQL server
Did you select a typical install or did you install items separately?
When I installed HPSIM it installed bot the HPSIM and PMP database fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 01:48 AM
10-03-2005 01:48 AM
Re: PMP database installation to remote SQL server
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 07:04 AM
10-03-2005 07:04 AM
Re: PMP database installation to remote SQL server
I installed HPSIM 5.0 using the Typical installation. I also use a remote database and that worked okay.
You could try manually installing PMP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 07:14 AM
10-03-2005 07:14 AM
Re: PMP database installation to remote SQL server
It must be pulling this value (along with Username, and DB server name) from some location either in the registry or in a file to populate the setup dialog. If I can figure out where it pulls that data from hopefully I can edit it and get the installation to run.
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 10:23 AM
10-03-2005 10:23 AM
Re: PMP database installation to remote SQL server
There is a line in the C:\Program Files\HP\Systems Insight Manager\config\globalsettings.props file
WindowsInstallUserName=ServernameXYZ\firexxxx
This line is created during the installation of SIM and is set to the logon account used during the installation. (I used the account above during installation, it is a local system account with admin privleges).
Changing this line to "WindowsInstallUserName=DomainXYZ\firexxxx" changed the "Domain" value in the PMP configuration setup to use DomainXYZ instead of ServernameXYZ which let me complete my installation of PMP. Note firexxxx doesn't even exist the domain - the installation was pulling the user name from another file (I assume one of the DB props files).
Why HP would pull the Domain information for the PMP setup from this line is beyond me as they were obviously pulling the user account and database server name from one of the database props files and should have been pulling the domain info from the same place. Or even better - allowing the user to edit those fields/values during the installation.
Thanks for the responses!
Scott