- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Make_tape recovery fails with auto_master
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-02-2005 04:03 AM
05-02-2005 04:03 AM
Make_tape recovery fails with auto_master
I have a hpux 11v2 system where the following command fails :
# make_tape_recovery -x inc_entire=vg00
The error is :
Warning: Cannot parse mount information for /ds2
Warning: Cannot parse mount information for /ds1
I'm not responsible for this configuration, and I can't change it. I only want to do a full backup of vg00.
The config is the following:
On /etc/fstab we have:
/dev/vg##/lvol$$$ on /ds1
/dev/vg##/lvol&&& on /ds2
And on /etc/auto_master we have:
/ds1 on /folder/ds1
/ds2 on /folder/ds2
With bdf I can see all mount points correctly.
Does anyone have any idea why is ignite failing, and how to solve it?
Thanks,
Ricardo Rocha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 04:10 AM
05-02-2005 04:10 AM
Re: Make_tape recovery fails with auto_master
Ignite will not complete if a single physical volume in /etc/lvmtab is offline nor NO_HW.
Its entire existance is devoted to making sure the finished product is usable.
I've made assumptions in this post and please correct them if they are wrong.
There may be additional information in the log of the Ignite image.
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
05-02-2005 04:17 AM
05-02-2005 04:17 AM
Re: Make_tape recovery fails with auto_master
All devices on /etc/lvmtab are online and working. The weird thing on this config is that one lvol mounts on /ds1 and this /ds1 mounts on /folder/ds1.
bdf shows both /ds1 and /folder/ds1.
/folder/ds1 is not configured on /etc/fstab and I guess this is where the problem is.
Probably there is no way aroung this issue...
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 04:23 AM
05-02-2005 04:23 AM
Re: Make_tape recovery fails with auto_master
The syntax of your /etc/fstab is not corrret. It is important for the system to check it when make_tape_recovery is executed. It is important bacause system tries to check that all the file systems in your vg00 are mounted or not. Just put these entries in right syntax and there should not be any problems.
Correct syntax1 of /etc/fstab is :-
/dev/vg00/lvol6 /tmp vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 04:26 AM
05-02-2005 04:26 AM
Re: Make_tape recovery fails with auto_master
fstab is ok. If it wasn't, it wouldn't mount at boot time. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 04:40 AM
05-02-2005 04:40 AM
Re: Make_tape recovery fails with auto_master
Are your NFS mounts not available when you are taking ignite backup? /folder/ds1 will not be listed in /etc/fstab because it is a NFS mount and is listed in /etc/auto.master. What type of NFS it is ? AUTONFS /NFS. But I do not understand the requirement of mounting a file system of a host onto itself as a NFS file system.
Your /etc/fstab and /etc/auto.direct files complete data would help in diagnosing it a bit more.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 04:03 PM
05-03-2005 04:03 PM
Re: Make_tape recovery fails with auto_master
I have recommend this command if you want to backup all of vg00:
make_tape_recovery -v -A -I -x inc_entire=vg00 -a /backup_device
Regard,
HoangChiCong