No login from SP

 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers No login from SP
# 8  
Old 11-21-2017
I saw your new thread. You cannot fsck the filesystem you are booted from. If you need to fsck your root filesystem you should take your system down, boot it from your distribution media (DVD):

Code:
ok> Boot cdrom -s

and when in single user, issue the fsck command on your hard disk root filesystem.

I'll follow this with another post pertaining to this original thread.
# 9  
Old 11-21-2017
My response to your thread "No login from SP" is this.

Before you create a thread like this you should fully understand the hardware platform you are dealing with by reading the supplied documentation. Posting here when you don't have knowledge of the platform is not a lot of good.

Now having been very critical, which doesn't help you much, I'm now going to give you some generic starting notes with regards to Sun kit. What I'm about to write is generic for Sun SPARC kit and may not directly apply to your platform; however, most of it will.

1. What you have there is a main SPARC system (Let's call it the System) and an underlying (Linux/Unix) system called the Service Processor SC (let's call it the Appliance) which can run diagnostics on and control the System.

2. The Appliance boots as soon as power volts is supplied. It doesn't have an on/off switch. So anything you see on a screen connected to SER-MGT port when you apply volts to the chassis is from the Appliance (up to a point).

3. When the Appliance has booted you will get an OK> prompt. Here you can login (if you know the password which is different from the Solaris root password). You can type 'help' to get a list of commands. One such command is "poweron" or "power on" which will turn power on to the System. Once that is done you can give the command 'boot'.

4. Now when you are on the console connected to the SER-MGT port you can talk to either the Appliance or the System. If you are talking to the Appliance giving the command:

Code:
ok> console

will switch you to the System (Solaris OS if it's running), and if you are talking to Solaris typing:

Code:
 
 #.  <no return needed>

will drop you back to the Appliance (Service Processor ok> prompt).
When everything is running properly you can switch between the two at will.

5. So it's not difficult to see that if you are connected to the System and you have not issued any command to the Appliance to power the system up, then you are talking to fresh air and will get no response whatsoever.

I suggest that you read the documentation about Sun Service Processors, etc to understand that you have two separate systems there; the Appliance and the System. The first controls the second.

However, don't let that put you off posting further questions here. You will soon get it.

Hope that helps.

Last edited by hicksd8; 11-22-2017 at 04:27 AM..
This User Gave Thanks to hicksd8 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