- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: system backup vgcfgbackup
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
09-22-2000 01:04 AM
09-22-2000 01:04 AM
vgfgbackup: unable to read the phisical volume: no such device or address.
vgfgbackup: invalid LVMREC on physical volume /dev/rdsk/c6t12d0.
Thank you for your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2000 01:12 AM
09-22-2000 01:12 AM
Re: system backup vgcfgbackup
What does pvdisplay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2000 03:52 AM
09-22-2000 03:52 AM
SolutionDO
# strings /etc/lvmtab
Is this shows that disk,
If not,You are not using the disk in LVM
Cross check by
# pvdisplay /dev/dsk/cxtxdx
If it doesn't show any LVM Information,
use pvcreate to create the LVM header &
add this to an volume, then do
vgcfgbackup.
Thanks
R.Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2000 03:57 AM
09-22-2000 03:57 AM
Re: system backup vgcfgbackup
# strings /etc/lvmtab
Is this disk supposed to be there?
Various things can cause this error message, such as removing a disk without first using vgchange to deactive the volume group.
# vgchange -a n /dev/vgXX
Look in /var/adm/syslog/syslog.log to see if there are any SCSI or disk type messages that might indicate a bad disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2000 04:54 AM
09-22-2000 04:54 AM