- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to create an Ignite tape for hp-ux???
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-14-2003 11:15 PM
10-14-2003 11:15 PM
I need to make an Ignite to my servers, but I need to know the right command to do it.
O.S.>hp-ux 11i, tape drive>DDS3
I want to know the syntaxis, options and wich is better, make_recovery or make_tape_recovery??
When We use ioscan -fnC tape, appear: /dev/rmt/3m
/dev/rmt/3mn; /dev/rmt/3mb; /dev/rmt/3mn, wich is the meaning of 3m, 3mn_???
Thank yor for your comments.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 11:20 PM
10-14-2003 11:20 PM
Re: How to create an Ignite tape for hp-ux???
"man 7 mt"
Rgds,
JL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 11:21 PM
10-14-2003 11:21 PM
SolutionTry the following command:
/opt/ignite/bin/make_tape_recovery -a $tapein -x inc_entire=vg00 -I -t "Recovery
tape created from $hostname on $date"
Replace the $tapein with your device (/dev/rmt/3mn) it need the no rewind device to work correctly, the bit after the -t is for your own comments, this will create a bootable Ignite image of the server that you are running it on.
Kev,
"I'd rather be flying"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 11:22 PM
10-14-2003 11:22 PM
Re: How to create an Ignite tape for hp-ux???
Please read the make_tape_recovery man page for complete options for your site but the simplest form would be "make_tape_recovery -A -a /dev/rmt/3mn"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 11:24 PM
10-14-2003 11:24 PM
Re: How to create an Ignite tape for hp-ux???
make_recovery is old and obsolete. You should use make_tape_recovery, e.g.:
# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/3mn
as ignite requires that the non-rewinding device be used.
If you want to include all of vg00 then append this to the above:
-x inc_entire=vg00"
and then remember to take a new ignite backup after every change made to the OS.
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 11:44 PM
10-14-2003 11:44 PM
Re: How to create an Ignite tape for hp-ux???
The comand required will be :-
opt/ignite/bin/make_tape_recovery -a /dev/rmt/3mn -x inc_entire=vg00
The inc_entire vg00 will ensure that you default root volume group & os filesystems are recoverable from the tape.
You should also be able to get a man page on make_tape_recovery for more information :-
man make_tape_recovery
Hope this helps.
Keith