- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Converted to trusted mode - problems
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 01:54 AM
11-18-2004 01:54 AM
Converted to trusted mode - problems
Later I could't log in, either as root or my personal account. Tried logging in as root at the console, but it acted like the accounts were locked.
Booted to single user, reset root's password, then brought the system back up... still locked.
Back to single user, and tried to vi a file...it said it couldn't because /var/tmp didn't exist. Looked under /var and there was nothing there. Tried to run SAM, but couldn't because /var/sam wasn't there either.
Recreated these subdirectories. vi worked. Ran SAM again to unconvert the system. It complained some more, but when I went out of SAM and back in, it wasn't in trusted mode anymore... and everything under /var was back!
Very unusual behavior!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 01:59 AM
11-18-2004 01:59 AM
Re: Converted to trusted mode - problems
If there is still issue, you can try to convert back
Hope you have a recent ignite image.
good luck..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 02:02 AM
11-18-2004 02:02 AM
Re: Converted to trusted mode - problems
IF you null out the password line in /tcb/files/auth/r/root
You can temporarily have no password on the account so you can get on and resolve your issues.
Tell me about the policies you set. More detail means better chance of resolution.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 02:03 AM
11-18-2004 02:03 AM
Re: Converted to trusted mode - problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 02:05 AM
11-18-2004 02:05 AM
Re: Converted to trusted mode - problems
whenever I go single user i use,
mount -a
. /etc/profile
etc..
etc..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 02:12 AM
11-18-2004 02:12 AM
Re: Converted to trusted mode - problems
Second, when you go into single-user mode NONE of you filesystems are mounted. That is perfectly normal. If you want to use things like vi and sam, then you should do a 'mount -a'. If you have other VGs/LVs in /etc/fstab, it will complain, but all of your VG00 stuff will get mounted.
You can also use the '/usr/lbin/tsconvert' command to trust / untrust your system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 02:20 AM
11-18-2004 02:20 AM
Re: Converted to trusted mode - problems
passwd: compat
group: compat
Replace with
passwd: files
group: files
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 02:33 AM
11-18-2004 02:33 AM
Re: Converted to trusted mode - problems
I'll give it another shot and use :
/usr/lbin/modprpw -V
...BEFORE I log out this time!
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 08:31 AM
11-18-2004 08:31 AM
Re: Converted to trusted mode - problems
The man pages for modprpw (and getprpw) are available in 11.11 and you'll find some very useful commands to fixup user accounts without having to use SAM. See the options for -e -E -k -v and for specific security settings, the -m option.
Bill Hassell, sysadmin