- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem logging on to HP-UX 9000 L2000
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
01-18-2002 07:00 AM
01-18-2002 07:00 AM
Problem logging on to HP-UX 9000 L2000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 07:04 AM
01-18-2002 07:04 AM
Re: Problem logging on to HP-UX 9000 L2000
Check the permissions on the users home directory. ie /home/oracle
I would bet they are incorrect.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 07:06 AM
01-18-2002 07:06 AM
Re: Problem logging on to HP-UX 9000 L2000
Have your SA verify that a valid shell is specified for *your* account in /etc/passwd.
The seventh field should be '/usr/bin/sh'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 07:06 AM
01-18-2002 07:06 AM
Re: Problem logging on to HP-UX 9000 L2000
To find the home dir
cat /etc/passwd | grep theuser | cut -f6 -d:
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 07:06 AM
01-18-2002 07:06 AM
Re: Problem logging on to HP-UX 9000 L2000
You need to look at /etc/passwd file entry. Ask your SA to see if anything has been changed since then. Sometimes it happens when people mess around with password files manually and a single entry splits into two lines.
Also ask him/her to look at the /home permissions if it is happening to all the users. It should be 755. If it is happening only to you, check your home directory permissions.
One another thing is about the permissions on the shells. /usr/bin/ksh,/usr/bin/sh,/sbin/sh etc.,
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 07:18 AM
01-18-2002 07:18 AM
Re: Problem logging on to HP-UX 9000 L2000
verification has been made my account in the /etc/passwd.
It appears that no other user on the system is able to log on. ONLY ROOT is allowed. My SA tried using his account, my account, oracle, etc. All have 775 or 777 permission.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 07:22 AM
01-18-2002 07:22 AM
Re: Problem logging on to HP-UX 9000 L2000
Keep us posted.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 07:27 AM
01-18-2002 07:27 AM
Re: Problem logging on to HP-UX 9000 L2000
Check permissions on /usr and /usr/bin. These directories should be 555.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 07:30 AM
01-18-2002 07:30 AM
Re: Problem logging on to HP-UX 9000 L2000
Also check /home...should be 755.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 07:30 AM
01-18-2002 07:30 AM
Re: Problem logging on to HP-UX 9000 L2000
...another thread with some ideas on the topic of locking out all users except root...
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6e7406295e00d6118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 08:03 AM
01-18-2002 08:03 AM
Re: Problem logging on to HP-UX 9000 L2000
I have tried all the senarios, nothing is working. My SA recreate my account. I tried logging on again. The following message appears: no shell
memory fault(coredump)
The core dump is in my home directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 08:07 AM
01-18-2002 08:07 AM
Re: Problem logging on to HP-UX 9000 L2000
Geno-HP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 08:16 AM
01-18-2002 08:16 AM
Re: Problem logging on to HP-UX 9000 L2000
Verify that the root directory grants you access. As root, do:
# ls -ld /
...you should see something like:
drwxr-xr-x 27 root root 6144 Jan 17 20:39 /
If the permissions are not as shown, change them appropriately.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 08:19 AM
01-18-2002 08:19 AM
Re: Problem logging on to HP-UX 9000 L2000
For some reason, you system in not finding the shell. Stated above are the only things that would really cause the error you are receiving. I would double check.
1. perm /etc/passwd ...444
2. perm /usr ...555
3. perm /usr/bin ...555
4. perm /usr/bin/sh ...555
5. perm /usr/bin/ksh ...555
I have also seen funny problems with bad charaters in the /etc/passwd. If all above checks out ok, have the sa move you password entry close to the top of /etc/passwd. Shooting in the dark now????
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 08:21 AM
01-18-2002 08:21 AM
Re: Problem logging on to HP-UX 9000 L2000
Looks like it is permission problems. Ask your SA to look at the permissions of /sbin,/usr/bin directory where the shells reside. Also ask him/her to check the permissions of /, it should be 755.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 09:30 AM
01-18-2002 09:30 AM
Re: Problem logging on to HP-UX 9000 L2000
Thanks to all of you who have responded. I and the rest of the users on the system is unable to logon. We have checked every thing, still no success. All ideas are welcomed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 09:47 AM
01-18-2002 09:47 AM
Re: Problem logging on to HP-UX 9000 L2000
OK. Do the shells represented in /etc/passwd specify the 'usr/bin' directory or the transition link, 'bin'? They should be '/usr/bin'.
An 'ls -l /' as root should show (in part):
# lr-xr-xr-t 1 root sys 8 Aug 20 1997 bin -> /usr/bin
and:
lr-xr-xr-t 1 root sys 8 Aug 20 1997 lib -> /usr/lib
...if not, then do:
# /opt/upgrade/bin/tlinstall -v
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 09:49 AM
01-18-2002 09:49 AM
Re: Problem logging on to HP-UX 9000 L2000
Are all the users using the same shell? Is /etc/profile or $HOME/.profile attempting to change the shell? Have you checked to see if the shells entered in /etc/passwd exist?
This has got to be something simple being overlooked.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 10:17 AM
01-18-2002 10:17 AM
Re: Problem logging on to HP-UX 9000 L2000
-r-sr-xr-x 1 root bin /usr/bin/login
Look at the setuid bit.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 12:02 PM
01-18-2002 12:02 PM
Re: Problem logging on to HP-UX 9000 L2000
2. My users are using the same shell.
3. the /usr/bin/login is correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 12:04 PM
01-18-2002 12:04 PM
Re: Problem logging on to HP-UX 9000 L2000
You can stop giving points until you get a solution.
Did your SA look at syslog.log to see if anything strange happening?. He/She may atleast get some messages while you are attempting to login.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 12:11 PM
01-18-2002 12:11 PM
Re: Problem logging on to HP-UX 9000 L2000
All users with same shell? Have you tried assigning a user to a different shell. For example instead of /usr/bin/sh try /usr/bin/ksh
Does this happen when you su - oracle from root, or only when you telnet?
Sorry evella, I'm just attempting to isolate the problem.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 02:07 PM
01-18-2002 02:07 PM
Re: Problem logging on to HP-UX 9000 L2000
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 05:04 AM
01-23-2002 05:04 AM
Re: Problem logging on to HP-UX 9000 L2000
I have been out of the office for a couple of days. My problem still exist. I welcome any ideas. This problem seems to be somewhat of a mystery.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 06:54 AM
01-23-2002 06:54 AM
Re: Problem logging on to HP-UX 9000 L2000
Sorry that your problem is still not solved. Did your SA look at syslog.log while someone attempts to login?. He/she can enable the logging by doing an inetd -l.
-Sri