- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem in IGINITE backup
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
03-13-2008 05:19 AM
03-13-2008 05:19 AM
problem in IGINITE backup
i am takig the IGNITE BACKUP. it failed and the error is :
Cannot stat device file: /dev/vgrp05/Backup: No such file or directory
(errno = 2). Check /etc/fstab for a bad entry.
well, i checked in /etc/fstab but there is no entry like /dev/vgrp05/Backup
please help..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 05:23 AM
03-13-2008 05:23 AM
Re: problem in IGINITE backup
Did you checked the configuration in /etc/lvmconf/vgname
How you are takeing the ignite backup wheather it is vg00 backup or rather than another vg's backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 05:29 AM
03-13-2008 05:29 AM
Re: problem in IGINITE backup
Ignite is exclusively meant for root VG backup i.e. system backup. Are you including any other VG? What command you are using???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 05:31 AM
03-13-2008 05:31 AM
Re: problem in IGINITE backup
make_tape_recovery -x inc_entire=vg00 -AIv -a /dev/rmt/1mn
here, /dev/rmt/1mn is the path of tape..
And i did not find the file vhname at etc/lvmconf/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 05:46 AM
03-13-2008 05:46 AM
Re: problem in IGINITE backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 05:56 AM
03-13-2008 05:56 AM
Re: problem in IGINITE backup
Confirm every entry in /etc/fstab
If the path is not there, comment it out. Do check and see why its there though.
You might have lost a disk and need to restore a previous Ignite backup.
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
03-13-2008 06:06 AM
03-13-2008 06:06 AM
Re: problem in IGINITE backup
i have Confirmed every entry in /etc/fstab
the /dev/vgrp05/Backup was not found there..
kindly help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 06:29 AM
03-13-2008 06:29 AM
Re: problem in IGINITE backup
# strings /etc/lvmtab | grep Backup
If it exists there, that could be your problem.
Also do a 'vgdisplay -v vgrp05' and verify that you don't have a logical volume named Backup.
If you see the entry in /etc/lvmtab, and you don't have an LV by that name, then you can try recreating your /etc/lvmtab file by doing:
# mv /etc/lvmtab /etc/lvmtab.bad
# vgscan -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 06:53 AM
03-13-2008 06:53 AM
Re: problem in IGINITE backup
the o/p of strings /etc/lvmtab | grep Backup is null, it means there is no partition called Backup.
vgdisplay -v vgrp05
# vgdisplay -v vgrp05
the o/p of this command is :
vgdisplay: Volume group "/dev/vgrp05" does not exist in the "/etc/lvmtab" file.
vgdisplay: Cannot display volume group "vgrp05".
There is no entry in /etc/lvmtab of vgrp05
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 07:24 AM
03-13-2008 07:24 AM
Re: problem in IGINITE backup
You should now check and see if you have a directory in /dev called vgrp05.
# ll -d /dev/vgrp05
If it is there, check the contents:
# ll /dev/vgrp05
Now if you are sure that you don't have a VG called vgrp05, but the directory exists in /dev, then it should be safe to remove.
# rm -r /dev/vgrp05
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 07:45 AM
03-13-2008 07:45 AM
Re: problem in IGINITE backup
# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 409600 253220 146652 63% /
/dev/vg00/lvol1 398869 83161 275821 23% /stand
/dev/vg00/lvol8 4710400 4104724 567895 88% /var
/dev/vg00/lvol7 2097152 1156974 881453 57% /usr
/dev/vg00/lvol4 2097152 741293 1271152 37% /tmp
/dev/vg00/lvol6 4194304 3820623 352077 92% /opt
/dev/vg00/lvol5 8388608 5225544 3064276 63% /home
/dev/vg00/lvol9 6144000 2253638 3648207 38% /datatmp
/dev/vgarch/lvol1 31444992 10693276 20427568 34% /oracle
/dev/vgrp02/lvol2 44081152 42034406 1985216 95% /rp04
/dev/vgrp02/lvol1 36630528 33645366 2891942 92% /rp03
/dev/vgrp01/lvol2 32858112 29782694 2979348 91% /rp02
/dev/vgrp01/lvol1 42614784 37331402 5119620 88% /rp01
/dev/vgrp01/lvol3 15695872 14565902 1094688 93% /rp05
/dev/vgrp04/lvol5 10240000 8266268 1912058 81% /rp09
/dev/vgrp04/lvol3 10240000 9186156 1020918 90% /rp07
/dev/vgrp04/lvol2 10240000 7442536 2710104 73% /rp06
/dev/vgrp04/lvol4 10240000 7236982 2909240 71% /rp08
/dev/devvg01/lvol3 20889600 14722208 6099636 71% /uat03
/dev/devvg01/lvol2 10719232 10104338 595730 94% /uat02
/dev/devvg01/lvol1 10240000 9774916 450616 96% /uat01
bdf: /Backup: I/O error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 06:20 PM
03-13-2008 06:20 PM
Re: problem in IGINITE backup
mount filesystem information will keep in /etc/mnttab, please run cat /etc/mnttab to see which volume group that mount to /Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 02:04 AM
03-14-2008 02:04 AM
Re: problem in IGINITE backup
/dev/vg00/lvol3 / vxfs log 0 1 1205339876
/dev/vg00/lvol1 /stand hfs defaults 0 0 1205339877
/dev/vg00/lvol8 /var vxfs delaylog,nodatainlog 0 0 1205339881
/dev/vg01/lvol1 /var/opt/omni/server/db40/datafiles/cdb vxfs delaylog,nodatainlog,largefiles 0 0 120533
/dev/vg00/lvol7 /usr vxfs delaylog,nodatainlog 0 0 1205339882
/dev/vg00/lvol4 /tmp vxfs delaylog,nodatainlog 0 0 1205339882
/dev/vg00/lvol6 /opt vxfs delaylog,nodatainlog 0 0 1205339882
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 02:11 AM
03-14-2008 02:11 AM