- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- creating an Ignite tape for a 10.20 system
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
07-22-2004 09:01 AM
07-22-2004 09:01 AM
creating an Ignite tape for a 10.20 system
I need to build an Ignite tape for an HP b2600 workstation running 10.20. I have installed Ignite on the main server, and have successfully rebuilt another machine from the ignite server over the network, but there is no documentaion for building the ignite tape. Does anyone have a document or link that covers this? Thanks in advance.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 09:17 AM
07-22-2004 09:17 AM
Re: creating an Ignite tape for a 10.20 system
make_recovery BAD! Obsolete(I think)
make_tape_recovery Better! if it exists for 10.20.
Just in case make_tape_recovery did exist in the 10.20 world, I'm attaching my script. It might 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
07-22-2004 10:06 AM
07-22-2004 10:06 AM
Re: creating an Ignite tape for a 10.20 system
http://docs.hp.com/hpux/onlinedocs/B2355-90772/B2355-90772.html
The same command convention that is use on 11 and 11i also works on 10.20.
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
To get the latest version, which still supports 10.20 go here:
http://www.software.hp.com/products/IUX/download.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 10:07 AM
07-22-2004 10:07 AM
Re: creating an Ignite tape for a 10.20 system
If you wanted recovery media, that will work and info on how to use it can be found in the man page.
If you were wanting to create a build tape that duplicates what you're server is doing for you, you can find all of the info you need in the Ignite-UX Administration Guide for HP-UX 10.X available at http://docs.hp.com/hpux/os/10.x/index.html.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 01:35 AM
07-23-2004 01:35 AM
Re: creating an Ignite tape for a 10.20 system
I guess your issue is that you do not have a tape you could attach to the b2600.
Then you need to create two files:
a lif image using
make_medialif
and a system image using
make_sys_image
put those two files onto a machine with a tape
and dd lif_file with obs=2k onto the tape
(no-rewind!!) then dd sys_image_file onto the tape with obs=10k
This is the procedure. For the details refer to the man pages to pick the options you need.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 01:39 AM
07-23-2004 01:39 AM
Re: creating an Ignite tape for a 10.20 system
just another hint:
you can use
control_cfg and system_cfg files
from a previous make_net_recovery to feed to make_medialif
Regards,
Bernhard