Operating System - HP-UX
1752628 Members
5643 Online
108788 Solutions
New Discussion юеВ

unable to logon to the server for all users

 
SOLVED
Go to solution
Ganesan R
Honored Contributor

Re: unable to logon to the server for all users

Hi Aleemudin,

After booting the system into single user mode run the below command.

#/sbin/cat /etc/fstab

or

#/sbin/cat /etc/fstab |grep /usr

The above commands will give you the logical volume details. Usually lvol6 will be the logical volume of /usr
Best wishes,

Ganesh.
Dennis Handly
Acclaimed Contributor

Re: unable to logon to the server for all users

>how can i know lvol number of /usr mount point

You could always do: /sbin/mountall
F Verschuren
Esteemed Contributor

Re: unable to logon to the server for all users

Can you post the unix flaver (11.00, 11.11, 11.23, etc?)
If you post this it is poseble that I (ore somewane els) post all the permisions of all files. After booting up in signle urer mode you can change all the files "manaly"

When you are in sigle user mode first do a mount -a to see the contenst of /usr.
ad first you can use the folowing list.. if cou can ad your unix type I can mail/past you a ls -al of all files in /usr...

chmod 2555 /usr/sbin/wall
chmod 2555 /usr/sbin/lanscan
chmod 4555 /usr/sbin/vg*
chmod 4555 /usr/sbin/lv*
chmod 744 /usr/sbin/lvmmigrate
chmod 4555 /usr/sbin/swpackage
chmod 4555 /usr/sbin/swlist
chmod 4555 /usr/sbin/rlpstat
chmod 4555 /usr/sbin/rlpdaemon
chmod 4555 /usr/sbin/rcancel
chmod 4555 /usr/sbin/ping
chmod 4555 /usr/sbin/lvchange.run
chmod 4555 /usr/sbin/lpshut
chmod 4555 /usr/sbin/lpsched
chmod 4555 /usr/sbin/lpmove
chmod 4555 /usr/sbin/lpfence
chmod 4555 /usr/sbin/lpadmin
chmod 4555 /usr/sbin/keyenvoy
chmod 4555 /usr/sbin/arp
chmod 4555 /usr/sbin/accept

chmod 4555 /usr/bin/at
chmod 4555 /usr/bin/passwd
chmod 4555 /usr/bin/rexec
chmod 4555 /usr/bin/rlogin
chmod 4555 /usr/bin/login
chmod 4555 /usr/bin/cancel
chmod 4555 /usr/bin/df
chmod 4555 /usr/bin/rexec
F Verschuren
Esteemed Contributor

Re: unable to logon to the server for all users

ps restore is the quickest solution (if you have a backup)
Dennis Handly
Acclaimed Contributor

Re: unable to logon to the server for all users

>F Verschuren: I can mail/paste you a ls -al of all files in /usr ...
>chmod 2555 /usr/sbin/wall

I have a script on the ITRC that will generate those chmods. (Another for chown.) See my Mar 22, 06:54:46 reply in:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1215123
aleemuddin
Occasional Advisor

Re: unable to logon to the server for all users

thanks heaps to all the guys involved in helping me out .

i mounted /usr and changed the permissions to 555

i am now able to log on to the server in multiuser mode .


these r the files in the /usr with the permissions.

lrwxr-xr-x 1 root sys 8 Aug 10 04:34 adm -> /var/adm
dr-xr-xr-x 6 bin bin 16384 Aug 14 10:08 bin
dr-xr-xr-x 6 bin bin 96 Aug 10 02:42 ccs
dr-xr-xr-x 6 bin bin 96 Aug 10 02:12 conf
dr-xr-xr-x 15 bin bin 8192 Aug 10 03:24 contrib
dr-xr-xr-x 4 bin bin 96 Aug 10 03:03 dt
dr-xr-xr-x 3 bin bin 8192 Aug 10 04:35 etc
dr-xr-xr-x 7 bin bin 96 Aug 10 03:50 examples
dr-xr-xr-x 24 bin bin 8192 Aug 10 18:50 include
lrwxr-xr-x 1 bin bin 14 Aug 10 03:25 keysh -> /usr/lib/keysh
dr-xr-xr-x 9 bin bin 8192 Aug 10 13:56 lbin
dr-xr-xr-x 35 bin bin 8192 Aug 11 21:10 lib
dr-xr-xr-x 8 bin bin 8192 Aug 10 02:14 local
dr-xr-xr-x 2 root root 96 Aug 10 01:55 lost+found
lrwxr-xr-x 1 bin bin 14 Aug 10 02:12 man -> /usr/share/man
dr-xr-xr-x 9 bin bin 8192 Aug 10 03:47 newconfig
lrwxr-xr-x 1 root sys 9 Aug 10 04:34 news -> /var/news
dr-xr-xr-x 4 bin bin 96 Aug 10 01:57 obam
dr-xr-xr-x 3 bin bin 96 Aug 10 02:13 old
lrwxr-xr-x 1 root sys 13 Aug 10 04:44 preserve -> /var/preserve
lrwxr-xr-x 1 bin bin 18 Aug 10 02:14 pub -> /usr/share/lib/pub
dr-xr-xr-x 8 bin bin 8192 Aug 10 03:27 sam
dr-xr-xr-x 7 bin bin 16384 Aug 14 11:39 sbin
dr-xr-xr-x 8 bin bin 8192 Aug 10 03:48 share
lrwxr-xr-x 1 bin bin 10 Aug 10 02:14 spool -> /var/spool
lrwxr-xr-x 1 root root 8 Aug 10 02:14 tmp -> /var/tmp
dr-xr-xr-x 8 bin bin 8192 Aug 10 03:50 tsm
dr-xr-xr-x 4 bin bin 96 Aug 10 02:56 vue


can anyone mail me the exact permissions for the files in /usr .

Thanks Aleem
OldSchool
Honored Contributor

Re: unable to logon to the server for all users

you might try reading what Dennis posted...you know...where he told you he had a script and gave you the link
Dennis Handly
Acclaimed Contributor

Re: unable to logon to the server for all users

>OldSchool: where he told you he had a script and gave you the link

Aleem may be asking for volunteers to run the first half of the script since he only has the one system?
Johnson Punniyalingam
Honored Contributor

Re: unable to logon to the server for all users

Hi Aleem,

>>>>can anyone mail me the exact permissions for the files in /usr <<<<

As requested have posted permissions for the files in /usr

# ll -d /usr
dr-xr-xr-x 23 bin bin 1024 Jun 24 2005 /usr
# cd /usr
# ll
total 82
lrwxr-xr-t 1 root sys 8 Jun 23 2005 adm -> /var/adm
dr-xr-xr-x 6 bin bin 10240 Nov 24 16:23 bin
dr-xr-xr-x 5 bin bin 96 Jun 23 2005 ccs
dr-xr-xr-x 24 bin bin 1024 Jun 24 2005 conf
dr-xr-xr-x 13 bin bin 1024 Mar 14 2007 contrib
dr-xr-xr-x 9 bin bin 1024 Jun 23 2005 dt
dr-xr-xr-x 4 bin bin 1024 Jun 23 2005 etc
dr-xr-xr-x 5 bin bin 96 Jun 23 2005 examples
dr-xr-xr-x 2 bin bin 96 Jun 23 2005 hpC2400
dr-xr-xr-x 18 bin bin 5120 Jul 18 2005 include
lr-xr-xr-t 1 root sys 14 Jun 23 2005 keysh -> /usr/lib/keysh
dr-xr-xr-x 10 bin bin 2048 Mar 14 2007 lbin
dr-xr-xr-x 34 bin bin 9216 Dec 19 12:03 lib
drwxrwxr-x 8 bin bin 1024 Feb 22 2007 local
drwxr-xr-x 2 root root 96 Jun 23 2005 lost+found
lrwxrwxrwt 1 root sys 9 Jun 23 2005 mail -> /var/mail
lr-xr-xr-t 1 root sys 14 Jun 23 2005 man -> /usr/share/man
lrwxrwxrwt 1 root sys 13 Jun 23 2005 netls -> /var/opt/ifor
dr-xr-xr-x 7 bin bin 1024 Jun 23 2005 newconfig
lrwxrwxrwt 1 root sys 9 Jun 23 2005 news -> /var/news
dr-xr-xr-x 4 bin bin 96 Jun 23 2005 obam
dr-xr-xr-x 6 bin bin 1024 Jun 23 2005 old
lrwxrwxrwt 1 root sys 13 Jun 23 2005 preserve -> /var/preserve
lr-xr-xr-t 1 root sys 18 Jun 23 2005 pub -> /usr/share/lib/pub
dr-xr-xr-x 6 bin bin 96 Jun 23 2005 sam
dr-xr-xr-x 8 bin bin 7168 Mar 14 2007 sbin
dr-xr-xr-x 7 bin bin 96 Jun 23 2005 share
lrwxr-xr-t 1 root sys 10 Jun 23 2005 spool -> /var/spool
lrwxrwxrwt 1 root sys 8 Jun 23 2005 tmp -> /var/tmp
dr-xr-xr-x 8 bin bin 1024 Jun 23 2005 tsm
dr-xr-xr-x 4 bin bin 96 Jun 23 2005 vue

Thx,
Johnson
Problems are common to all, but attitude makes the difference
aleemuddin
Occasional Advisor

Re: unable to logon to the server for all users

hi

Thanks guys i shall check all the permissions of /usr now .

there is one thing i have observed ie when i logon to the server with root user or any application user and trying to change to another user from the same session it gives me "su: Unknown id: oravis" .if anyone can share the solution for the same would be good .

thanks