- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAN Tape Backup and Ignite make_net_recovery
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-2007 07:23 PM
09-25-2007 07:23 PM
SAN Tape Backup and Ignite make_net_recovery
im using Ignite C.7.2.94 and Tape Drives in a SAN. When I run a make_net_recovery on a 11.31 box while Backups on a 11.23 box are active the Tape Drives rewinds and the Tape Headers are overwritten. I have set "st_san_safe=1" but it seems it does not help on 11.31.
Does anyone have an idea?
greetings H.-P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 03:23 AM
09-26-2007 03:23 AM
Re: SAN Tape Backup and Ignite make_net_recovery
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=21912&admit=-682735245+1190819829983+28353475
Regards;
J. Bravo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 09:21 PM
09-27-2007 09:21 PM
Re: SAN Tape Backup and Ignite make_net_recovery
i have other HP-UX boxes (11.11, 11.23) in the SAN, and the setting of "st_san_safe=1" helps. But not on 11.31
greetings H.-P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 10:06 PM
09-27-2007 10:06 PM
Re: SAN Tape Backup and Ignite make_net_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 11:07 PM
09-27-2007 11:07 PM
Re: SAN Tape Backup and Ignite make_net_recovery
On previous versions of HP-UX the client had to issue the following
command:
# kctune st_san_safe=1
With HP-UX B.11.31, the command needed to get the same functionality is:
# scsimgr set_attr -d estape -a norewind_close_disabled=1
To preserve the change across reboots, the user must also run:
# scsimgr save_attr -d estape -a norewind_close_disabled=1
To confirm your desired settings, run:
# scsimgr -d estape get_attr
DRIVER estape GLOBAL ATTRIBUTES:
name = version
current = 0.1
default =
saved =
name = norewind_close_disabled
current = 1 <--- Here is the set_attr change
default = 0
saved = 1 <--- The save_attr will save the setting across reboots
name = st_ats_enable
current = 0
default = 0
saved =
For more information, read the scsimgr(1M) and scsimgr_estape(7) man
pages
or refer to the I/O subsystem section of the release notes for HP-UX 11iv3
I will test this
greetings H.-P.