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

export/import users from CS, Local User Setup

david.fernandes
Level 1
Level 1

Is there a way to export users and import them into Common Services, Local User Setup from one LMS server to another?

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

See the NMSROOT/bin/AddUserCli.pl script. You can directly import from another LMS server using the command:

NMSROOT/bin/perl NMSROOT/bin/AddUserCli.pl -import PROTOCOL HOST PORT USERNAME PASSWORD

For example:

NMSROOT/bin/perl NMSROOT/bin/AddUserCli.pl -import http nms-cricket 1741 admin admin

View solution in original post

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

See the NMSROOT/bin/AddUserCli.pl script. You can directly import from another LMS server using the command:

NMSROOT/bin/perl NMSROOT/bin/AddUserCli.pl -import PROTOCOL HOST PORT USERNAME PASSWORD

For example:

NMSROOT/bin/perl NMSROOT/bin/AddUserCli.pl -import http nms-cricket 1741 admin admin

Hi,

i tried to import the user database from one LMS server to another with the following command:

C:\CSCOpx>"C:\CSCOpx\bin\perl C:\CSCOpx\bin\AddUserCli.pl -import HTTP 172.18.3.

38 1741 admin ***"

The filename, directory name, or volume label syntax is incorrect.

I keep getting this error message and i don't have a clue why its not working.

I've imported the certificate from the source LMS Server into common services->peer server certificate setup.

Any hints are much appreciated.

OK, i've found it. Don't use quotes :))