- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sam not available
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
04-15-2009 08:51 AM
04-15-2009 08:51 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 09:25 AM
04-15-2009 09:25 AM
Re: sam not available
Is it possible that the entire /var was left unmounted? Or if it was deleted, you need to find out what else got deleted in /var.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 09:35 AM
04-15-2009 09:35 AM
Re: sam not available
did you accidently delete any files?
Anyway you need to restore these from your backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 09:50 AM
04-15-2009 09:50 AM
SolutionThere should be a /var/sam directory. Go ahead and create it with 555 permissions and bin:bin ownership. /var/sam normally contains the log so if it is gone, someone with root permissions has removed all the sam logs. Run this command to verify the sam installtion:
# swverify SystemAdmin.SAM
You'll need to follow the instructions at the end of the listing to run swjob and read the error messages.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 11:17 AM
04-15-2009 11:17 AM
Re: sam not available
Its because accidentally i deleted my SAM directory in /var
i tried to make the directory using the given permission now its showing /var/sam/lock directory missing can you suggest any solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 11:30 AM
04-15-2009 11:30 AM
Re: sam not available
# cd /var/sam
# mkdir lock
# chmod 755 lock
# chown bin:bin lock
Try sam again.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 11:34 AM
04-15-2009 11:34 AM
Re: sam not available
create the directory lock in /var/sam with 755 perm.
owner and group will be bin:bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 11:41 AM
04-15-2009 11:41 AM
Re: sam not available
chown bin:bin /var/sam/lock
chmod 755 /var/sam/lock
touch /var/sam/lock/lock_console
Try doing the above and see if it works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 01:04 PM
04-15-2009 01:04 PM
Re: sam not available
again a big thanks to ITRC forum members
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 01:06 PM
04-15-2009 01:06 PM