- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to take ignite backup on HP-UNIX Server?
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
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
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
тАО12-12-2005 06:35 AM
тАО12-12-2005 06:35 AM
Thanks in advance.
I need help to take ignite backup on Local server and remote server.
Please advise how to take full backup and need the command syntax for backup and restoration.
Attached Device:
-------------------
ioscan -funC tape
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
tape 0 10/12/5.0.0 stape CLAIMED DEVICE HP C1537A
/dev/rmt/0m /dev/rmt/c6t0d0BESTn
/dev/rmt/0mb /dev/rmt/c6t0d0BESTnb
/dev/rmt/0mn /dev/rmt/c6t0d0DDS
/dev/rmt/0mnb /dev/rmt/c6t0d0DDSb
/dev/rmt/c6t0d0BEST /dev/rmt/c6t0d0DDSn
/dev/rmt/c6t0d0BESTb /dev/rmt/c6t0d0DDSnb
#
Tx.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2005 07:19 AM
тАО12-12-2005 07:19 AM
Re: How to take ignite backup on HP-UNIX Server?
You can use this command to create ignite tape
/opt/ignite/bin/make_tape_recovery -a tape_device_name -I -m tar -v -x inc_entire=vg00
If you want to restore from a ignite tape then you need interrupt boot sequence ,then select and boot the media device where tape is loaded ..
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2005 07:27 AM
тАО12-12-2005 07:27 AM
Re: How to take ignite backup on HP-UNIX Server?
The tape device in this server can only back up the local server. It can not be used as a shared device to back up a second server without third party software.
What you can do if you have the disk space is have the other server do a make_net_recovery to this or another server with enough disk space and an NFS mount.
That would work.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2005 09:22 AM
тАО12-12-2005 09:22 AM
Re: How to take ignite backup on HP-UNIX Server?
How can i take full backup on other server?
Which syntax can i use to backup safely.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2005 10:34 AM
тАО12-12-2005 10:34 AM
Solution1. First Check if you have IgniteUX installed.
# swlist -l product | grep -i ignite
It will show like this:
Ignite-UX B.4.1.61 HP-UX System Installation Services
2. Execute the command :
You can also write a script and put it in cron and that will execute every Sunday at a particular time when the system resources are free: (Need to load a tape manually for that.)
Command:
#/opt/ignite/bin/make_tape_recovery -v -I -x inc_entire=vg00 -a /dev/rmt/0mn
3.How to check for successfull completion of the backup:
# cd /var/opt/ignite/recovery/latest
# cat recovery.log | grep -i successful
If it shows unsuccessful , then backup is not proper, go through log , else everything looks fine.
4. How to restore system , in the event of a failure:
(i) Interrupt normal boot process:
(ii) At PDC : check for the tape device path.
(iii) boot TAPE_DEVICE_PATH
(iv) Ignite tape will recover the entire vg00.
Enjoy,
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2006 06:05 PM
тАО04-08-2006 06:05 PM
Re: How to take ignite backup on HP-UNIX Server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2006 08:37 PM - last edited on тАО11-03-2022 03:29 AM by Sunitha_Mod
тАО04-08-2006 08:37 PM - last edited on тАО11-03-2022 03:29 AM by Sunitha_Mod
Re: How to take ignite backup on HP-UNIX Server?
Hi,
Read the admin guide Chapter 9:http://docs.hp.com/en/oshpux11i.html#Ignite-UX
[Moderator edit: The above link is no longer valid. Please refer: https://support.hpe.com]
This will give you an explanation and steps to follow.
Tape: make_tape_recovery
Network: make_net_recovery
GoodLuck
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2006 03:09 AM
тАО04-09-2006 03:09 AM
Re: How to take ignite backup on HP-UNIX Server?
regards
wish