Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > HP-UX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-19-2008, 06:17 AM
andrews.usenet.account@gmail.com
 
Posts: n/a
Default HP-UX 11i on IA64 Backup


So I'm not a HP-UX admin by any stretch of the imagination, but have
inherited a lab where we have a couple of old HP ZX 9000 IA64 systems,
one of which contains a HP-UX 11i installation. One of our engineers
needs it from time to time to check that a cross platform shell script
he works on runs correctly in HP-UX.

Of course there is no backup, and the HP-UX install CDs have long
since vanished (actually I have HP-UX PA-Risc install CDs, but not HP-
UX IA64 install CDs - that would have made things too easy!)

I'm trying to figure out how I can make a backup of the known good HP-
UX install (which is on a single SCSI drive), to a spare identical
hard drive (and I mean identical, same size, geometry, etc) from one
of the other unused machines to avoid potential disasters/drive
failures etc occurring on my watch. The second drive does not have HP-
UX on it, and has essentially never been used - so is almost a "fresh"
drive.

If this was a Linux x86 machine I'd insert the second drive, boot a
recovery CD, and simply dd or clonezilla the original drive to the
spare drive. I know some Linux distributions have IA64 boot disks,
and I'm thinking I might be able to accomplish the same here.

What I want to know is if there is a "best way" to do this in HP-UX,
any gotchas if I just use a linux IA64 bootable CD and do a DD, or any
other problems that might occur.

Thanks,
Andrew
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-19-2008, 06:17 AM
Rick Jones
 
Posts: n/a
Default Re: HP-UX 11i on IA64 Backup

andrews.usenet.account@gmail.com wrote:
> So I'm not a HP-UX admin by any stretch of the imagination, but have
> inherited a lab where we have a couple of old HP ZX 9000 IA64
> systems, one of which contains a HP-UX 11i installation. One of our
> engineers needs it from time to time to check that a cross platform
> shell script he works on runs correctly in HP-UX.


A couple nits:

*) the IA64 systems are "Integrity" systems not 9000's

*) there are at least two common "11i" revs for Integrity systems -
11iv2 (aka 11.23) and 11iv3 (aka 11.31) so best to be specific.

> Of course there is no backup, and the HP-UX install CDs have long
> since vanished (actually I have HP-UX PA-Risc install CDs, but not
> HP- UX IA64 install CDs - that would have made things too easy!)


> I'm trying to figure out how I can make a backup of the known good
> HP- UX install (which is on a single SCSI drive), to a spare
> identical hard drive (and I mean identical, same size, geometry,
> etc) from one of the other unused machines to avoid potential
> disasters/drive failures etc occurring on my watch. The second
> drive does not have HP- UX on it, and has essentially never been
> used - so is almost a "fresh" drive.


Ignite/UX and the make_mumble_recovery functionality is what you want.
At least that can be used to make recovery images - not sure if they
can do that to disc these days or not though.

Ignite can be had via software.hp.com. Manuals should be somewhere on
docs.hp.com I would think.

> If this was a Linux x86 machine I'd insert the second drive, boot a
> recovery CD, and simply dd or clonezilla the original drive to the
> spare drive. I know some Linux distributions have IA64 boot disks,
> and I'm thinking I might be able to accomplish the same here.


> What I want to know is if there is a "best way" to do this in HP-UX,
> any gotchas if I just use a linux IA64 bootable CD and do a DD, or any
> other problems that might occur.


The "best way" to backup a system install for recovery is via Ignite,
but I believe folks have used dd in the past.


Supported, known to work -> warm fuzzies all around
Supported, not known to not work -> an HPite may be in trouble
Supported, known to not work -> an HPite is in trouble
Unsupported, known to work -> lucky today, unlucky tomorrow?
Unsupported, not known to not work -> there but for the grace of Turing
Unsupported, known to not work -> no, it was not deliberate ;-)

hth,

rick jones
--
a wide gulf separates "what if" from "if only"
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-19-2008, 06:17 AM
andrews.usenet.account@gmail.com
 
Posts: n/a
Default Re: HP-UX 11i on IA64 Backup


Whoops. I meant it is an HP ZX6000 workstation system (not ZX 9000).

A uname -a on the box shows that it is
HP-UX hpwk1 B.11.22 U ia64.

Thanks for the info on Ignite/UX - I'll look in to it.

A



On Apr 18, 11:38 am, Rick Jones <rick.jon...@hp.com> wrote:
> andrews.usenet.acco...@gmail.com wrote:
> > So I'm not a HP-UX admin by any stretch of the imagination, but have
> > inherited a lab where we have a couple of old HP ZX 9000 IA64
> > systems, one of which contains a HP-UX 11i installation. One of our
> > engineers needs it from time to time to check that a cross platform
> > shell script he works on runs correctly in HP-UX.

>
> A couple nits:
>
> *) the IA64 systems are "Integrity" systems not 9000's
>
> *) there are at least two common "11i" revs for Integrity systems -
> 11iv2 (aka 11.23) and 11iv3 (aka 11.31) so best to be specific.
>
> > Of course there is no backup, and the HP-UX install CDs have long
> > since vanished (actually I have HP-UX PA-Risc install CDs, but not
> > HP- UX IA64 install CDs - that would have made things too easy!)
> > I'm trying to figure out how I can make a backup of the known good
> > HP- UX install (which is on a single SCSI drive), to a spare
> > identical hard drive (and I mean identical, same size, geometry,
> > etc) from one of the other unused machines to avoid potential
> > disasters/drive failures etc occurring on my watch. The second
> > drive does not have HP- UX on it, and has essentially never been
> > used - so is almost a "fresh" drive.

