SEO

vBulletin Search Engine Optimization


Go Back   UnixAdminTalk.com > Unix Operating Systems > HP-UX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-17-2008, 08:48 PM
yazoo
 
Posts: n/a
Default Clone root disk

Hi

Today I have question about clone root disk on HP-UX 11.00 if is possible
and how i can clone my root disk,?


Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 05:13 PM
Eric Stahl
 
Posts: n/a
Default Re: Clone root disk

On Thu, 17 Jan 2008 19:07:05 +0100, "yazoo"
<[email protected]> wrote:

>Hi
>
>Today I have question about clone root disk on HP-UX 11.00 if is possible
>and how i can clone my root disk,?
>


The simplist way would be to use Ignite-UX - make_tape_recovery or
make_net_recovery. Ignite is freely available from software.hp.com.
make_tape_recovery is the most straight-forward to use. There's good
documentation online at docs.hp.com.

You would create a bootable recovery image, and then install it back
onto the system - specifying a different disk than the original boot
disk.

It's always a good idea to have bootable recovery archives available
for system recovery.


Eric Stahl

Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 05:13 PM
root
 
Posts: n/a
Default Re: Clone root disk

In article <[email protected]>,
Eric Stahl <[email protected]> writes:
> On Thu, 17 Jan 2008 19:07:05 +0100, "yazoo"
> <[email protected]> wrote:
>
>>Hi
>>
>>Today I have question about clone root disk on HP-UX 11.00 if is possible
>>and how i can clone my root disk,?
>>

>
> The simplist way would be to use Ignite-UX - make_tape_recovery or
> make_net_recovery. Ignite is freely available from software.hp.com.
> make_tape_recovery is the most straight-forward to use. There's good
> documentation online at docs.hp.com.
>
> You would create a bootable recovery image, and then install it back
> onto the system - specifying a different disk than the original boot
> disk.
>
> It's always a good idea to have bootable recovery archives available
> for system recovery.
>
>
> Eric Stahl
>

Hello,

you could simply mirror your root disk. This will prevent a crash in case of hardware failure. It will not protect against accidently deleteing files etc.
E.g pvcreate -fB /dev/c0t1d0, mkboot /dev/rdsk/c0t1d0, vgextend vg00 /dev/dsk/c0d1d0, mkboot -a "hpux -lq" /dev/rdsk/c0t1d0 (and c0d0d0), lvextend -m 1 /dev/vg00/lvol1 etc. up to lvol8, lvlnboot -R, vi /stand/bootconf.

Even simpler is a dd of your whole disk to another identical disk (if your root volume group is NOT mirrored). dd if=/dev/rdsk/c0t0d0 of=/dev/rdsk/c0t1d0 bs=1024 (for example). In case of a failure you would just physically swap your root disks.


Yours, Hans Martin.
Reply With Quote
  #4 (permalink)  
Old 01-22-2008, 12:35 PM
Vishwas Pai
 
Posts: n/a
Default Re: Clone root disk

yazoo wrote:
> Hi
>
> Today I have question about clone root disk on HP-UX 11.00 if is possible
> and how i can clone my root disk,?
>


Sorry, not what you want. But for 11i V2 & V3 you can use DRD...

hp.com/go/drd

--vishwas.
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 07:44 PM.


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