- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IGNITE Backup problems
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-14-2004 10:32 AM
05-14-2004 10:32 AM
The command invoked is the following;
/opt/ignite/bin/make_tape_recovery -AvI -a /dev/rmt/0m -x inc_entire=vg00
The errors can be seen in the attached log
I would appreciate some guidance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 10:39 AM
05-14-2004 10:39 AM
Re: IGNITE Backup problems
if you are not using this drive anymore, you need to reduce vg00 and drop out the /dev/dsk/c0t5d0 from vg00 or get it fixed before proceeding with make_recovery command
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 10:43 AM
05-14-2004 10:43 AM
Solutiondo an ioscan and find out the status of the disk /dev/dsk/c0t5d0 if the status CLAIMED and DEVICE then try this
# dd if=/dev/rdsk/c0t5d0 of=/dev/null bs-1024k
"save_config: error - unknown disk type for , not SCSI or HPFL
save_config: error - cannot determine root disk"
The above error messages dont sound like a good news.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 01:39 PM
05-14-2004 01:39 PM
Re: IGNITE Backup problems
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2004 05:41 PM
05-15-2004 05:41 PM
Re: IGNITE Backup problems
Can you send /etc/lvmtab output. Just cross check that disk /dev/dsk/c0t5d0 belongs to vg00 group.
Execute following command to verify physical disk present or not
# dd if=/dev/rdsk/c0t5d0 of=/dev/null bs=2k
you should get some record in and out
#diskinfo -v /dev/rdsk/c0t5d0 and check ioscan -fnC disk output for CLAIMED.
You may copy /etc/lvmtab to /etc/lvmtab.old and execute #vgscan -a to create new lvmtab files and then veify disk at c0t5d0.
Once you are sure that disk is being recognized and accessible , Then start taking taking ignite.
Meanwhile, I have notice, you are excluding entire vg00 .. WHY??
Cheers ..
NAVID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 12:33 PM
05-16-2004 12:33 PM
Re: IGNITE Backup problems
/opt/ignite/bin/make_tape_recovery -AvI -a /dev/rmt/0m -x inc_entire=vg00.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 01:12 PM
05-16-2004 01:12 PM
Re: IGNITE Backup problems
# /opt/ignite/bin/make_tape_recovery -vI -a /dev/rmt/0m -x inc_entire=vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 02:34 PM
05-16-2004 02:34 PM
Re: IGNITE Backup problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 10:56 AM
05-17-2004 10:56 AM
Re: IGNITE Backup problems
ERROR: This is not a no rewind device file.
ERROR: Check tape device failed.
* Creating local directories for configuration files and archive.
The command I used was the following;
/opt/ignite/bin/make_tape_recovery -vI -a /dev/rmt/1m -x inc_entire=vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 11:10 AM
05-17-2004 11:10 AM