make a recovery CD/DVD - system has no writable devices


 
Thread Tools Search this Thread
Operating Systems AIX make a recovery CD/DVD - system has no writable devices
# 1  
Old 09-17-2007
make a recovery CD/DVD - system has no writable devices

Hi,

Has anyone please got some advise as to how I can make a CD/DVD on an AIX 5.3 system so that it can be fully recoverd just by inserting the backed up system.

The system that I need to recover has no writable devices, not even a tape drive (it wasn't specified by me btw).

I am trying to use mksysb but am unsure if it will re-create the LVM layout as well. I want this system to be fool-proof so that the non-unix users at the remote site can use the recovery system.

Is this possible ??
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

To make an ftp server writable

I want to implement an FTP server on RHEL 5.8 system where the users can upload files either from RHEL or Windows systems but am not able to copy files to it from a browser session. For eg. URL - ftp://10.101.17.80/incoming I want to copy files from to it from my Windows... (3 Replies)
Discussion started by: RHCE
3 Replies

2. HP-UX

Lpadmin(1M) rejects devices writable by lp

When we executed a lpadmin command, the following error was output. # lpadmin -phsaprinter -v/home/hoge/lpfile -mrmodel -ocmrcmodel -osmrsmodel -ormhsaprinter -orphsaprinter lpadmin: can't access file "/home/hoge/lpfile" /home/hoge/lpfile is the file other user made. The... (1 Reply)
Discussion started by: madhurtripathi
1 Replies

3. OS X (Apple)

How to control devices (DVD) ??

Hi, I have a problem controlling devices on my iMac. The internal DVD is no longer working. Therefore I have bought a new external DVD, but some programs use the internal by default (Boot Camp for instance). Since iMac, runs UNIX beneath the Mac OS X, I hope to do some magic, by unmounting... (1 Reply)
Discussion started by: ASL123
1 Replies

4. UNIX for Dummies Questions & Answers

Problem controlling devices (DVD)

Hi, I have a problem controlling devices on my iMac. The internal DVD is no longer working. Therefore I have bought a new external DVD, but some programs use the internal by default. Since iMac, runs UNIX beneath the Mac OS X, I hope to do some magic, by unmounting the internal DVD and put... (0 Replies)
Discussion started by: ASL123
0 Replies

5. UNIX for Dummies Questions & Answers

How to make a FreeBSD hdd writable from WinXP?

Hey, I was wondering how I can write/edit files on my FreeBSD hdd from windows XP. I specifically need to fix a change I made to /boot/defaults/loader.conf that made it impossible to boot into my FreeBSD hdd. It's a simple fix, but since I can't boot into FreeBSD, I have to fix it from my Windows... (2 Replies)
Discussion started by: Xandor
2 Replies

6. HP-UX

IGNITE / Make recovery

Hi, Currently, we are doing make recovery in our servers but dds tape drive of 1 of our servers is not working. I suppose to use external dds tape drive but the problem is that there is no slot from the server for the scsi type external dds device. Is it possible to use drives from other... (5 Replies)
Discussion started by: Tris
5 Replies

7. Shell Programming and Scripting

make recovery tape for solaris

Hello All I am need of amke recover tape for solaris.Could anybody tell me how do i create a make recovery tape for solaris.I am on sun-solaris 2.8 regards Hrishy (2 Replies)
Discussion started by: xiamin
2 Replies

8. HP-UX

Creating A Make Recovery Tape

A customer called me and stated that when they created a make recovery tape for their hp-ux 9000/770, it wiped out three of their volume groups from the lvmtab, fstab, /dev directory(all associated files). I didn't believe them until I conducted a tech assist. I restored their system by recreating... (3 Replies)
Discussion started by: spawarrior
3 Replies
Login or Register to Ask a Question
RECOVERDM(1)						      General Commands Manual						      RECOVERDM(1)

NAME
recoverdm - recover filesdisks with damaged sectors SYNOPSIS
recoverdm -t type -i filedevicein -o fileout [-l list] [-n retries] [-s speed] DESCRIPTION
recoverdm This program will help you recover disks with bad sectors. You can recover files as well complete devices. In case if finds sec- tors which simply cannot be recoverd, it writes an empty sector to the output file and continues. If you're recovering a CD or a DVD and the program cannot read the sector in "normal mode", then the program will try to read the sector in "RAW mode" (without error-checking etc.). This toolkit also has a utility called 'mergebad': mergebad merges multiple images into one. This can be useful when you have, for example, multiple CD's with the same data which are all damaged. In such case, you can then first use recoverdm to retrieve the data from the damaged CD's into image-files and then combine them into one image with mergebad. OPTIONS
-t type is 1 for files, 10 for floppy disks and 40 for IDE disks (try -h for a complete list) -i filedevicein is the device or file you want to recover. -o fileout is the file where to write to. This file should not already exists. -l list This file will contain the offsets of the bad blocks as well as the size of the bad blocks. This file can be used together with the image with the mergebad utility. -n retries Number of retries before going on with next sector, defaults to 6. -r RAW read Number of retries while reading in RAW mode before going on with next sector, default to 6. -s rotation speed Speed of the CD-ROMDVD, defaults to 1. -h Gives the help message. SEE ALSO
gddrescue(1), dd_rescue(1), testdisk(1), gpart(1) AUTHOR
Folkert van Heusden <flok@xs4all.nl>, Home page is <http://www.vanheusden.com/recoverdm/> recoverdm Version 0.19 RECOVERDM(1)