- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ignite-ux for dummies
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
11-03-2004 06:35 AM
11-03-2004 06:35 AM
But I'm hoping someone can help me pare this down to the basics for what I need to do.
I have only one unix server (HP-UX 11.11).
I'm using DLT tape for backups (cpio, file-by-file). Doesn't work well for special files etc. and doesn't help much in the case of a lost operating system.
I'm told that Ignite can create a bootable tape, from which I can restore the OS and root file system, to an empty disk, after which I can restore the rest from my cpio tapes.
Is this a reasonable expectation? Is there an "Ignite for Dummies" someplace that will get me there in a hurry?
Or, is there something else I should be doing?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 06:39 AM
11-03-2004 06:39 AM
Re: ignite-ux for dummies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 06:39 AM
11-03-2004 06:39 AM
Re: ignite-ux for dummies
Not for dummies, but:
http://docs.hp.com/hpux/onlinedocs/B2355-90837/B2355-90837.html
You would do a "make_tape_recovery"
Read section on "Creating a Bootable Recovery Tape"
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 06:41 AM
11-03-2004 06:41 AM
Re: ignite-ux for dummies
As an aside, how do you convert man pages to a printable form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 06:45 AM
11-03-2004 06:45 AM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=582649
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 07:10 AM
11-03-2004 07:10 AM
Re: ignite-ux for dummies
Then run this command to make your bootable tape and copy vg00:
make_tape_recovery -v -I -x inc_entire=vg00 -a /dev/rmt/0mn
You may want to man the "make_tape_recovery" command first to see what's going on. Make changes if needed, etc.
Not sure if this helps but you may also wnat to try using "fbackup" for your backups. The command looks something like this:
fbackup -0 -f /dev/rmt/c?t?d?BEST -I /tmp/index -v
0 = Or "1" - (0 = full, 1 = incremental)
f = Device file to use
I = Directory to place index
v = Verbose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 08:06 AM
11-03-2004 08:06 AM
Re: ignite-ux for dummies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 08:36 AM
11-03-2004 08:36 AM
Re: ignite-ux for dummies
http://www1.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=IUXKBRC00007029&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 03:32 AM
11-04-2004 03:32 AM
Re: ignite-ux for dummies
# make_tape_recovery -a $TAPE -A -I -p
($TAPE is our DLT device filename)
I get the following....
* Creating Control Configuration.
* Creating Archive File List
ERROR: list_expander returned an error.
ERROR: Failed to get the archive size and the list of files which will be in archive.
======= 11/04/04 11:26:44 EST
make_tape_recovery completed unsuccessfully
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 03:44 AM
11-04-2004 03:44 AM
Re: ignite-ux for dummies
Did you create that?
Why do -A at all?
Just do:
make_tape_recovery -a $TAPE -x inc_entire=vg00
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 03:53 AM
11-04-2004 03:53 AM
Re: ignite-ux for dummies
I tried it per your syntax, though. Get the same error exactly.
No errors or warnings at all in the run except a few of these, which I would expect:
Volume group "/dev/vg01" is still active.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 04:04 AM
11-04-2004 04:04 AM
Re: ignite-ux for dummies
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 04:06 AM
11-04-2004 04:06 AM
Re: ignite-ux for dummies
what /opt/ignite/bin/make_tape_recovery
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 04:13 AM
11-04-2004 04:13 AM
Re: ignite-ux for dummies
WARNING: '/opt/vsifax3/lib/fxmacro/vsimacro' is part of a circular link.
The version is Ignite-UX Revision B.3.6.82
Ok I lied about only having one unix box, this is running on an older machine running HP-UX 10.20. Normally this machine is powered off, I just thought it would be safer to play on this one.
My production box is HP-UX 11.11 and Ignite-UX Revision B.5.1.33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 04:16 AM
11-04-2004 04:16 AM
Re: ignite-ux for dummies
I've seen references to that circular error - usually means a patch (PHSS_26498) or install a newer version of ignite...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 04:24 AM
11-04-2004 04:24 AM
Re: ignite-ux for dummies
This is the 11.11 box, ignite was on it already after the OS install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 04:34 AM
11-04-2004 04:34 AM
Re: ignite-ux for dummies
I'm at an HP class right now, the version here is:
Ignite-UX Revision B.5.4.50
You might want to download a newer version?
http://www.software.hp.com/products/IUX/download.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 01:09 AM
11-05-2004 01:09 AM
Re: ignite-ux for dummies
Ignite-UX Revision C.6.0.109
Same errors as before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 01:19 AM
11-05-2004 01:19 AM
Re: ignite-ux for dummies
Do you have a dds drive in server as well?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 01:23 AM
11-05-2004 01:23 AM
Re: ignite-ux for dummies
make_tape_recovery -i
See how far it goes...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 01:23 AM
11-05-2004 01:23 AM
Re: ignite-ux for dummies
It's our DLT tape drive.
Devices for the drive currently on our system:
/dev/rmt/c4t6d0BEST
/dev/rmt/c4t6d0BESTn
/dev/rmt/c4t6d0BESTb
/dev/rmt/c4t6d0BESTnb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 01:30 AM
11-05-2004 01:30 AM
Re: ignite-ux for dummies
* Creating Archive File List
ERROR: list_expander returned an error.
ERROR: Failed to get the archive size and the list of files which will be in
archive.
Doesn't seem to have a log file on this system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 01:42 AM
11-05-2004 01:42 AM
Re: ignite-ux for dummies
Just ran it on this class machine:
* Backing Up Volume Group /dev/vg01
* /usr/sbin/vgcfgbackup /dev/vg01
Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf
* Creating Map Files for Volume Group /dev/vg01
* /usr/sbin/vgexport -p -m /etc/lvmconf/vg01.mapfile /dev/vg01
vgexport: Volume group "/dev/vg01" is still active.
* Creating Control Configuration.
* Creating Archive File List
* Creating Archive Configuration
* /opt/ignite/bin/make_arch_config -c
/var/opt/ignite/recovery/2004-11-05,09:36/archive_cfg -g
/var/opt/ignite/recovery/2004-11-05,09:36/flist -n 2004-11-05,09:36 -r
64 -d Recovery\ Archive -t -i 1 -m t
* Saving the information about archive to
/var/opt/ignite/recovery/previews
* Creating The Tape Archive
Adding /opt/ignite/Version file to LIF.
Do you have a maintenance contract?
If yes, then I would place a call to HP...
Sorry I couldn't fix it for you....
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:08 AM
11-08-2004 08:08 AM
Re: ignite-ux for dummies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 06:53 AM
11-18-2004 06:53 AM
Re: ignite-ux for dummies
More on the particular link in question:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=744396