HPE 9000 and HPE e3000 Servers
1752577 Members
5502 Online
108788 Solutions
New Discussion юеВ

-- port console HP-UX 10.20 --

 
OLIVA_1
Regular Advisor

-- port console HP-UX 10.20 --


Hello,

I need to know how is configured my console port on a D390 server (HP-UX 10.20).
Indeed I need to connect to it a terminal server (in order to have a remote console) and I want to check if the console port is really configured as below :
- Baud Rate : 9600 bps
- Data Size : 8
- Stop Bit : 1
- Parity : none
- Pace (Handshake) xon/xoff

Thanks for your help.
2 REPLIES 2
Michael Steele_2
Honored Contributor

Re: -- port console HP-UX 10.20 --

For a terminal like the 700/96 these settings are configured in the terminal and not in the D class server.

For HP web consoles the procedure is similar, configure from the web console:

http://www.docs.hp.com/hpux/pdf/J6352-90006.pdf

Out of ~ 8 ports to attach to at the back of the D class the console's RS232 cable attaches to the upper left most port.

http://www.docs.hp.com/hpux/pdf/A3262-90057.pdf
Support Fatherhood - Stop Family Law
Scot Bean
Honored Contributor

Re: -- port console HP-UX 10.20 --

We run with terminal servers here on D390 serial ports. I run mine with 9600, 8bit, stop1, NO PARITY and they work fine.

HPUX has some control over the terminal settings. In /etc/inittab, the usual setup is

cons:123456:respawn:/usr/sbin/getty console console

This maps to the 'console' entry in /etc/gettydefs, and mine are

B9600 SANE CLOCAL CS8 ISTRIP IXANY TAB3 HUPCL

These are defined in /usr/include/sys/termio.h, and translate to 9600 baud, ignore modem, 8 bits, strip char...