Operating System - HP-UX
1834047 Members
2803 Online
110063 Solutions
New Discussion

Re: Operator console HP-UX 11.0

 
SOLVED
Go to solution
ESPINEL Pascal
Occasional Contributor

Operator console HP-UX 11.0

Hi,

Can't get SAM to work on the operator console in UX 11.0. The set TERM=hp70096;export TERM does not seem to work. The TERM variable remains in "vt100".

Thank's
2 REPLIES 2
Andreas Voss
Honored Contributor
Solution

Re: Operator console HP-UX 11.0

Hi,

hmmm, strange - try

TERM=hp; export TERM; unset DISPLAY; sam

Regards
Bill McNAMARA_1
Honored Contributor

Re: Operator console HP-UX 11.0

export TERM=hp

rather than the term you used.
also have a look in the /etc/termcap
to make sure it's in valid format.

Verify you're .profile exports the correct
terminal type after you get one that works.


Later,
Bill
It works for me (tm)