- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error while mount
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
05-15-2002 05:02 AM
05-15-2002 05:02 AM
Error while mount
i have a 9000/800/k580, with 11.00. When i try to give " mountall ". It's giving the following error like
# mountall
mountall: /dev/dsk/c0t5d0 has to be fsck'd
mountall: diagnostics from fsck
vxfs fsck: sanity check failed: Cannot open /dev/dsk/c0t5d0: Device busy
mountall: cannot fsck /dev/dsk/c0t5d0
mountall: diagnostics from fsck
cannot open device /dev/dsk/c0t5d0
file system check failure, aborting ...
mountall: /dev/dsk/c0t5d0 failed in fsck
mountall: /dev/dsk/c0t5d0 cannot be mounted
I have critical and OS depots are there in that logical volume. Anybody can help me out to sort out this problem.
Thanks in Advance
Prasath C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 05:06 AM
05-15-2002 05:06 AM
Re: Error while mount
Use 'mount -a' in lieu of 'mountall'. 'mountall' performs an 'fsck' and since your filesystems are already active, you're getting the "complaint".
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 05:08 AM
05-15-2002 05:08 AM
Re: Error while mount
You need to run fsck first.
After that do
# mount -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 05:50 AM
05-15-2002 05:50 AM
Re: Error while mount
results for
#fsck -y /dev/dsk/c0t5d0
cannot open device /dev/dsk/c0t5d0
file system check failure, aborting ...
#mount -a
mount:: Device busy
mount: /dev/dsk/c0t4d0 is already mounted on /build_team
mount: /dev/vg01/lvol1 is already mounted on /y2kspace
mount: /dev/vg00/proto is already mounted on /proto
mount: /dev/vg00/VTS is already mounted on /VTS
mount: /dev/vg00/lvroot is already mounted on /tahoe2
mount: /dev/vg00/lvol8 is already mounted on /var
mount: /dev/vg00/lvol7 is already mounted on /usr
mount: /dev/vg00/lvol6 is already mounted on /opt
mount: /dev/vg00/lvol5 is already mounted on /home
mount: /dev/vg00/lvol4 is already mounted on /tmp
mount: /dev/vg00/lvol1 is already mounted on /stand
what i have to do next
Thanks in Advance
Prasath C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 06:26 AM
05-15-2002 06:26 AM
Re: Error while mount
Use the raw device --> /dev/rdsk/c0t5d0
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 06:37 AM
05-15-2002 06:37 AM
Re: Error while mount
I am facing the same error
# fsck -y /dev/rdsk/c0t5d0
cannot open device /dev/rdsk/c0t5d0
file system check failure, aborting ...
Regards
Prasath C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 06:43 AM
05-15-2002 06:43 AM
Re: Error while mount
Verify that you can see the device:
# diskinfo /dev/rdsk/c0t5d0
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 06:49 AM
05-15-2002 06:49 AM
Re: Error while mount
diskinfo /dev/rdsk/c0t5d0
SCSI describe of /dev/rdsk/c0t5d0:
vendor: SEAGATE
product id: ST39173WC
type: direct access
size: 0 Kbytes
bytes per sector: 0
this is the details i got, which means the disk damaged seriously any chance to make it up.
Thanks in Advance
Prasath C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 07:08 AM
05-15-2002 07:08 AM
Re: Error while mount
Looks like the disk is faulty. Size is shown as 0 bytes. Try a reboot and see if you can get back the disk back. If not, get a replacement.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 07:09 AM
05-15-2002 07:09 AM
Re: Error while mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 07:17 AM
05-15-2002 07:17 AM
Re: Error while mount
Yes, it appears that the disk may have faulted. 'diskinfo' is a good diagnostic for this determination.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 08:03 PM
05-15-2002 08:03 PM
Re: Error while mount
Is there any other way to get the data safely from that disk.
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 08:14 PM
05-15-2002 08:14 PM
Re: Error while mount
1) disk is not supported
2) disk is faulty
In you case since the disk was working before so it's more likely it's faulty. You need to run a final check to make sure it's really faulty. Use "cstm" and check it's status.
# cstm
cstm> map
cstm> sel dev
cstm> info
cstm> infolog
If it's faulty, you can't get the data back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 08:15 PM
05-15-2002 08:15 PM
Re: Error while mount
There are services that specialize in recovering data from messed up media like fire damaged or water damaged, etc. but those guys are REAL EXPENSIVE.
Your only other recourse is to replace the disk and restore from backup.
You DO have a backup, right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 10:05 PM
05-15-2002 10:05 PM
Re: Error while mount
As mount complains about the disk-device-file I assume that's what is in fstab. The only whole disk partition I know about is HFS. A raw device should not be mounted.
A size of 0 for a 9Gb disk sure indicates a problem. You could try shutting down the system and cycling the power. I don't believe it will help but as you really want to access that data... Hope you have a backup.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 11:05 PM
05-15-2002 11:05 PM
Re: Error while mount
Dev Last Last Op
Num Path Product Active Tool Status
=== ==================== ========================= =========== =============
1 8 Bus Adapter (580)
2 10 Bus Adapter (580)
3 10/0 SCSI Interface (15)
4 10/0.3.0 SCSI Disk (SEAGATEST39173
5 10/0.4.0 SCSI Disk (SEAGATEST39173
* 6 10/0.5.0 SCSI Disk (SEAGATEST39173 Information FAILED
* 7 10/0.6.0 SCSI Disk (SEAGATEST39173 Information Successful
8 10/4 Bus Adapter (500)
9 10/4/0 NIO Terminal Multiplexor
10 10/8 SCSI Interface (14)
11 10/8.6.0 SCSI Tape (QUANTUMDLT7000
12 10/12 Core I/O Adapter (44)
13 10/12/0 Centronics Interface (44)
14 10/12/5 SCSI Interface (44)
15 10/12/5.0.0 SCSI Tape (HPC1533A)
16 10/12/5.2.0 SCSI Disk (TOSHIBACD-ROM)
17 10/12/6 HSC LAN Interface (44)
18 10/12/7 Built-in Keyboard/Mouse (
19 10/16 Bus Adapter (500)
20 32 CPU (5b6)
21 34 CPU (5b6)
22 49 MEMORY (32)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 11:27 PM
05-15-2002 11:27 PM
Re: Error while mount
I think your last chance ist power off and power on this disk (or the whole box, not only reboot the box!).
In the past it was sometimes successfull for me. But also if it works I strongly suggest to save the data from this disk and replace the disk.
Ruediger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 10:01 AM
05-16-2002 10:01 AM
Re: Error while mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 10:23 AM
05-16-2002 10:23 AM
Re: Error while mount
If the disk still says Size as 0 bytes, you cannot get any data from that disk. Hope you have a mirror copy. If not, search for the last backup of the data from that disk.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 10:34 AM
05-16-2002 10:34 AM
Re: Error while mount
Try to run dd for simple disk check befoire shgutting the machine.
This will atleast give you an idea regarding disk functionality.
run following command.
dd if=/dev/rdsk/cxtydz of=/dev/null
specify suitable block size..
If this runs successfulyy then your disk can be considedred OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 11:23 AM
05-16-2002 11:23 AM
Re: Error while mount
If it comes up take up the backup asap.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 10:42 PM
05-16-2002 10:42 PM
Re: Error while mount
This is the o/p of dd if=/dev/rdsk/c0t5d0 of=/dev/null
dd read error: Invalid argument
0+0 records in
0+0 records out
and also i have disconnected and gave a miled shock, still i am facing this problem.
Thanks
Prasath C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:52 AM
05-17-2002 05:52 AM
Re: Error while mount
The output of a diskinfo with a 0 Bytes size already told that the disk was bad so the dd command could not work. You usually use the dd command only when diskinfo return the correct info with the real size of the disk. The dd command will now try to read all the disk to make sure there is no I/O errors while reading it.
In your case the disk is completly unreadable that's why the diskinfo return a size of 0 Bytes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 04:15 AM
06-03-2002 04:15 AM
Re: Error while mount
regards