Sponsored Content
Homework and Emergencies Emergency UNIX and Linux Support Solaris: Not able to access E2900 console Post 302743843 by vincenix on Thursday 13th of December 2012 12:16:36 PM
Old 12-13-2012
If you have the SUNWlomr and SUNWlomu packages on the server these should give you ILOM access from the running Solaris OS via the "lom" command... I don't see a way these tools allow you to actually reconfigure the ILOM networking. You may end up requiring the seriel connection to troubleshoot this or since you are rebooting anyway init 5 the system then keyswitch it off and on and see if your ILOM comes back (of course you'll be flying blind through the reboot).

---------- Post updated at 12:16 PM ---------- Previous update was at 12:02 PM ----------

Quote:
Originally Posted by solaris_1977
Console IP is not pingable, earlier it used to ping. It was setup with static ip. Consoles connected to other ports on same switch are working, and there is no change on switch side.
I will try more to check, if there is any option to bounce lom, without reboot of server.
Thanks for trying helping me.
If your other consoles work move a working cable to your non-pingable system SC port and see what happens... if it links up at 100MB and your unreachable is suddenly reachable then you may have a DOA port on your switch....

Last edited by vincenix; 12-13-2012 at 01:11 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

console access via serial port - settings

looking for the answer to console port access via 25pin serial. Can i tip in from another unix box for access? (5 Replies)
Discussion started by: simplimarvelous
5 Replies

2. HP-UX

Access with console.

hi, is it possible to have a console access on a HP UX system without Web Console ? If yes, how ??? Many thanks in advance. :D (3 Replies)
Discussion started by: liliput
3 Replies

3. AIX

cant telnet to aix 5.2 and not even access through serial console

I have installed aix 5.2 on aix box through serial console connected to COM 1 . I even get a login prompt after the fresh installation . But as soon as i give a root & enter i again get a login prompt.i..e I am not able to logon after a fresh installation. and even i configured IP configuration... (0 Replies)
Discussion started by: linuxnightowl84
0 Replies

4. Solaris

USB Console access on Solaris 9 x86

Hi Guys, I installed solaris 9 on my laptop(x86). I want to access the solaris console by attaching another laptop to this. But i do not have a Serial Port on the laptop on which I installed Solaris. I was wondering whether there was an option of console access through a USB2USB or using... (1 Reply)
Discussion started by: com2com
1 Replies

5. AIX

Getting console access on freshly built AIX 5.2

Hi folks, I'm unfortunately only a Solaris/Linux guy and have a problem I can't solve. As part of an assessment of some network security software, I need to perform vulnerability scans and log (syslog event) collection from an AIX box. So I have a pSeries "B80" in front of me running AIX 5.2... (8 Replies)
Discussion started by: kaldek
8 Replies

6. Solaris

Sunfire V100 console access

Hi guys, My current set up is I have a Laptop running redhat linux. This acts as an SSH server, and i use it to console into the LOM-A port on my Sunfire V100 using minicom. The idea is that I can remotely access and test things out. This works great, but I've just bought another V100 server... (15 Replies)
Discussion started by: Stin
15 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. AIX

P550 Unable to access Console

I have recently aquired the following machine: IBM,9113-550 Up until yesterday we could connect a dumb terminal to serial port 1 and get console login. However the dumb terminal died. We are now using a laptop with a null modem cable attached to serial port 1. This works perfectly for all of... (1 Reply)
Discussion started by: rsw7724
1 Replies

9. AIX

How to access root from console even if loginretries already reached

Hi, I wanted to know whether there is a setting in AIX to allow console login eventhough loginretries have already reached. What I mean is that loginretries applies to ssh/telnet connection but I can still login in console even after loginretries have been reached. Thanks. (2 Replies)
Discussion started by: depam
2 Replies

10. AIX

How to access console for P650 server.

Hi Everyone, we had a one IBM P650 standalone server, planning to install AIX OS on top of it, I don't have HMC, is their a way to access to console of the server using serial cable or any other option for installing OS on top of it. Thanks, (1 Reply)
Discussion started by: bobby320
1 Replies
CONSCONTROL(8)						    BSD System Manager's Manual 					    CONSCONTROL(8)

NAME
conscontrol -- control physical console devices SYNOPSIS
conscontrol [list] conscontrol mute on | off conscontrol add | delete console conscontrol set | unset console DESCRIPTION
The conscontrol utility is used to examine and modify the physical devices which back the virtual console devices. If no arguments (or only the list command) are specified, the current console settings are shown. There are two types of logical consoles; a high level console which is represented by /dev/console, and a low level console. The low level console is used for kernel printf(9) and ddb(4) debugger support, while the high level console is used by user programs like syslogd(8). Multiple device support is implemented only for the low level console; the high level console is set to the first device in the console list. Multiple console support may be invoked by passing the kernel the -D flag from the boot loader, or by using conscontrol to change the list of console devices after the system has booted. The following options are available: add | delete console Add or delete a physical device from the logical console. The device must support low-level console operations. Adding a device will place it at the front of the list of console devices; the first device is used for the high level console. The console argument is the name of a console device in /dev; the name of the directory may be omitted. mute on | off Change the state of console muting. All console output is suppressed when console muting is on. set | unset console Set or unset the virtual console. When unset, output from the system, such as the kernel printf(9), always goes out to the real main console. When set, it goes to another. This is an interface to the tty ioctl TIOCCONS. SEE ALSO
sio(4), syscons(4), tty(4), vt(4), boot(8), loader(8) HISTORY
The conscontrol utility first appeared in FreeBSD 5.0. AUTHORS
Jonathan Lemon BSD
April 14, 2011 BSD
All times are GMT -4. The time now is 11:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy