- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Run SAM remotely via telnet
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
10-01-2002 11:37 AM
10-01-2002 11:37 AM
Run SAM remotely via telnet
# /usr/bin/X11/xhost +
/usr/bin/X11/xhost: unable to open display "x.x.x.x:0.0"
# export DISPLAY=x.x.x.x:0.0
(where x's are my ip address)
# /usr/sbin/sam&
[1] 15328
#
The DISPLAY environment variable is set to "x.x.x.x:0.0", but
the current configuration won't allow sam to run on that display.
The DISPLAY environment variable may be incorrect, or, if you are
running sam remotely, you may need to allow the remote system
to access your local X server by typing
/usr/bin/X11/xhost +hostname
on your local machine.
Do you want to proceed using the terminal version of sam?
(yes or no) [yes]
Can anybody steer me in the right direction? Thanks, Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 11:39 AM
10-01-2002 11:39 AM
Re: Run SAM remotely via telnet
Once you get logged into the machine, just type:
#/usr/sbin/sam
And run the terminal version of SAM. If you have your TERM set correctly, it should run just fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 11:57 AM
10-01-2002 11:57 AM
Re: Run SAM remotely via telnet
You must have some kind of X window running to except an X-session.
If you're on an HP workstation that's running X already, then all you need to do is run
xhost +
to accept any X-session.
If you're on a Windoze system then you'll need to run something like Exceed or Chameleon to accept X-sessions.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 12:02 PM
10-01-2002 12:02 PM
Re: Run SAM remotely via telnet
Via an ordinary telnet session, you can run the terminal version of SAM without any problems. Don't export the DISPLAY variable and launch SAM directly. I'm always use the terminal session of SAM, it has the same features as the graphical version.
Kurt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 12:06 PM
10-01-2002 12:06 PM
Re: Run SAM remotely via telnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 12:10 PM
10-01-2002 12:10 PM
Re: Run SAM remotely via telnet
But if you just login to the machine, and DON'T do an xhost, and DON'T export your DISPLAY the running 'sam' will start the terminal version of SAM. You have all the same functionality of the GUI version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 12:17 PM
10-01-2002 12:17 PM
Re: Run SAM remotely via telnet
I failed to mention that I do have Exceed loaded on a Win2K PC, but thanks to your answers, figured out I needed to have it up and running in the background prior to running the export command and kicking off SAM.
I am now successfully able to access SAM remotely!
Thanks again,
Robert