- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Login 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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-29-2006 07:44 PM
тАО08-29-2006 07:44 PM
We are running HP-UX B11.23 on rx2620 based systems and these HP-UX systems are configured as secure systems. All the users home directories on these machines are NFS mounted from a Tru64 UNIX 4.0 machine. The user accounts are also created on the Tru64 UNIX machine with users as primary group. On the HP-UX machine all the users have the same UID and to maintain the GID we have a group called t64users with GID same as the GID for group users on the Tru64 machine. This setup was running until now. Now we have switched the Tru64 machine. Migrated all the users from the old Tru64 machine to a new Tru64 machine.
The problem we have now is when any user tries to login, the login process goes on till the end of executing .profile and hangs.
However if we create a new test user on the HP-UX box with the home directory on the NFS, the test user can login ok.
Thanks in advance for all your suggestions.
Regards
Kaushik
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2006 07:50 PM
тАО08-29-2006 07:50 PM
SolutionDo you see any error messages in syslog/dmesg. When true64 server was changed, did you do any changes on hp-ux server? Particularly with respect to name/ip address, automounts options. automount maps?
Can you mount NFS home directories manually?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2006 08:09 PM
тАО08-29-2006 08:09 PM
Re: Login problems
Thanks for your reply.
I will try setting the HISTFILE to a local directory.
We have not changed anything on the HP-UX machine.
When we migrated all the users from the prev Tru64 box to the new tru64 box, we simply replaced the old hostname with the new hostname in the /etc/fstab, unmounted the previous home directories and mounted the new home directories using mount -a.
Did have a look at the syslog, did not see anything suspicious.
Thanks and regards
Kaushik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2006 08:38 PM
тАО08-29-2006 08:38 PM
Re: Login problems
Setting the HISTFILE to a file on the local directory did the trick.
But cannot explain how it was working on the old Tru64 machine.
Can you please shed some light ?
Thanks for your suggestion
Kaushik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2006 09:52 PM
тАО08-29-2006 09:52 PM
Re: Login problems
I have also updated the NFSLOCKING from "0" to "1" and NONROOTMOUNTS from "0" to "1" /etc/rc.config file on the Tru64 UNIX machine.
I can login alright.
Thanks for your suggestion.
Kaushik