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
XNBD-CLIENT(1)						      General Commands Manual						    XNBD-CLIENT(1)

NAME
xnbd-client -- connect to a server running xnbd-server(8), to use its exported block device SYNOPSIS
xnbd-client [--blocksize SIZE] [--connect] [--exportname NAME] [--recovery-command COMMAND] [--recovery-command-reboot COMMAND] [--retry COUNT] [--timeout SECONDS] NBD-DEVICE [ HOST PORT ...] xnbd-client [bs=SIZE] [timeout=SECONDS] HOST PORT NBD-DEVICE xnbd-client --disconnect NBD-DEVICE xnbd-client --check NBD-DEVICE DESCRIPTION
With xnbd-client, you can connect to a server running xnbd-server or xnbd-wrapper, thus using raw diskspace from that server as a blockde- vice on the local client. To do this, support from the Linux Kernel is necessary, in the form of the Network Block Device (NBD). When you have that, either in the kernel, or as a module, you can connect to an NBD server and use its exported file through a block special file with major mode 43. Long options can also be specified with two leading dashes. Some options are call compatible to nbd-client(1) as are most behavioural switches. This makes xnbd-client a plug-in replacement for nbd-client. OPTIONS
The following options are supported: --blocksize SIZE Use the provided value as block size. Default is 1024; allowed values are either 512, 1024, 2048 or 4096. For best results use a block size value of 4096 For compatibility to nbd-client(1) you can also use bs=SIZE --check|-c Check whether the specified nbd device is connected. If the device is connected, xnbd-client will exit with an exit state of 0 and print the PID of the xnbd-client instance that con- nected it to stdout. If the device is not connected or does not exist (for example because the nbd module was not loaded), xnbd-client will exit with an exit state of 1 and not print anything on stdout. If an error occurred, xnbd-client will exit with an exit state of 2, and not print anything on stdout either. --connect|-C Connect to the nbd-server --disconnect|-d Disconnect the specified nbd device from the server. Terminates execution with an exit state of 0 on success. --exportname NAME If the server supports to access devices by an identifier, use NAME to request access to a particular volume. This command is useful in combination with a xnbd-wrapper and only succeeds, if the remote host is exporting the requested device. --retry COUNT Try up to "COUNT" times to connect to the associated nbd-server. Default is 1, that is nbd-client will stop after the first unsuccessful try. --recovery-command invoke a specified command "COMMAND" on unexpected disconnection --recovery-command-reboot Invoke the reboot(8) command on unexpected disconnection --timeout SECONDS Use a timeout period (default is 0 which means not to use a timeout). Please do not use this option for now, as it seems not to work due to a bug in the kernel module. For compatibility to nbd-client(1) you can also use timeout=SECONDS POSITIONAL ARGUMENTS
The following positional options are supported: HOST The site to connect to a remote xnbd-server. You can specify any resolvable hostname, IPv4 or IPv6 address. PORT The port number to connect to on remote side NBD-DEVICE The local nbd-device to be associated with the remote xnbd-server. You can specify multiple host port tuples. xnbd-client will try to connect to each of them in order until it succeeds to establish a connection to a server. BUGS
The NBD device is known to deadlock when not being used altogether with the deadline scheduler. Make sure to do: echo deadline > /sys/block/nbd0/queue/scheduler SEE ALSO
xnbd-server (8), xnbd-wrapper (8). AUTHOR
The NBD kernel module and the NBD tools have been written by Pavel Macheck (pavel@ucw.cz) and is now maintained by Paul Clements. (Paul.Clements@steeleye.com). The xNBD userland (client and server) have been written by Takahiro Hirofuchi (t.hirofuchi@aist.go.jp) This manual page was written by Arno Toell (debian@toell.net) for the Debian GNU/Linux system (but may be used by others). Large parts are verbatim copies of the original nbd-server and nbd-client manual pages written by Wouter Verhelst (wouter@debian.org). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. XNBD-CLIENT(1)
All times are GMT -4. The time now is 12:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy