- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Reg:ignite back up.
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
02-25-2011 11:52 PM
02-25-2011 11:52 PM
Reg:ignite back up.
What is the command to check data written on DAT-72 tape of ignite backup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2011 12:04 AM
02-26-2011 12:04 AM
Re: Reg:ignite back up.
check if you have similar entries in /etc/exports & exportfs -av ( server side )
shows that the directory "/var/opt/ignite/recovery/archives" is exported or not.
You can add the clients later.
The directory is to be exported from server
side ,and clients needs to be added from the
client side. It`s not that complicated -)
1. create the client directory in the ignite server server
"mkdir -p /var/opt/ignite/recovery/archives/ServerB"
2. chown bin:bin /var/opt/ignite/recovery/archives/ServerB
3. edit with vi /etc/exports in the ignite server
"/var/opt/ignite/recovery/archives/ServerB -anon=2,access=ServerB"
4. run the following command in the ignite server
"exportfs -av"
5. and in teory you should be able to run the ignite backup now in ServerA
"make_net_recovery -s
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2011 12:10 AM
02-26-2011 12:10 AM
Re: Reg:ignite back up.
# mt -f /dev/rmt/0mn rew
# mt -f /dev/rmt/0mn fsf 1
# tar -tvf /dev/rmt/0m
If your tape was created on an Itanium, do:
# mt -f /dev/rmt/0mn rew
# mt -f /dev/rmt/0mn fsf 22
# tar -tvf /dev/rmt/0m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2011 12:12 AM - last edited on 08-25-2011 02:06 PM by Kevin_Paul
02-26-2011 12:12 AM - last edited on 08-25-2011 02:06 PM by Kevin_Paul
Re: Reg:ignite back up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2011 03:12 AM
02-26-2011 03:12 AM
Re: Reg:ignite back up.
make_tape_recovery -AvI -x inc_entire=vg00 -a /dev/rmt/0mn
-a
if you want to exclude some filesystem use
-x exclude=/dev/vg00/lvol5
Below command is used for check your status of tape drive whether tape is mounted or not.
mt -f /dev/rmt/0mn status
This will give the complete log of your ignite backup
tail /var/opt/ignite/recovery/latest/recovery.log
to check the data on tape
tar -tvf /dev/rmt/0m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2011 08:08 PM
02-26-2011 08:08 PM
Re: Reg:ignite back up.
Can you confirm me make_tape_recovery command with required options?
>>>
/opt/ignite/bin/make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/Nmn ( Where N is the tape drive device number for your tape drive, I-interactive, v-verbose, x is include)
use man page of make_tape_recovery have got lot options
What is the command to check data written on DAT-72 tape of ignite backup?
#mt -f /dev/rmt/0mn st
# mt -f /dev/rmt/?mn fsf 1 <- fast forward
# tar -tvf /dev/rmt/?mn <-- just reading the content of teh tape
Regards,
INH