- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ignite backup to disk
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-17-2010 07:59 AM
02-17-2010 07:59 AM
ignite backup to disk
i need assistance on how to use the command line for taking ignite backup to disk. Secondly on how to restore the ignite backup from disk to another same system (backup System)
thanks
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 08:07 AM
02-17-2010 08:07 AM
Re: ignite backup to disk
Ignite Server.
command to do this, make_net_recovery
Checkout a golden image backup.
I think this is what your looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 08:32 AM
02-17-2010 08:32 AM
Re: ignite backup to disk
Select a server, install the Ignite package there.
You can use the GUI interface ( ignite ) to then add a system and kick of an image creation. Using the GUI first simplifies the config and installation of the ignite utility on the target.
Once done you can run make_net_recovery on the target as often as you like. From there it will use the configs you specified during the GUI setup.
For booting a new system from the ignite server it depends on the type of hardware, PARISC is diff than IPF. Either way you boot from the lan specifying the ignite server and from there it is a standard ignite installation.
For cloning, there a number of ways, golden image for one. I would read the Ignite chapter on golden images as you need to copy your instalation media to the Ignite server.
A simple trick for cloning one system to another is as follows ( some details are in the Ignite doc).
Say ServerA is the source image and ServerB is the new system.
create a directory in /var/opt/ignite/clients/0xMACOFNEWSERVER
chown it to bin:bin
ln -s /var/opt/ignite/clients/0xMACOFNEWSERVER hostname
cd /var/opt/ignite/clients/ServerA
find CINDEX recovery |cpio -pmdv ../ServerB
Boot ServerB from LAN. Select Ignite server installation, fill in the ignite server information, hostname, IP etc...
Ignite will now recover serverB using the archive of ServerA. Change the hostname,IP, filesystems, etc, via the Ignite installer menus.
There are a number of options and alternate methods. Let us know if you have questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 10:41 AM
02-17-2010 10:41 AM
Re: ignite backup to disk
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
02-17-2010 12:20 PM
02-17-2010 12:20 PM
Re: ignite backup to disk
if you r server os version is 11.23 or 11.31 use DRD as already mentioned Torsten.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 12:05 AM
02-18-2010 12:05 AM
Re: ignite backup to disk
>>>i need assistance on how to use the command line for taking ignite backup to disk.>>
You have to configure the ignite server.
>>Secondly on how to restore the ignite backup from disk to another same system>>
be sure that your server is lan boot supported.
For more information please refer the below thread...
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1266480248973+28353475&threadId=1359590
Reagrds,
PT.