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-23-2005 12:41 AM
10-23-2005 12:41 AM
SAM
thank you in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 01:42 AM
10-23-2005 01:42 AM
Re: SAM
Make sure that you have set and exported the DISPLAY variable. Substitute your IP address (for that of 10.100.101.102) in the example below:
# export DISPLAY=10.100.101.102:0.0
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 01:46 AM
10-23-2005 01:46 AM
Re: SAM
thank you in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 02:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 06:55 AM
10-23-2005 06:55 AM
Re: SAM
You should have a X Session open either on same host or any other host within same network for this to work.
The reason what appears here is that you have X session open on some other host and then you are doing telnet/rlogin to this host. Is not it?
If yes find out the default DISPLAY set on the host where the X-session is open by
#set |grep DISPLAY
DISPLAY=10.51.25.227:0.0
Set the same DISPLAY in the session of that host where you want to run SAM in GUI mode by
#export DISPLAY=10.51.25.227:0.0
Now if SAM is run it should open up in GUI mode only.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 01:13 AM
10-24-2005 01:13 AM
Re: SAM
If you are connecting from a PC, you'll need an X Server running on your PC before you'll be able to get the GUI interface to work.
In my environment I can't login directly as root due to security policy. When I use "su - root" I lose the GUI variables and they must be reset.
Please let us know more and maybe we can help.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 03:20 AM
10-24-2005 03:20 AM
Re: SAM
i know that i need to add the DISPLAY in my env, but i want to do it right.
thank you in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 03:22 AM
10-24-2005 03:22 AM
Re: SAM
# export DISPLAY=xxx.xxx.xxx.xxx:0
Where xxx.xxx.xxx.xxx equals the IP address of your local terminal (pc).
thanks,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 03:36 AM
10-24-2005 03:36 AM
Re: SAM
so that i am not exporting all the time??
thank you in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 05:34 AM
10-24-2005 05:34 AM
Re: SAM
put something like this in $HOME/.profile or /etc/profile:
(part of our common template):
if [ -t 1 ]
then remhost=`who am i -R | awk '{print(substr($NF,2,length($NF)-2))}'`
# post-processing of remhost
case "$remhost" in
'') remhost=localhost
disp=:0.0 ;;
*:0.0) disp=$remhost
remhost=${remhost%:*} ;;
*:*) remhost=${remhost%:*}
disp=$remhost:0.0 ;;
*.*) remhost=${remhost%%.*}
disp=$remhost:0.0 ;;
*) disp=$remhost:0.0 ;;
esac
DISPLAY=${DISPLAY:-$disp}
export DISPLAY
fi
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 07:13 AM
10-24-2005 07:13 AM
Re: SAM
Perform the following steps to run SAM in GUI mode:
1. Uncomment 'DTSOURCEPROFILE' in the '/.dtprofile' file.
2. Logout
3. Login again. (start a new shell session for changes to take effect)
From doc A5840407 in knowledge base.
Best regards,
Fabio