Ask a Question related to AIX, Design and Development.
-
Marc Lefebvre #1
How to reset root password?
Guys,
I would like to reset the root password on an AIX 4.3 version machine,
because I do not know the password on this machine. Therefore I cannot log
into it.
Unfortunately, I do not have the AIX 4.3 CD to boot in service mode on this
CD.
The only I get is AIX 5.1, but it seems impossible for me to do the same
kind of maintenance prcoedure, because it just falls into error (certainly
not compatible if running a AIX 4.3 version on the machine).
Is there any other solution than re-installing AIX 5.1 on this machine?
Any help would be appreciated.
Thank you.
Marc.
Marc Lefebvre Guest
-
Need to reset password
For Contribute 3 under WIndows XP, my password is no longer accepted. How do I reset the password and, if necessary, the user ID? -
Reset CF 7 Password
Hello, ColdFusion 7 was installed on a server by a former employee some time ago. I, as his replacement, need to access the Administrator's... -
reset password
I forget my coldfusion server 6.1 administrator password. How can I get into it? Thank you jli@igi-usa.com -
password reset
Be sure it is not a caps lock problem, and everything is spelt wright.It can work by resetting jumpers but this depends on your mother... -
I need to know how to reset my password
I am the administrator of my computer and I have a probmlem that I forgot my password. The deal is that I dont have the Welcome screen that... -
snogfest hosebeast #2
Re: How to reset root password?
"Marc Lefebvre" <lefebvrem@yahoo.com> wrote in message news:<vluj2d5i7hoq93@corp.supernews.com>...
I can only think of a couple of possibilities.> Guys,
>
> I would like to reset the root password on an AIX 4.3 version machine,
> because I do not know the password on this machine. Therefore I cannot log
> into it.
>
> Unfortunately, I do not have the AIX 4.3 CD to boot in service mode on this
> CD.
>
> The only I get is AIX 5.1, but it seems impossible for me to do the same
> kind of maintenance prcoedure, because it just falls into error (certainly
> not compatible if running a AIX 4.3 version on the machine).
>
> Is there any other solution than re-installing AIX 5.1 on this machine?
>
> Any help would be appreciated.
>
> Thank you.
>
> Marc.
1/ Is sudo installed ?
2/ check /etc/passwd for other users that have a SUID of 0
3/ look around for files owned by root with 777 permissions, use this
to modify /etc/security/passwd. Same applies to any cron jobs that
root runs
4/ bludgeon to death the person who didn't document the root password
(hope this isn't you).
Henry
snogfest hosebeast Guest
-
André #3
Re: How to reset root password?
Marc Lefebvre wrote:
Hi,> Guys,
>
> I would like to reset the root password on an AIX 4.3 version machine,
> because I do not know the password on this machine. Therefore I
> cannot log into it.
>
> Unfortunately, I do not have the AIX 4.3 CD to boot in service mode
> on this CD.
>
> The only I get is AIX 5.1, but it seems impossible for me to do the
> same kind of maintenance prcoedure, because it just falls into error
> (certainly not compatible if running a AIX 4.3 version on the
> machine).
>
> Is there any other solution than re-installing AIX 5.1 on this
> machine?
>
> Any help would be appreciated.
>
> Thank you.
>
> Marc.
A long time ago, i used this under AIX 3.2.5 and AIX 4.1.5, you can try !!!
:
- Boot in maintenance mode
- open a shell
- use "continue /dev/hdisk(x)" where (x) is your rootvg located
- you are now in limited shell under root without passwd
- change or suppress root pasword
- reboot
André Guest
-
Nenad #4
Re: How to reset root password?
"snogfest hosebeast" <snogfest_hosebeast@yahoo.com> wrote in message
news:2818e58d.0309101424.22c1155e@posting.google.c om...news:<vluj2d5i7hoq93@corp.supernews.com>...> "Marc Lefebvre" <lefebvrem@yahoo.com> wrote in messagelog> > Guys,
> >
> > I would like to reset the root password on an AIX 4.3 version machine,
> > because I do not know the password on this machine. Therefore I cannotthis> > into it.
> >
> > Unfortunately, I do not have the AIX 4.3 CD to boot in service mode on(certainly> > CD.
> >
> > The only I get is AIX 5.1, but it seems impossible for me to do the same
> > kind of maintenance prcoedure, because it just falls into errorMake a mksysb tape, and boot from tape. After boot import rootvg from disk>> > not compatible if running a AIX 4.3 version on the machine).
> >
> > Is there any other solution than re-installing AIX 5.1 on this machine?
> >
> > Any help would be appreciated.
> >
> > Thank you.
> >
> > Marc.
> I can only think of a couple of possibilities.
> 1/ Is sudo installed ?
> 2/ check /etc/passwd for other users that have a SUID of 0
> 3/ look around for files owned by root with 777 permissions, use this
> to modify /etc/security/passwd. Same applies to any cron jobs that
> root runs
> 4/ bludgeon to death the person who didn't document the root password
> (hope this isn't you).
>
> Henry
and change the passwd...
Nenad
Nenad Guest
-
Marc Lefebvre #5
Re: How to reset root password?
The question now is:
How do you boot in maintenance mode if you do not get any CD to boot from?
Marc.
"André" <a.porruncini@free.fr> wrote in message
news:3f602072$0$13290$626a54ce@news.free.fr...!!!> Marc Lefebvre wrote:>> > Guys,
> >
> > I would like to reset the root password on an AIX 4.3 version machine,
> > because I do not know the password on this machine. Therefore I
> > cannot log into it.
> >
> > Unfortunately, I do not have the AIX 4.3 CD to boot in service mode
> > on this CD.
> >
> > The only I get is AIX 5.1, but it seems impossible for me to do the
> > same kind of maintenance prcoedure, because it just falls into error
> > (certainly not compatible if running a AIX 4.3 version on the
> > machine).
> >
> > Is there any other solution than re-installing AIX 5.1 on this
> > machine?
> >
> > Any help would be appreciated.
> >
> > Thank you.
> >
> > Marc.
> Hi,
>
> A long time ago, i used this under AIX 3.2.5 and AIX 4.1.5, you can try> :
>
> - Boot in maintenance mode
> - open a shell
> - use "continue /dev/hdisk(x)" where (x) is your rootvg located
> - you are now in limited shell under root without passwd
> - change or suppress root pasword
> - reboot
>
>
Marc Lefebvre Guest
-
Marc Lefebvre #6
Re: How to reset root password?
Nenad,
A mksysb on a tape can only be made once you logged in, no?
I do not know any of the passwords on this machine.
Marc.
"Nenad" <nskrijelj@yahoo.com> wrote in message
news:bjp8nm$o49$1@balder.stud.idb.hist.no...same> "snogfest hosebeast" <snogfest_hosebeast@yahoo.com> wrote in message
> news:2818e58d.0309101424.22c1155e@posting.google.c om...> news:<vluj2d5i7hoq93@corp.supernews.com>...> > "Marc Lefebvre" <lefebvrem@yahoo.com> wrote in message> log> > > Guys,
> > >
> > > I would like to reset the root password on an AIX 4.3 version machine,
> > > because I do not know the password on this machine. Therefore I cannot> this> > > into it.
> > >
> > > Unfortunately, I do not have the AIX 4.3 CD to boot in service mode on> > > CD.
> > >
> > > The only I get is AIX 5.1, but it seems impossible for me to do themachine?> (certainly> > > kind of maintenance prcoedure, because it just falls into error> > > not compatible if running a AIX 4.3 version on the machine).
> > >
> > > Is there any other solution than re-installing AIX 5.1 on this>> >> > >
> > > Any help would be appreciated.
> > >
> > > Thank you.
> > >
> > > Marc.
> > I can only think of a couple of possibilities.
> > 1/ Is sudo installed ?
> > 2/ check /etc/passwd for other users that have a SUID of 0
> > 3/ look around for files owned by root with 777 permissions, use this
> > to modify /etc/security/passwd. Same applies to any cron jobs that
> > root runs
> > 4/ bludgeon to death the person who didn't document the root password
> > (hope this isn't you).
> >
> > Henry
> Make a mksysb tape, and boot from tape. After boot import rootvg from disk
> and change the passwd...
>
> Nenad
>
>
Marc Lefebvre Guest
-
Marc Lefebvre #7
Re: How to reset root password?
How to do this?
To check, you need to boot on a CD in maintenance mode. I have no CD
available.
Marc.
"snogfest hosebeast" <snogfest_hosebeast@yahoo.com> wrote in message
news:2818e58d.0309101424.22c1155e@posting.google.c om...news:<vluj2d5i7hoq93@corp.supernews.com>...> "Marc Lefebvre" <lefebvrem@yahoo.com> wrote in messagelog> > Guys,
> >
> > I would like to reset the root password on an AIX 4.3 version machine,
> > because I do not know the password on this machine. Therefore I cannotthis> > into it.
> >
> > Unfortunately, I do not have the AIX 4.3 CD to boot in service mode on(certainly> > CD.
> >
> > The only I get is AIX 5.1, but it seems impossible for me to do the same
> > kind of maintenance prcoedure, because it just falls into error>> > not compatible if running a AIX 4.3 version on the machine).
> >
> > Is there any other solution than re-installing AIX 5.1 on this machine?
> >
> > Any help would be appreciated.
> >
> > Thank you.
> >
> > Marc.
> I can only think of a couple of possibilities.
> 1/ Is sudo installed ?
> 2/ check /etc/passwd for other users that have a SUID of 0
> 3/ look around for files owned by root with 777 permissions, use this
> to modify /etc/security/passwd. Same applies to any cron jobs that
> root runs
> 4/ bludgeon to death the person who didn't document the root password
> (hope this isn't you).
>
> Henry
Marc Lefebvre Guest
-
André #8
Re: How to reset root password?
Which RS6000 model have you ?
Marc Lefebvre wrote:> The question now is:
>
> How do you boot in maintenance mode if you do not get any CD to boot
> from?
>
> Marc.
>
> "André" <a.porruncini@free.fr> wrote in message
> news:3f602072$0$13290$626a54ce@news.free.fr...>> Marc Lefebvre wrote:>>>>> Guys,
>>>
>>> I would like to reset the root password on an AIX 4.3 version
>>> machine, because I do not know the password on this machine.
>>> Therefore I cannot log into it.
>>>
>>> Unfortunately, I do not have the AIX 4.3 CD to boot in service mode
>>> on this CD.
>>>
>>> The only I get is AIX 5.1, but it seems impossible for me to do the
>>> same kind of maintenance prcoedure, because it just falls into error
>>> (certainly not compatible if running a AIX 4.3 version on the
>>> machine).
>>>
>>> Is there any other solution than re-installing AIX 5.1 on this
>>> machine?
>>>
>>> Any help would be appreciated.
>>>
>>> Thank you.
>>>
>>> Marc.
>> Hi,
>>
>> A long time ago, i used this under AIX 3.2.5 and AIX 4.1.5, you can
>> try !!!>>>>>
>> - Boot in maintenance mode
>> - open a shell
>> - use "continue /dev/hdisk(x)" where (x) is your rootvg located
>> - you are now in limited shell under root without passwd
>> - change or suppress root pasword
>> - reboot
André Guest
-
Casey J Brotherton #9
Re: How to reset root password?
"Marc Lefebvre" <lefebvrem@yahoo.com> wrote in message news:<vm0fkkmmdlit57@corp.supernews.com>...
I am pretty sure you can still boot up with the aix5.1 cd.> The question now is:
>
> How do you boot in maintenance mode if you do not get any CD to boot from?
>
> Marc.
>
> "André" <a.porruncini@free.fr> wrote in message
> news:3f602072$0$13290$626a54ce@news.free.fr...> !!!> > Marc Lefebvre wrote:> >> > > Guys,
> > >
> > > I would like to reset the root password on an AIX 4.3 version machine,
> > > because I do not know the password on this machine. Therefore I
> > > cannot log into it.
> > >
> > > Unfortunately, I do not have the AIX 4.3 CD to boot in service mode
> > > on this CD.
> > >
> > > The only I get is AIX 5.1, but it seems impossible for me to do the
> > > same kind of maintenance prcoedure, because it just falls into error
> > > (certainly not compatible if running a AIX 4.3 version on the
> > > machine).
> > >
> > > Is there any other solution than re-installing AIX 5.1 on this
> > > machine?
> > >
> > > Any help would be appreciated.
> > >
> > > Thank you.
> > >
> > > Marc.
> > Hi,
> >
> > A long time ago, i used this under AIX 3.2.5 and AIX 4.1.5, you can try> > :
> >
> > - Boot in maintenance mode
> > - open a shell
> > - use "continue /dev/hdisk(x)" where (x) is your rootvg located
> > - you are now in limited shell under root without passwd
> > - change or suppress root pasword
> > - reboot
> >
> >
Then you can do the normal access root volume group before mounting
filesystems, and remove the root passwd any number of normal ways.
Including removing the asterik in /etc/passwd.
When you are booted up, you can't do functions such as a clone mksysb
install, it will fail at the end of that due to kernel differences,
but booting into maint mode, and modifying fs's should work.
Casey
Casey J Brotherton Guest
-
Nenad #10
Re: How to reset root password?
"Marc Lefebvre" <lefebvrem@yahoo.com> wrote in message
news:vm0fmfocb39h62@corp.supernews.com...machine,> Nenad,
>
> A mksysb on a tape can only be made once you logged in, no?
>
> I do not know any of the passwords on this machine.
>
> Marc.
>
> "Nenad" <nskrijelj@yahoo.com> wrote in message
> news:bjp8nm$o49$1@balder.stud.idb.hist.no...> > "snogfest hosebeast" <snogfest_hosebeast@yahoo.com> wrote in message
> > news:2818e58d.0309101424.22c1155e@posting.google.c om...> > news:<vluj2d5i7hoq93@corp.supernews.com>...> > > "Marc Lefebvre" <lefebvrem@yahoo.com> wrote in message> > > > Guys,
> > > >
> > > > I would like to reset the root password on an AIX 4.3 versioncannot> > > > because I do not know the password on this machine. Therefore Ion> > log> > > > into it.
> > > >
> > > > Unfortunately, I do not have the AIX 4.3 CD to boot in service modedisk> same> > this> > > > CD.
> > > >
> > > > The only I get is AIX 5.1, but it seems impossible for me to do the> machine?> > (certainly> > > > kind of maintenance prcoedure, because it just falls into error> > > > not compatible if running a AIX 4.3 version on the machine).
> > > >
> > > > Is there any other solution than re-installing AIX 5.1 on this> >> > > >
> > > > Any help would be appreciated.
> > > >
> > > > Thank you.
> > > >
> > > > Marc.
> > >
> > > I can only think of a couple of possibilities.
> > > 1/ Is sudo installed ?
> > > 2/ check /etc/passwd for other users that have a SUID of 0
> > > 3/ look around for files owned by root with 777 permissions, use this
> > > to modify /etc/security/passwd. Same applies to any cron jobs that
> > > root runs
> > > 4/ bludgeon to death the person who didn't document the root password
> > > (hope this isn't you).
> > >
> > > Henry
> > Make a mksysb tape, and boot from tape. After boot import rootvg fromYou can make mksysb tape on another system.>> > and change the passwd...
> >
> > Nenad
> >
> >
>
Nenad Guest



Reply With Quote