>
> Ignite/UX and the make_mumble_recovery functionality is what you want.
> At least that can be used to make recovery images - not sure if they
> can do that to disc these days or not though.
>
> Ignite can be had via software.hp.com. Manuals should be somewhere on
> docs.hp.com I would think.
>
> > If this was a Linux x86 machine I'd insert the second drive, boot a
> > recovery CD, and simply dd or clonezilla the original drive to the
> > spare drive. I know some Linux distributions have IA64 boot disks,
> > and I'm thinking I might be able to accomplish the same here.
> > What I want to know is if there is a "best way" to do this in HP-UX,
> > any gotchas if I just use a linux IA64 bootable CD and do a DD, or any
> > other problems that might occur.

>
> The "best way" to backup a system install for recovery is via Ignite,
> but I believe folks have used dd in the past.
>
> Supported, known to work -> warm fuzzies all around
> Supported, not known to not work -> an HPite may be in trouble
> Supported, known to not work -> an HPite is in trouble
> Unsupported, known to work -> lucky today, unlucky tomorrow?
> Unsupported, not known to not work -> there but for the grace of Turing
> Unsupported, known to not work -> no, it was not deliberate ;-)
>
> hth,
>
> rick jones
> --
> a wide gulf separates "what if" from "if only"
> these opinions are mine, all mine; HP might not want them anyway...
> feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-19-2008, 06:17 AM
Rick Jones
 
Posts: n/a
Default Re: HP-UX 11i on IA64 Backup

andrews.usenet.account@gmail.com wrote:
> Whoops. I meant it is an HP ZX6000 workstation system (not ZX 9000).


> A uname -a on the box shows that it is
> HP-UX hpwk1 B.11.22 U ia64.


11.22 (aka 11iv1.6) was more of an "interim" OS release. I am not
sure it is still supported. I believe that 11.23 (11iv2) is/was
supported on the zx6000 and you might want to see about getting there.

rick jones
--
firebug n, the idiot who tosses a lit cigarette out his car window
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-24-2008, 04:39 PM
Al Miller
 
Posts: n/a
Default Re: HP-UX 11i on IA64 Backup

Rick Jones wrote:
> andrews.usenet.account@gmail.com wrote:
>> Whoops. I meant it is an HP ZX6000 workstation system (not ZX 9000).

>
>> A uname -a on the box shows that it is
>> HP-UX hpwk1 B.11.22 U ia64.

>
> 11.22 (aka 11iv1.6) was more of an "interim" OS release. I am not
> sure it is still supported. I believe that 11.23 (11iv2) is/was
> supported on the zx6000 and you might want to see about getting there.
>
> rick jones



11.22 is no longer supported at all, and support for it was removed from
Ignite-UX about 2 years ago.

The original post contains a slight misconception, that there are
separate media for PA vs IA systems. This isn't correct, any factory
media set for 11i v2 (11.23) and/or 11i v3 (11.31) will support both
architectures. v1 (11.11) only supports PA.

Al
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-24-2008, 04:40 PM
Rick Jones
 
Posts: n/a
Default Re: HP-UX 11i on IA64 Backup

Al Miller <ajmiller@hpgemini.fc.hp.com> wrote:
> Ah, yes you are right, I should have remembered that. Early
> releases of 11.23 were indeed IA-only. OK, I'll actually look up the
> facts instead of relying on hazy memory:


Nah, that wouldn't be any fun

rick jones
--
oxymoron n, Hummer H2 with California Save Our Coasts and Oceans plates
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-24-2008, 04:40 PM
Rick Jones
 
Posts: n/a
Default Re: HP-UX 11i on IA64 Backup

Al Miller <ajmiller@hpgemini.fc.hp.com> wrote:
> The original post contains a slight misconception, that there are
> separate media for PA vs IA systems. This isn't correct, any
> factory media set for 11i v2 (11.23) and/or 11i v3 (11.31) will
> support both architectures. v1 (11.11) only supports PA.


I would add only a slight tweak - IIRC the initial/early 11i V2
(11.23) media were IPF only.

rick jones
--
Process shall set you free from the need for rational thought.
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-24-2008, 04:40 PM
Al Miller
 
Posts: n/a
Default Re: HP-UX 11i on IA64 Backup

Rick Jones wrote:
> Al Miller <ajmiller@hpgemini.fc.hp.com> wrote:
>> The original post contains a slight misconception, that there are
>> separate media for PA vs IA systems. This isn't correct, any
>> factory media set for 11i v2 (11.23) and/or 11i v3 (11.31) will
>> support both architectures. v1 (11.11) only supports PA.

>
> I would add only a slight tweak - IIRC the initial/early 11i V2
> (11.23) media were IPF only.
>
> rick jones



Ah, yes you are right, I should have remembered that. Early releases of
11.23 were indeed IA-only. OK, I'll actually look up the facts instead
of relying on hazy memory:

PA support was added to v2 (11.23) in the September 2004 release.

Support for 11.22 was removed from Ignite-UX in Version C.6.5, December
2005.

A great deal of HP-UX release history (back to late 2001) can be gleaned
from the Ignite-UX Supported Versions document available at
http://docs.hp.com/en/IUX/docs/Supported_Versions.pdf

Al
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:36 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62