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-24-2002 11:29 PM
06-24-2002 11:29 PM
machine_name:0.0 doesn't cut it, so evidently I have to change one or both 0s.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 11:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 11:33 PM
06-24-2002 11:33 PM
Re: $DISPLAY
setenv DISPLAY :0.0
endif
This sets DISPLAY automatically in every shell. It doesn't override the current value when DISPLAY is already set, though. This way you can still run X11 applications remotely or through ssh with X11 tunneling.
And.. do not forget to set permissions, using .xhosts etcetera..
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 11:34 PM
06-24-2002 11:34 PM
Re: $DISPLAY
Do you recieve any errors ... I suggest running the commands via the command line as maybe the scripts masking error output ?
Perhaps if it's not hostname res then x authority is comming into play : try running xhost + on both systems ? I'm unclear as to whether the app is run on hp system but displayed on the linux box ..... does Xclock work using your script ... ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 11:35 PM
06-24-2002 11:35 PM
Re: $DISPLAY
xhost- command has to be executed on HP-UX computer, exporting the variable on Linux machine, with the following format:
export DISPLAY=hpux1:0
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 11:46 PM
06-24-2002 11:46 PM
Re: $DISPLAY
I'm sittong in front of a Linux machine.
XClock:) is installed on the HP-UX server far, far away.
I want to telnet into the HP-UX server and type xclock and see a clock popping up.
Does this change anything?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 12:02 AM
06-25-2002 12:02 AM
Re: $DISPLAY
no, this changes nothing.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 12:25 AM
06-25-2002 12:25 AM
Re: $DISPLAY
the reason I choose xclock : it doesn't use fonts which sometimes causes problems :
on the linux box open up a terminal : run xhost +
telnet to HP , login
export DISPLAY=
run xclock .... does this work ?
if yes try the same via your script.
result / errors ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 06:47 AM
06-25-2002 06:47 AM