cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
827
Views
0
Helpful
2
Replies

Unable to login to MARS GUI

endpoint
Level 1
Level 1

Hi, i am able to login to mars cli using un/pw but unable to login with GUI using the same un/pw. Any ideas?

1 Accepted Solution

Accepted Solutions

Scott Fringer
Cisco Employee
Cisco Employee

It is possible you exceeded the failed login account and have locked the account from logging in via the GUI.  You should be able to unlock the account from the CLI:

[pnadmin]$ unlock -l 

  The -l indicates a local user; if you are working in a GC<->LC environment, you may want to use the -b option.

Scott

View solution in original post

2 Replies 2

Scott Fringer
Cisco Employee
Cisco Employee

It is possible you exceeded the failed login account and have locked the account from logging in via the GUI.  You should be able to unlock the account from the CLI:

[pnadmin]$ unlock -l 

  The -l indicates a local user; if you are working in a GC<->LC environment, you may want to use the -b option.

Scott

Thanks