RMAN backup destination changed on disk

11.2/Solaris 10

We had implemented the backups for a DB go using tape
 
CONFIGURE DEVICE TYPE SBT_TAPE PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
It worked very well.

Yesterday we had to take a special cold backup for this DB on the disk. By using the FORMAT parameter to point to the location of the disk, I took this backup in NOCATALOG mode IE. using the control as the catalog file.

Now, when I connected to the catalog for this DB and did a WHOLE SHOW. I see that the backup location is changed on the drive even in the catalog.
 
CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET PARALLELISM 1;
This has happened because of resynchronization. I think so.
So whenever I take disk based backups by using the control as the catalog file, I connect the real catalog RMAN schema and return to the location of backup using SBT_TAPE
 
CONFIGURE DEVICE TYPE SBT_TAPE PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
?

Hi Max,.
You can declare your allocation of channels within a block run like this:

Run {}
allocate channels c1 type DISK;

backup of database format <..>more archivelog format <..>;

output channel c1;
}

That she should not update the Setup value of the channels, rman to the Ribbon in the catalog or the controlfile.
Rgds,
Tycho

Tags: Database

Similar Questions

  • RMAN backup to the remote disk in Windows

    Hello

    I'm under Oracle 9.2.0.1 with Windows Server 2003 in Server A and Server B. My first DB is stored in the server a in the meantime my catalog RMAN is to Server B. I'm under RMAN to do the backup of the DB in Server A, which is short of space. So, I decided to put my backupsets to Server B since I got here a few hundred Gs. Overall, I will push the catalog RMAN backup script to Server B and store the backupsets to Server B.
    My problem is when I run the script, what either him or from a server or Server B, I get the following error. Tied together correspond to the configuration of RMAN settings.

    Error:

    ***********************************************************************************
    RMAN > backup database;

    From backup 20 August 09
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 13 devtype = DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid = 9 = DISC devtype
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: sid = 14 devtype = DISK
    channel ORA_DISK_1: from full datafile backupset
    channel ORA_DISK_1: specifying datafile (s) in backupset
    input datafile fno = 00012 name = F:\ORADATA\DRDB\DATA\DATA01. DBF
    channel ORA_DISK_1: starting piece 1 at 20 August 09
    channel ORA_DISK_2: from full datafile backupset
    channel ORA_DISK_2: specifying datafile (s) in backupset
    input datafile fno = name 00002 = F:\ORADATA\DRDB\DATA\DATA07. DBF
    channel ORA_DISK_2: starting piece 1 at 20 August 09
    channel ORA_DISK_3: from full datafile backupset
    channel ORA_DISK_3: specifying datafile (s) in backupset
    input datafile fno = name 00006 = E:\ORADATA\DRDB\INDEX\INDX01. DBF
    channel ORA_DISK_3: starting piece 1 at 20 August 09
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 2009-08-20 17:06:
    56
    ORA-19504: cannot create the file '\\ServerB\f$\drdb\backupset\BackupDRDB_DB_39k '.
    n665g_105_1 ".
    ORA-27040: skgfrcre: error, unable to create the file
    04002 - OSD: could not open the file
    S/O-error: (OS 5) access denied.

    RMAN > show all.

    RMAN configuration parameters are:
    CONFIGURE REDUNDANCY 10 RETENTION STRATEGY;
    CONFIGURE BACKUP OPTIMIZATION # by default
    SET UP DEFAULT DISK DEVICE TYPE; # by default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FOR DEVICE TYPE DISK FORMAT to ' \\ServerB\f$\d
    rdb\controlfile\Backup%d_CTL_%F';
    SET UP THE DEVICE TYPE DISK PARALLELISM 3;
    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default
    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT ' \\ServerB\f$\drdb\backupset\Backup
    % d_DB_ % %%p s_ u_ ';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default
    CONFIGURE the SNAPSHOT CONTROLFILE NAME to ' \\ServerB\f$\drdb\controlfile\SNCFDRDB.
    CTL';

    **********************************************************************************

    My login ID exists in the administrator and ORA_DBA group in Server A and Server B. I can manually run the path '\\ServerB\f$\drdb\backupset\' on server A and able to create/modify/delete a file inside this folder. But I don't understand why the error "access denied"? In any case, is it a proper way to do remote disk backup? I am quite new to Oracle and just attended courses RMAN with the OU. I have Google-ed this problem but no one can help me. Please help me or share your knowledge to solve this problem.

    Thank you and best regards,
    Nsiala

    Hi nsiala.

    Under windows, the oracle process runs as a service. By default, this service runs under the Local System account. This account is fairly low privileged when it comes to remote network privileges and therefore cannot see the directory you are trying to write your backups to.

    You can change the user that the service is running as, there are a few notes on metalink for this and I remember well find some info usually using google.

    Concerning
    André

  • RMAN backup to tape and disk script

    Hi all,

    I'm looking for a script to backup on tape and disk using an RMAN command. There is that one parameter, I don't want to understand, I've seen evidence of. Backup of the Flash recovery area. I want to be able to do it from the location of the files. I want to back up the database complete, kitchen sink and everything.

    Can anyone help?

    General information.

    Database 10 g 2, Grid Control 10.2.0.4, Linux RHEL4.6 Server. If you need more information please ask me.

    Thank you all!

    This can be by setting up your backup channels,

    Channel configuration

    http://download.Oracle.com/docs/CD/B19306_01/backup.102/b14191/rcmconfg.htm#i1006906

  • RMAN BACKUP - validate

    Dear Experts,

    Version of DB - 11.1.0.7

    I have an RMAN BACKUP taken on the disk with the tag 'NAME of the tag. Is there a way to validate the backup using its tag name to check if it will be useful for a successful restoration and recovery of a different envt? Enjoy your thougts

    Thank you

    You can try

    RESTORE DATABASE FROM TAG 'tagname' VALIDATE ;
    RESTORE ARCHIVELOG ALL FROM TAG 'tagname' VALIDATE;
    

    There is also a command post, but it's the syntax requires allows you to specify the BACKUPSET and not the tag

    VALIDATE BACKUPSET 'key' ;
    

    Hemant K Collette

  • RMAN backup location must change and remove obsolete

    Dear Experts,

    I'm working on the following environment,

    Operating system: Windows server 2012 R2

    Oracle version: 11.2.0.1.0 release

    Type of RMAN backup: Cumulative (preferred by the direction and I can't change it in differential backup)

    My current situation,

    I set up RMAN and H: drive for purposes of backup and G: for Archivelog.

    Recently, my city was covered by the flood waters and the server works not for a week so that we delete obsolete level 0 does not work.

    Currently there is not enough space to run a level 1 and level 0, while I should change the backup location.

    My Question is,

    (1) I need to change this location of drive H: to G: drive backup backup correctly without error not enough space.

    (2) after having taken a level 1 and level 0, depending on my 1 redundancy, RMAN mechanism should delete obsolete backup disk without failure G: and H:.

    Kindly help me how to get to my need. This will help me, thanks in advance

    You can

    1. replace the DB_RECOVERY_FILE_DEST G:

    2 run backups

    3. wait for the DELETE OBSOLETE delete obsolete backups of H:

    and then

    4. change the DB_RECOVERY_FILE_DEST return h as it was more early

    In this way, you don't have to use the FORMAT or CHANNEL of CONFIGURE commands (I was referring to CONFIGURE CHANNEL, not ALLOCATE CHANNEL) to change the destination of the backup

    Hemant K Collette

  • You cannot change the format of RMAN backup

    Hello!

    I am trying to restore a backup of the database controlfiles in a new host solaris11 with RMAN in oracle 10 g. I have a solaris10 box where I installed database10g. As far as I know what I have to do is this:

    > define the dbid = 718308982;

    > startup nomount;

    > set controlfile autobackup format of disc type of the device of ' / u01/app/oradata/ACBET/%F';

    > Restore controlfile autobackup.

    However when I try to change the format, nothing happens.

    RMAN > set controlfile autobackup format of disc type of the device of ' / u01/app/oradata/ACBET/%F';

    executing command: SET CONTROLFILE AUTOBACKUP FORMAT

    RMAN > show all.

    RMAN configuration parameters are:

    CONFIGURE REDUNDANCY 1 RETENTION STRATEGY; # by default

    CONFIGURE BACKUP OPTIMIZATION # by default

    SET UP DEFAULT DISK DEVICE TYPE; # by default

    CONFIGURE CONTROLFILE AUTOBACKUP # by default

    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # default < = same configuration by default...

    SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default

    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default

    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default

    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default

    CONFIGURE ENCRYPTION OF DATABASE # by default

    CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default

    CONFIGURE THE NONE ARCHIVELOG DELETION POLICY; # by default

    And when I try to do the restore command I get the following error:

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: sid = 1626 devtype = DISK

    field of recovery destination: / u01/app/oradata/ACBET/backup

    name of database (or unique name of database) used for research: ACBET

    channel ORA_DISK_1: no record not found in the recovery area

    channel ORA_DISK_1: looking for autobackup day: 20131115

    channel ORA_DISK_1: looking for autobackup day: 20131114

    channel ORA_DISK_1: looking for autobackup day: 20131113

    channel ORA_DISK_1: looking for autobackup day: 20131112

    channel ORA_DISK_1: looking for autobackup day: 20131111

    channel ORA_DISK_1: looking for autobackup day: 20131110

    channel ORA_DISK_1: looking for autobackup day: 20131109

    channel ORA_DISK_1: found no autobackup in 7 days

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of the restore command at 11/15/2013 10:50:22

    RMAN-06172: no autobackup couldn't find or handle specified is not a valid copy or a piece

    It seems he's looking for in the right path of recovery of the area, but I don't know why it's a failure.

    Thank you in advance,

    Nock

    Hello world

    The problem with this restoration has been far from my knowledge. The real problem was that the backup files that they sent were made in a different boutien than the one I used in the new host. For the sake of those who find this post in the future, you can not use rman to make. Until the date of this post, he must either use a simple import/export (with pump data if you like) or using transportable tablespaces to move a database between the hosts with another platform.

    Thanks for all the help.

    Nock

  • Change backup destination

    Try to change the backup drive to flash drive f.  Have "Windows for Dummies" and can not change the backup destination.

    Hi ED,

    Thanks for posting the question on the Microsoft Community Forums.

    According to the description, looks like you are facing a problem when changing the backup destination.

    It would be great if you can answer this question in order to help you further.

    What happens when you try to change the backup location, summers - get you any error message or error code?

    I suggest you to see the steps in the following article.

    Change where you back up your files: http://windows.microsoft.com/is-IS/windows7/Change-where-you-back-up-your-files

    Reference:

    Set up or change automatic backup settings: http://windows.microsoft.com/en-IN/windows7/Set-up-or-change-automatic-backup-settings

    If you need Windows guru, do not hesitate to post your questions and we will be happy to help you.

  • make it work how I want that he the rman backup-shared-disk fix - up

    Network of Oracle greetings!
    (Oracle 10g enterprise edition on windows server 2003 platform)

    http://www.DBA-Oracle.com/t_os_error_os5_access_denied.htm

    is a link where a fix on the location of the rman backups is suggested. It asks me to change logon oracleservicesid. my database is what runs a Web site. When I change the connection oracleservicesid the Web site is no longer functions.this is not desirable.
    How can I fix it?
    Even on my test server that hosts the databases, change the opening of session oracleservicesid to administrator, disable all connections made to the database on the local network using SQL developer. How to not let that happen?

    Help, please
    Thanks in advance
    cordially 946207

    Edited by: 946207 July 14, 2012 03:01

    10g is desupported for a long time.
    Your question is you backup to a network drive.
    The solution provided by Donald Burleson is correct.
    Why the site no longer works is not clear that you provide no error message, or whatever.
    Course, a simple solution would be to buy an extra drive to connect directly to the server.
    Your post is poorly understood why you plan to implement that.
    Also, your statement on the test server is far too vague. You did not yet provide no error message.

    ------------
    Sybrand Bakker
    Senior Oracle DBA

  • RMAN backup to disk vs. tape

    AIX R 2
    Oracle: 10.2.0.4

    I tested strategies of rman backup on a database in noarchivelog (development) using the following command:
    (*) note: if db is in noarchivelog then you must make a backup, cold have mounted db but not opened.

    RMAN > backup database format ' / a010/d01/bck/%U'

    I found that this rman backup disc about 2 GB per minute. Now, I want to test it on tape to compare settings.

    Question: Which configurations RMAN should write directly to tape?
    What are the safeguards to write to tape? I have to specify the channel of the band and also where the output format is written?

    Thank you all.

    Ok

    You must install the Oracle for Tivoli driver (eventually sold with Tivoli) and install it in your Oracle software tree.
    You can set up your channels to write to tape (this is documented).
    For the rest, there is no difference, although there is no directory name.

    -----------
    Sybrand Bakker
    Senior Oracle DBA

  • Movement of RMAN backups on tape

    Hello

    How to make the backup of the database, which took by rman to tap.

    Ex:
    I have a database and backup taken by rman, connecting mode without a catalog. as the target of $rman.

    so backup is generated and stored on disk only.

    Now, I want to tap these backup file, how can we move these files.

    Please let me know

    Thank you!

    You plan change your backup strategy, or just to make a single copy?

    The last submission, if the backup destination is file system, then you can directly copy the backup files generated by RMAN with a command of the OS.
    If within ASM, you will need to copy the files first. According to the version of database you are using, you have different ways to do this.

    If you want to copy on tape with RMAN, then you must configure a media management library. For a running time, it will be too much effort. Please see how to configure: http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmconfb.htm#i1006526

    If you plan to do on a regular basis, it will be a good option to do with RMAN.
    There, you can create backups directly to tape or copy existing (as rp0428 said). See the full example on 11.2 documentation: http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmcncpt.htm#BRADV89492

    Kind regards.
    Nelson

  • RMAN rental destination

    Hello
    I have this RMAN script:

    backup as compressed backupset incremental level 1 database;
    backup as compressed backupset archivelog all delete all input;
    backup current controlfile;
    

    I would like to know how to find the destination of RMAN backup file (database and archivelog) location?

    Thanks in advance!

    Hello

    Hello

    If FRA is configured, it's the default backup location, otherwise, it's a specific directory of operating system, (it seems to me that in the unix /linux $ORACLE_HOME/dbs and in Windows %ORACLE_HOME%/database))

    You can see the configuration of rman with:

    RMAN > leading the way for device type disk;

    .....

    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT ' / u01/app/oracle/admin/mybddbackup/%d.n0.%T.%s_%p_%c';

    ---

    http://docs.Oracle.com/CD/B28359_01/backup.111/b28270/rcmconfb.htm#i1017851

    Kind regards.

  • Using tape for RMAN backup concerns

    Dear all,

    I use the library of networker for rman backup. I have some problem/question about what I don't use catalog db. Here it goes:

    1. think you that automatic backup controlfile should set to strip? or better to keep in the disc.

    2. How can I configure autoback controlfile format on TAPE?

    3. If I need to restore control to another HOST file, how can we do this?

    4. I've read a few books we can't CATALOG element of tape backup. If it's the fact that, after the disaster, how do I Catalog backup piece and restore this backup piece in another host?

    Kind regards

    Hello

    1 when RMAN channel tape is allocated when running RMAN backup, autobackup controlfile will be created in the Ribbon to place on the disc. If structural change to the database is made, for example by adding a new data file, then the controlfile autobackup will be created in the disk, regardless of the device type of the default RMAN configuration.

    Control file autobackup after structural changes of data and the Type of device SBT_TAPE (Doc ID 1190354.1)

    2. set below:

    RMAN > CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F ';

    3. If the automatic backup location is not the default location and then set the location first.

    Use this command to set the location:

    RMAN > SET FORMAT FOR DEVICE TYPE SBT_TAPE AUTOBACKUP CONTROLFILE to '< auto="" backup="" format="">';

    Then use the command

    RMAN > restore controlfile on "" automatic backup;

    4. starting with 10 g, it is possible to use the rman CATALOG command to add backuppieces stored in the disc to the rman repository. But it is not possible to use the order CATALOG for items stored on TAPE backup, but note below explains undocumented commands to add backuppieces stored in the RIBBON for the repository.

    HOW TO CATALOG the TAPE BACKUP ITEMS (Doc ID 550082.1)

    Thank you

  • Hot RMAN backup fails every time in R12.

    Hi experts,

    Please suggest me that I have to plan rman backup hot. I have "write" command to perform hot backup. When I take backup hot of 1st time the backup completed successfully. but when I run the same command resume backup for the second day. it is impossible to give space issue I havhot e calendar for daily use rman backup.

    I had to take the backup hot daily and I want backup overwrite the backup file according to the daily backup.

    Please suggest me what I need to make changes in the configuration of rman and the rman command.

    OS - réhèl 5.6

    Database - 11.1

    EBS - r12.3

    configuration of RMAN:

    RMAN > show all.

    Database with db_unique_name UAT RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO RECOVERY OF 7-DAY WINDOW;
    CONFIGURE BACKUP OPTIMIZATION
    SET UP DEFAULT DISK DEVICE TYPE; # by default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # by default
    SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default
    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1;
    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1;
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT ' / d06/UAT/rman_hot_backup/Backup_daily%d_DB_%u_%s_%p';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default
    CONFIGURE ENCRYPTION OF DATABASE # by default
    CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default
    CONFIGURE COMPRESSION ALGORITHM 'BZIP2 '; # by default
    CONFIGURE THE NONE ARCHIVELOG DELETION POLICY; # by default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' / d06/UAT/db/tech_st/11.1.0/dbs/snapcf_UAT.f'; # by default

    RMAN >


    ##############################################################################################################


    RMAN command that I used to make hot extra strength 0 cumulative backup.


    RMAN > run
    {
    allocate channels c1 device type disk format ' / d06/UAT/rman_hot_backup/Daily_backup%d_DB_%u_%s_%p_%c';
    allocate channel c2 device type disc format ' / d06/UAT/rman_hot_backup/Daily_backup%d_DB_%u_%s_%p_%c';
    allocate channels c3 device type disk format ' / d06/UAT/rman_hot_backup/Daily_backup%d_DB_%u_%s_%p_%c';
    allocate channel c4 device type disc format ' / d06/UAT/rman_hot_backup/Daily_backup%d_DB_%u_%s_%p_%c';
    cumulative incremental database backup level 1 more archivelog;
    output channel c1;
    output channel c2.
    output channel c3.
    output channel c4.
    }

    If something bad in the configuration of rman and my order please suggest me to take the backup hot every day with success.


    concerning

    pritesh Rodriguez

    Hi Pritesh, thanks for the update. You can mark this thread as answered if your questions have been answered. cordially Karan

  • Restore the RMAN backup on another server

    Hello

    ENV: Oracle 10 g 2 64 bit, RHEL 5.8 64 bit on ASM, Database size = ~ 1.3 to

    Backup RMAN of PROD will FRA and then backed up to tape. I have limited access to the PROD because it is maintained by 3rd party.

    My client is planning to move this database on their own datacenter (from the 3rd party data center). For test purposes, I asked DBA of 3rd party to provide us with an export of drawings required data pump. Export takes about 8 hours, and the import takes the same time to the new location. To copy the files exported to new locations takes another few hours (over the network). The total size of the dump file is around 500 GB. Thus, a whole cycle of Export-Import-copy takes about ~ 20 + Hrs.

    I want to try another option to reduce the time required for the updating of the database of PROD and which is "use RMAN backup of PROD ' and restore it on the data center server. RMAN full backup takes ~ 4hrs PROD and the restoration should be at the same time (new server has better and faster HW, storage with a SSD). I found this thread very useful on the Oracle Forms on this topic:

    Restore backup RMAN on another server

    This thread contains very good example for a restoration of database on the file system.

    I have a bit of confusion because my database uses ASM. The default location of the backups in PROD is FRA (on ASM == > db_recovery_file_dest = + FRA ). If I understand correctly, the RMAN backup must be in the same place where he was on the PROD Server - i.e. the diskgroup FRA.

    If I get a copy of the part 3 RMAN backup, how would I copy on FRA?

    OR can / should I just change the init parameter "db_recovery_file_dest" on the new server to point to the file system directory where the backup (say "/ ora_backup") and RMAN will pick up and restore the database?

    Please advise!

    Best regards

    You can restore the backup files to any location, then you must configure the channel using the "CONFIGURE CHANNEL device type disk format 'new location ';

    This thread will help

    Restore from a different location from the original location of RMAN backup

  • VDR: Size of backup destination

    Hi all

    It's maybe a stupid question, but I have to ask. I have test VDR 1.2 and have configured a share as a destination and currently save a few machines with a total of about 450 GB allocated disk. Most of the machines is very similar, c-disk of 20 GB and 2008 R2, but the virtual machine also has a d-300 GB disk that is about half full (with vhd files). If I understand correctly, the first backup is full, then the rest is incremental. I expect the backup destination to about the same size as the actual data used, at least 150-170 GB since that's the size of the unique data for the virtual machine, I backup with VDR, but the size of the backup destination is only 29 GB. I totally hard works of VDR? No explanation will be greatly appreciated.

    Thanks in advance.

    GB

    Hello

    have a different opinion. Data deduplication on all incoming data recovery. Get rid of full/incremental view.

    When you first save a virtual machine all the data of this virtual machine will be read and recorded deduplicated. Second time datarecovery uses the followed the change block. Your vm writes a file (... ctk.vmdk), where he follows the changed blocks. Data recovery simply saves only the blocks changed since the last backup. You can call it incremental if you want, but from the point of view of the transfer data, these are all full backups. There is no dependency between backups.

    If save you a virtual machine with 150 GB and your destination of data recovery shows that 29 GB used - it is possible. It depends on what kind of data your saved vm a. imagine an Oracle database that uses several files that have a size of 10 GB left. If only 1 GB inside this file is used 9 are empty. Who will very well be deduped...

    Maybe inside your virtual machine vhd files are for the most part empty? Or has information that can greatly be deduped?

