mkdvd mkcd mksysb from file fails


 
Thread Tools Search this Thread
Operating Systems AIX mkdvd mkcd mksysb from file fails
# 8  
Old 06-04-2009
mkdvd -d /dev/cd0 -m /fullpath_to_mksysb_image


From one system to other
===================
smitty mkdvd
use an existing mksysb image? --> no
Select format
-->leave DVD-R or DVD-RAM Device blank
-->fill in the File System to store mksysb image to, etc.
-->create the DVD now --> NO.
-->save images --> yes
After the image is created on your machine:
1. FTP it to the server with the DVD burner
2. Run smitty mkdvd
--> an existing image YES.
# 9  
Old 06-07-2009
The problem I am facing is when I am trying to restore files or directories from the image.data on the server.

Here is what I did:

1) made mksysb on a file called image.data on the location /whatever/image.data on host ABC

2) on the same host ABC, i tried to restore some files from the OS backup which i made on the location /whatever/image.data

when I do this or restore the entire backup (from the same host to same host) my backup gets corrupted..

anyone faced this problem...

Check here
http://www.docstoc.com/docs/7138105/...-AIX-V5-and-V6
http://www.ibm.com/developerworks/fo...hreadID=268146


Quote:

To make the dvd image on the filesystem
mkdvd -S -I /folder

and to burn that image to DVD-RAM
mkdvd -d /dev/cd0 -m /fullpath_to_mksysb_image

or
mkdvd -d /dev/cd0 -I /fullpath_to_file


SEE HERE FOR THE SOLUTION:
Need to take MKSYSB backup

Last edited by filosophizer; 09-06-2009 at 10:19 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Mkdvd mksysb

hello How can I know which files did not get backuped Command: OK stdout: yes stderr: no Before command completion, additional instructions may appear below. Initializing mkcd log: /var/adm/ras/mkcd.log... Verifying command parameters... Creating image.data... (1 Reply)
Discussion started by: filosophizer
1 Replies

2. AIX

Restore file from mksysb file

Hello, I have a mksysb backup OS image. I can restore the file from there, but the issue is the restored file include the whole path :confused: listvgbackup -f /backup/xxx/mksysb.xxx.20190316 -r -s -d /home/aaa/ ./home/bbb/nohup.out I plan to restore nohup.out from /home/bbb/nohup.out to... (5 Replies)
Discussion started by: Phat
5 Replies

3. AIX

Can I use mkdvd to create bootable DVD from mksysb on tape

Hi, Is it possible to use mkdvd to create a bootable DVD using a mksysb on tape as the source image? On the system concerned, we don't have enough free space to create the mksysb to file first, so would like to use the existing tape mksysb backup. The DVD disk/s will then be used to boot a... (4 Replies)
Discussion started by: alanp36
4 Replies

4. AIX

Mkcd and mkdvd errors

Hi all, i use both mkcd and mkdvd for making bootable images of aix 5.3 servers i have. They have dvd reader but no writer. I have the following questions/errors: 1. When the process of mkcd/mkdvd is running and i have 61510 of 61510 files (100%) 0512-038 mksysb: Backup Completed... (1 Reply)
Discussion started by: stetsip
1 Replies

5. AIX

Using mkdvd to create bootable mksysb on dvd reports success but nothing on dvd?

Hello, Running AIX 7.1 7100-00-03-1115, trying to make a mksysb image to a dvd drive using mkdvd. My final command looks like this.. mkdvd -e -V rootvg -R -C /usr1/AIXADMIN/mkcd/cd_fs -I /usr1/AIXADMIN/mkcd/cd_images -M /usr1/AIXADMIN/mkcd/mksysbimage -d /dev/cd0 -Y When i run this... (3 Replies)
Discussion started by: c3rb3rus
3 Replies

6. AIX

Mksysb mkdvd rootvg > 6gb

Hello, Just wondering if I don't have tape drive or NIM server then what are the possible ways to make mksysb ? My DVD-RAM has only 4GB capacity where as my rootvg is more than 6GB anythoughts ? POSTSCRIPT: SEE HERE FOR THE SOLUTION:... (1 Reply)
Discussion started by: filosophizer
1 Replies

7. AIX

mksysb file image

Hello, I have an mksysb image in my disk, created like: # mksysb -i /mnt/backup/lpar2.image I want to know if this image could be copied to a tape and make it a boot image. Thanks Enzote (3 Replies)
Discussion started by: enzote
3 Replies

8. AIX

How do I create a bootable mksysb image file

I have several systems which require software maintenance several times a year. After the software maintenance, it is required that we make two system tapes for DR purposes. The creation of these system tapes takes anywhere from 1-1.5 hours because of the performance of the tape drives. What I... (7 Replies)
Discussion started by: acascianelli
7 Replies

9. AIX

mksysb file packing

Hi, I have a tape made with mksysb on an AIX machine that will not restore, the system is dead to the point of needing an op sys reload. I am trying to restore some critical data files and can read the tape image with dd on another system (SCO). I have worked out the file headers enough to... (0 Replies)
Discussion started by: ovingtond
0 Replies

10. UNIX for Advanced & Expert Users

file <filename> fails

Hi Friends I tried to find the file type of a file on my linux machine by using the following command file xy.txt instead of getting the file type i got following message file: couldnot found any magic files! What is wrong on this how can i find the file type? Regards Shekar (2 Replies)
Discussion started by: kingskar
2 Replies
Login or Register to Ask a Question