- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can an Ignite server be used to backup/archive the...
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-15-2010 07:02 AM
10-15-2010 07:02 AM
We use Ignite serever to backup/archive other HP-UX servers called Ignite clients.
But can the Ignite-UX be of any use to backup/archive the HP-UX server running Ignite-UX? If the answer is yes then please give the details on how to do it.
If the answer is no then how do we back it up?
Thanks a lot in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2010 07:08 AM
10-15-2010 07:08 AM
Re: Can an Ignite server be used to backup/archive the HP-UX server it runs on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2010 07:19 AM
10-15-2010 07:19 AM
SolutionThe server must always backup to either tape or another Ignite server. To backup to tape:
make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/0mn
where: /dev/rmt/0mn is your tape drive.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2010 04:08 AM
10-16-2010 04:08 AM
Re: Can an Ignite server be used to backup/archive the HP-UX server it runs on?
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2010 05:48 AM
10-18-2010 05:48 AM
Re: Can an Ignite server be used to backup/archive the HP-UX server it runs on?
You could put the image on another server that has enough free space. On the target server, you will have to create and export/share the location for the image to be stored.
The command to create the archive is:
make_net_recovery -s ign_svr \
-a target_svr:/path/to/image/location \
[other options as needed]
This will create an archive file on the target server. The target server will only have the one gzip compressed file. None of the other associated files under the client directory will be on the target server. You could use rsync to duplicate the client dirctory information for the ignite server on the target server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2010 04:06 PM
10-23-2010 04:06 PM