04-03-2017 12:49 AM
Hi all,
I have installed Cisco Prime Infrastructure 3.1 on Vmware. During the installation, the system had asked me about Root Password. Then, I had SSH to the device, and use "shell" command to change to linux mode. From this point, I want to change user to Root by "Su" command, then Enter Root password which I had set before. But the system inform incorrect password.
So please help me know about this root account, and default root password in linux mode in PIA 3.1.
Thank you very much.
Solved! Go to Solution.
04-03-2017 01:40 AM
- Use sudo -s ; to change to root mode after shell command.
M.
04-03-2017 02:12 AM
- There is no default root password ; as it must be specified during the basic installation procedure of prime; possibly if you lost it; logon as admin (via SSH) ; Via shell issue
sudo -s
You should then be in a root-based shell; possibly from there you could set a new root password using the passwd command.
M.
04-03-2017 01:40 AM
- Use sudo -s ; to change to root mode after shell command.
M.
04-03-2017 01:59 AM
hi marce1000,
I had executed command as root privilege. But I want to know default root password (the password being used when you enter "su" command).
Regards,
04-03-2017 02:12 AM
- There is no default root password ; as it must be specified during the basic installation procedure of prime; possibly if you lost it; logon as admin (via SSH) ; Via shell issue
sudo -s
You should then be in a root-based shell; possibly from there you could set a new root password using the passwd command.
M.
04-03-2017 02:26 AM
Thank you very much. I have done!
Regard,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide