- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IO error I've never seen before....
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
08-27-2002 08:55 AM
08-27-2002 08:55 AM
IO error I've never seen before....
TIA, Mona
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 08:59 AM
08-27-2002 08:59 AM
Re: IO error I've never seen before....
# fsck
Check the disk which is holding the file system with:
# dd
# stm
If errors found, then replace it with new disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 09:00 AM
08-27-2002 09:00 AM
Re: IO error I've never seen before....
Is this an NFS mount? It has symptoms of an NFS mount gone awry.
What is the uptime on the box? It may be necessary for a fsck on the filesystem if it isn't an NFS.
HTH,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 09:01 AM
08-27-2002 09:01 AM
Re: IO error I've never seen before....
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 09:28 AM
08-27-2002 09:28 AM
Re: IO error I've never seen before....
or to do something like this
# for i in $(ls /var/adm/sw/products | grep "*[m]*[a]*[k]*[e]*")
>do
>mv /var/adm/sw/products/$i /var/adm/sw/products/make
>done
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 09:48 AM
08-27-2002 09:48 AM
Re: IO error I've never seen before....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 05:58 AM
08-28-2002 05:58 AM
Re: IO error I've never seen before....
1. Find the disk(s) that belongs to the volume group of the mounted filesytems and run a pvdisplay and a diskinfo on it. Also check the volume group and make sure PV and Active PV #'s match.
2. Unmount the filesystem and then check the parent directory to see if you get the directory entry. CD into the mount directory (while it is unmounted) and check "ls -l". You should get . and .. If you don't, see #1 for base directory problems.
HTH
FD