- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite questions
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
01-28-2002 02:36 PM
01-28-2002 02:36 PM
Ignite questions
I have two questions.
First questions:
I have a ignite server setup and I am using version B.3.2.45. I need to include entire vg00. When I use make_tape_recovery I don???t have to use any include options with -x but when I use make_net_recovery I do have to use include with ???x options. Is their any different way to backup client with make_net_recovery. What I am trying to do is to avoid using ???x options with include statement?
Second questions:
I want to use make_net_recovery to backup my ignite server. How would I do it or can I use make_tape_recovery and instead of writing to tape can redirect to a file?
Please give me syntax if possible.
Thanks in advance.
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 03:18 PM
01-28-2002 03:18 PM
Re: Ignite questions
however, if using make_tape_recovery I think you still have to use -x inc_entire=vg00 if you wish to include vg00.
Scott.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 03:18 PM
01-28-2002 03:18 PM
Re: Ignite questions
To back up your local server use
make_recovery -A
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 03:21 PM
01-28-2002 03:21 PM
Re: Ignite questions
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90704/B2355-90704_top.html&con=/hpux/onlinedocs/B2355-90704/00/00/13-con.html&toc=/hpux/onlinedocs/B2355-90704/00/00/13-toc.html&searchterms=ignite&queryid=20020128-151618
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 03:30 PM
01-28-2002 03:30 PM
Re: Ignite questions
I know in your e-mail you said use make_net_recovery -s "ignite server name" -x inc_entire=vg00. Does this works, have you tried this before. I think I will give it a try.
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 03:34 PM
01-28-2002 03:34 PM
Re: Ignite questions
Can I use make_tape_recovery -AvI and can I redirect to file instead of tape?
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 06:38 PM
01-28-2002 06:38 PM
Re: Ignite questions
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 09:32 AM
01-29-2002 09:32 AM
Re: Ignite questions
No, I said make_tape_recovery -AvI (upper case I).
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 09:45 AM
01-29-2002 09:45 AM
Re: Ignite questions
The '-I' option of 'make_tape_recovery' is the *same* as the '-i' option of make_recovery. '-I' means cause the Ignite process to be interactive when booting from tape.
I don't understand why you don't want to use the 'make_tape_recovery' include/exclude options. Here is what I use to capture my vg00 in its entirety:
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
It doesn't get much simpler. ;-)
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 10:00 AM
01-29-2002 10:00 AM
Re: Ignite questions
My problem is different. What you are saying I already tried out.
What I want to do is instead of writing to tape I want to write to a file. Is their any way I can do that.
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 11:50 AM
01-29-2002 11:50 AM
Re: Ignite questions
Make_net_recovery will dump to a file, but I don't think make_tape_recovery will. Don't think this question's been asked before....
http://www.docs.hp.com/hpux/onlinedocs/B2355-90704/B2355-90704.html
has a brief discussion about using network resources. the Ignite Manual on line has some additional information.
It seems to me that you are asking if you can create a network archive that would be directly bootable without the necessity of an intermediary ignite-UX server -- I think the answer to that question will remain, no.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 12:00 PM
01-29-2002 12:00 PM
Re: Ignite questions
How would I use make_net_recovery and dump the image to same server.
Thanks,
Mike