- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error when make_recovery
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-13-2005 01:40 PM
10-13-2005 01:40 PM
error when make_recovery
os:hp-ux 10.20
when make_recoveried to backup the system
the error message displayed
make_recovery(482):Call to system failed.errno=0
Cleanup
message in /var/opt/ignite/logs/makerc.log1
vgcfgbackup:/etc/lvmtab is out of date with the running kernel:Kernel indicates 5 disks for "dev/vg00",/etc/lvmtab has 4 disk!
in fact there are 4 disk in vg00
I looked at the /etc/lvmtab
/dev/vg00
/dev/dsk/c0t1d0
/dev/dsk/c0t2d0
/dev/dsk/c0t3d0
/dev/dsk/c0t4d0
I #mved lvmtab lvmtab.old
#vgscan -v
the content of the new /etc/lvmtab
/dev/
/dev/dsk/c0t1d0
/dev/dsk/c0t2d0
/dev/dsk/c0t3d0
/dev/dsk/c0t4d0
there is no "vg00"
what I should do next?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 01:48 PM
10-13-2005 01:48 PM
Re: error when make_recovery
a24y0C--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 8
Open LV 8
Max PV 16
Cur PV 5
Act PV 4
Max PE per PV 2000
VGDA 8
PE Size (Mbytes) 4
Total PE 2030
Alloc PE 1698
Free PE 840
Total PVG 0
NMC1_JL#[/]strings /etc/lvmtab
/dev/vg00
/dev/dsk/c0t5d0
/dev/dsk/c0t8d0
/dev/dsk/c0t10d0
/dev/dsk/c0t9d0
/dev/vg_db
/dev/dsk/c0t0d0
/dev/dsk/c3t1d0
/dev/vg_env
/dev/dsk/c0t11d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 03:34 PM
10-13-2005 03:34 PM
Re: error when make_recovery
In your second post, it shows /dev/vg00?
http://www2.itrc.hp.com/service/james/search.do?searchtext=make_recovery+error&x=0&y=0&searchcriteria=allwords&searchtype=SEARCH_FORUMS&rn=25&presort=rank
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 06:41 PM
10-13-2005 06:41 PM
Re: error when make_recovery
# vgreduce -f vg00
This option is commonly when 'Cur PV' is greater then 'Act PV' in vgdisplay output (as it is in your case).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 09:17 PM
10-13-2005 09:17 PM
Re: error when make_recovery
This is a problem in the kernel.
Please put the old lvmtab back and make a copy of this.
here is a link wich solved the problem.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=198627
grtz. Mark