- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM - mounting a disk against it's will
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
10-28-2008 12:25 AM
10-28-2008 12:25 AM
This far I've done
mv /etc/lvmtab /etc/lvmtab.old2008Nov
vgscan -a -v
The vgscan gives some nasty looking error.
Since I don't want to take time writnig it all I took a picture. It is attached.
Maybe I have to somehow update the list of drives? 'ioscan -funC disk' shows also an old tape drive (If I understand correctly)...
The 'ü' symbols are actually '-'... What's the cure for this problem, by the way :)
It doesn't matter much since I usually use SSH...
Here is a previous thread I wrote about some problems with the same drive. The problem was the same, it disappeared one day but I managed to get it working again.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1225180209972+28353475&threadId=1220257
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 01:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 01:29 AM
10-28-2008 01:29 AM
Re: LVM - mounting a disk against it's will
Can you also provide
strings /etc/lvmtab.old2008Nov
diskinfo /dev/rdsk/c3t12d0
ll /dev/rdsk/c3t12d0
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 10:17 AM
10-28-2008 10:17 AM
Re: LVM - mounting a disk against it's will
If that displays your disk /dev/dsk/c3t12d0 as NO_HW, then I'm afraid your disk has died. Does "diskinfo -v /dev/rdsk/c3t12d0" report anything useful?
If your disk is shown as NO_HW, the disk has probably failed its own self-tests and electronically disconnected itself from the SCSI bus. There are a few data recovery tricks you might try to get the disk started up one more time.
Try unplugging the disk from the SCSI tower and plugging it back in. Listen for the sounds the disk makes.
If the disk spins up, good. If not, you might try unplugging it and spinning the disk around in your hands, using the momentum to make the disk platters spin a little. If the disk's bearings are sticking, this might help to unstick them.
If you manage to get the disk come back alive, make a backup of it ASAP - it is obviously about to fail completely.
The /dev/dsk/c0t0d0 device is not a tape drive, it's a Teac CD-532E-B CD-ROM. It's probably internal to the workstation and equipped with a HP-branded front panel. Tape drives should never appear in any "ioscan -C disk" listing. To see the tape drive, run "ioscan -fnkC tape".
Regarding your problem with the "-" characters... what kind of terminal are you using? Its character set is probably mis-configured.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 03:16 PM
10-28-2008 03:16 PM
Re: LVM - mounting a disk against it's will
Probably some windows font? I sometimes see something like dominoes for "-". This could be something like short or long "-"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2008 12:56 AM
10-29-2008 12:56 AM
Re: LVM - mounting a disk against it's will
I'm sorry for the bad characters. The german y characters (u with a dot over it) are again supposed to be '-'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2008 12:57 AM
10-29-2008 12:57 AM
Re: LVM - mounting a disk against it's will
It looks like removing the u didn't change anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2008 01:03 AM
10-29-2008 01:03 AM
Re: LVM - mounting a disk against it's will
The permissions read 'crw-r-----'.
The diskinfo with size=0Kbytes is a bit alarming.
Luckily, I have a backup of the files. I just don't have another SCSI drive ready so I'd like to get this drive working.
Do I have to go shopping soon? :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2008 01:07 AM
10-29-2008 01:07 AM
Re: LVM - mounting a disk against it's will
Try
#ioscan -fn
#insf -e
#mv /etc/lvmtab /etc/lvmtab.old
#vgscan -v
#strings /etc/lvmtab
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2008 02:35 AM
10-29-2008 02:35 AM
Re: LVM - mounting a disk against it's will
A quibble with the title.
LVM - mounting a disk against it's will
Disks are not sentient and have no free will. They do what your system configuration tells them to do.
Unless perhaps they are cylon (see battlestar galactica sites for reference).
What has happened here is your configuration is mounting a disk via LVM against your will, your intended configuration.
My guess had I caught this thread early would have been a configuration problem manifested in /etc/lvmtab
It would seem that you have a solution.
Good luck,
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
10-29-2008 03:26 AM
10-29-2008 03:26 AM
Re: LVM - mounting a disk against it's will
When the disk's internal self-test fails, the disk will, depending on the exact disk model, either completely drop out of the SCSI bus or otherwise indicate a failure. The indication of "size: 0 Kbytes" would certainly be one way to indicate the disk is not usable any more.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2008 04:21 AM
10-29-2008 04:21 AM
Re: LVM - mounting a disk against it's will
Here is 'ioscan -fn'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2008 04:22 AM
10-29-2008 04:22 AM
Re: LVM - mounting a disk against it's will
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2008 04:23 AM
10-29-2008 04:23 AM
Re: LVM - mounting a disk against it's will
There's no vg02 in the lvmtab... :)
I quess the drive has seen it's days?