1830624 Members
1960 Online
110015 Solutions
New Discussion

Support Media

 
Dee_3
Regular Advisor

Support Media

I need to create a support tape from the support cd that HP provides. (HP-UX D,E,F,G & L class servers on 11.0) Tried dd and could not boot off the tape. Tried to ignite an LIF but could not get to the menu that my users are used to seeing. Doing a make_recovery tape is not the answer I am looking for...we do this but also need the support tape... Any ideas?
3 REPLIES 3
Dan Am
Frequent Advisor

Re: Support Media

the way it works with harddisks and dd:

dd if=/usr/lib/uxbootlf of=/dev/rmt/0mn
bs=2k # no rewind
dd if=/dev/rdsk/ of=/dev/rmt/0m
bs=64k

look for the uxbootlf file on your cd.
might then also work for cd

good luck

do what you can. don't if you can't.
Dee_3
Regular Advisor

Re: Support Media

Dan,
Looking into it now - will get back to you with the results...thx
Dee_3
Regular Advisor

Re: Support Media

Dan -
Could not make it work - thanks for the suggestion we are going a different route now! thx deec