- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite 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
11-06-2001 07:38 AM
11-06-2001 07:38 AM
Ignite UX
i wuold like to know if is possible to use Ignite UX B.3.3.116 because, when i try to read the man page of make_boot_image, i see this:
1. Obtain and install Ignite-UX version B.2.4.307. Other versions may be incompatible and are not supported.
I use HP-UX 11.00.03. Some suggest?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 07:43 AM
11-06-2001 07:43 AM
Re: Ignite UX
Maybe your man pages are old?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 07:46 AM
11-06-2001 07:46 AM
Re: Ignite UX
No, my man page is new.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 08:19 AM
11-06-2001 08:19 AM
Re: Ignite UX
Most of the time, it suggests you not to use anything below that version. It cannot suggest something above that version since at the time that doc was prepared the new version was not out yet.
So it is safer to assume, you can use a version equal to or above the version mentioned. There is a possibility if you use a newer version, it may not be correctly read and understood by the older version. But the Vice versa should be okay.
hopr this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 08:20 AM
11-06-2001 08:20 AM
Re: Ignite UX
http://www.software.hp.com/products/IUX
There are some patches listed also.
Eileen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 08:56 AM
11-06-2001 08:56 AM
Re: Ignite UX
Your Ignite Version B.3.3.116 is not too old.
I have same version on my system and do not see the command make_boot_image or its man page.
Correct me if I'm wrong, you may want to use "make_sys_image" command instead.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 08:58 AM
11-06-2001 08:58 AM
Re: Ignite UX
I am running 3.3.116 and 3.4.115 on different machines and neither one has the man page for make_boot_image, nor is there a file in /opt/ignite or /var/opt/ignite called make_boot_image.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 09:20 AM
11-06-2001 09:20 AM
Re: Ignite UX
apparently it works fine.
root@testmnp [/]
# make_boot_image
Checking size of /stand filesystem.
This will update the flash card in /dev/rflash/c3a0d0.
Please remove the current boot flash card there
and put in a different flash card to use for recovery.
You have time to do this while the flash image is created.
This will take approximately 40 minutes.
Creating flash image. : Approximately 20 minutes.
Copying flash lif to flash image. : Approximately 10 minutes.
One thing:
which is the correct options to use with make_recovery for backup all system?
The man page speak about -Ai (for all boot disk and interactive mode) but this include all files presents in all disks?
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 09:32 AM
11-06-2001 09:32 AM
Re: Ignite UX
You really should stop using 'make_recovery' and start using 'make_tape_recovery'. The later is more robust. 'make_recovery' is being phased out.
To create a tape recovery archive of all of vg00, do this:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
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.
Note that you can *include* and *exclude* files and directories as you like, and as shown, can select whole volume groups.
The directory ' /var/opt/ignite/recovery/latest' contains the 'manifest' file from the process as well as the 'flist' file which lists the contents of the archive.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 09:33 AM
11-06-2001 09:33 AM
Re: Ignite UX
Anyway,
If you are using make_recover, use the -Ai optoins. This will back up your entire vg00 volume group, AND if you happen to have /usr in a vg other than vg00, then the VG that contains /usr/ will be put entirely on the tape as well.
Excerpt from make_recovery man page:
"With the -A option specified, all of the root volume group is archived. If /usr is not on the root volume group, then the entire volume
group on which /usr resides is also archived. This is because of core files needed from the /usr directory."
Now, since you have the newer version of Ignite/UX I would use the make_tape_recovery command instead.
The recommended syntax is:
make_tape_recovery -a /dev/rmt/0mn -I -v -x inc_entire=vg00
This will backup your entire VG00 volume group.
You should use Ignite/UX to back up only vg00 stuff, unless you have a very small system. Its intended use is just to back up VG00 to give you a very easy way to recover the OS in case of a catastrophic system crash. It is assumed, if you have other data in other VGs, that you have some other method to backup and restore that data should it be necessary.