Hpux Disk Cloning

hello,

Anybody that has already running script or command that can disk clone the hpux machine

thanks

You can use dd

dd if=<source disk device> of=<target disk device> bs=<blocksize>

man dd

Regards

thanks msuluhan i got it