Question on CD writer & backup


 
Thread Tools Search this Thread
Operating Systems AIX Question on CD writer & backup
# 1  
Old 02-26-2009
Question on CD writer & backup

Hi All,

1. I have many AIX system here but none of them has any CD writer. I want to buy external CD writer so I can move around when needed. Can some one tell me which one they have. Please let me know exact model number so it will be easy for me to order it. I tried going to IBM web site, after half hour I still can't find it.

2. I did mksysb and save the image to NFS drive. That image is not bootable. I don't have NIM server, is there any other way, to make that bootable?
# 2  
Old 02-26-2009
You could boot with a normal CD/tape and then restore the saved mksysb image. But honestly, why you do not simply create a NIM server and be done eludes me. It will definitely be easier AND cheaper to do that than to have to shuffle around a DVD writer.

I hope this helps.

bakunin
# 3  
Old 02-27-2009
OK, I guess I have no choice then to build NIM server. I don't know much about NIM, I guess I will learning NIM this weekend. :-). Thanks for your advise.
# 4  
Old 02-27-2009
You might want to read this for a (very short) introduction to the operation of NIM.

I hope this helps.

bakunin
# 5  
Old 02-28-2009
There is another option... assuming you are using AIX 5.3 or higher, and you can move files from your NFS server to your workstation that has a DVD burner you can do the following:

Clean up the /tmp folder and any other files you don't want as part of the backup on the system


(If you don't have the disk space to backup the system to itself, you can re-direct the backup file to a NFS share.)

--------------------------------
Part 1:

(Make a tmp folder and use that path)

mksysb -i -e -p /tmp/mig/mksysb_hostname

You will now be left with a large file in the /tmp/mig folder (or what ever you named the folder)

--------------------------------
Part 2
Make DVD iso images from the large file that mksysb made.
The second half of the job will split the backup file into DVD sized files (~3.5GB)


These new files will be in the following format: cd_image_XXXXX.volx


mkcd -m /tmp/mig/mksysb_hostname -S -I /tmp/mig -L


--------------------------------
What do these flags do?


-m tell where is the mksysb generated
-S do not try to burn directly to the dvd drive, instead stop and leave the iso in a dir
-I dir where the iso file is created
-L indicate that you want dvd images. Without, it create cd images.

--------------------------------

now that you have the .volx image files... you can delete the mksysb_hostname file.

--------------------------------

Part 3

move these DVD sized files to another machine that has a DVD Burner
ie. move them to your NFS share and then to you workstation


Rename these files to .iso and your burning software will let you burn the images

-------------------------------

The DVD's will now be bootable

Other things to note:

The HDD must be equal to or greater then the original HDD size. On the machine your about to put the image on, make sure you set it to boot from CD/DVD.
If the image is going on a blade server, make sure you are connected to the machine via SOL before you get started


You will get some errors after restoring like.... IP Address and hostname will be the same as the machine you imaged. if you run into this you can boot the machine in the the SMS menu and boot to Service Mode Boot and go into Single User Mode



Hope this helps
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk Help: quick and easy question may be: How to use &&

Hi Guru's. I am trying to use to check if $5 is greater than 80 & if not 100, then to print $0 : awk '{ if ($5>80) && if ($5 != 100) print $0} But getting error: >bdf1|sed 's/%//g'|awk '{ if ($5>80) && if ($5 != 100) print $0}' syntax error The source line is 1. The error... (6 Replies)
Discussion started by: rveri
6 Replies

2. UNIX for Advanced & Expert Users

imap & rsync - doing backup & restore

Hi ALL... I have an IMAP server & I have setup rsync to copy all mailboxes (MailDir) to a remote backup machine. rsync is working fine and is copying my files. I need some advice on how to restore a particular mailbox when a user makes a request assuming she has has deleted an important... (1 Reply)
Discussion started by: coolatt
1 Replies

3. AIX

backup & restore a volume group

Dear All, I would like to ask about saving & restoring a user defined volume group. i have a user defined volume group, named as datavg. i want to save it & to restore it into different size of physical volume. currently, datavg consist of 4 pv, three fisrt pv size are 100GB & one pv size is... (1 Reply)
Discussion started by: donybangetgitu
1 Replies

4. Programming

Question about read writer lock

From <<Advanced Programming in the Unix>> section 11.6, it says: Although implementations vary, readerwriter locks usually block additional readers if a lock is already held in read mode and a thread is blocked trying to acquire the lock in write mode. This prevents a constant stream of readers... (5 Replies)
Discussion started by: robin.zhu
5 Replies

5. SCO

SCO 6. Backup & Restore from USB

Finaly got usb working on sco6. If anyone need help with that just ask. My final goal is to able to do a complete system backup/restore to/from usb. The problems I need help with 1. Can't cpio to usb device. Getting an error message device not found 2. When booted from sco6 emergency... (3 Replies)
Discussion started by: miles556
3 Replies

6. Solaris

Error using usfdump for backup & restore ?

Hello buddy, I used usfbackup command but error after full backup Solaris 5.5.1 /dev/c0t3d0s0 / /dev/c0t3d0s6 /usr I get error when restart after complete full backup Can't load the root file system Type 'go' to resume ***FULL MY STORY*** ... (1 Reply)
Discussion started by: posky
1 Replies

7. SCO

Openserver 6 & using a NEC DVD Writer

I'm trying to configure Openserver 6 with a NEC DVD writer to use as a backup - the DVD writer was originally installed as /dev/cd0 and installed the operating system. How do I mount the DVD writer and what command and mount point should I use? What program is available to support writing to... (2 Replies)
Discussion started by: ifleet2007
2 Replies

8. HP-UX

hp unix backup&restore

Dear frnds, i am going to use hp-ux11i first time, actually migrated from true64unix(digital), Now confused with the backup and restore procedures, i was using vdump and vrestore in that which was really much comfortable.could you suggest which is best type backup(similar to vdump and vrestore)... (8 Replies)
Discussion started by: jestinabel
8 Replies

9. Solaris

questions about configuration & backup strategies

In our lab we are in the process of reevaluating the overall setup of our Sun workstations. I'd like to get the opinions of other system administrators on some general strategic questions: 1. If the goal is to try to guarantee identical functioning of all workstations within the lab, which... (1 Reply)
Discussion started by: eje4
1 Replies

10. UNIX for Dummies Questions & Answers

Backup Date & Time

:confused: I'm not really sure about the default backup date & time in our Unix system and I would like to change it to a convienient time...how do I do that? Please help? (1 Reply)
Discussion started by: EbeyeJJ
1 Replies
Login or Register to Ask a Question