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
08-20-2006 12:26 AM
08-20-2006 12:26 AM
Xterm
After changing my server ip in hp9000 hpux11i server,I am facing one problem .
I am not able to connect remotely from xmanager.
I am getting following error.
xterm Xt error: Can't open display: %s
is it any FW issue?
Please help me .
Sujeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2006 12:32 AM
08-20-2006 12:32 AM
Re: Xterm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2006 12:55 AM
08-20-2006 12:55 AM
Re: Xterm
Could be a firewall, could be the font server.
vi /etc/rc.config.d/xfs
set first variable to 1 so the font server auto starts. This is not the default for HP-UX
/sbin/init.d/xfs
Too check for firewall issues:
tail -f /var/adm/syslog/syslog.log
Then try an X connect. You should see some network activity. If not, check the firewall.
You may need to install and use tcpdump to check network activity.
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
08-20-2006 05:12 AM
08-20-2006 05:12 AM
Re: Xterm
who -muR
If it does not, there is some sort of address translation taking place. Now it gets tricky. From the HP-UX machine, check that you can ping back to your PC. If not, you'll need help from your network administrator. If the address is the same as your PC, then set the DISPLAY variable to that address with :0 appended as in:
export DISPLAY=12.34.56.78:0
Now start xterm on the HP-UX box. It should connect to your local Xwindow emulator. If not, your network may disallow port 6000 connections. Another common problem is your local PC's firewall may disallow Xwindcow connections. This is fairly comon since Xwindows is an external protocol.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2006 04:43 PM
08-20-2006 04:43 PM
Re: Xterm
One you do this set the DISPLAY variable as per aove and it should all work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2006 01:06 AM
08-21-2006 01:06 AM
Re: Xterm
Goodluck,
GBR