No login from SP

 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers No login from SP
# 1  
Old 11-20-2017
No login from SP

Hi.
Code:
-> start /SP/console
Are you sure you want to start /SP/console y
  
 Serial console started. To stop , type #.

at this point, I normally can hit enter, and get a login prompt,

now , it does nothing,

Code:
Properties:
         type = Host System
         ipmi_name = /SYS
         keyswitch_state = Normal
         product_name = SPARC T5-2
         product_part_number = 33746231+1+1
         product_serial_number = AK00321487
         product_manufacturer = Oracle Corporation
         fault_state = OK
         clear_fault_action = (none)
         power_state = Off

from properties I see power is off , but I never turned it off.
could this be the issue?

so next step ,
Code:
 start /SYS ?


Moderator's Comments:
Mod Comment Please use CODE tags correctly (for data as well) as required by forum rules!

Last edited by RudiC; 11-20-2017 at 11:15 AM.. Reason: Changed CODE tags.
# 2  
Old 11-20-2017
I assume that you are on the Service Processor. Is this Solaris/Oracle Linux or something else?

The service processor would allow you to power on. What symptoms do you have for the user Operating System? I'm assuming you can't connect to it. Did it get shutdown on request? The service processor is reporting the state.



Robin
# 3  
Old 11-20-2017
Inspect the faults for possible hardware errors :
Check for Faults -
SPARC T5-2 Server Service Manual


When you have determinted no faults or faults exists but you can boot..
Power on the system using start /System.

Then you can login via console.

And when the system boots, check out the operating system logs.

Hope that helps
Regards
Peasant.
# 4  
Old 11-20-2017
does anyone know how set the hostname from the ok prompt? i have no idea why the hostname is set to unknown?

---------- Post updated at 11:56 AM ---------- Previous update was at 11:48 AM ----------

was able to start system but see that booting into read only and hostname is set to unknown?
# 5  
Old 11-20-2017
It may have trouble bringing up disks or the like.
# 6  
Old 11-20-2017
so only option is to boot off another disk, or cdrom?

---------- Post updated at 02:06 PM ---------- Previous update was at 01:37 PM ----------

yes from sp

when I type
Code:
-> start /SP/console

Are you sure....... Y

Serial console started. To stop ...

i get the {0} ok prompt,
i have never gotten that before?

does anyone know why i would get this?
# 7  
Old 11-20-2017
At the {0} ok prompt, you are on the openboot ROM.
Type help to see the openboot commands.
Type boot to do a default boot.
This User Gave Thanks to MadeInGermany For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

First login on KUbuntu 16.04 no SKEL copied with first login LDAPusers

Hello, we have an problem on kubuntu16.04 that when i login with ldap, and it is my first login, nothing is copied from skel. With SSH it is working fine. Can anyone say we how KDE setup an new first userlogin? Tested with SDDM and Lightdm. Thanks a lot! Best Regard darktux ----------... (1 Reply)
Discussion started by: darktux
1 Replies

2. AIX

Not able to login AIX server but able to login thru console.

Hi, i am able to login to AX server thru console but not able to login directly thru server. also the server is not ping-able with other server. filesystem is fine. and OS version is AIX 5.3. please let me know if you need any specific log. thx in advance. Scriptor (2 Replies)
Discussion started by: scriptor
2 Replies

3. UNIX for Advanced & Expert Users

Can adding to a new group be effective in current login environment without re-login?

Hey folks, When a user is added to a new group, the user has to be log out and log in again to make the new group effective. Is there any system command or technique to refresh user group ID update without re-login? I am not talking about to use "login" or "su -l" commands which can only make... (2 Replies)
Discussion started by: hce
2 Replies

4. Shell Programming and Scripting

passing login details to htaccess login prompt

Hi, How i can pass the login details to the URL which is password protected with the htaccess using command line or script (perl,or shell,or php). Any help or hint appreciated. Thanks, SJ (4 Replies)
Discussion started by: SilvesterJ
4 Replies

5. 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

6. HP-UX

telnet login successful ,but ssh can not login

why I can login by telnet using root account but when i use login by ssh using root account it is not successful ,is it different password i am sure ssh service is started (2 Replies)
Discussion started by: alert0919
2 Replies

7. 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

8. Cybersecurity

APACHE: Tie in Web Page login with server login

Hello, I have created a web page on a server using apache and added .htaccess and .htpasswd in the folder for authentification. I was wondering if there was anyway to tie-in the login for this page with the login used to logon to the server. i.e. the same login info. is used for both, when... (1 Reply)
Discussion started by: WhotheWhat
1 Replies

9. Web Development

APACHE: Tie in Web Page login with server login

Hello, I have created a web page on a server using apache and added .htaccess and .htpasswd in the folder for authentification. I was wondering if there was anyway to tie-in the login for this page with the login used to logon to the server. i.e. the same login info. is used for both,... (2 Replies)
Discussion started by: WhotheWhat
2 Replies
Login or Register to Ask a Question