Server Management - Systems Insight Manager
1752579 Members
3970 Online
108788 Solutions
New Discussion юеВ

Re: SIM 5.02 on HP-UX error Connection to repository server failed.

 
Nicholai Cornilliac
New Member

SIM 5.02 on HP-UX error Connection to repository server failed.

I have been unable to successflly run through any of these commands because the Database config part always fails and gives back an error saying that connection to the repository server failed.. This is done right after a fresh install of HP-UX 11.23 Dec 2007 ... my hosts file and resolv.conf file has all the correct settings in them. Any help will be greatly appreciated. Have a look at my output below :

# mxinitconfig -l
Listing current status of server components (15):
1. Check Kernel Parameters ...OK
Status : Unconfigured
2. Node Security File ..OK
Status : Configured
3. Server Property File ..OK
Status : Configured
4. Server Authentication Keys ..OK
Status : Configured
5. SSH Keys ..OK
Status : Configured
6. Status Property File ..OK
Status : Unconfigured
7. Task Results Output Cleanup ..OK
Status : Unconfigured
8. Database Configuration ..OK
Status : Unconfigured
9. Database Content ..OK
Status : Unconfigured
10. Web Server ..OK
Status : Unconfigured
11. Setup Property File ..OK
Status : Unconfigured
12. JBoss Setup ..OK
Status : Unconfigured
13. Agent Configuration ..OK
Status : Unconfigured
14. Management Services ..OK
Status : Unconfigured
15. Initialization and Database Population ..OK
Status : Unconfigured
Completed all tasks successfully.

Details can be found in the log files at: /var/opt/mx/logs
# mxinitconfig -a
Checking Requisites (15):
1. Check Kernel Parameters ...OK
2. Node Security File ..OK
3. Server Property File ..OK
4. Server Authentication Keys ..OK
5. SSH Keys ..OK
6. Status Property File ..OK
7. Task Results Output Cleanup ..OK
8. Database Configuration ..OK
9. Database Content ..OK
10. Web Server ..OK
11. Setup Property File ..OK
12. JBoss Setup ..OK
13. Agent Configuration ..OK
14. Management Services ..OK
15. Initialization and Database Population ..OK
Requisite scan completed successfully.

Configuring Server Components (15):
1. Check Kernel Parameters ..Done
2. Node Security File ..Done
3. Server Property File ..Done
4. Server Authentication Keys ..Done
5. SSH Keys ..Done
6. Status Property File ..Done
7. Task Results Output Cleanup ..Done
8. Database Configuration ....Failed
Completed with error.

Details can be found in the log files at: /var/opt/mx/logs
Configuration failed to complete due to the following exception:
Connection to the repository server failed.
# /opt/mx/lbin/mxconfigrepo -a
Performing repository configuration.
Error: Connection to the repository server failed.
#
2 REPLIES 2
Ishesh Murarka
New Member

Re: SIM 5.02 on HP-UX error Connection to repository server failed.

hi nicholai,
I had the same problem but was using the sql server.The sql server was not binding with the tcp port.

open your /etc/my.cnf file file (or whichever file has mysql configurations on your OS) and add the line

bind-address=127.0.0.1

Restart MySQL. The netstat -an command will show MySQL listening on only the loopback address on TCP port 3306, and your application should continue to work as expected.
If not change TCP port to 1433 for that address. dont know exactly how its done on your version of UX

It should work then
Arvin E.
Frequent Advisor

Re: SIM 5.02 on HP-UX error Connection to repository server failed.

I have the same problem where Database Configuration failed

I solved it by creating new user hpsmdb and change the owner of /var/opt/hpsmdb directory from root to hpsmdb and run mxinconfig -a again.

--ARVIN