- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- filesystem hanging
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-04-2003 09:52 AM
03-04-2003 09:52 AM
i need help with diagnosing this problem. i'm attaching a txt file where i get it from the syslog. it seems like about once a week, the filesystem hangs for some reason. i look at the syslog and this is what i get. it seems like i have a user that is increasing the nfs sever daemons. will that cause the filesystem to hang. i don't know how to diagnose all the scsi error. i have (4) 17Gb drives in a single channel, with oracle running on it. i have vg00 for all my root filesystem. i have vgDB for all my oracle stuff including RDBMS, and all the datafiles. nothing on vg00. i striped (3) 17GB drives for all the oracle. so i don't know if that's causing it to fail. i installed the latest release HP-UX 11.11 09/2002. i would be appreciate if somebody can help me decipher the errors on the txt file.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 10:01 AM
03-04-2003 10:01 AM
Re: filesystem hanging
You have a problem with your c0t5d0 disk.
Do a ioscan -fnC disk > disk.out
Look at disk.out and see if this disk is claimed. It could be a hardware issue.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 10:13 AM
03-04-2003 10:13 AM
Re: filesystem hanging
Assuming that the disk is claimed by 'ioscan' you could look for errors thusly:
# dd if=/dev/rdsk/c0t5d0 of=/dev/null bs=256k
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 10:14 AM
03-04-2003 10:14 AM
Re: filesystem hanging
It looks like there are some bad blocks on the disk that can no longer be read.
Determine for this disk what it associates to...then you will know best how to proceed and what you may need to address.
Fixing vg00 is one thing, but if you have bad blocks (that HP did not re-allocate) and it involves your Oracle database..that is another can of worms.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 10:38 AM
03-04-2003 10:38 AM
Re: filesystem hanging
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 10:43 AM
03-04-2003 10:43 AM
Re: filesystem hanging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 10:48 AM
03-04-2003 10:48 AM
Re: filesystem hanging
Bad disk.
Time to shut the database cold back it while HP support comes out with a new disk. Every lbolt error I ever got led to disk replacement.
It is conceivable that stm will point you to a scsi problem, and if the problem repeats itself, look into cabling scsi card or drive cage(if applicable).
Not an optimal Oracle setup either. You'd be better off with mirror/us and raid 10 mirroring, but it is more costly in terms of disk space.
At least for data, having a full mirror copy is much more important for performance and reliablity than striping.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 01:24 PM
03-04-2003 01:24 PM
Re: filesystem hanging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 01:39 PM
03-04-2003 01:39 PM
Re: filesystem hanging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 01:39 PM
03-04-2003 01:39 PM
Re: filesystem hanging
dd if=/dev/rdsk/c0t6d0 of=/dev/null count=1000000
At this point the cursor will hang for several seconds. Let it. You want to read beyond the disk cache, note count=1000000 to do this.
Then, "...control c..." to break out and read the following
6930+0 records in
6930+0 records out
If the disk is bad the cursor will not return until the disk is swapped out. So you'll have to open up another window or another session.
You'll occasionally see the I/O error.
dd read error: I/O error
6930+0 records in
6930+0 records out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 01:50 PM
03-04-2003 01:50 PM
Re: filesystem hanging
STM > TOOLS > UTILITY > RUN > LOGTOOL > FILE > VIEW > RAW SUMMARY.
Note the first and last date, calculate the period between both first and last date, i.e., 4 days 20 hours and then read down the list of HW addresses. Observe the integer numbers in parenthesis. Are there any numbers over 150 or 200? If so open up a HW case with HP. Cross reference the HW address in ioscan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 04:16 PM
03-04-2003 04:16 PM
Re: filesystem hanging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 04:57 PM
03-04-2003 04:57 PM
Re: filesystem hanging
i am attaching another txt file. i get a lvlnboot after my initial boot. why is that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 05:00 PM
03-04-2003 05:00 PM
Re: filesystem hanging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 05:00 PM
03-04-2003 05:00 PM
Re: filesystem hanging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 09:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 12:05 PM
03-07-2003 12:05 PM
Re: filesystem hanging
I had a filesystem mounted to
/var/opt/omni/db40
That was fine EXCEPT THAT
/var/opt/omni is a link to
/bigdisk/var/opt/omni.
I should have had it mounted to
/bigdisk/var/opt/omni/db40 instead of
/var/opt/omni/db40.
So......I had errors in my syslog.log file too.
It's just a thought.