cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
664
Views
0
Helpful
3
Replies

Reinitialise RME database. (CW 3.1 - RME 4.2)

how to reinitialise the RME database.

pl help.

2 Accepted Solutions

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

NMSROOT/bin/perl NMSROOT/bin/dbRestoreOrig.pl dsn=rmeng dmprefix=RME

View solution in original post

Lucien Avramov
Level 10
Level 10

Stop LMS daemons from CLI: net stop crmdmgtd (in windows), /etc/init.d/dmgtd stop (in solaris)

Then run: in NMSROOT\bin:

perl dbRestoreOrig.pl dsn=rmeng dmprefix=RME

NMSROOT is the folder where ciscoworks is installed, for example : c:\program files\CSCOpx\

Start the daemons : net start crmdmgtd

View solution in original post

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

NMSROOT/bin/perl NMSROOT/bin/dbRestoreOrig.pl dsn=rmeng dmprefix=RME

Lucien Avramov
Level 10
Level 10

Stop LMS daemons from CLI: net stop crmdmgtd (in windows), /etc/init.d/dmgtd stop (in solaris)

Then run: in NMSROOT\bin:

perl dbRestoreOrig.pl dsn=rmeng dmprefix=RME

NMSROOT is the folder where ciscoworks is installed, for example : c:\program files\CSCOpx\

Start the daemons : net start crmdmgtd

thanks to both of you for your support.