Maybe you are looking for

  • HELP: My Macbook Pro tells the bad year and date!

    It's horrible. I am a user of Macbook Pro of Israel. The current date SHOULD be September 1, 2016, but that's what I get for some reason any. It was good but I messed up it somehow and I tried over and over again but I can not change the year and dat

  • "Detect an error in the course of the PININST_BBV".

    I'm still working on the resumption of this problem that AxshunJaxun has been able to help me to diagnose properly. I have since received support from HP recovery and bought a new HARD drive that needs to be an improvement on the part of the plant. A

  • Need HDD crash factory disc to restore Windows XP pro laptop ZV6000 system

    I've had this laptop since 2005 and needless to say that "never had a problem" until now without warning the HARD drive took a nose dive and surfaced with the message "No. OS AVAILABLE.  I did research online and found that HP had a CD called HP Quic

  • LabVIEW Canopen Heartbeat

    Hello Now, I build a Canopen GUI, which should be able to check the heartbeat of 50 devices. But it seems that I have to build 50 parallel loops to do this. If I want to do series, can it take too much time for the verification of all devices. If som

  • USB to RS232

    I WAS using a NI USB-to-RS232/4 hub and communicate successfully with an external device for a few days.  He decided to vacation elsewhere, and I found myself in extremis.  In the Discussion, looking for help (I think) "USB to RS232", I came across a