Operating System - HP-UX
1836636 Members
1586 Online
110102 Solutions
New Discussion

resetting root password on IVM server

 
bajones
New Member

resetting root password on IVM server

I recently inherited a couple of IVM servers that I can't access with root. The root passwords that I know the group has used in the past don't work, and anyone else who might know has left the company. I can get to the consoles on the servers with hpvmconsole, but still get presented with a login prompt. I don't know any accounts that I can login to these servers with. Any ideas?
8 REPLIES 8
Torsten.
Acclaimed Contributor

Re: resetting root password on IVM server

Just the same procedure as for "normal" servers: boot into single user mode and set the password.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Jeeshan
Honored Contributor

Re: resetting root password on IVM server

boot the system in single user mode and change the root password.
a warrior never quits
sreekanthtm
Trusted Contributor

Re: resetting root password on IVM server

Do you want to know how to boot in single user mode also.... Here is it.
Reboot the system
At ISL prompt
ISL> hpux -is

For itanium -> go to built in shell
Shell> map
Shell>fs0:
fs0:> hpux
Press any key to get hpux prompt
hpux> boot -is

rgds
Sreekanth
bajones
New Member

Re: resetting root password on IVM server

I was hoping that there would be a way to do it without going to single user. These are production systems that I can't bring down until the maintenance window on Sunday morning.
Torsten.
Acclaimed Contributor

Re: resetting root password on IVM server

How to reset root password without being root?

This would be a serious security issue!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
sreekanthtm
Trusted Contributor

Re: resetting root password on IVM server

You might be experienced in windows.....
But this is Unix, no way.

Rgds
Sreekanth
bajones
New Member

Re: resetting root password on IVM server

I thought there might be some way to do this as root on the server that is hosting the virtual servers. Apparently not.
Sherif A. Louis
Valued Contributor

Re: resetting root password on IVM server

all u have to do is assign a user as root to the HPVM from the VM host.
hpvmmodify -P hpvm -u user:admin
then use that user to login as root to the VM.