Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...I've gotten solutions within a day - it saved a lot of time and actually got me one ATTABOY from my boss..."

Geography

Where in the world do Tek-Tips members come from?

Connection to i5/OS Guest Partition ConsoleHelpful Member! 

cyberspace (TechnicalUser)
16 Feb 09 7:14
Hi,

I'm trying to connect to the i5/os guest partition console by telnetting to port 2301 (i've done this several times in the past, but this is a different box)

I have the relevant virtual client/server serial adapters and I can sign on with an SST profile, but once I see "console connected" I can't see any further output or perform any commands.

Anybody know what might be causing this?

It's i5/os V6R1 with HMC7R3.4

Thanks

'When all else fails.......read the manual'

Helpful Member!  Kozusnik (Programmer)
16 Feb 09 18:17
Sounds like the qpadev* device might be trying to run in a subsystem that is not running or is varied off. Do you have access to the console, or can you use client access for iseries?

Mark
cyberspace (TechnicalUser)
17 Feb 09 10:58
Thanks for your reply. The customer has created a new user profile for us, but I am not currently sure of the permissions.

Is there anything I should be looking at specifically? You will have to forgive me, I'm not really much of a System I expert, just know my way around LPARs, NWSD's and Domino servers!

'When all else fails.......read the manual'

Kozusnik (Programmer)
17 Feb 09 21:12
When you telnet, do you get a login screen? You mentioned that service tools starts to work, but nothing comes back to the screen. How are you connecting? You said via serial port, is that correct? Do they have a standard twin-ax console that works? Are you telnetting to the ip remotely? I guess I don't follow how the physical connection is being made.

Hopefully you've found the problem and fixed it, but if not, give me some more insight and I'll try to help.

Mark
cyberspace (TechnicalUser)
18 Feb 09 9:24
The connection is to a Linux LPAR which is hosted within i5/os

The necessary virtual serial adapters have been created within the LPAR profile.

I get the prompt to log in as an SST user. I then get "console connected", but I don't see anything on the screen.

I was connecting via the local network

I do appreciate your help, but this is not a critical problem as I can access the console via IP address...but it would still be nice to know why I can't use 2301 when I have in the past

'When all else fails.......read the manual'

Kozusnik (Programmer)
18 Feb 09 17:37
Gotcha.

A standard telnet runs on port 23. 2301 may be used, but if it's not running in the OS, you won't connect.

Typically Linux uses SSH (port 22). Secure SHell.

If you have command line access, you could look for that port to see if it's open...

netstat -a |grep 2301

If it's open, you should see a line like...

tcp        0      0 *:2301                  *:*                     LISTEN

Replace 2301 with telnet if you get no results...

tcp        0      0 *:telnet                  *:*                     LISTEN

Let me know if it's running. Check for ssh also, port 22.
Mark

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close