- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Trusted system and DB2
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-10-2003 12:55 AM
11-10-2003 12:55 AM
Trusted system and DB2
I have a HP-UX 11.11 trusted system with an UDB DB2 version 7.2 on it. One of the users I have, had a too short passwd (3 characters) so I changed it but the DB2 didn´t realised of it and the user can´t connect to the DB2. I was looking up the reason of this behavior and I found that the old passwd (the shorter) is in the /etc/passwd file. When I copy the new passwd string from the /tcb/files.. file into the /etc/passwd file, the user can connect to DB2 with the new passwd.
Can anybody help me with this probl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 01:07 AM
11-10-2003 01:07 AM
Re: Trusted system and DB2
How did u change the password. at the unix level or in the DB2 database.
It seems that /etc/passwd file was not updated properly. We have a similar setup and there is no problem with passwords.
rgds,
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 01:18 AM
11-10-2003 01:18 AM
Re: Trusted system and DB2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 01:55 AM
11-10-2003 01:55 AM
Re: Trusted system and DB2
If you don't, if you see a string of encrypted garbage, then not trusted.
"*" - trusted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 02:01 AM
11-10-2003 02:01 AM
Re: Trusted system and DB2
Just now tested on our development machine i was able to connect to the db2 database after changing the users password.
check /etc/passwd file using /usr/sbin/pwck command.
HTH
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 02:06 AM
11-10-2003 02:06 AM
Re: Trusted system and DB2
I already know that, but the thing is that the system is in trusted system (I have a tcb directory, I can use the getprpw command, all the other users has an '*' into the second field of /etc/passwd file) but DB2 didnt realised of it. Even more, when the old passwd is into the second field of /etc/passwd and the new in the /tcb/files.. file I can log in into the OS (with a ssh) with the new passwd and I can connect to the DB2 with the old passwd. For some reason that I can´t imagine DB2 didn´t realise that the system is trusted but at OS level the system is trusted and is working w
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 02:12 AM
11-10-2003 02:12 AM
Re: Trusted system and DB2
first that all tahnk you for your time.
I already did a pwck -s and it didnt report any problem. Just when I have teh old passwd string in /etc/passwd it told me that these users (they are two users really) didnt have an '*' in the second field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 05:09 AM
11-10-2003 05:09 AM
Re: Trusted system and DB2
Regards and thank you all
Ricardo