- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sam does not start
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-27-2007 10:32 PM
06-27-2007 10:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 10:42 PM
06-27-2007 10:42 PM
Re: sam does not start
r u starting it as a root user ?? If not then have the user been given the strcted access to run SAM ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 10:47 PM
06-27-2007 10:47 PM
Re: sam does not start
No error message.
# sam
#
Situation is like abowe. After last enter comes prompt instead of sam menu
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 10:52 PM
06-27-2007 10:52 PM
Re: sam does not start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 10:58 PM
06-27-2007 10:58 PM
Re: sam does not start
1)
# export DISPLAY=
2)
# sam &
(& = to run it in the background)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 11:05 PM
06-27-2007 11:05 PM
Re: sam does not start
I know GUI usage (Xmanager usage)
I have more than one HPUX system. Only one system has problem like this.
DISPLAY was set accordingly.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 11:30 PM
06-27-2007 11:30 PM
Re: sam does not start
# whence sam
/usr/sbin/sam
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 11:38 PM
06-27-2007 11:38 PM
Re: sam does not start
#whence sam
/usr/sbin/sam displays on screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 04:11 AM
06-28-2007 04:11 AM
Re: sam does not start
ps -aef |grep sam
if running, it should show the daemon as
/usr/sam/lbin/samd
if running try using full path as
/usr/sbin/sam
-Srinivas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 07:21 PM
06-28-2007 07:21 PM
Re: sam does not start
if sam doesn't work the lastest sam patch (PHCO_35520) is recommended:
http://www8.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_35520&sel={hpux:11.11,}&BC=main|search|
Also you could check patch level of your different systems.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 01:11 AM
06-29-2007 01:11 AM
Re: sam does not start
I downloaded patch and I created .depot file.
How can I install it?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 02:53 AM
06-29-2007 02:53 AM
Solution1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHCO_35520
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHCO_35520.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHCO_35520. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHCO_35520.text file is
available in the product readme:
swlist -l product -a readme -d @ /tmp/PHCO_35520.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_35520.depot of=/dev/rmt/0m bs=2k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 03:01 AM
06-29-2007 03:01 AM
Re: sam does not start
I had the same problem. to fix, I installed the latest SAM related patches, then it worked ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2007 03:55 AM
06-30-2007 03:55 AM
Re: sam does not start
Did you check top process
Is there any SAMX is running ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2007 08:42 PM
07-01-2007 08:42 PM
Re: sam does not start
install in command line or use the GUI with 'swinstall' - then the GUI is opened - give the path where the depot is - mark the patch and use the action install.
Check the messages (the system will verify the patch first, then the installation follows) - should be no problem.
HTH
Volkmar