Operating System - HP-UX
1826219 Members
2983 Online
109691 Solutions
New Discussion

Error when trying to convert to trusted system

 
SOLVED
Go to solution
Dee_3
Regular Advisor

Error when trying to convert to trusted system

L1000 hardware - 11.0 HP-UX OS
# /usr/lbin/tsconvert -c
Migrating existing Trusted System.
Creating secure password database...
Directories created.
Making default files.
System default file created...
Terminal default file created...
Device assignment file created...
Moving passwords...
Can't write protected database;
password file unchanged.

any information would be appreciated! Thanks, Dee
7 REPLIES 7
Jeff Schussele
Honored Contributor
Solution

Re: Error when trying to convert to trusted system

Hi Dee,

I'd suspect a corrupted /etc/passwd file - run

pwck

to check the file. Probably should check the group file with

grpck

while you're at it.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Patrick Wallek
Honored Contributor

Re: Error when trying to convert to trusted system

Run a pwck to check your /etc/passwd file and see if any errors come up. If so, fix them and then try converting again.

If you have any users commented out (A # symbol in front of the user name) remove them and then try again.
Dee_3
Regular Advisor

Re: Error when trying to convert to trusted system

Thanks for the quick responses! I ran the pwck on the /etc/password file - one issue - I fixed - reran the tsconvert and got the same exact line of messages including error.
Dee_3
Regular Advisor

Re: Error when trying to convert to trusted system

Sorry - I see the grpck returned a number of errors - let me pursue that angle for a bit...Dee
Shantaram Sahyadri
Frequent Advisor

Re: Error when trying to convert to trusted system

hi

this the error occurs at the time of moving passwords i doubt this could be the problem with permissions with / directory.

Cheers
Shantaram
If you dont change, you will be extinct
Cheryl Griffin
Honored Contributor

Re: Error when trying to convert to trusted system

Look for invalid entries in the /etc/passwd file. Names that begin with numbers or characters (non-alpha characters), NIS entries of + signs, blank lines at the end of the file, commented lines that begin with a #, etc.

The message indicates there is still an issue with /etc/passwd.

Get verbose output:
# /usr/lbin/tsconvert -dv

Note: that the supported method to convert to a trusted system is to use SAM. Command line is not recommended/supported.

You also need to make sure you are up to date with 11.00 Trusted patches.
"Downtime is a Crime."
Dee_3
Regular Advisor

Re: Error when trying to convert to trusted system

I appreciate the information on utilizing SAM - I will attempt to use that instead. Thank, Dee