Instant capture files increase in size after copy

I have recently setup a u1 ESXi 4.1 installation. One of the virtual machines has two (vmdk) disks running w2k3 and there a snapshot taken while the virtual machine is suspended. Before making some major changes to w2k3, I decided to save this VM by copying (while he was still suspended) all the files to another folder in the data store using the datastore browser in vSphere.

It worked well except that I am intrigued and frightened by a sharp increase in the size of the two snapshot vmdk files. The original shots have been respectively 508 MB and 82 MB and base vmdk files are 20 GB and 10 GB respectively. After copying all the files from the virtual computer to another folder for backup in the data store, the snapshot vmdk files had increased in size to 10.2 and 5.5 GB respectively. Base vmdk files have the same size as the originals.

Could someone please explain the increased size. Clearly after a dozen shots if this behavior has been reproduced for each snapshot then any copy would fill the entire data store.

I have found no documentation why this would happen, but this behavior is what to expect when Instant copying VMDK. I did a few tests some time ago (I think it's with ESX 4.0 GA) and the only way - if I remember correctly - to copy the snapshot files without increasing the size had to vacate the snapshot by first transfer to a new vacuum/folder on the same data store (far enough from the base vmdk) and copy it.

André

Tags: VMware

Similar Questions

  • Electronic signature PDF file increases the size of the file about 3 MB

    We use our Smart badge certificates to sign electronically PDF documents.  This action adds recently ~ 3 MB for each file for each signature.  It is a recent phenomenon.  It didn't last month.  When you do that, you might have multiple signatures on a PDF of 1 page and the overall size of the file was very small, like the size of 200-300kb.  What could have been changed and the suggestions on how reset it?

    In fact, I found a possible solution:

    Edit / Preferences / Signatures

    1. Design & appearance: uncheck "include signature's revocation status.
    2. Audit: Uncheck "Require the revocation of the certificate to succeed..." »

    See the screenshots below:

    Note, this is Adobe XI and uses certificates from a SmartBadge.  It seems that fairly constant file size (not dramatically increasing the size of the file).,.

  • Instant VMDK files do not delete after deleting snapshots

    Hi - I have a server SLES/OES2 with two discs - 75 and 750 GB.  I deleted a few shots after that test app and I'm back to instant No.  The data store always shows two files VMDK - server_1 - 000001.vmdk (17 GB) and server_1 - 000002.vmdk (56 GB).  The second is still active in this sound change timestamp.

    This is the last section of the VMX file:

    debugStub.linuxOffsets = "0x2d1ac, 0xffffffff, 0 x 0 0 x 0, 0xc58223b, 0x0, 0xc582254, 0x0, 0x2d1a8, 0 x 0 0 x 0 0 x 0, 0xc58226c, 0 x 0"

    scsi0:1.filename = "SSS-SLES-TEST_1 - 000002.vmdk.

    scsi0:1.mode = "persistent".

    scsi0:1.ctkEnabled = "FALSE".

    scsi0:1.DeviceType = "scsi-disk" hard

    scsi0:1.present = 'TRUE '.

    scsi0:1.redo = «»

    I got 32 GB free in the data store until I deleted snapshots, then he went to 0 GB free!  I deleted ISO files, and now it's up to 3.7 GB free. The total data store is 1.36 TB

    There were not errors when deleting sanpshot - although it took awhile.

    All this started because I had forgotten that this VM had snapshots and I started to copy the data to the server and got a warning that server_1 - 000001.vmdk was full and remove the space.

    I don't think that the virtual machine is healthy!  Any suggestions?

    Thank you

    You can try to power down the virtual machine, taking another cliché and with a bit of luck the entire tree of the snapshot will be detected. After that, keep the VM down and try to delete all snapshots.

    http://KB.VMware.com/kb/1002310 also have relevant information and instructions, you can follow.

    Marcelo Soares

    VMWare Certified Professional 310/410

    Technical Support Engineer

    Globant Argentina

    Review the allocation of points for "useful" or "right" answers.

  • How to increase the size of the file

    My application creates .amr files of 0 KB after completing the recording of the voice. How can I increase the size of the file.

    I think I am, but I write my code if you could help me.

    • This is in fact the problem is that it is not written in my .amr file if it is their creation

    whenever I call someone.

    • Furthermore it is also telling me that 'myappname' trying to record media.

    So confirmation registration takes place

    However why write records into mu .amr files intrigues me

    Thanks in advance

    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.OutputStream;
    
    import javax.microedition.io.Connector;
    import javax.microedition.io.file.FileConnection;
    import javax.microedition.media.Manager;
    import javax.microedition.media.Player;
    import javax.microedition.media.control.RecordControl;
    
    import net.rim.blackberry.api.phone.Phone;
    import net.rim.blackberry.api.phone.PhoneCall;
    import net.rim.blackberry.api.phone.PhoneListener;
    import net.rim.blackberry.api.phone.phonegui.PhoneScreen;
    import net.rim.blackberry.api.phone.phonegui.ScreenModel;
    import net.rim.device.api.i18n.Locale;
    import net.rim.device.api.ui.component.Menu;
    import net.rim.device.api.ui.container.MainScreen;
    
    /**
     * A class extending the MainScreen class, which provides default standard
     * behavior for BlackBerry GUI applications.
     */
    public final class RecordScreen extends MainScreen
    {
        Player player;
        RecordControl recorder;
        private ByteArrayOutputStream output;
        byte[] data;
        boolean yes = false;
        int st;
        /**
         * Creates a new RecordScreen object
         */
        public RecordScreen()
        {
            Phone.addPhoneListener(new PhoneListener() {
    
                public void conferenceCallDisconnected(int callId) {
                    // TODO Auto-generated method stub
    
                }
    
                public void callWaiting(int callid) {
                    // TODO Auto-generated method stub
    
                }
    
                public void callResumed(int callId) {
                    // TODO Auto-generated method stub
    
                }
    
                public void callRemoved(int callId) {
                    // TODO Auto-generated method stub
    
                }
    
                public void callInitiated(int callid) {
                    PhoneCall phoneCall = Phone.getCall(callid);
                    if (phoneCall != null)
                       /* st = Dialog.ask(Dialog.D_YES_NO,
                                "Are you sure to record this call?");
                        if (st == Dialog.YES) */
                            yes = true;
                      /*  else
                            yes = false; */
                        // TODO Auto-generated method stub
    
                }
    
                public void callIncoming(int callId) {
                    // TODO Auto-generated method stub
    
                    // TODO Auto-generated method stub
                   // Dialog.ask(Dialog.D_YES_NO, "Are you sure to record this call?");
    
                    PhoneCall phoneCall = Phone.getCall(callId);
                    if (phoneCall != null)
                        yes=true;
    
                    // TODO Auto-generated method stub
              /*      if (yes) {
                        try {
                            recorder.commit();
    
                        } catch (IOException e) {
                            // TODO Auto-generated catch block
                            System.out.println("====Exception: "+e.getMessage());
                        }
                        player.close();
                        data = output.toByteArray();
                        saveRecordedFile(data);
                    }  */
    
                }
    
                public void callHeld(int callId) {
                    // TODO Auto-generated method stub
    
                }
    
                public void callFailed(int callId, int reason) {
                    // TODO Auto-generated method stub
    
                }
    
                public void callEndedByUser(int callId) {
                    // TODO Auto-generated method stub
    
                }
    
                public void callDisconnected(int callId) {
                    // TODO Auto-generated method stub
    
                    if (yes)
                    {
                        try {
                            recorder.commit();
                            data = output.toByteArray();
                            saveRecordedFile(data);
                            player.close();
                            }
                        catch (IOException e) {
                            // TODO Auto-generated catch block
                            e.printStackTrace();
                        }
                        finally
                        {
    
                             data = output.toByteArray();
                             saveRecordedFile(data);
                             player.close();
                        }
                      //  player.close();
                       // data = output.toByteArray();
                        //saveRecordedFile(data);
    
                        /** _rcontrol.commit();
                       _data = _output.toByteArray();
    
                       saveRecordedFile(_data);
    
                       _output.close();
                       _player.close();**/
                    } 
    
                }
    
                public void callDirectConnectDisconnected(int callId) {
                    // TODO Auto-generated method stub
    
                }
    
                public void callDirectConnectConnected(int callId) {
                    // TODO Auto-generated method stub
    
                }
    
                public void callConnected(int callId) {
                    // TODO Auto-generated method s
                    //@@ScreenModel scr=new ScreenModel(callId);
    
                    //set language to english
                    //@@Locale.setDefault(Locale.get(Locale.LOCALE_en));
                    //get Menu
                    //@@Menu menu=scr.getPhoneScreen(PhoneScreen.PORTRAIT, PhoneScreen.ACTIVECALL).getMenu(0);
                    /*System.out.println("Menu of BB Dialler - Begin");
                    for (int i = 0, cnt = menu.getSize(); i < cnt; i++)
                        System.out.println("Menu of BB Dialler - "
                            +menu.getItem(i).toString());
                    System.out.println("Menu of BB Dialler - End");     */
                    /**for (int i = 0, cnt = menu.getSize(); i < cnt; i++)
                        if(menu.getItem(i).toString().equalsIgnoreCase("Activate Speakerphone"))
                            menu.getItem(i).run();
                    **/     
    
                    PhoneCall phoneCall = Phone.getCall(callId);
                    if (phoneCall != null) {
                        if (yes)
                            initPlay();
                    }
    
                    if (yes) {
                        try {
                            recorder.commit();
                        } catch (IOException e) {
                            // TODO Auto-generated catch block
                           // System.out.println("====Exception: "+e.getMessage());
                            e.printStackTrace();
                        }
                        data = output.toByteArray();
                        try {
                            output.close();
                        } catch (IOException e) {
                            // TODO Auto-generated catch block
                            e.printStackTrace();
                        }
                        //player.close();
                        saveRecordedFile(data);
                        player.close();
                    }
                }
    
                public void callConferenceCallEstablished(int callId) {
                    // TODO Auto-generated method stub
    
                }
    
                public void callAnswered(int callId) {
                    // TODO Auto-generated method stub
    
                    // yes = true;
    
                    // TODO Auto-generated method stub
    
                }
    
                public void callAdded(int callId) {
                    // TODO Auto-generated method stub
    
                }
            });
            // Set the displayed title of the screen
            setTitle("");
        }
    
        private void initPlay() {
            // TODO Auto-generated method stub
            try {
                player = Manager.createPlayer("capture://audio?encoding=amr");
                player.realize();
                recorder = (RecordControl) player.getControl("RecordControl");
                output = new ByteArrayOutputStream();
                recorder.setRecordStream(output);
                recorder.startRecord();
                player.start();
            } catch (Exception e) {
                // TODO: handle exception
                //Dialog.alert(e.getMessage() + "");
                e.printStackTrace();
            }
        }
    
        public boolean saveRecordedFile(byte[] data) {
            try {
    
                String filePath1 = System.getProperty("fileconn.dir.music");
    
                //WRiting into a file
                //String filePath1= "file:///store/home/user/";
    
                String fileName = "Call Recorder(";
                boolean existed = true;
                for (int i = 0; i < Integer.MAX_VALUE; i++) {
                    try {
    
                        FileConnection fc = (FileConnection) Connector
                                .open(filePath1 + fileName + i + ").amr");
    
                        if (!fc.exists()) {
                            existed = false;
                        }
                        fc.close();
                    } catch (IOException e) {
                        //Dialog.alert("Unable to save");
                        e.printStackTrace();
                        return existed;
                    }
                    if (!existed) {
                        fileName += i + ").amr";
                        filePath1 += fileName;
                        break;
                    }
                }//end for
                System.out.println(filePath1);
                // output---file:///store/home/user/pictures/Photo Editor(10).bmp
                System.out.println("");
    
                FileConnection fconn = (FileConnection) Connector.open(filePath1, javax.microedition.io.Connector.READ_WRITE);
                if (fconn.exists())
                    fconn.delete();
    
                fconn.create();
                fconn.setHidden(false);
    
                OutputStream outputStream = fconn.openOutputStream();
                outputStream.write(data);
                outputStream.close();
                fconn.close();
                return true;
            } catch (Exception e) {
                 //System.out.println("====Exception: "+e.getMessage());
                // Dialog.alert("====Exception: "+e.getMessage());
                e.printStackTrace();
            }
            return false;
        }
    
    }
    
  • Printing win 7 guest, the printer queue maintains a loop and increases the size of the file

    Hi all

    That are running Windows 7 enterprise and on another professional machine, same results:

    I share a "laser" on the USB printer, the printer works very well under windows prgms...  (all as administrator)

    Open CMD window:

    "net use LPT2: \\hp1\laser / persistent: Yes" command complete and looks good in "Net view \\hp1".

    Now, I open the print queue window and try printing a text file:

    "print test.txt > lpt2" command appears to complete.  (Same results for copy, etc.)

    I now see the file appear in the print queue, flashing, saying: rolling/printing, repeating & loop, and each Flash increases the size of the file!

    I tried to change the Port LPT1 and 3

    Nothing prints, because I have to stop the spooler, delete the file, start the spooler to clear.

    What happens on two different machines, I'm totally stuck!

    Help appreciated!

    Hello Stan,

    Thank you for visiting the Microsoft Community Forum.

    The question you asked is more complex than what is generally answered in the Microsoft Community Forums. We have a support forum dedicated to complex issues. I suggest you to send your query on Microsoft TechNet forum. You can get more effective suggestions and adapted by experts familiar with this topic. Your understanding is appreciated.

    Here is the link:

    http://social.technet.Microsoft.com/forums/Windows/en-us/home?Forum=w7itprovirt

    Hope this information is useful. Feel free to write us again to the case where you are facing in the future any other problem with Windows. We will be happy to help you.

  • the textField element formatting dramatically increases the size of my file

    I have a relatively simple form for clients to create the stationery business (visit/comp card slip) for themselves, to then send our printing Department

    It is built as follows:

    Page 1 Instruction, business cards and samples of model sheet, the client fills text fields and a button to save/email

    Page 2 is a sheet A4 10 subforms, a copy of the original card on Page 1

    Page 3 is a sheet A4 3 subforms a copy of the original model on Page 1 sheet

    My 3-page PDF file is 3 MB, with a total of 119 KB of images embedded in the file. During the re-creation from scratch, I noticed that when I edit the textfield object to a specific size, to remove the legend, change font, etc., the size of the file increases. Only a single text field treated as this added an another 400 KB of the size of my file.

    I am following the format of a similar form that has as much information (maybe more), and this file, over 2 pages, total not more than 800 KB. There are several text fields for the customer to add their details.

    Could I have a bug?

    Are there problems of incompatibility or conflict with other software?

    All this experience and found a solution?

    Using LiveCycle Designer (9.0) ARE on Win 7 64-bit. Have you tried a recent update for CS6 (e-Learning suite) who screwed up other parameters of the software and have since removed it (CS6) for now.

    Thank you

    DOM

    It may be the police that you changed in your field. Try to use as little of different fonts as possible. Otherwise, if it's a popular font that you are using you can remove the option of them be incorporated into the form. File > properties > Save Options and uncheck the box embedded fonts.

    Kyle

  • How to find the file (EBS_R12) the OEL 5 after copy/paste Windows 7?

    People,

    Hello. I just installed Oracle Linux 5 as a guest at the top of VMPlayer operating system. The OS is Windows 7.

    I downloaded Oracle E-Business Suite R12 of delivery in Windows 7 in a folder (EBS_R12) on the screen of my laptop.

    In order to install EBS R12 Oracle Linux 5, I have copy and paste the EBS_R12 file in Oracle Linux 5 screen. The file size is about 50 GB. After coply paste was successful, I don't think where is the folder (EBS_R12) in the Guest OS Oracle Linux 5.

    Can any people tell me where is the folder (EBS_R12) in Oracle Linux 5 after copy/paste Windows 7?

    Hello

    After coply paste was successful, I don't think where is the folder (EBS_R12) in the Guest OS Oracle Linux 5.

    The copy succeeded.

    If Yes, then you can do the following

    #find / - name EBS_R12-type d - print

    (Assuming that you copied the folder 'EBS_R12', but not its content).

    Thank you

  • I use a 43 in. TV as monitor and have trouble reading the text in the drop-down menu (file, editing, display etc.) boxes. Is it possible to increase the size?

    I downloaded the theme and font size changer, but I cannot increase the size of the text in the drop-down menus. I sit 10 ft away from the TV with a wireless keyboard. Even when I Zoom on the page of the menu drop-down does not increase in size. With the help of a mini Mac OSX 10.3

    I think that the solution is a TV 60 ", but I hope we can find a more affordable solution!

    I think that the menu bar on Mac OS X.

    [Apple] Window helps the Firefox Edit View History bookmarks file tool

    -wouldn't be likely changes via an add-on or a parameter of Firefox.

    However, as a Windows user, I am at a disadvantage by experimenting.

    I've seen a number of discussions on the forums of Apple, without a clear solution:

  • Up to version 6.22 of entry and other components HTML texts have been with a width. Now, after installing version 7. The entries have increased in size not more about before defined sizes... You can fix this?

    Up to version 6.22 of entry and other components HTML texts have been with a width. Now, after installing version 7. The entries have increased in size not more about before defined sizes... You can fix this?

    I think it's about the size, just differently than before. See the discussion in:
    https://Bugzilla.Mozilla.org/show_bug.cgi?id=691157

  • Solitaire T, pls help!... Can no longer start with Bootcamp after increasing the size of the partition with OSX El Capitan

    I hope that this message reaches solitary T and could help me.

    After an attempt to increase the size of my bootcamp partition, I can start is no longer with bootcamp, the same problems that many people lived in El capitan. I tried the instructions of solitary after but I'm stuck with this:

    1. boot in local restoration (command-R).

    2. start utility-> Terminal.

    3. type csrutil disable in the Terminal, and then press enter/return.

    4. type csrutil State.

    5 start normally, then type csrutil status to confirm that it is always disabled.

    I don't know what to do next.

    Would be grateful if I could get any help. Thanks in advance.

    BTW, I ended up remove the new partition created during the process.

  • Deleting a group to a TDMS file increases the file size

    Hi all

    I was searching for information on how to delete a group in a TDMS file. Apparently this is not a simple task as I thought because firstly, it is necessary to convert the TDMS file in a TOC file, remove the group from the TOC file and finally convert the TDM in PDM file. There is a sample project really nice here (I have attached it in the post anyway!).

    This project works very well. Indeed, I am able to remove the group from the PDM file. However, I realized that perform the deletion process increases the size of the file (about 4 times). If you are viewing the PDM with the PDM file - file Viewer.vi you realize that several strange properties have been added to each channel of all other groups. I assumed that this is partly the cause of the increase in size.

    Anyone know why this is happening?

    I'm using LabVIEW 2014 and I downloaded the project for 2014 LabVIEW.

    Any help is appreciated to higlhy.

    Best regards

    Diego Ballen

    The old way was to read each group that you want to save and write to a new file. The fundamental problem is that TDMS format has been optimized for speed and no memory efficiency, which can cause a lot of complications when you seemingly simple things - like the deletion of data, or reading the data of the file.

    That is why NEITHER came up with these new features. If you're stuck with an earlier version, you can always write your own function to do the same.

    Mike...

  • Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. This process may be denied requests for some applications.

    When I start my laptop I get "your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. This process may be denied requests for some applications. "and my laptop takes forever or does not open my programs. any help? Thank you.

    less than low disk space,

    What seems to be the case, it's that your windows is having a hard time resize its file for virtual memory.

    my suggestion is to remove "auto" at that time, and then set a custom format.

    I recommend that you set the initial size of 2 and max at 1152.

    Here's how to put a link:

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-the-size-of-virtual-memory

    DB·´¯'·.. ¸ > DatabaseBen, Retired Professional - Analyst - Database Developer's - accounting - former veteran of the Armed Forces - @Hotmail.com 'share nirvana mann' - dbZen ~ ~ ~ >

  • When I try to copy a single file (for example: size of 1 GB) drive hard to any what external memory device via the USB port, the copy process takes several hours to complete

    I use a DELL Studio 15 laptop computer. When I try to copy a single file (for example: size of 1 GB) hard drive to any external memory device (for example: USB key or external hard drive) via the port USB, the copy process takes several hours to complete. I have checked the viruses using McAfee Antivirus, but could not find. Can someone suggest me a solution?

    Hello

    ·          Were there any changes made to your computer before this problem?

    Step 1: Format the external device to the NTFS format and check if the problem persists.

    See: http://windows.microsoft.com/en-US/windows-vista/Convert-a-hard-disk-or-partition-to-NTFS-format

  • BSOD after copying the large number of files from one disk to another

    Hello. I hope you can help because this issue is very frustrating. Just built a new PC:
    -Gigabyte Z97X Gaming 7 mobo
    -8 GB Corsair vengeance 1866 mhz
    -EVGA GTX 770 video
    -CPU Intel 4770K
    -two hard drives of 1 TB WD black in RAID 1
    -one ADATA 256 Gb SSD as drive OS
    -a 1 TB drive Toshiba
    -Windows 7 64-bit professional
    -F3 Bios Rev

    System can work very well for everyday, but when I copy large number of files from one disk to another (i.e. 70 000 files, 80 GB), shortly after (10 to 30 minutes), I get a BSOD bugcheck.

    I ran MEMTEST86 for hours without error. I can run PRIME95 with max heat without error. And as I said, it seems to be fine until I do a copy of large files. It seems not to matter to this disc, I copy to/from. Start WIndows, I see no activity CHKDISK. Ideas?

    Log name: System
    Source: Microsoft-Windows-WER-SystemErrorReporting
    Date: 25/06/2014 19:55:50
    Event ID: 1001
    Task category: no
    Level: error
    Keywords: Classic
    User: n/a
    Computer: Daddys-PC
    Description:
    The computer was restarted after a bugcheck.  The bugcheck was: 00000124 0 x (0 x 0000000000000000, 0xfffffa8008788028, 0x00000000bf800000, 0 x 0000000000200401). A dump was saved in the: C:\Windows\MEMORY. DMP. Report ID: 062514-6692-01.
    The event XML:

     
       
        1001
        0
        2
        0
        0
        0 x 80000000000000
       
        32358
       
       
        System
        Daddys-PC
       
     

     
        0 x 00000124 (0 x 0000000000000000, 0xfffffa8008788028, 0x00000000bf800000, 0 x 0000000000200401)
        C:\Windows\MEMORY. DMP
        062514-6692-01
     

    No problem, thank you!

    All attached files of the DMP are the verification of bug WHEA_UNCORRECTABLE_ERROR (124) .

    A fatal hardware error occurred. This fatal error data error Architecture WHEA (Windows Hardware).

    If we run one! errrec on the 2nd parameter of the bug check (address of the WER structure), we get the following:

    ===============================================================================
    Section 2: x 86 / x 64 MCA
    -------------------------------------------------------------------------------
    Descriptor of @ fffffa8008788138
    Article @ fffffa80087882c0
    Shift: 664
    Length: 264
    Flags: 0x00000000
    Gravity: Fatal

    Error: Internal unclassified (Proc 4 row 1)
    Status: 0xbf80000000200401
    Address: 0x00000000fee00040
    Misc.       : 0 x 0000000000000086

    Internal unclassified error, this implies that it is not publicly documented and there is no way to identify the error.

    -----------------------------------------

    1. AppleCharger.sys is listed and charged, which is the driver GIGABYTE on / off Charge. See here for more information - http://www.gigabyte.us/MicroSite/185/on-off-charge.htm

    Very annoying software, so please uninstall ASAP!

    2 remove and replace Norton with Microsoft Security Essentials for purposes of troubleshooting temporary, as it can be at the origin of the conflict:

    Removal of Norton- https://support.Norton.com/SP/en/us/home/current/solutions/kb20080710133834EN_EndUserProfile_en_us;JSESSIONID=841A6D40BA6872C47697C6C6B19C8E11.4?entsrc=redirect_pubweb&PVID=f-home

    -MSE http://Windows.Microsoft.com/en-us/Windows/Security-Essentials-download 

    3 uninstall Gigabyte Saver Easy, Easy Tune, as well as all the another bloatware Gigabyte, it is very problematic.

    4.

    2: kd > lmvm marvinbus64
    start end module name
    fffff880' 04c 51000 fffff880'04 c 95000 MarvinBus64 (postponed)
    Image path: \SystemRoot\system32\DRIVERS\MarvinBus64.sys
    Image name: MarvinBus64.sys
    Timestamp: Fri Sep 23 17:17:03 2005

    Pinnacle Studio Marvin Bus driver, dated 2005. Too old to work with the operating system, so please delete the software + the device (if any).

    5 please remove your Rainbow Tech/SafeNet USB security device if there is no update for its software, device drivers are too old.

    -----------------------------------------

    If all else fails, there's only so much you can do with an error like this, checking until it boils down to a faulty processor that needs to be replaced. Start from 1 and work down:

    1. make sure your temperatures are the norm and nothing is overheating. You can use a program such as Speccy if you want to monitor the time - http://www.piriform.com/speccy

    2 clear your CMOS (or optimized load BIOS default) to ensure that there is no parameter incorrect BIOS - http://pcsupport.about.com/od/fixtheproblem/tp/clearcmos.htm

    3. make sure that your BIOS is up to date.

    4 if all else fails, the only one left to do is replace your CPU because it is defective.

    Kind regards

    Patrick

  • The backup files are smaller in size after ACS ACS 5.2 to 5.3

    After ACS upgrade from 5.2 to 5.3 we have noticed that the backup files are significantly smaller in size. They were for example before the upgrade:

    285633099 2011-10-23 22:01 Meduza-ACS-111023 - 2200.tar.gpg

    285809254 2011-10-24 22:01 Meduza-ACS-111024 - 2200.tar.gpg

    And after the upgrade:

    124234429 2011-10-25 22:00 Meduza-ACS-111025 - 2200.tar.gpg

    124234425 2011-10-26 22:00 Meduza-ACS-111026 - 2200.tar.gpg

    What could cause this behavior?

    How can we be sure if the backup files have been regular after the upgrade?

    So what I wrote is true, but does not apply in your case

    I think that there are also a few corrections that reduce the size of the transactions table. GST files relate to records associated with configuration changes and manage notification of these secondary changes, and run-time components. Transactions are stored in the configuration database, but contain no configuration data.

    5.2 what they have not well cleaned and it has improved to the point 5.3.

    Impossible to find all the CDETS at the moment, but here's an example;

    CSCth78269 Table ACSTRANSACTIONS is not properly cleaned during bulk operations

    As you can see it before the upgrade that the size of your backup file has been more and once the size of constant upgrade

    I think you should be good. Only way to confirm 100% is to restore data

Maybe you are looking for