Unable to login with any user


 
Thread Tools Search this Thread
Operating Systems Solaris Unable to login with any user
# 1  
Old 12-29-2014
Unable to login with any user

Hi

Please I need help on trying to login on a
Code:
solaris 10

, blade server.
Code:
login as: root
Using keyboard-interactive authentication.
Password:

I even try a normal user, I do not get the prompt.
I suspect the reason could be that
Code:
/var

is at 98% because I have configure email alerts to warn me on space.

Can you give me a hint on this?
# 2  
Old 12-29-2014
Can you boot from CD into single user and mount the filesystems under there to perform some housekeeping?

From memory it's something like this from the hardware/OK prompt on the console:-
Code:
OK> boot cdrom -s

... then when the boot completes:-
Code:
mount /dev/c0t3d0s0 /mnt
grep var /mnt/etc/vfstab

This should give you the devices that /var is built from so you can then:-
Code:
mount /dev/c0t3d0s3 /mnt/var
df -k

.... and work on the issue. It could be that /var is full and therefore would be able to write messages to say that someone is logging on.


Does this help?



Robin
# 3  
Old 12-29-2014
the problem now is getting to
Code:
OK>

prompt, because, if I use the console to login, I do not get the prompt, because the console is constantly having lines of
Code:
/var/adm/messages

file.
The only option I get is perhaps power off the server, the problem with this is autoboot is possibly configured, so it will not give me the option to stop at any point, I beleive...
# 4  
Old 12-29-2014
Tell us what hardware it is...
# 5  
Old 12-29-2014
The classic way to stop your server and go to the OK prompt is to hold down the STOP button and press a Beware that this will interrupt all current processing, i.e. all services will hang and any connected sessions may time out.

Of course, there may not be a STOP button on your keyboard......





Robin
# 6  
Old 12-29-2014
its
Code:
SPARC T3-1B

---------- Post updated at 04:16 PM ---------- Previous update was at 04:16 PM ----------

Code:
SPARC T3-1B

its a blade, running on chassis, the other blades are fine

---------- Post updated at 05:08 PM ---------- Previous update was at 04:16 PM ----------

Will I get the OK>prompt if I do the following, logged in from the console:
Code:
set /HOST/bootmode script="setenv auto-boot? false"
reset /SYS
start /HOST/console

...then if I get the prompt:
Code:
OK> boot -s


Last edited by rbatte1; 12-29-2014 at 01:05 PM.. Reason: Set to single CODE tag pair and changed CODE to ICODE for inline
# 7  
Old 12-29-2014
At what prompt do you expect to be able to issue these commands? Are they from the blade management or something? I regret that I do not recognise them.

How would you expect to boot to single user from CD for any other reason?


You should boot from CD media too, else it is your OS you are starting and it will still be wanting to write to /var.


Robin

Last edited by rbatte1; 12-29-2014 at 05:44 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Unable to login

Hi, It has been a while since I logged into Unix.com and I have forgotten my userID and password. Please help. Thanks, Ananth. (1 Reply)
Discussion started by: Unregistered
1 Replies

2. Red Hat

User unable to login to the server, Showing blank screen

Hi All, Facing the login problem. i try to login to the system by the normal user. But when i logged in with the correct username and password, it takes me to the blank (black screen) screen instead of the command line prompt. Only the cursor is blinking ... Please help me out what is... (3 Replies)
Discussion started by: abhay1983
3 Replies

3. AIX

User Account Login Login on your AIX server

I want to learn AIX. I would like to find someone who would be willing to give me a login to their AIX home lab server. My intent is to poke around and discover the similarities and differences of AIX compared to other *NIXs. I am a UNIX admin so I can think of what some immediate concerns may... (1 Reply)
Discussion started by: perl_in_my_shel
1 Replies

4. Solaris

Unable to login

Hi, I am doing Active Directory(Win 2008) and UNIX(Solaris 10) integration. I was unable to create home directory for the Active Directory users on the first login. So i added other session required pam_mkhomedir.so skel=/etc/skel umask=0022 to pam.conf in /etc/pam.conf. But now I am... (2 Replies)
Discussion started by: sathya47
2 Replies

5. Solaris

error message rmclomv ... SC Login Failure for user Please login:

Hello World ~ HW : SUN Fire V240 OS : Solaris 8 Error message prompts 'rmclomv ... SC login failure ...' on terminal. and Error Message prompts continually 'SC Login Failure for user Please login:' on Single Mode(init S) The System is in normal operation, though In case of rain, Can... (1 Reply)
Discussion started by: lifegeek
1 Replies

6. Solaris

Unable to login as a User or Root on one client

I am running 5.10 Generic_120011-14 Sunblade 1500 I have one client that was working fine in a training environment. Then this week the user is unable to login as the user that is created by default. The students do not have access to root to change system files or user accounts. This is... (11 Replies)
Discussion started by: deaconf19
11 Replies

7. AIX

Normal User Unable to Login Through AIX CDE

When we as normal user try to login, the session startup terminates and we are presented with the login screen.The root user is able to login without any problem.I can log in to the Aix server as normal user through telnet & using xmanager but not directly through server terminal .The Aix version... (1 Reply)
Discussion started by: ranadeep
1 Replies

8. Forum Support Area for Unregistered Users & Account Problems

Unable to login

Hi Admin/Moderator, I am unable to login with my user id "chanakyahere", even it is not accepting my mail id to which i got one reply aso.. it is saying that i suppied "mail id that is not recognised".. please look forward regarding this problem.. i joined on last saturday i.e on... (1 Reply)
Discussion started by: Chanakya
1 Replies

9. UNIX for Advanced & Expert Users

Other than root user .Normal user is unable to create files

Hi all, I am using Sun Solaris 9 .In this system normal users unable to create files from the command line.I added these users in bin,adm and even root group i found them unable to create a file. (1 Reply)
Discussion started by: mallesh
1 Replies

10. UNIX for Dummies Questions & Answers

unable to login HELP!!!

Hi, I have installed for the first time sun solaris on my pc and I am trying to learn unix. I created a new user using the following steps: -create a new group : groupadd work -created a new user: useradd -g work -d /export/home -s /usr/bin/ksh gbruno (i checked the path of the shell... (3 Replies)
Discussion started by: giulianob
3 Replies
Login or Register to Ask a Question