- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- about 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
09-25-2003 01:57 PM
09-25-2003 01:57 PM
i execute the command:
#make_recovery -Av
at the end of the operation
the following error message is produced:
make_recovery (472):/usr/bin/dd failed ,res=512,errno=0
cleanup
when error message in the file :/var/adm/syslog/syslog.log
:
sep 26 08:48:11 NMC_JL vmunix:SCSI TAPE :dev=0xcd010040
what's wrong with my system!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 02:44 PM
09-25-2003 02:44 PM
Re: about backup!
You should also make sure that there is adequate space in the /var filesystem, because that is where Ignite puts its temporary files. At least 30 MB must be free.
I hope alos, you are on the latest version of Ignite for 10.20. You can't get new versions for 10.20 any more, but you can from your old application cd's. The last set was cut in December of 2001.
I'm not sure whether make_recovery was replaced with make_tape_recovery on 10.20 but that is also worth looking into.
If your system can handle it, a 11.00 upgrade at the very least might be a really good idea.
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
09-25-2003 02:56 PM
09-25-2003 02:56 PM
SolutionCan you use tar to write and then read information from the tape? You might also want to clean the tape drive.
I do agree with Steven in that you really should be using make_tape_recovery rather than make_recovery. You can get the latest version of Ignite/UX for HP-UX 10.20 from here:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUX
I am not 100% sure of the exact version number but I know for a fact that it does have the make_tape_recovery command. The version I have on my 10.20 machines is A.3.7.95.
The command I use on all my systems is:
# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00
The above command will back up your entire VG00.
The first thing you need to do is get your tape drive fixed, though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 02:58 PM
09-25-2003 02:58 PM
Re: about backup!
Upgrade to the latest Ig-UX using swinstall. The link is below
http://www.software.hp.com/products/IUX/download.html
New command to take Ig-Ux backup.
#make_tape_recovery -x inc_entire=vg00 -Iv -a /dev/rmt/0mn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 03:06 PM
09-25-2003 03:06 PM
Re: about backup!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 05:14 PM
09-25-2003 05:14 PM
Re: about backup!
i use the command :tar cv /het/hosts
i works correctly
but when i use command : tar tv
the following error message is produced:
Tar: tape read error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 06:23 PM
09-25-2003 06:23 PM
Re: about backup!
You check the your disk using the
dd if=/dev/dsk/(whatever ur disk) of=/dev/null bs=1024k
thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 01:20 AM
09-26-2003 01:20 AM
Re: about backup!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 04:19 AM
09-26-2003 04:19 AM
Re: about backup!
Try installing latest version of Ignite. It is available at
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB
-GK-