Sponsored Content
Full Discussion: IBM AIX 5.2 cloning Hdds
Operating Systems AIX IBM AIX 5.2 cloning Hdds Post 302999416 by MichaelFelt on Tuesday 20th of June 2017 02:15:33 AM
Old 06-20-2017
Hi,

a) AIX 5.2 does not virtualize the same way AIX 5.3 can (no virtual ethernet, no microparititions). The product you needed for that is vWPAR 5.2 - and, as the AIX 5.3 version is rumored to be withdrawn from marketing soon - I am going to guess the vWPAR 5.2 version is already withdrawn.
b) make an mksysb image asap to a file, do not worry about it being bootable or not. Just make sure you have the image.

More to come - my ride has arrived.

So, a day later... continuing as promised.

c) to test your DVD making process - years ago (AIX 5.3 ML05 days) I wrote a short article on how to create a bootable DVD/CD (CD will work in this case) - so that you could then read and install an mksysb file from a second DVD. This was a problem I was having when moving things from some old P43-140 systems to a POWER4. If I recall correctly, the process describes (see http://www.rootvg.net/content/view/134/88/) how a previously captured "mksysb" file can be used as input to the mkDVD process. The mksysb image created was the minimum needed to create a bootable disk.
Largely I gave up on mkDVD as a workable backup method (running the command "live" means you need to have 3X space - the actual system, the temp mksysb file it makes, and then the iso9660 file(s) it creates. One thing I learned to not do is let mkDVD write directly to the DVD (although that is probably not what you have - my POWER4 had a DVD/RAM device, soI could also use the -U option (write as UDF format to the RAM-DVD (special kind of RW-DVD media). (basically, it was so horrendously slow I always wrote to files, transferred them to a PC and burned the DVD on my PC).

So, hoping your system is still alive enough for you to make an mksysb image - I also highly recommend backing up as many non-OS related files (i.e., your real data) in a tar file - so it is easily readable on various platforms.

If you have access to any AIX 5.3 media - this should accept most applications supported on AIX 5.2 - then you could try the process of migrating your applicaitons to AIX 5.3 - and then run that on vWPAR for AIX 5.3.

Hope this helps!

Last edited by MichaelFelt; 06-21-2017 at 07:30 AM.. Reason: promised to continue...
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Aix Cloning

Is there anyone out there who knows anything about aix cloning? I would be very grateful for any information at all. Thanking you in advance :) (4 Replies)
Discussion started by: annette
4 Replies

2. AIX

Help-----ibm Aix???

:confused: Hello everybody, I am a totel dummy when it comes to UNIX!!! Must be wondering what I am doing here right? I'm most keen on knowing about-it-all. I need help. Wanna know all about the IBM AIX. The versions, the latest. Please tell me how do I go about my search. Thanks a... (3 Replies)
Discussion started by: rtanuja
3 Replies

3. HP-UX

hdds physically

Hi, I've a HP-UX 10x running on HP9000 box and also I have 3 scsi hdd(9Gb), one of them is working. I need to check the other 2 hdd physically. Is there an utility to check them from unix or another way to do it? Thanks.... (5 Replies)
Discussion started by: efrenba
5 Replies

4. UNIX for Advanced & Expert Users

how is IBM-AIX better..?

why IBM-AIX is preferred over HP-UX ..... In what way it is better for infrastructure......? Suggestions are welcome... Suggest you read the RULES (0 Replies)
Discussion started by: bishweshwar
0 Replies

5. AIX

IBM-AIX Technical Help

Hi All :b:, Motto : I am in need of IBM-AIX INTERVIEW QUESTIONS. I am working as an a operator, on solaris 5.10 env. i have got an opportunity of IBM-AIX Administrator Job. I really don't want to miss this opportunity. By the way i have basic knowledge of Solaris UNIX, I have confident i... (7 Replies)
Discussion started by: imrankhan.in
7 Replies

6. AIX

ibm aix L1

hello all, can anyone send me ibm aix L1 interview questions... thank u guys...jiyojith (0 Replies)
Discussion started by: jiyojith
0 Replies

7. AIX

IBM AIX on IBM Eseries & x series server

Hi, I want to know whether IBM AIX can be installed on the IBM e series and x series server hardware? Thanks & Regards Arun (2 Replies)
Discussion started by: Arun.Kakarla
2 Replies

8. AIX

pwage-aix for IBM AIX servers

This is the password aging script for aix just completed. So far tested and still testing on one of our aix server running 5.3.0.0. So anyway as you can see it is very similar to pwage-hpux-T the only difference on aix /etc/passwd file looks in this format. Also for this script to work you need to... (0 Replies)
Discussion started by: sparcguy
0 Replies

9. AIX

AIX Server Cloning

Hi, Is there disadvantages if we do AIX Serevr cloning to the new AIX server. Thanks in advance (2 Replies)
Discussion started by: kmsekhar
2 Replies

10. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies
dvdbackup(1)						      General Commands Manual						      dvdbackup(1)

NAME
dvdbackup - Tool to backup DVDs SYNOPSIS
dvdbackup [OPTION]... DESCRIPTION
This manual page documents briefly the dvdbackup command. This manual page was written for the Debian distribution because the original program does not have a manual page. dvdbackup is a tool to extract data from video DVDs. It has the advantages of being small, fast, and easy to use. OPTIONS
A summary of options is included below. -h, --help print a brief usage message -V, --version print version information -I, --info for information about the DVD -M, --mirror backup the whole DVD -F, --feature backup the main feature of the DVD -T X, --titleset=X backup title set X -t X, --title=X backup title X -s X, --start=X backup from chapter X -e X, --end=X backup to chapter X -i DEVICE, --input=DEVICE where DEVICE is your DVD device. This switch only needs to be used if your DVD device node is not /dev/dvd -o DIRECTORY, --output=DIRECTORY where DIRECTORY is your backup target. If not given, the current working directory will be used. -v, --verbose print more information about progress -n NAME, --name=NAME (optional) set the title - useful if autodetection fails -a 0, --aspect=0 to get aspect ratio 4:3 instead of 16:9 if both are present -r {a,b,m}, --error={a,b,m} select read error handling: a=abort, b=skip block, m=skip multiple blocks (default) -p, --progress print progress information while copying VOBs Option notes -a is option to the -F switch and has no effect on other options -s and -e should preferably be used together with -t General backup information If your backup directory is /my/dvd/backup/dir/ specified with the -o flag, then dvdbackup will create a DVD-Video structure under /my/dvd/backup/dir/TITLE_NAME/VIDEO_TS. If the -o flag is omitted, the current directory is used. Since the title is "unique" you can use the same directory for all your DVD backups. If it happens to have a generic title dvdbackup will exit with a return value of 2, and you will need to specify a title name with the -n switch. dvdbackup will always mimic the original DVD-Video structure. Hence if you e.g. use the -M (mirror) you will get an exact duplicate of the original. This means that every file will have the same size as the original one. Likewise also for the -F and the -T switch. However the -t and (-t -s/-e) switch is a bit different the titles sectors will be written to the original file but not at the same offset as the original one since there may be gaps in the cell structure that we do not fill. EXAMPLES
dvdbackup -I gathers information about the DVD. /dev/dvd is the default device tried - you need to use -i if your device name is different. dvdbackup -M backups the whole DVD. This action creates a valid DVD-Video structure that can be burned to a DVD-/+R(W) with help of genisoimage. dvdbackup -F backups the main feature of the DVD. This action creates a valid DVD-Video structure of the feature title set. Note that this will not result in an image immediately watchable - you will need another program like dvdauthor to help construct the IFO files. dvdbackup defaults to get the 16:9 version of the main feature if a 4:3 is also present on the DVD. To get the 4:3 version use -a 0. dvdbackup makes it best to make a intelligent guess what is the main feature of the DVD - in case it fails please send a bug report. dvdbackup -T 2 backups the title set 2 i.e. all VTS_02_X.XXX files. This action creates a valid DVD-Video structure of the specified title set. Note that this will not result in an image immediately watchable - you will need another program like dvdauthor to help construct the IFO files. dvdbackup -t 1 backups the title 1. This action backups all cells that forms the specified title. Note that there can be sector gaps in between one cell and another. dvdbackup will backup all sectors that belongs to the title but will skip sectors that are not a part of the title. dvdbackup -t 1 -s 20 -e 25 This action will backup chapter 20 to 25 in title 1, as with the backup of a title there can be sector gaps between one chapter (cell) and on other. dvdbackup will backup all sectors that belongs to the title 1 chapter 20 to 25 but will skip sectors that are not a part of the title 1 chapter 20 to 25. To backup a single chapter e.g. chapter 20 do -s 20 -e 20. To backup from chapter 20 to the end chapter use only -s 20. To backup to chapter 20 from the first chapter use only -e 20. You can skip the -t switch and let the program guess the title although it is not recommended. If you specify a chapter that is higher than the last chapter of the title dvdbackup will truncate to the highest chapter of the title. EXIT STATUS
0 on success 1 on usage error 2 on title name error -1 on failure AUTHORS
dvdbackup was written by Olaf Beck <olaf_sc@yahoo.com>, but is now maintained by Benjamin Drung <benjamin.drung@gmail.com> and Stephen Gran <sgran@debian.org>. This manual page was written by Stephen Gran <sgran@debian.org>. 0.2 2008-03-18 dvdbackup(1)
All times are GMT -4. The time now is 07:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy