Sponsored Content
Operating Systems HP-UX Root account disabled and unable to access console Post 73305 by AaronC on Tuesday 31st of May 2005 05:43:32 AM
Old 05-31-2005
Root account disabled and unable to access console

Hi, hope someone could help me here:

Our root account was disabled on our production server this morning and usually we would login at the console to re-enable the account. However we are unable to get a login prompt at the console. The console displays the 8 options along the bottom and a cursor but no login prompt. We are able to login via telnet sessions but not as root.

I have tried holding down the 'd' key while switching the console on and the "Remote Mode" option has a '*' next to it. There is a console getty process running but I am unable to kill this as it is owned as root:

root 2796 1 0 May 25 console 0:00 /usr/sbin/getty console console

Can anyone advise how this can be resolved? Ideally we would like to get the console issue resolved first as we will need root access to shut down the applications running on the machine prior to any rebooting.

We are running HP-UX 11.00 on an L2000.

Thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

create or modify user account to have same access as root

Is there a way to create or better yet modify a user account so it has the same privs as root? (6 Replies)
Discussion started by: xadamz23
6 Replies

2. UNIX for Dummies Questions & Answers

How do i access (mount, read & write) a floppy disk from the console, not being root?

welll, the title quite explains what i want to do thanks for your time! (4 Replies)
Discussion started by: kfaday
4 Replies

3. UNIX for Dummies Questions & Answers

Change other account password from root access

Hi, I have forgotten my personal account password but I still have the root access to the box. Please tell me how can I change my other account password by logging as root. Thanks. Rakesh :D (4 Replies)
Discussion started by: rakeshou
4 Replies

4. HP-UX

PAM status 28 - account disabled

I frequently rexec into a remote box to run a job, occaisionally I get the the error message "rexecd: Account Disabled" and in the remote box syslog I see "rexecd: PAM - status 28 PAM error message: account is disabled". After a 1/2 hour or so the problem goes away. Anyone shed any light on... (0 Replies)
Discussion started by: CBorgia
0 Replies

5. HP-UX

root - "Account is disabled"

Hi. I have an issue with root account. System doesn't let me to log on, because accound is disabled/locked. This problem since I have converted passwords file to data base using SAM. I didn't change user's parameters. Somebody knows how can i enable my root account back? (14 Replies)
Discussion started by: netwalker
14 Replies

6. Solaris

Sun Fire V890 - Unable to access RSC or Serial console

Hello Folks, I am having trouble to login to rsc or serial console of V890. The rsc2.2.3 has been configured with required parameters, resetrs and even rebooted. When serial port is connected to laptop, The hyper terminal does not get the console or POSt messages when the server is rebooting... (8 Replies)
Discussion started by: defflepord
8 Replies

7. Solaris

E25k domain server am unable to access console.

Hi Guys, I am working on the e25k server. There is 4 domain configured Once domain is down So I tried to access the console for the problem domain. using console -d B but its showing following error message. bash-2.05$ console -d B Domain administration permissions... (3 Replies)
Discussion started by: arumsun
3 Replies

8. AIX

P550 Unable to access Console

I have recently aquired the following machine: IBM,9113-550 Up until yesterday we could connect a dumb terminal to serial port 1 and get console login. However the dumb terminal died. We are now using a laptop with a null modem cable attached to serial port 1. This works perfectly for all of... (1 Reply)
Discussion started by: rsw7724
1 Replies

9. AIX

How to access root from console even if loginretries already reached

Hi, I wanted to know whether there is a setting in AIX to allow console login eventhough loginretries have already reached. What I mean is that loginretries applies to ssh/telnet connection but I can still login in console even after loginretries have been reached. Thanks. (2 Replies)
Discussion started by: depam
2 Replies

10. SCO

SCO 5.0.7 server - Message - Root Account is disabled - but allowing entry via daemon.

SCO 5.0.7 server on an HP Proliant ML350G5 with E200 raid controller. The message on the server during boot says this message in several places. "Root Account Disabled, but allowing entry via deamon" At this point, there are some hardware issues to work through first. One is that we don't... (2 Replies)
Discussion started by: cjdavis618
2 Replies
PAM_SEPERMIT(8) 						 Linux-PAM Manual						   PAM_SEPERMIT(8)

NAME
pam_sepermit - PAM module to allow/deny login depending on SELinux enforcement state SYNOPSIS
pam_sepermit.so [debug] [conf=/path/to/config/file] DESCRIPTION
The pam_sepermit module allows or denies login depending on SELinux enforcement state. When the user which is logging in matches an entry in the config file he is allowed access only when the SELinux is in enforcing mode. Otherwise he is denied access. For users not matching any entry in the config file the pam_sepermit module returns PAM_IGNORE return value. The config file contains a list of user names one per line with optional arguments. If the name is prefixed with @ character it means that all users in the group name match. If it is prefixed with a % character the SELinux user is used to match against the name instead of the account name. Note that when SELinux is disabled the SELinux user assigned to the account cannot be determined. This means that such entries are never matched when SELinux is disabled and pam_sepermit will return PAM_IGNORE. See sepermit.conf(5) for details. OPTIONS
debug Turns on debugging via syslog(3). conf=/path/to/config/file Path to alternative config file overriding the default. MODULE TYPES PROVIDED
The auth and account module types are provided. RETURN VALUES
PAM_AUTH_ERR SELinux is disabled or in the permissive mode and the user matches. PAM_SUCCESS SELinux is in the enforcing mode and the user matches. PAM_IGNORE The user does not match any entry in the config file. PAM_USER_UNKNOWN The module was unable to determine the user's name. PAM_SERVICE_ERR Error during reading or parsing the config file. FILES
/etc/security/sepermit.conf Default configuration file EXAMPLES
auth [success=done ignore=ignore default=bad] pam_sepermit.so auth required pam_unix.so account required pam_unix.so session required pam_permit.so SEE ALSO
sepermit.conf(5), pam.conf(5), pam.d(5), pam(8)selinux(8) AUTHOR
pam_sepermit and this manual page were written by Tomas Mraz <tmraz@redhat.com>. Linux-PAM Manual 06/18/2013 PAM_SEPERMIT(8)
All times are GMT -4. The time now is 03:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy