Server Management - Systems Insight Manager
1752790 Members
6318 Online
108789 Solutions
New Discussion юеВ

Accessing SIM DB

 
sudesh_5
Frequent Advisor

Accessing SIM DB

Hi ,

I have installed SIM 5.0 on HP-UX. I want to access the SIM DB . Can anyone please provide the steps for accessing the SIM DB.

Regards
Sudesh
5 REPLIES 5
topuli
Advisor

Re: Accessing SIM DB

hi sudesh,

if your hpsimdb is running on a microsoft sql server you can use "sql server manager" zu access the database or you can use odbc to access it (perl/odbc or any other).

have a nice day
t.
sudesh_5
Frequent Advisor

Re: Accessing SIM DB

Hi ,

Thank you for the reply .
In my case , SIM is installed on HP-UX and its using the postgres , which is a default db installed with HP SIM .
I want to access this DB and execute my own queries . Is this possible ?.

topuli
Advisor

Re: Accessing SIM DB

there is an odbc driver available under
http://pgfoundry.org/projects/psqlodbc/

and there is a free graphical interface under
http://ns.flex.ro/pgaccess/
sudesh_5
Frequent Advisor

Re: Accessing SIM DB

Hi ,

Thanks a lot . Now I am able to connect to the SIM DB through command prompt . SIM DB is postgres running on HP-UX , which I wish to access from Win XP .
The link which you have provided is very infomative and right to target for what I was searching .
Wondering is it possible to use pgaccess to connect to postgres running on HP-UX .

Regards
Sudesh
topuli
Advisor

Re: Accessing SIM DB

it should be possible, but you have to compile the unix sources on your hp-ux machine; this can be trcky sometimes ;)