You have a number of options, depending on the way the system was built. The simplest way would be to use the "mksysb" command, but this depends on the machine being in single user mode.
You don't actually say if the system is SAN attached or is it an LPAR, could really do with some additional information about the system here.
As to the "mksysb" command, you will find all the requisite information in the man pages. To access these, logon to the server and run the command man mksysb for the other information we require the following.
To identify the disk information run lsdev -Cc disk and to identify whether you are in an LPAR run "lparstat" from the HMC
Thanks a lot for that .
lparstat command returned the below when tried from AIX itself
When lparstat command is issued from HMC,it returned the following,
Can you please suggest how i can go further , also can you brief about the mksysb command for me please.Thanks
Can you please suggest how i can go further , also can you brief about the mksysb command for me please.Thanks
An mksysb is a backup image of the rootvg along with some code to make the image bootable and restorable. You take it, boot a blank system with this image and have an exact duplicate, save for the IP adresses (there is a special point in the boot process to enter new IP addresses to avoid duplicates).
All this information could you have gleaned from the man page, as gull04 has suggested you do. Basically a mksysb does a backupvg rootvg (for the backupvg command see the man page) and ultimately uses backup (has also a man page - read it) to do the backup.
To understand what is in this image do the following command on your system:
You will see a list of filesystems similar to this one:
These filesystems (which hold every part the systems configuration) are the filesystems to be backed up into the image.
Regarding cloning a system: note that AIX 5.3 is not supported on any modern hardware: not on POWER7 and definitely not on POWER8. You might want to consider updating to something less than 5 years out of any support.
Hello to all,
Im having a new task in a new world (AIX - IBM Servers)
I have an IBM Server (Type - 9111-285 very old one) with one Hard disk (73 GB 10 K) with AIX 5.x, and I need to clone the existing disk to another with the same specifications.
Could you please give me some advice in order... (7 Replies)
Hello,
I have two AIX machine and i want to make the two nodes to be identical , so i will change the Hostname, IP and copy the hosts file to node 2.
anything else need to copy it from node 1 to node 2 to ensure that two nodes will be the same?
Thanks (8 Replies)
Hi,
I'm a new user of this forum and I'm not an expert of linux.
I have a broken old pc with red hat linux, I clone hdd to another pc with different mainboard and it's ok but it has only one problem, the usb ports not work.
In the boot this message appears:
... (9 Replies)
hello folks,
I have a 300GB ROOTVG volume groups with one filesystem /backup having 200GB allocated space
Now, I cannot alt disk clone or mirrorvg this hdisk with another smaller disk. The disk size has to be 300GB; I tried alt disk clone and mirrorvg , it doesn't work. you cannot copy LVs as... (9 Replies)
the following command will give me software ID from HP machine with hpux10.2:
>uname -a
HP-UX bmd350 B.10.20 D 9000/831 2011043966 64-user license
The string 2011043966 is the actual software ID which is used as number to license software.
Now my machine breaks down and I would like to... (1 Reply)
Hello;
Please,I did the clone on virtualBox, but the machines have the same IP address: eth2 Link encap: Ethernet HWaddr 8:00:27: f0: 92:19 inet addr: 192.168.1.4 Bcast: 192.168.1.255 Mask: 255.255.255.0
how to change the address please?
Thank you so much (6 Replies)
Hello Everyone,
Can someone help me to mount a SAN hdisk which contains a clone data copy(san) of the remote server to the another machine. Both servers are running in AIX.
Thanks in advance !
Regards,
Gowtham.G (3 Replies)
I've got two drives in the same Sun server and I've been cloning the boot drive to the secondary drive by using both ufsdump/ufsrestore and the dd command sucessfully.
When I try and boot the cloned drive I get the following error:
WARNING - /usr/sbin/fsck not found. Most likely the mount... (10 Replies)
I have a Sun Solaris 9 and I would like to clone the Operating System from a sun4u Sun Fire 480R machine to a Sun Fire 280R machine. The disk is the same size, the 480R has no space disk slot to the 280R disk for mirrioring, i have no external disk, I am not allowed to take the machine down.
... (1 Reply)
Hi,
i have to make an excect physical copie of a sun unix station harddisk.
I have to make all partitions the same on about 60 harddisks, and also they should contain the same data/info.
I have hade a look at commands 'DD' and 'UFSDUMP' but both of them are not sufficient enough.
Can... (5 Replies)