Not able to start /SP/console


 
Thread Tools Search this Thread
Operating Systems Solaris Not able to start /SP/console
# 1  
Old 08-26-2009
Not able to start /SP/console

Dear All,

Does anyone has any clue for the errors below? I have tried resetting the ILOM but to no avail. No luck in locating /var/lock either.

*** Problem encountered thru NetManagement port. Not able to try it out using console yet.



-> start /SP/console
Are you sure you want to start /SP/console (y/n)? y
To stop, hit ESC (
Cannot lock /dev/ttyS1 (remove /var/lock/LCK..*)

-> start /SP/console
Are you sure you want to start /SP/console (y/n)? y
To stop, hit ESC (
Cannot lock /dev/ttyS1 (remove /var/lock/LCK..*)

-> start /SP/console
Are you sure you want to start /SP/console (y/n)? y
To stop, hit ESC (
Cannot lock /dev/ttyS1 (remove /var/lock/LCK..*)


Thanks in advance.

Regards
# 2  
Old 08-26-2009
does "start -f /SP/console" work...?
# 3  
Old 08-28-2009
Hi,
There isnt any -f option available. Issue resolved after stopped and restarted the /SP/console.

Thanks.
# 4  
Old 08-28-2009
Try:

stop /SP/console
start /SP/console

If that doesn't work:

stop -f /SP/console
start /SP/console
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Howto auto boot SPARC | How to auto supply "start /SYS" and "start /SP/console" commands

When I power ON my T4-1, I got a prompt -> where I have to start /SYS and start /SP/console. How can I auto supply these two commands ? (3 Replies)
Discussion started by: z_haseeb
3 Replies

2. Solaris

Start /SP/console freezes on x4150

Hi I have a server previously configured, that was given to me, but on attempt to start the console, it hangs. firstly I did: start /SYS them: start /SP/console then it says that its starting, but nothing happens....waited and waited Can you give me hint (5 Replies)
Discussion started by: fretagi
5 Replies

3. Solaris

How to start up console on Sun Fire X2200 ILOM using SSH?

Hi Oracle Hardware Specialists, I have shutdown a Sun Fire X2200 server running Solaris 10 x86 to single user mode to experiment some backup commands using Web based Sun embedded Lights Out Manager Redirection to open up a console session. However, it is not possible to copy & past text with... (7 Replies)
Discussion started by: gjackson123
7 Replies

4. Solaris

Unable to start webconsole:console

Here is issue... bash-3.00# svcs system/webconsole:console STATE STIME FMRI maintenance 1:15:54 svc:/system/webconsole:console bash-3.00# svcadm clear svc:/system/webconsole:console bash-3.00# svcs -a |grep /system/webconsole offline* 1:20:44... (0 Replies)
Discussion started by: lingeshwaran
0 Replies

5. Shell Programming and Scripting

How to start a shell script in a terminal console from graphic environment?

Hello. Normally when you double click on the file name, the shell script start in background. If you want to see what is going on, you must open a terminal console and start the shell within the terminal. Is it possible to start directly a shell script in a terminal console from the file... (0 Replies)
Discussion started by: jcdole
0 Replies

6. Solaris

How to start system console in ELOM?

Hi, The system is Sun x4150. I use putty ssh to access to it. I can't start system console: (hung) Any help will be greatly appreciated! (5 Replies)
Discussion started by: aixlover
5 Replies

7. UNIX for Dummies Questions & Answers

Windows to Linux remote console using VNC brings up blank console screen with only mouse pointer

:confused:Hi This was installed on the Linux box a few weeks back by a guy that no longer works for us. All worked fine until last week. Now when we connect its just a blank screen with no icons. I get a whole bunch of errors when starting the service too: Tue Feb 23 14:29:45 2010 ... (1 Reply)
Discussion started by: wbdevilliers
1 Replies

8. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

9. UNIX for Advanced & Expert Users

console /dev/console get image

We are using software (Pegasys) which runs on SunOS 5.8 and reads images from a Philips nuclear camera. The software is designed to run from the console. I need to be able to capture the images it produces on the display. The caveat is that I cannot use the X Windows display because the X Server... (3 Replies)
Discussion started by: sreyes27
3 Replies

10. Solaris

start /SP/console hangs in X4500

when I type start /SP/console... the console shows up but i cannot type anything over there. I do not understand what might be the reason for that. -> start /SP/console Are you sure you want to start /SP/console (y/n)? y Serial console started. To stop, type ESC ( I pressed enter many... (8 Replies)
Discussion started by: bharu_sri
8 Replies
Login or Register to Ask a Question