- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAM is not working
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
03-15-2010 10:03 AM
03-15-2010 10:03 AM
When i try to start the SAM i am getting the following error. Anybody know why it is happening.
Please give proper guidance.
bbcc:/ # uname -a
HP-UX bbcc B.11.31 U ia64 1079113370 unlimited-user license
bbcc:/ # sam
System Administration Manager (SAM) is deprecated in this release of HP-UX.
System Management Homepage (SMH) is the new tool introduced to manage HP-UX.
You are recommended to use /usr/sbin/smh.
Looking for a usable running browser...
/usr/contrib/bin/X11/xlsclients: unable to open display "129.39.222.197:0"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 08:40 PM
03-16-2010 08:40 PM
Re: SAM is not working
check this thread from ITRC :
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1304219
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 09:14 PM
03-16-2010 09:14 PM
Re: SAM is not working
#smh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 11:11 PM
03-16-2010 11:11 PM
Re: SAM is not working
sam is no more with HPUX 11.31 you need to give smh instead of sam
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 11:16 PM
03-16-2010 11:16 PM
Re: SAM is not working
You should run an Xserver at 129.39.222.197, or you can redirect the display on a windows workstation. If you are using putty, there is a way to automatically set up the DISPLAY variable.
One free Xserver for Windows stations is Xming:
http://www.straightrunning.com/XmingNotes/
Horia.
Horia.
- Tags:
- Xming
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2010 12:51 AM
03-17-2010 12:51 AM
Re: SAM is not working
So point your browser to
http://your_server_ip:2301
or
unset DISPLAY and use the text based smh.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2010 04:53 AM
03-17-2010 04:53 AM
Re: SAM is not working
This error suggests that your DISPLAY is wrongly set.
1) unset DISPLAY
2) tem smh command
Use the above commands and it should work
Sagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2010 04:58 AM
03-17-2010 04:58 AM
Re: SAM is not working
hust put this to the shell :
(unset DISPLAY; /usr/sbin/smh )
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2010 11:03 AM
03-19-2010 11:03 AM
Re: SAM is not working
I run the smh also it is throuing following error
bbcc:/ # smh
Looking for a usable running browser...
/usr/contrib/bin/X11/xlsclients: unable to open display "CSTIC.as.qc.beO.ca:0"
ERROR: Unable to open display "CSTIC.as.qc.beo.ca:0"
Please paste the URL "http://bbcc.qc.beo.ca:2301/?chppath=Tools" into a browser window.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2010 11:35 AM
03-19-2010 11:35 AM
Re: SAM is not working
I tried http://142.117.244.188:2301 also
IP of the Server :142.117.244.188. through the broser, it is alos not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2010 11:58 AM
03-19-2010 11:58 AM
Solutionunset DISPLAY
Then run sam or smh. It will come up in character mode. If DISPLAY is set, you must have already installed an Xwindow server such as eXceed or Reflection/X or some other X11 windows tool and configure it to work on your PC. Then there are issues with X11 forwarding, Xauthority and even network routers that can block Xwindows protocol.
You can do everything in the character mode interface (CUI) that you can in the fancy GUI but you may be struggling with X11 for a while. Note that at 11.31, the Xwindow desktop (and therefore the XDMCP code) is not installed by default. I would leave it that way. There is no reason to run code on your HP-UX server that replaces your PC's desktop with an archaic interface. If you get your Xwindow emulator working, always verify with the simplest commands:
export DISPLAY=
(don't forget the .0)
/usr/bin/X11/xclock
(a small clock will be displayed) Close this window and you can run smh in GUI mode.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2010 08:30 PM
04-28-2010 08:30 PM
Re: SAM is not working
Maybe you can try this one
Verify of HPSMH ;autostart url` mode is ON by executing the command
# smhstartconfig
In case the autostart url mod is OFF, stop hpsmh by:
# /sbin/init.d/hpsmh stop
turn the autostart url mode by:
# smhstartconfig -a on -b off
Restart hpsmh
# /sbin/init.d/hpsmh start
Hope it works!
Thanks and Regards