Sponsored Content
Full Discussion: Need to take MKSYSB backup
Operating Systems AIX Need to take MKSYSB backup Post 302343279 by zxmaus on Wednesday 12th of August 2009 05:14:46 AM
Old 08-12-2009
Hi,

the below is what our tips and tricks sheet says about doing this. I haven't tested it though since we do not have physical access to our boxes anyway. But you might want to give it a try?

Rgds
zxmaus


On the server, look for a file system with about 3-5 GB free space.

For the example below, there is a /backup file system with 10GB
free space.

1. Create the directory structure needed by the OS backup procedure

Code:
mkdir -p /backup/mkcd/mksysb_image
mkdir -p /backup/mkcd/cd_fs
mkdir -p /backup/mkcd/cd_images

2. Run the OS backup command "smit mkcd". (Note that you could also run
"smit mkdvd" but this requires that you have a DVD writer.)

Code:
smitty mkcd

The first screen is a dialogue box asking if you want to use an existing
mksysb image. Answer "no" to this question and press the
ENTER key.

In the smit screen that follows, change the following fields to the
values listed below:

"File system to store mksysb image"
Value: /backup/mkcd/mksysb_image

"File system to store CD file structure"
Value: /backup/mkcd/cd_fs

"File system to store final CD images"
Value: /backup/mkcd/cd_images

Remove final images after creating CD?
Value: no

"Create the CD now?"
Value: no

Execute the command by pressing the ENTER key.

The command will run for a while and then it should indicate that the OS
has been backed-up and the CD images have been created.

Exit the SMIT screen.

Check the images:
Code:
cd /backup/mkcd/cd_images
ls
cd_image_123456.vol1 (680MB)
cd_image_123456.vol2 (356MB)

Move (FTP) the images to a system equipped with a CD-writer and burn
them unto blank CD-R CDs.

NOTE: you may need to rename the images for some Windows-based
CD-writing software to recognize them as valid CD images.
e.g., from a command prompt rename the files with:
Code:
move cd_image_123456.vol1 cd_image_123456.vol1.iso

(on Windows)
Code:
move cd_image_123456.vol2 cd_image_123456.vol2.iso

(on Windows)

Code:
mv cd_image_123456.vol1 cd_image_123456.vol1.iso

(on Unix)
Code:
mv cd_image_123456.vol2 cd_image_123456.vol2.iso

(on Unix)
This User Gave Thanks to zxmaus For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

AIX + backup or mksysb (yes i did a search)

Whats up guys. I dont ask many questions but this time i need a quick one answerd. NOS: AIX 4.3.3 and 4.3.2 BOX: RS/6000 F50 i have 12 pv's (mirrored) and 2 vg's and i want them both backed up @ once on one tape drive so i can do it via cron. I have looked at mksysb and backup. my main... (5 Replies)
Discussion started by: Optimus_P
5 Replies

2. AIX

mksysb backup

How I can to obtain a full Backup of a AIX server with the command "mksysb"?? what is the correct form? Thanks (1 Reply)
Discussion started by: granador
1 Replies

3. AIX

mksysb backup testing

Hi All i have a number of IBM servers with different models, and i want to do a backup for the rootvg using mksysb and that backup will be stored on a 4mm DDS tape. i have only one machine (p550) which i can use it for testing purposes, so the quesion is that can i test my mksysb backups on... (6 Replies)
Discussion started by: TheEngineer
6 Replies

4. AIX

mksysb backup

hi guys, i just want to take my server's mksysb backup through dvd-rom.but am having the doubt that, while am taking the mksysb backup in image it shows 8GB. So can i confirm that it takes 2 dvds and after writing in 1st cd it will ask for 2nd cd?????? please help me out. (1 Reply)
Discussion started by: rrlog
1 Replies

5. AIX

Question about restoring from mksysb backup

Hello, Last night I applied a DB2 fix pack which is now causing problems with the application that uses db2. Prior to applying the fix pack I did a mksysb(rootvg) which includes the file system that has db2 installed on it. If I do a restore from this will it restore the db2 version back to... (1 Reply)
Discussion started by: jyoung
1 Replies

6. AIX

How to restore from mksysb backup

system is not booting ... i want to restore from mksysb backup. (2 Replies)
Discussion started by: AIXlearner
2 Replies

7. AIX

mksysb backup

hi we are having one rootvg in that we created one lv named mksysb_backuplv and normally script will run accordingly to take the backup in the cron,here i just want to know if any rootfilesystem was correpted like /usr or /tmp ,then how could i restore the particular filesystme from the... (1 Reply)
Discussion started by: senmak
1 Replies

8. AIX

MKSYSB backup

Hi, Currently we are taking mksysb backup through smitty mksysb command and directing the backup to happen on a tape.We have inbuilt tape drives in the AIX servers. Can we take the mksysb backup through 3rd party software tool (Symantec netbackup of IBm TSM). If yes what is the procedure and... (4 Replies)
Discussion started by: dwiravi
4 Replies

9. AIX

Need help with mksysb backup on a DVD

i have an AIX server and planning to upgrade the operating system, before that i want to take a system backup which can be used in case of upgrade failure. i dont have NIM server t hold the mksysb backups. so i have the only option of taking the backup on DVD. i have the following optical drive... (5 Replies)
Discussion started by: saikiran_1984
5 Replies

10. UNIX for Advanced & Expert Users

Installation through mksysb image backup

Hi Experts, I am very new to AIX, I have a mksysb image in one of my aix server (V6), I would like to install this mksysb image on newly lpar. Is it possible without tape and NIM? Advice would be appreciated. Regards, Rockie (11 Replies)
Discussion started by: aix.rockie
11 Replies
All times are GMT -4. The time now is 02:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy