Jump to content
 English      
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
     Forums advanced search
HP.com Home
IT Resource Center Forums > HP-UX > ignite-ux

Making a boot DVD for restoring, Ignite newbie

» 

IT Resource Center

» Login
» Register
» My profile
» Search knowledge base
» Forums
» Patch database
» Download drivers, software and firmware
» Warranty check
» Support Case Manager
» Software Update Manager
» Training and Education
» More maintenance and support options
» Online help
» Site map

Member icons
 
 HP moderator  HP moderator
 Expert in this area  Expert in this area
Member status
ITRC Pro ITRC Pro
250 points
ITRC Graduate ITRC Graduate
500 points
ITRC Wizard ITRC Wizard
1000 points
ITRC Royalty ITRC Royalty
2500 points
ITRC Pharaoh ITRC Pharaoh
7500 points
Olympian Olympian
20000 points
1-Star Olympian 1-Star Olympian
40000 points
2-Star Olympian 2-Star Olympian
80000 points
»  How to earn points
»  Support forums FAQs
Question status
Magical answer Magical answer
Message with a response that solved the author's question
Favorites status
Add to my favorites Add to my favorites
Delete from my favorites Delete from my favorites
This thread has been closed Thread closed
 

Content starts here
   Create a new message    Receive e-mail notification if a new reply is posted  Reply to this message
Author Subject: Making a boot DVD for restoring, Ignite newbie      Add to my favorites
Marco DV
Oct 18, 2009 22:01:23 GMT   

Hi, I will very soon need to do a full backup of a HP c8000 machine on which HP-UX 11i v1 is running (HPUX11i-MTOE B.11.11.0412).
According to swlist, Ignite-UX C.6.1.44 is installed.

I do not have any other HP-UX machines available, so no Ignite servers.
And I'm not sure I have any way to boot the machine, should I need it.
So, I need to do a backup maybe using some network storage, and hopefully make a boot CD/DVD to boot the machine and restore the backup, just in case.

I've read most of Ignite docs, but unfortunately I cannot find the make_media_install script in the /opt/ignite/data/scripts/examples directory. Maybe the Ignite version is too old?

Do I have any hope of achieving what I need?
Any info is welcome, thanks!
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click here


Sort Answers By: Date or Points
Raj D. This member has accumulated 7500 or more points
Oct 18, 2009 22:18:33 GMT  3 pts

Marco,


- If you have a DDS or DAT drive connected to the system , you can easily have a backup of the system with make_tape_recovery. And you ca restore the system later with this tape : Below command can be use to take the ignite tape backup:

# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
#[Assuming /dev/rmt/om is the tape drive device name. ]




- You can also make a bootable system image DVD depending on vg00 space.

Check out few links:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1127321

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=209360




Cheers,
Raj.
Suraj K Sankari This member has accumulated 2500 or more points
Oct 19, 2009 01:56:04 GMT  3 pts

Hi,

# /opt/ignite/bin/make_tape_recovery -Av -a /dev/rmt/0mn #0mn remember n here

# make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01 -x exclude=/tmp

• Files/Directories
-x include=<file|directory>
-x inc_cross=<file|directory>
-x exclude=<file|directory>

• Disks/Volume Groups
-x inc_entire=<vgname>|/dev/dsk/<name>

/var/opt/ignite/recovery/latest #You can preview what processing would take place


Suraj
Viveki Expert in this area This member has accumulated 500 or more points
Oct 19, 2009 05:10:46 GMT  10 pts

Hi Marco,

Please upgrade the ignite to latest first. The link is given below:

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB

I would prefer a remove-install method to an upgrade in this activity.

Then you can go ahead with the suggestions on the top of this post
Ifan Artha
Oct 19, 2009 06:21:42 GMT  0 pts

Hi All,

Anyone knows, how to run make_tape_recovery in background?

Is it possible to run this command in background? how?
make_tape_recovery –v –x inc_entire=vg00 –a /dev/rmt/c?t?d0xxxx

Thanks,
Ifan
Marco DV
Oct 19, 2009 16:04:21 GMT    N/A: Question Author

Raj:
I might be able to use a DAT, but how will I be able to boot and restore this DAT backup in case the system on the machine breaks?
Sorry if the answer is obvious to you, as I wrote I'm a newbie here.

Suraj:
What did you mean with your suggestion? As far as I can tell you reported some possible tape backup command lines... Again, how will I be able to boot and restore such a backup if I have no boot media for my c8000?

Viveki:
Thanks, upgrading Ignite might be necessary, although I'm a bit scared of touching software installs on that machine before having a full backup of it... Can I be 100% sure that the uninstall/install will be successful?
And, after installing the latest version, will I have the make_media_install script available?

Thank you all.
Viveki Expert in this area This member has accumulated 500 or more points
Oct 19, 2009 16:47:09 GMT  3 pts

Yes Marco, I believe yout ignite version is bit old and thus you have the issue.

By the way, I found another thread and this may be helpful to you.

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1022206
Marco DV
Oct 26, 2009 10:41:50 GMT    N/A: Question Author

Thanks Viveki, we downloaded the latest Ignite version and installed it on the machine, actually without removing the old version as the official installation docs did not recommend a swremove.

During upgrade, the install script returned an error: it could not touch the fileset "Ignite-UX.OBAM-RUN,l=/,r=C.6.1.44" because the fileset "FORTRAN.FORTRAN-PRG,l=/opt/fortran,r=B.11.00" requires it as a prerequisite (I have no idea why).

So, the upgrade was not 100% completed, but we had the make_media_install script anyway.

We also successfully installed a required pax patch.

So we proceeded with the backup, but rather than make_tape_recovery we thought that a make_sys_image was more appropriate for our needs.

And it all worked great! We got a DVD ISO image which we then burned and successfully used to restore the system on another machine.

Just for the record, we used the following command lines (more or less):

/opt/ignite/data/scripts/make_sys_image -s local -d /<backup_dir>/archives -f <file/dir_exclusions>.txt

make_media_install -a <archive_created_by_the_previous_commandline>.tgz -m /<backup_dir>/media -p /<backup_dir>
Dennis Handly This member has accumulated 40000 or more points
Oct 26, 2009 11:06:37 GMT  2 pts

>it could not touch the fileset Ignite-UX.OBAM-RUN because the fileset FORTRAN.FORTRAN-PRG requires it as a prerequisite (I have no idea why).

Yes, this doesn't make sense.
 
Create a new message    Receive e-mail notification if a new reply is posted   Reply to this message
 
 
Printable version
Privacy statement Using this site means you accept its terms
© 2009 Hewlett-Packard Development Company, L.P.