cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1069
Views
9
Helpful
2
Replies

PLS info me the defualt password of RME database

lisong.wang
Level 1
Level 1

I use RME3.5 to manage 300+ cisco routers/switches. One day, I am wonder if I can use REM DB directly. I mean that I want to use ODBC/JDBC to connect with RME DB. But I don't know the login/password of the DB. Please info me. Thanks a lot!

2 Replies 2

miheg
Level 5
Level 5

I think a random password is generated if you don't specify one during install.

You can use the dbpasswd.pl in \CSCOpx\bin to change the password without knowing the old one.

In \CSCOpx\databases\rmeng\orig\odbc.tmplorig you can see the username and password from the orig rme DB

The username remains the same.

Cheers,

Michel

David Stanford
Cisco Employee
Cisco Employee

To do the dbpasswd first make sure the daemons are stopped

Solaris

/etc/init.d/dmgtd stop

Windows

net stop crmdmgtd

Then:

Solaris

/opt/CSCOpx/bin/dbpasswd dsn=rme npwd=newpassword

Windows

\progra~1\CSCOpx\bin

perl dbpasswd.pl dsn=rme npwd=newpassword

Then restart the daemons