- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error with SAM running "disk and file system"
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
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
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
тАО11-22-2002 06:10 AM
тАО11-22-2002 06:10 AM
error with SAM running "disk and file system"
Anyway, when I do a ps -ef I still show SAM as running and cannot kill it, it will not terminate.
I believe I did something to fix this problem before, but forgot what I did. Any help? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2002 06:12 AM
тАО11-22-2002 06:12 AM
Re: error with SAM running "disk and file system"
Seriously, I'm not sure what you can do if you can't kill it. Now that the search feature is functioning again, I'll go poke around and let you know if I can find anything.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2002 06:14 AM
тАО11-22-2002 06:14 AM
Re: error with SAM running "disk and file system"
maybe SAM is still running the command to show you the disk devices.
You should kill it, it should be something like ../samx/..
hope this help
regards,
Alessio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2002 06:18 AM
тАО11-22-2002 06:18 AM
Re: error with SAM running "disk and file system"
ioscan hang could also unfortunately mean that you have a disk problem ... Nothing in dmesg or syslog.log ?
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2002 06:43 AM
тАО11-22-2002 06:43 AM
Re: error with SAM running "disk and file system"
Yes. When I do a ps-ef | grep sam the results that come up show something like /samx/...and I cannot kill this. I think it is still running....I will check if there is a disk problem, which I doubt because we just completed a demo. Let me check...thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2002 07:12 AM
тАО11-22-2002 07:12 AM
Re: error with SAM running "disk and file system"
I would suspect that an I/O device is about to go really bad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2002 07:37 AM
тАО11-22-2002 07:37 AM
Re: error with SAM running "disk and file system"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2002 09:37 AM
тАО11-22-2002 09:37 AM
Re: error with SAM running "disk and file system"
I looked in the /sam/samlog and it shows the last thing as a Memory Fault (core dump). Also I did not see anything like child process.
Since you mentioned lock in your message, I went to the /var/sam/lock and saw that the date of this lick was the exact time I started this yesterday...and there is "0" data in this lock file. Do I just delete this file (lock_2) and then kill the /samx/ PID in ps -ef?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2002 10:33 AM
тАО11-22-2002 10:33 AM
Re: error with SAM running "disk and file system"
# ps -ef|grep sam
you should at least see 2 processes ..
- samx
- /usr/sbin/sam
Isn't that the case for you ? Usually killing the 2nd process (ie /usr/sbin/sam) would kill all of 'em. The parent process for /usr/sbin/sam would be "-sh" (the shell) that launched it. Have you try killing that shell ? The /var/sam/lock dir would have a zero size file typically named "lock_ttyXX" which prevent multiple session of SAM running at the same time. Come to think of it, it's NOT a good idea to delete that file then try killing SAM, because if SAM is not "killable" then someone else might be able to run SAM concurrently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2002 11:05 AM
тАО11-22-2002 11:05 AM
Re: error with SAM running "disk and file system"
-samx
and
/usr/bin/sh /usr/sam/lbin/ioparser.sh -f All
I believe this is the problem when I try to run ioscan...seem the ioscan cannot finish running its task.