Sponsored Content
Full Discussion: VIOS backup to DVD
Operating Systems AIX VIOS backup to DVD Post 302410335 by slow68 on Monday 5th of April 2010 03:44:27 PM
Old 04-05-2010
filosophizer - tried the "smitty mkdvd" command. The results were the same "burn_cd was successful" yet nothing is written to the DVD. It was a bit more verbose yet was not giving an error.

lo-lp-kl - Thanks for the link, I was in there before I posted here. I try and do my homework before asking for help - sometimes I do miss things though.

So far I have tested using DVD -R, DVD +R and DVD -RAM with the same results. So for grins I thought I might test without any media just to see if I could get an error message:

Code:
$ backupios -cd /dev/cd0 -cdformat -nosvg
Backup in progress.  This command can take a considerable amount of time
to complete, please be patient...

Initializing mkcd log: /var/adm/ras/mkcd.log...
Verifying command parameters...
0512-332 mkcd: Device /dev/cd0 does not appear to be ready.  For
information about possible causes, see  /usr/lpp/bos.sysmgt/mkcd.README.txt
  Continuing...
Creating image.data file...

0512-329 mkcd: User specified CD or DVD file system: /mkcd/cd_fs
needs an additional 4589964982 bytes.
Cleaning up...
$ $ backupios -cd /dev/cd0 -cdformat -nosvg
Backup in progress.  This command can take a considerable amount of time
to complete, please be patient...

Initializing mkcd log: /var/adm/ras/mkcd.log...
Verifying command parameters...
0512-332 mkcd: Device /dev/cd0 does not appear to be ready.  For
information about possible causes, see  /usr/lpp/bos.sysmgt/mkcd.README.txt
  Continuing...
Creating image.data file...

0512-329 mkcd: User specified CD or DVD file system: /mkcd/cd_fs
needs an additional 4589964982 bytes.
Cleaning up...
$

So it does seem to realize that the drive contains media.

Last edited by Scott; 04-23-2010 at 02:07 PM.. Reason: Code tags, please...
 

7 More Discussions You Might Find Interesting

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

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

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

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

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

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

7. 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
tccat(1)						      General Commands Manual							  tccat(1)

NAME
tccat - concatenate multimedia streams from medium and print on the standard output SYNOPSIS
tccat -i name [ -t magic ] [ -T title[,chapter[,angle]] ] [ -L ] [ -S n ] [ -P ] [ -a ] [ -d mode ] [ -v ] COPYRIGHT
tccat is Copyright (C) by Thomas Oestreich. DESCRIPTION
tccat is part of and usually called by transcode. However, it can also be used independently. tccat reads source (from stdin if not explicitely defined) and prints on the standard output. Directory contents is concatenated, if source files have the same format. Multiple AVI-files are also supported. OPTIONS
-i name Specify input source. If ommited, stdin is assumed. You can specify a file, directory, device, mountpoint or host address as input source. tccat usually handles the different types correctly. -t magic Tell tccat about the type of input. Currently only dvd is supported - any other parameter will be ignored. -T title[,chapter[,angle]] Select DVD title and extract only a single chapter with selected viewing angle. Setting the argument chapter to -1 means to process all available chapters on the DVD. If this option is given, the input type of dvd will also be assumed (see option -t). -L This option tells tccat to loop through all chapters starting at the one given with the option -T. -S n Seek to program stream (VOB) offset nx2kB before starting output. -P Stream full DVD title specified by -T. -a Use this option to dump an AVI-file/socket audio stream. The default is to extract and concatenate AVI-file video stream. -d level With this option you can specify a bitmask to enable different levels of verbosity (if supported). You can combine several levels by adding the corresponding values: QUIET 0 INFO 1 DEBUG 2 STATS 4 WATCH 8 FLIST 16 VIDCORE 32 SYNC 64 COUNTER 128 PRIVATE 256 -v Print version information and exit. NOTES
tccat is a front end for streaming various source types and is used in transcode's import modules. EXAMPLES
The command tccat -i /dev/dvd -T 1,-1 | mplayer - reads all chapters belonging to title 1 of a DVD (assuming that /dev/dvd/ is a symbolic link to a real DVD device) and pipes a MPEG program stream into player. AUTHORS
tccat was written by Thomas Oestreich <ostreich@theorie.physik.uni-goettingen.de> with contributions from many others. See AUTHORS for details. SEE ALSO
avifix(1), avimerge(1), avisplit(1), tcdecode(1), tcdemux(1), tcextract(1), tcprobe(1), tcscan(1), transcode(1) tccat(1) 15th January 2002 tccat(1)
All times are GMT -4. The time now is 04:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy