- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Make tape recovery error
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
01-16-2002 10:25 AM
01-16-2002 10:25 AM
Make tape recovery error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 10:31 AM
01-16-2002 10:31 AM
Re: Make tape recovery error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 10:38 AM
01-16-2002 10:38 AM
Re: Make tape recovery error
Check this out:
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=661db6450cf530273d/screen=ckiDisplayDocument?docId=200000056429133
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 11:43 AM
01-16-2002 11:43 AM
Re: Make tape recovery error
There is a disk /dev/dsk/c3t5d0 which is configured in a vg and is not accessible. check the /etc/lvmtab file "strings /etc/lvmtab" and see which is the vg this disk belongs. This disk may be faulty and you may have to replace the disk. also do a ioscan on the system and check if you are able to see the disk as claimed. Do a diskinfo on the disk "diskinfo /dev/rdsk/c3t5d0" and do a pvdisplay "pvdisplay -v /dev/dsk/c3t5d0". Are you able to get all this info. If not, then either the disk is missing or it is faulty.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 06:37 AM
01-17-2002 06:37 AM
Re: Make tape recovery error
ioscan shows the disk is claimed,
#strings /etc/lvmtab
/dev/vg00
/dev/dsk/c2t6d0
/dev/dsk/c1t6d0
/dev/dsk/c3t5d0
#diskinfo /dev/rdsk/c3t5d0
SCSI describe of /dev/rdsk/c3t5d0
vendor: HP
product id: DVD-ROM 304
type: CD-ROM
Size: 458736 Kbytes
bytes per sector:2048
#pvdisplay -v /dev/dsk/c3t5d0
pvdisplay: Warning: couldn't query physical volume "/dev/dsk/c3t5d0":
The specified path does not correspond to physical volume attached to
this volume group
pvdisplay: Couldn't query the list of physical volumes.
pvdisplay: Couldn't retrieve the names of the physical volumes
belonging to volume group "/dev/vg00".
pvdisplay: Cannot display physical volume "/dev/dsk/c3t5d0".
********************
when do a #pvdisplay -v /dev/dsk/c3t5d0- there is an error. is this means the disk may be bad?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 09:35 AM
01-17-2002 09:35 AM
Re: Make tape recovery error
May be a recent hardware upgrade was the culprit.
copy the /etc/lvmtab to /etc/lvmatb.old
#vgscan /dev/vg00
This will create a good lvmtab file.