Operating System - HP-UX
1833192 Members
2702 Online
110051 Solutions
New Discussion

can't login after converting to trusted system

 
JEAN TAYLOR
Occasional Advisor

can't login after converting to trusted system

We have several new cold installs of HP 11.0 where we selected the QPK1100 to install as part of the cold install. One machine will not allow logins after converted to trusted system. Logins are fine if the system is unconverted. Support center said that we should not have installed the Quality Pack as part of the cold install so we removed it and reinstalled choosing the managed patch selection rather than match what target has. This had no effect on the trusted system logins. We still cannot login after converting to a trusted system.
6 REPLIES 6
Uday_S_Ankolekar
Honored Contributor

Re: can't login after converting to trusted system

Hi,

Does your /etc/nsswitch.conf file read
passwd compat then change it to passwd files.

Goodluck,
-USA..
Good Luck..
Michael Tully
Honored Contributor

Re: can't login after converting to trusted system

Hi,

If What Uday has suggested does not work,
untrust your system first. Boot into single
user mode and untrust it using this:

# /usr/lbin/tsconvert -r

HTH
-Michael
Anyone for a Mutiny ?
Printaporn_1
Esteemed Contributor

Re: can't login after converting to trusted system

Hi,

Does all user cannot login after convert ?
after convert and create new user , does this new user can login ?
make sure that all user password not more than 8 character before convert to trusted system.
enjoy any little thing in my life
Steve Steel
Honored Contributor

Re: can't login after converting to trusted system

 
If you want truly to understand something, try to change it. (Kurt Lewin)
JEAN TAYLOR
Occasional Advisor

Re: can't login after converting to trusted system

thanks for the replys. this system had other problems besides trusted system so we used one of the other systems. i didn't have a chance to try the suggestions as we're under the gun to get one of the servers into production.
Craig Rants
Honored Contributor

Re: can't login after converting to trusted system

When you are on the box (when not trusted), trust the box, then create a list of users to include root.

Then run this script against it

for USER in `cat list`
do
/usr/lbin/modprpw -V $USER
done


See if that helps.

C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut