- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite problem issue
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-10-2008 02:50 AM
10-10-2008 02:50 AM
Ignite problem issue
# make_tape_recovery -A
* Creating local directories for configuration files and archive.
======= 10/10/08 16:22:07 IST Started make_tape_recovery. (Fri Oct 10
16:22:07 IST 2008)
@(#)Ignite-UX Revision C.6.9.141
@(#)ignite/net_recovery (opt) $Revision: 10.834 $ $Date: 2006/06/14
13:47:40 $
* Testing for necessary pax patch.
* Passed pax tests.
* Checking Versions of Ignite-UX filesets
ERROR: Failed to open tape device /dev/rmt/0mn:No such device or address
(errno = 6).
ERROR: Check tape device failed.
======= 10/10/08 16:22:11 IST make_tape_recovery completed unsuccessfully
Following is the ioscan fnC tape output
# ioscan -fnC tape
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 1 0/5/1/0.3.0 stape CLAIMED DEVICE HP Ultrium 3-SCSI
/dev/rmt/1m /dev/rmt/c3t3d0BEST
/dev/rmt/1mb /dev/rmt/c3t3d0BESTb
/dev/rmt/1mn /dev/rmt/c3t3d0BESTn
/dev/rmt/1mnb /dev/rmt/c3t3d0BESTnb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 02:58 AM
10-10-2008 02:58 AM
Re: Ignite problem issue
Below thread gives some info.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=62523
sen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 03:06 AM
10-10-2008 03:06 AM
Re: Ignite problem issue
ioscan -fnC tape shows your "tape" at
/dev/rmt/1mn
make_tape_recovery -a /dev/rmt/1mn -x inc_entire=vg00 -A -v -I
suspecting your command is not correct or could be selecting invalid path for the tape
hope this helps,
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 03:08 AM
10-10-2008 03:08 AM
Re: Ignite problem issue
It is very clear that you don't have the tape drive at device path /dev/rmt/0mn.
In this situation you will have to specity the available device which is /dev/rmt/1mn.
#make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/1mn
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 03:11 AM
10-10-2008 03:11 AM
Re: Ignite problem issue
Forget to mention, when you give just make_tape_recovery -A command alone it will try to use the default device /dev/rmt/0mn. That is why you are getting the error.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 03:25 AM
10-10-2008 03:25 AM