VIOS backup to DVD


 
Thread Tools Search this Thread
Operating Systems AIX VIOS backup to DVD
# 8  
Old 04-07-2010
filosophizer - I do appreciate your help, yet from my comment yesterday:
So far I have tested using DVD -R, DVD +R and DVD -RAM with the same results.

The command I'm using is a simple backupios and would rather stay out of smitty for the time being (since testing that did not resolve my issue). My thinking at this time is this issue is basically how the vios see's the DVD as a USB device.

Think for the time being I will table this issue with trying to burn the DVD as my deadline approaches and I will stick with making an iso and ftp to another work station to burn. Thanks for the help - I will continue to monitor this thread and will post the resolve when I get back to it.
# 9  
Old 04-07-2010
check if the cd-rom is mounted or not

please post here the results of these commands

Code:
# lsdev -Cc cdrom

# rmdev -Rdl cdrom

# cfgmgr -v

# lsdev -Cc cdrom

# mount /cdrom

# df -g

thanks

Last edited by Scott; 04-23-2010 at 02:07 PM.. Reason: Code tags, please...
# 10  
Old 04-23-2010
Just a quick note: working with IBM on this issue.

Was able to go into an LPAR and burn a DVD just fine, so the issue seems to be limited to the VIOS server.

Will post resolution when finished.
# 11  
Old 04-25-2010
slow68, what is the version of VIO server ?
# 12  
Old 04-25-2010
$ ioslevel
2.1.2.13-FP-22.1 SP-02
# 13  
Old 05-12-2010
Summary - Resolved

filosophizer - you called this one in an earlier reply

The solution was to use DVD-RAM and udf format.

backupios -cd /dev/cd0 -accept -udf -nosvg

Make note that if your vio server needs a second disk - someone will need to be present to change the disk when needed (we did not need multiple disks, our image fit on one disk).

Interesting side notes on this, the above command did not work a couple of days prior to the resolve. The DVD that was produced on the first attempt was not boot-able and had an incorrect file size. Since this is a project with a few people working on different things it is hard to duplicate.
At one point a reload from scratch was performed - could have contributed to our final success. The man file for this command has -cdformat listed yet that does not seem to work (with actually writing to disk). The command will complete with no errors just that nothing will be written to the DVD media.
Hope this note can help someone else.

Last edited by slow68; 05-14-2010 at 02:32 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. 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

2. AIX

No response when inserting mksysb backup DVD #3

Hello AIXians, I have a corrupted file systems in my AIX server (6.1), which are /var, /home & /opt. I tried many times to fix them using fsck but it gives me: 'Fatal I/O error'. So I decided to restore them from bootable mksysb DVD (4 DVDs) after booting from these DVDs. Every thing was... (0 Replies)
Discussion started by: Mohannad
0 Replies

3. AIX

VIOS backup

I have 4 VIO server. I have to take backup of VIOS. I got the command "backupios" for taking the backup. My question is if i am taking "backupios -tape /dev/rmt0 " whether it will take rootvg and all the user defined VG / File system which are using for virtual disk for client lpar. I... (4 Replies)
Discussion started by: sunnybee
4 Replies

4. AIX

VIOS IP address - separate vlan for vios servers ?

Hello, Lets say for simplicity that I do not use any vlan config inside my server - one lpar group use hea physical port1, another group hea physical port2. Physical port1 configured as vlan1 on external switch, physical port2 as vlan2. What is the common practice - should I isolate my vios... (0 Replies)
Discussion started by: vilius
0 Replies

5. 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

6. AIX

VIOS Backup

Dear friends.. Will it be OK if I backup VIO Server Using smit mksysb?? will it save all virtual host mapings etc...??? thanks in advance (3 Replies)
Discussion started by: Vit0_Corleone
3 Replies

7. Linux

How to take OS Backup of SLES 10 on DVD....???

Dear All, I have two intel xeon servers running with SLES 10 on a cluster environment (Veritas Cluster 4.1 - 2 Node Cluster - Active Passive). Both the systems are having hardware RAID 1 for OS disk. Both the systems are having DVD writer. I would like to take the OS backup on DVD which can... (0 Replies)
Discussion started by: jumadhiya
0 Replies
Login or Register to Ask a Question