ILOM to unix host


 
Thread Tools Search this Thread
Operating Systems Solaris ILOM to unix host
# 22  
Old 02-07-2008
Today I could see that after executing start /SP/console - something started happening ... some processes and some initializing... after may be around 2 minutes... and after asking about starting types:

Solaris
Solaris serial console ttya
Solaris seial console ttyb

I have tried with all three options... But just a cursor is visible and host is still not connecting!!!

Please advice.
# 23  
Old 02-08-2008
ok.
Let's do this from the beginning.

Log into the iLOM
reset the iLOM.
Code:
-> reset /SP

This will kick you out.
Wait ~30 seconds.
Log back in.
Reset the host.
Code:
 -> reset /SYS

Switch to the system console
Code:
 -> start /SP/console

Do you get to an ok prompt, a small menu with 3 options, or a login prompt?
# 24  
Old 04-08-2008
Hello,

As I face exactly the same than Panchpan's one, I can answer your question, System Shock :
I did the two reset, and then started the console. What I face is the boot sequence of the machine, which seems to be quite normal.

Once system has finished booting, I stil have no access to nothing. I quitted console with 'ESC (' sequence, and then I got the ILOM prompt : ->

Restarting the console through "start /SP/console" stil gives the same effect :

Code:
-> start /SP/console
Are you sure you want to start /SP/console (y/n)? y

Serial console started.  To stop, type ESC (

Keyboard seems to be inactive (seems, because if I hit the sequence key again, I return systematically to ALOM without any problem). I can type whatever I want, it does not prints to screen, nor show any actions.

I checked that system is up, and it is, but I still cannot access to console.

If you have any new idea that could be apply to be able to log into console mode, please do not hesitate.
# 25  
Old 04-08-2008
Use the below flow and the problem will be resolved

-> stop -f /SYS
Are you sure you want to immediately stop /SYS (y/n)? y
Stopping /SYS immediately

-> start /SYS
Are you sure you want to start /SYS (y/n)? y
Starting /SYS

-> start /SP/console
Are you sure you want to start /SP/console (y/n)? y


Please keep us updated IF the issue still persists?
# 26  
Old 04-08-2008
Thanks for the tip, but even forcing immediate stop does not lead to a correct console.... Smilie

Any other clue ? Anything I could test ?
# 27  
Old 04-08-2008
may be you are not logged into ILOM with right admin privileges - a normal ILOM user wont be able to help here
# 28  
Old 04-08-2008
Hi,

I updated to firmware 2.0.2.1 (last version as far as I could see), but this did not change anything.

Regarding the rights, there is no user but the ones created by default, so I fear this is not a "simple" rights problem.

I'm still looking for the idea that would fix this problem...

Thanks for the help anyway !
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Best performance UNIX just for HOST Virtualization?

Hi everybody, Which Unix base OS have best performance for HOST virtualization? I tested SmartOS but it needs another OS to connect remotely! Thanks in advance. (11 Replies)
Discussion started by: mbzadegan
11 Replies

2. UNIX for Dummies Questions & Answers

UNIX script to use ssh to host

I am doing an old-school command to get an inventory to many host using ssh thru Solaris machine. Please help me find a way thru script to get this automized. This will make me lazy but will surely benefit out of it. thanks in advance. Process I am doing: Host IPs (examples): 10.210.1.2... (1 Reply)
Discussion started by: TripleHar
1 Replies

3. Shell Programming and Scripting

sftp to UNIX host

Hi, I am writing a shell script that securely connects to an UNIX host and transfer file(abc.txt) from the local machine to the host. sftp user@host get abc.txt bye The code doesn't work.. It throws error at line 2: get :Unknown get command. How can I rectify this problem? (2 Replies)
Discussion started by: Kishore_1
2 Replies

4. UNIX for Advanced & Expert Users

Unix: print on printer on another machine (host)

Hi all,sorry for my english but i don't speak it very well. I have a problem, i need to print a file from a unix machine to a printer on another unix machine (with another host). I think that it's possible making a connection with telnet to this machine and after to print on the machine in... (3 Replies)
Discussion started by: giugy
3 Replies

5. UNIX for Dummies Questions & Answers

How to determine if a host is connected to the Internet in Unix?

How to determine if a host is connected to the Internet in Unix ? (1 Reply)
Discussion started by: shuhang2
1 Replies

6. Shell Programming and Scripting

Excuting UNIX Functions under several username and host

Hi, I am facing a issue in one of my script, Please help me on the same. Below I have the example. Example: I have two functions(host(),user()) in a single file named test1.ksh File Name: test1.ksh host () { HOST=`hostname` echo... (1 Reply)
Discussion started by: samvino
1 Replies

7. UNIX for Dummies Questions & Answers

Searching for HOST NAME in UNIX

Hello, I am new to UNIX OS and I am planning to learn on how to use it since I was granted with the joy of being responsible of SCO UNIX on our network :-) So, can someone please tell me how to search for a particular string on our UNIX box specifying a server name...??? For some reason... (6 Replies)
Discussion started by: George26
6 Replies

8. UNIX for Advanced & Expert Users

Unix / Host explorer

Anyone know where I can get a download of a unix / aix explorer (pref with X-Windows) to run from Windows XP, as I transfer files between the two systems on a frequent basis. (3 Replies)
Discussion started by: gefa
3 Replies

9. Solaris

Unix virtual host detection

Is it possible to reliably detect the virtual host of a Sun Solaris box, within a shell or Perl script? Can a system have multiple virtual host or not host at all ? I was recently made aware of hostname command, but was not sure if this option was the only one available. Any help is much... (3 Replies)
Discussion started by: Meridian
3 Replies

10. Solaris

Unix virtual host detection

I have a need to write scripts that can reliably determine the virtual host of a Sun Solaris system. (1 Reply)
Discussion started by: Meridian
1 Replies
Login or Register to Ask a Question