- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Terminal not coming 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
06-26-2003 12:51 PM
06-26-2003 12:51 PM
Terminal not coming up
11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 01:02 PM
06-26-2003 01:02 PM
Re: Terminal not coming up
a default shell in and home directory in /etc/passwd
If you have a home directory, there should be a file there called .profile
This lets you set a variable called TERM.
This is necessary for normal telnet or ssh operations.
at log on try this:
env | grep TERM
It is either not set or set incorrectly.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 04:22 PM
06-26-2003 04:22 PM
Re: Terminal not coming up
Please modify the file ~/.dtprofile, uncomment "#DTSOURCEPROFILE=true"!
In ~/.profile,set the TERM variable correctly, for example:
if [ "$TERM" = "" ]
then
eval `tset -s -Q -m ':?hp'`
else
eval `tset -s -Q`
fi
Hope this can help you!
-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 10:45 PM
06-26-2003 10:45 PM
Re: Terminal not coming up
if you can log in to hp-ux box, to open graphical terminals or any kind of graphics windows you must do two things:
1.- Run the x windows server called Exceed from your windows box
2.- In the text terminal you are log in type:
export DISPLAY=ip_address:0.0
where the ip_address is the ip address you are connect from.
then you can run your graphical application.
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:14 AM
06-27-2003 07:14 AM
Re: Terminal not coming up
I was able to correct the issue by installing the gold pack bundles. This was a new install, I had managed to configure everthing but had forgotten to install the support plus cd. I was installing an app and realized I was missing the bundles.
After install, the terminal consoles were working (Yep I am scratchig mey head on this one). But it works now.