![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to restore splitted DD file | coolmans | UNIX for Dummies Questions & Answers | 3 | 07-03-2008 12:30 AM |
| How to restore file after remove? | vishalpatel03 | Shell Programming and Scripting | 4 | 02-19-2008 01:41 PM |
| how can i restore a deleted file | wojtyla | Linux | 2 | 02-20-2005 01:50 PM |
| tar - restore a file | frustrated1 | SUN Solaris | 2 | 01-12-2004 07:15 AM |
| How do I restore the etc/shadow file | Youngadmin | UNIX for Advanced & Expert Users | 2 | 01-08-2002 02:32 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
4.3.3 restore from file
I had a hard drive fail and am trying to restore a system backup from a file I created about two years ago. At the time I did not have a tape device to use nor a writeable CD drive so I just backed up the machine to a NFS drive. When I created the backup, I used it to set up another machine with the same configuration and it worked so I am pretty sure it is a valid backup. Now I cannot find the documentation I used to perform the backup (to see what I did) nor the info I used to restore the backup to another machine. Any ideas of how this might work? I have searched around for a how-to but have not found one.
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Did you create the backup with
cpio? tar? backup? mksysb? This is as good a start as any... IBM Wikis - AIX 5L Wiki - AIXV53Backup |
|
#3
|
|||
|
|||
|
I used mksysb to direct the backup to a file instead of a tape... I was able to get the restore work for the most part when I increased the size of my /usr filesystem to handle the data being restored. Now the machine boots up fine but there is a problem with the tcpip. When the machine booted up it came up with the correct name but incorrect ip address, I used both smitty and mktcpip to change the ip address and I got this error:
# mktcpip -h 'catia16' -a '192.168.8.116' -m '255.255.255.0' -i 'en0' -t 'N/A' en0 catia16 Method error (/usr/lib/methods/chginet): 0514-068 Cause not known. exec(): 0509-036 Cannot load program /usr/lib/methods/chginet because of the following errors: 0509-130 Symbol resolution failed for chginet because: 0509-136 Symbol __which_res_state (number 35) is not exported from dependent module /usr/lib/libc.a(shr.o). 0509-192 Examine .loader section symbols with the 'dump -Tv' command. mktcpip: Problem with command: chdev , return code = 1 what is causing this? I changed the ip address and name in the /etc/hosts and it seems to be fine but I would like to be able to change within smitty or by changing parameters with mktcpip at the command line. All NFS mount work, I can telnet to it, and all other communication seems fine. |
|
#4
|
|||
|
|||
|
Quote:
Have you checked the uname and oslevel of what you think you have restored? |
|
#5
|
|||
|
|||
|
uname -a
AIX catia16 3 4 0003525F4C00 oslevel 4.3.3.0 Which is what I expect to see. However I was wrong when I said I could telnet to it. I cannot telnet or ping either to or from. I will try to use some of ML software I have to see if I can patch up the libc software. |
|
#6
|
|||
|
|||
|
Solution!
Just to close this out, this is what I ended up doing:
1. Installed Base 4.3.3 OS to get machine up and running. 2. Downloaded and installed firmware update for CDROM 3. Used network mounts to get OS ML up to 11. 4. Transferred backup image from old machine to CD 5. Brought new machine down to maintenance shell 6. Created CDROM file system. 7. Mounted cdrom and restored backup image onto new machine. 8. Rebooted new machine, updated /etc/hosts file, tested network communication (ping, telnet and ftp) and then reinstalled software to get machine back up to ML11. Machine works fine and was deployed to end user this morning. |
|
#7
|
|||
|
|||
|
Excellent, thanks for posting your eventual fix as well.
|
|||
| Google The UNIX and Linux Forums |