- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2013 04:57 AM
Can anyone tell me how I can change the admin password on a Prime Infrastructure 1.3 server running on a VM ?
I’ve found out how the root and ftp passwords can be changed but have found nothing regarding the admin password.
As it needs to be done from remote and factory reset is not an option, Any other way?
Solved! Go to Solution.
- Labels:
-
Network Management
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2013 09:30 AM
If the user "admin" is the one you use for SSH Connection to PI, then just login, and issue the following commands:
configure terminal
username admin password plain
for details on this command, have a look here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2013 09:30 AM
If the user "admin" is the one you use for SSH Connection to PI, then just login, and issue the following commands:
configure terminal
username admin password plain
for details on this command, have a look here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2013 12:19 AM
Hi Martin,
many thanks, that was exactly what I was looking for.
