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
06-13-2006 06:56 AM
06-13-2006 06:56 AM
DDS 4
I am trying to use the DDS 4 for an ignite tape on an Itanium server. When I run my script on DDS 3 it work just fine. If I ran the /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn maualy the dds 4 will work. I have attach my script. any input would be welcome. I have modified the script with -a option and it still doesn't work I just don't get. and yes there is a tape loaded.
here is the error:
ignite.skip.sh: 1.1
There is an issue on trahp6a preventing "ignite.skip.sh" from running. Tape status failed. IS THERE a TAPE LOADED in "/dev/rmt/0m"?
Tape Status:
Drive: HP C5683A
Format:
Status: [41112600] BOT online compression immediate-report-mode
File: 0
Block: 0
Please correct the issue and re-run "./ignite.skip.sh" to complete the Ignite run for 06/13/06.
Thanks in Advance,
sp4admin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 07:02 AM
06-13-2006 07:02 AM
Re: DDS 4
Try to change the DEV=/dev/rmt/0m to DEV=/dev/rmt/0mn (no rewind) in the script.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 07:20 AM
06-13-2006 07:20 AM
Re: DDS 4
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I ${DEV} >>${LOG} 2>&1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 07:57 AM
06-13-2006 07:57 AM
Re: DDS 4
mt -f /dev/rmt/0mn stat
if there is no info under FORMAT, try something like
tar -cvf /dev/rmt/0m /etc/passwd
and then try the stat again. Does it change?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 10:15 AM
06-13-2006 10:15 AM
Re: DDS 4
model
and
ioscan -fn
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 07:21 AM
06-14-2006 07:21 AM
Re: DDS 4
Drive: HP C5683A
Format:
Status: [41112600] BOT online compression immediate-report-mode
File: 0
Block: 0
# Make sure we have a tape in the drive
STAT=$(mt -f ${DEV} stat)
TAPELOADED=$(print ${STAT} | grep "BOT online") # 1.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 07:23 AM
06-14-2006 07:23 AM