reset domain console in e6800


 
Thread Tools Search this Thread
Operating Systems Solaris reset domain console in e6800
# 1  
Old 09-01-2009
reset domain console in e6800

Hi unix guru's
i have solaris server whose console is in e6800 box. I login to that e6800 and type showplatform . its showing the domail console is there for solaris box. now while i am trying to log in by using command console -d domain name.
its saying console is busy.
System Controller 'e6800f01s1':
Type 0 for Platform Shell
Type 1 for domain A console
Type 2 for domain B console
Type 3 for domain C console
Type 4 for domain D console
Input: 3
Enter Password:
Connection refused, console busy
Connection to e6800f01.disney.pvt closed by foreign host.

Now i want to rested that doamin console for domain c. Please help me how to free the console.
Help will be appreciated.
# 2  
Old 09-01-2009
to force the other session out and take console, you should be able to
Code:
console -d domain -f

at a minimum you can always use
Code:
help console

# 3  
Old 09-01-2009
go to platform shell and run:

Code:
connections

this should show all open connections. now you can run:

Code:
disconnect #

where # is the id of the open connection.
# 4  
Old 09-07-2009
Thanks Guys.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Sparc console password reset

Hi, How to reset the sun fire v245 console password ?. Please tell me step by step. (5 Replies)
Discussion started by: praveen16
5 Replies

2. Shell Programming and Scripting

Reset $1 variable

Hi all, I'm using a scipt with one input and one output. I'm referring to the input by $1 after executing a command line, I'm getting the output via $1. Normally, the $1 shouldn't get the same values between the first call and the second. Is there a solution to force my second call for $1 to... (4 Replies)
Discussion started by: Elmassimo
4 Replies

3. Solaris

Recover/Reset Sun Java System Server Console password

I am administering a Solaris 10 server that I have root password for but need to get to the system server console. The password has been 'forgotten'. I've tried changing it in /var/opt/mps/serverroot/admin-serv/config/admpw and local.conf with the current hashed password in /etc/shadow for a... (4 Replies)
Discussion started by: jameson
4 Replies

4. UNIX for Dummies Questions & Answers

IP Console Vs Serial console.

Hi Gurus, Can some one explain me the difference between a IP console and a serial console. (1 Reply)
Discussion started by: rama krishna
1 Replies

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

6. Solaris

E25k domain server am unable to access console.

Hi Guys, I am working on the e25k server. There is 4 domain configured Once domain is down So I tried to access the console for the problem domain. using console -d B but its showing following error message. bash-2.05$ console -d B Domain administration permissions... (3 Replies)
Discussion started by: arumsun
3 Replies

7. Shell Programming and Scripting

how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable

hi, how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable which needs to be connected to one console server having rj11 on its side and db 9 female on other end.i.e. on switch side,console cable has rj45 and db 9 pin female connector on other side of... (1 Reply)
Discussion started by: pankajd
1 Replies

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

9. Windows & DOS: Issues & Discussions

How to: Linux BOX in Windows Domain (w/out joining the domain)

Dear Expert, i have linux box that is running in the windows domain, BUT did not being a member of the domain. as I am not the System Administrator so I have no control on the server in the network, such as modify dns entry , add the linux box in AD and domain record and so on that relevant. ... (2 Replies)
Discussion started by: regmaster
2 Replies

10. HP-UX

reset console

I have HP-UX 11i. My serial console is not responding to any input. How can I reset the console without rebooting the system? I can telnet in with no problem and system runs fine other than the console. Thanks. (2 Replies)
Discussion started by: mizzleman
2 Replies
Login or Register to Ask a Question