- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: attaching a console when a system is up
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 11:00 AM
02-02-2001 11:00 AM
attaching a console when a system is up
HP systems through a linux system. Occasionally the console will not respond.
Is there a way to attach a vt console directly onto the system and have it respond when the system is up. We can do a factory reset when the system is down and get the console to work.
Or if we power off the system, the console wakes up and says that the system is being shutdown. It also doesn't work if we attach a console during bootup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 11:12 AM
02-02-2001 11:12 AM
Re: attaching a console when a system is up
I know of a DEC aparatus, we have one in use but I cant remember the name and Im not on site at the moment, that let you connect multiple hosts using the serial connection, and let you connect via LAN by VT emulation on a pc or whatever you want (the DEC box has a IP addr.)
I can see what it is monday if you are interrested
Have a nice week-end
Best regards
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 07:45 AM
02-04-2001 07:45 AM
Re: attaching a console when a system is up
While it would seem to be a simple task, serial ports can get locked up fairly easily and emulators are just that--imitations of the real thing. Just the simple mistake of listing a binary program on the screen can lockup most any emulator.
Most of the HP character mode programs are designed to work with HP terminals (and emulators) yet there are very few good HP terminal emuators for PCs. WRQ makes the best one (called Reflection for HP, not to be confused with Reflection/X which supplies Xwindows emulation plus a vt100 emulator).
You may also want to look at HP's web console product, a small box that converts a serial connection into a web page. It functions regardless of the state of the system aas it is an independent terminal interface.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 09:12 AM
02-04-2001 09:12 AM
Re: attaching a console when a system is up
TR.a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 07:38 AM
02-05-2001 07:38 AM
Re: attaching a console when a system is up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2001 09:23 AM
02-06-2001 09:23 AM
Re: attaching a console when a system is up
the basic RS232 Protocol of the HP colsole is a three-wired XON/XOFF (I checked my cables, only 3 pins show up). So you might get your session XOFFed, by simply pressing Ctrl-s (which is XOFF).
This is the message from the terminal to the server to stop sending data.
Pressing Ctrl-q(XON) tells the server to continue.
If you configured something diffrent on your consoleport, like hardwired handshake or so, it might be your linux box cutting off the connection. May be it thinks of a modem-connection and drops DSR or DTR after a certain inactivity timeout ? This leads to the server thinking the console is no longer connected, so why send data ?
Do not know if this helps.
Good hunting
Volker