vFoglight calculates different logical disk space

Hello

I discovered that I have several logical disks on virtual machines, where vFoglight does not have full capacity, for example, I have a virtual machine assigned a 40 GB drive, which only appears in vFoglight with 39.9 Go. Someone had this problem also and probably help out me?

Interestingly enough, this does not happen on all disks.

Best regards

hEINER

Hello

found the answer on my own. To calculate the space actually used disk to a virtual machine, you must calculate the size given in the vmdkFileLayouts.

I use a groovy for this script:

Parameter: vm Monitoring: VMWVirtualMachine

VM = args ['vm'];

vmdkList = vm.get ("vmdkFileLayouts");

total def = new Double ("0");

for vmdk (in vmdkList)

{

Total += vmdk.get ("diskSize", specificTimeRange);

}

return total/1048576;

What gives the total disk space used for all files vmdk for this virtual machine in MB.

Best greetings, hEINER

Tags: Dell Tech

Similar Questions

  • exclude alerts for DVD players on the rules available to the logical disk space

    Hello

    I created a new rule to monitor space available in megabytes using the topology of logical disk for my windows Hosts. The rule is also trigger alerts for CD/DVD players. I need exclusion has go them of monitoring/alert. Please guide if you have an idea of how it can be ruled out starting / ignored.

    Query scope I use: LogicalDisk: host.agents.type {'Active Directory', 'ExchangeAgent', 'WindowsAgent'} with the spaceAvailable property. Alert reader DVD are ignored if I use the property capacityavailable of logical disk. But it shows the free space available in % I need.

    Return to Administration-> tooling-> Console of Script and paste the following text in the search box:

    Logical disk: (host.agents.type {'Active Directory', 'ExchangeAgent', 'WindowsAgent'}) and (detail.writable! = false)

    "Do the motion" SELECT and let us know if this succeeds.

    (It worked for me)

  • Restore a single backup logical disk space full slip out

    Hello

    I backed up the complete database with RMAN:
    rman/rman@catdb target $ rman catalog.
    RMAN > run {}
    Compressed backupset backup
    ' format ' < full path > / databkp/DATA_%d_%s_%p ".
    database
    more archivelog format ' < full path > / arcbkp/ARC_%d_%s_%p';
    }

    Backup was successful.

    Now abandoned tablespaces:
    SQL > alter tablespace rtestusr offline;
    SQL > drop tablespace RTESTUSR including content and data files;

    Now try to restore tablespace RTESTUSR
    rman/rman@catdb target $ rman catalog.
    RMAN > restore tablespace rtestusr;

    From restoration to February 25, 11
    from full resynchronization of the recovery catalog
    full complete Resync
    using channel ORA_DISK_1
    using the ORA_DISK_2 channel
    using the ORA_DISK_3 channel
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 25/02/2011 14:28:47
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20202: tablespace not found in the recovery catalog
    RMAN-06019: could not translate tablespace name 'RTESTUSR '.

    Also made the Tablespace Point-in-time recovery:
    RMAN > run {}
    2 > set up to that time "to_date('2011-02-25:12:44:00','yyyy-mm-dd:hh24:mi:ss')";
    3 > restore tablespace RTESTUSR;
    {4 >}

    executing command: SET until clause

    From restoration to February 25, 11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 46 devtype = DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid = 45 devtype = DISK
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: sid = 44 devtype = DISK

    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from backup set
    restoring datafile to /dev2db/rmantst/db/oradata/rtest/rtestusr01.dbf 00006
    channel ORA_DISK_1: reading of the backup/dev2db/rmantst/archrtst/databkp/DATA_RTEST_76_1 element
    channel ORA_DISK_1: restored the backup part 1
    total, handle = / dev2db/rmantst/archrtst/databkp/DATA_RTEST_76_1 tag = TAG20110225T114341
    channel ORA_DISK_1: restore complete, duration: 00:00:02

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 25/02/2011 15:07:42
    ORA-19654: must use the backup control file to pass the incarnations of file


    Help, please.

    Thanks in advance.

    Kind regards
    Bikram

    I think you misunderstand concepts.

    (1) drop tablespace RTESTUSR including content and data files;

    worth a command, it removes the tablespace named the database. There is nothing wrong with the database (even if it may be a logical (human) error). Restoration is used to fix the failings of the media. RMAN is just: ' RMAN-06019: could not translate tablespace name 'RTESTUSR' ', since there is no such tablespace in the actual database, the restore/recovery process fails.

    (2) Unfortunately, you hide the version of your database. Up to 10 gr 2 tablespace point-in-time recovery can be used to retrieve the abandoned spaces, 11 GR 1 material and higher it is possible.
    And - TSPITR - requires a bit more than "set until...". ». Check the version of your unknown database will have.

    Werner

  • The easy transfer tool Windows calculates disk space before starting to transfer?

    Using the transfer windows easy between 2 pc both with vista. Calculate wet if there is enough space on 'new' drive until it begins the transfer?

    Thanks for the help.

    original title: disk space

    Hi Pitski,

    Yes, Windows easy transfer evaluates disk space is needed to transfer your selections. If you use a USB flash drive, try to use one with enough storage space for the transfer of all. If your USB drive is not large enough to transfer everything at once, you can copy as many files that it will hold, transfer those files to the new computer, and then reconnect the drive to the old computer and repeat the process.

    You can consult the section "what method should I use to transfer my files and settings?" section:

    Transferring files and settings: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/transferring-files-and-settings-frequently-asked-questions

    Hope this information is useful.

  • Calculate the disk space required for the INDEX

    Hello

    How to calculate the disk space required to create an INDEX? Please tell me where I can get the details of resources.

    For example:
    I need to create a non-UNIQUE INDEX on the columns, an approximate size would do.

    < PRE >
    NOT NULL DATE EVENT_DATE
    APPT_DATE_SLOT VARCHAR2 (15)
    EVENT_STATUS VARCHAR2 (4)
    < / PRE >

    The table has some 7 300 000 rows. I would like to know how to calculate too.

    All AIDS are very much appreciated.

    A rough estimate of the index space will need is possible by

    adding the actual length expected from each column, plus 6 for the rowid, 2 for the number of the X-header of the rows in the table that will be so an entry

    Date are 7 bytes internal + 15 + 4 + 2 + 6 = 34 X 7.3 M = 248200000 X General fresh for the block header, initrans, etc...

    We will use 20% overhead block or 1.2 X 248200000 = 297840000, which is about 285 M

    The actual distribution will vary according to your method of range tablespace.

    HTH - Mark D Powell.

  • calculate disk space total used by databases oracle across the company

    Hello

    If we want to know the number of instances, the number of RAC databases and disk space around total used by oracle (not the size of file system),

    1. any script can be run to grid control OEM against all instances/databases?

    or

    2. we have a unix server that has the entire databases tnsnames, any script that we can run from there?

    Thank you very much!!

    This is not a difficult task.

    What OEM version you have?

    (i) connection in OEM

    (2) create a Group and add all of the databases in this group

    3) go to the "Reports" section in OEM and GO to 'Oracle database space use (group)'

    4) click on this link

    (5) select the group that you created in the previous step and see the report.

    (6) it will show you the TOTAL space, space allocated and free space of all databases in the group together.

  • vROPs and SRM - protected Machines and placeholder VMs have different guest free space operating system

    Hi all

    Question: Home - health - screen 'one or more machines virtual comments file systems are running out of disk space' has different values for MRS. protect VMs and VMs placeholder.

    Someone has to meet a gap with machines SRM protected value of free space of different OS comments that the position expressed VM?   I've been enforcing a cleaning of the guests with < 5% free space.  When we clean up the comments, the alert is cleared almost immediately on the VM protégé (power on), but the position expressed VM is never a present according to vROPs value.

    Is this a known issue? Is the problem with SRM or vROPs.  Are the vCenters related with MRS supported?

    I'm under vRops 6.2.0.3528905 build 3528905.  We use array based replication and have a GB link between sites.  Replication occurs in less than 5 minutes, so this shouldn't be a problem.  I can still see the question once a day and VMS space have yet to synchronize or to get close in value to their counterpart protect VM.

    Thank you

    Luis C.

    So after a discussion with the SRM team and vRealize Operations Manager, has identified vRealize treated VMs placeholder as ordinary VMs.   The interesting thing is that when a failover test is running that hard drives are connected to the VM placeholder.  All the information from disk are ingested in the vCenter site recovery.   Later this was my problem.  I had to open a feature request.  If any of you are in the same boat please do the same so they'll add logic in to MRS.   At the moment my solution was to create a dynamic group for turning off VMs and join the dynamic group to a policy with disabled alarms.

  • GarageBand deleted but still occupies 1.25 GB of disk space

    I already deleted the garageband, but in the about this Mac-> storage, still busy garageband 1.25 GB of disk space. I have tried using AppCleaner to clean all the content related to garageband, but in vain. Help, please.

    Hi EpsilonSgr,

    Check these folders:

    • HD/Applications/GarageBand.app Macintosh
    • Macintosh HD/Library/Application Support/GarageBand
    • Macintosh HD/Library/Application Support/logic
    • Macintosh HD/Library/Audio/Apple Loops
  • Disk space is full with 143 GB free space

    Hello

    I found a strange math calculations to Apple here. My disk space is filled with 143 GB free space.

    Here's the new math = 507 GB Apps + 119 movies GB 50 GB + 38 GB Audio 143 GB of space free Photos Plus 500 GB

    I use MacBook Pro (retina, 15 inch, mid-2014) with Mac OS X 10.11.4 running

    Thank you

    Kiran

    Hi Kirin, for more information on the other category in the view of storage , see this support article.

    There seems to be a bug in the about this Mac Look storage tab > system report > storage. It's probably different.

    Omni DiskSweeper can show you the exact size and location of all your files. It will be the inventory of your disc from files that occupy more space. It can also give you a fairer read disk space than the Finder or storage tab of the about this Mac. If you want you can even delete files from OmniDisk Sweeper. But beware, some items may be important for your system.

    For more information about the category others in storage to display, see this support article.

  • I can't open attachments generated in Excel or Word. Get an error there is not enough memory or disk space.

    MIcrosoft Excel cannot open or save documents more because there is not enough memory or disk space.
    To make more memory available, close workbooks or programs you no longer need.
    To free disk space, delete files that you no longer have need of the disc you save to.

    I have 4.75 TB of disk space available. I tried to close open programs and I can't always open attachments.

    I did a search on google and found some info that seems to suggest that it is a question of MS Excel /Word.
    Read the info on this link:

    Two comments Anula D'Souza and Gus cops offer different solutions, so try both.

  • Backup to external hard drive on iCloud &gt; &gt; used internal hard disk space

    Is there a way to backup disks external hard on iCloud without iCloud with disk space hard internal iMac?

    I tried an external hard drive to backup to iCloud and although it does not copy in iCloud. It also eliminates the same amount of available space on the hard drive of my iMac.

    Does this mean that iCloud only backs up files on an internal drive so it copies them from external drives to the internal main? Is this a problem external disk hard/iCloud? Is it possible to set this up properly?

    The files are logical X. This could be a logic X / question iCloud? I know the hype for iCloud said any file, but no logic X icon in the system preferences iCloud box. Set to true any file ?

    Thanks for any information you have.

    Data in iCloud cannot synchronize from an external hard drive.

    iCloud does not synchronize data from logic X.

  • Disk space MacAir swallowed in 10 minutes after the start.

    MacAir fast - disappearing of disk space!

    My problem:

    When I turn on my OS 10.6.8 MacAir is about 8Gb available, but in a few minutes, that reduces to zero. Whenever I restart the same thing happen again..... after that 10 minutes maximum available space is zero!

    The cause?

    I strongly suspect a simple PDF bit that someone sent me two days; I did not notice that he weighed 6.2 Mb, instead of a few KB.  He came to me a business, I worked with years, so logically nothing intentional here. I opened it and worked as usual.

    The solution?

    I been using Macs since 1984 and have a vague idea, I solved this kind of problem once before. With Onyx? But today I really don't know.

    Help! I need help :-))

    Brian.

    Download the Internet OmniDiskSweeper and Grand Perspective (both free) and open them. They will show all your files and respective sizes. Transfer to an external HARD disk or remove files, that you no longer want on your MBP.

    Don't forget to empty the trash. Then only the space is allocated for the new data.

    If you can't always solve this problem, run OmniDiskSweeper as root.  See the instructions at the bottom of this link:

    et-disk-inventory-shows-only-190gb-used-vs-48 http://Apple.StackExchange.com/questions/92180/Running-Out-of-Hard-Drive-Space-y

    Ciao.

  • disk space disk utility

    I'm really getting fed up with the OS x team. They killed another great utility in El Capitan "disk utility". Now it won't let me create disk or partition of any player images. It gives me the following error:

    "(null)" doesn't have enough available space to create the 'Home' disc image file Choose a different volume at least 125,49 GB of available disk space to continue.

    I intended to create the image of the score by one user profile (the user was not logged) on 2.7 TB of free space on the drive connected locally. I also tried a different destination drive (SSD) with about 300 GB of free space with the same result.

    Anyone seen this before? All solutions?

    They are really kill this great OS. If they continue to do so, I will give up this ecosystem in the same way I did with Microsoft 10 years.

    Some time ago, they said they're going with OSX UI to iOS. If that's true, then I better start watching another OS until they completely freeze my workflow.

    Great job Apple!

    Just because you don't know what you do does not mean that there is a problem with disk utility.

    Hands on with disk in El Capitan utility

    (El Capitan) utility disk - partitioning a physical disk

  • What do you do when you receive a consistent message on a disk space?

    What do you do when you receive a consistent message on a disk space?

    Moved from the community involvement Center

    Original title: * E-mail address is removed from the privacy *

    Hello

    You tell us your operating system or what drive/partition gives you this error message.

    You can click Start > computer > know what partition is has insufficient disk space.

    C: System drive, follow these steps:

    This free program allows you to see what is taking place.

    http://www.Jam-software.com/treesize_free/

    By default system restore also includes 15% of the capacity of your hard drive.

    You can change the size of it:

    http://www.Vistax64.com/tutorials/76227-system-restore-disk-space.html

    You can clean your hard drive using these two methods.

    "Delete files using Disk Cleanup"

    http://Windows.Microsoft.com/en-us/Windows-Vista/delete-files-using-disk-cleanup

    Using the free CCleaner program:

    http://www.Piriform.com/CCleaner

    In NO case use the registry cleaning Option in CCleaner

    Download, install, update and scan your system with the free version of Malwarebytes AntiMalware:

    http://www.Malwarebytes.org/products/malwarebytes_free

    And Norton Backup, if you are using Norton, can do strange things with filling of hard drive space.

    ______________________________________

    If it's your recovery Partition, read this information:

    Your recovery Partition was photographed on your hard drive during the production of your computer by the manufacturer for all of these reasons.

    1. If you want to reinstall Windows from in the case of a failure of the system, based on individuals or the keys at startup.

    F10 or Alt + F10 or F11 are a couple of different manufacturers use sequences.

    You will need to ask your manufacturer for proper sequence.

    2. to make the recovery disks on if your drive hard breaks down, so that you can then reinstall the operating system on a new hard drive.

    Also ask them how to make records.

    Your D: Recovery Drive is should not be used for backups, defragmented, etc..

    There are backups on an external hard drive.

    To resolve the problems that have arisen with the recovery D: Partition, you will need to contact the manufacturer of your computer to remove all that has been added to it.

    See you soon

  • After installing the updates, available disk space is less.

    I recently started to use one of my old computers again.  It ran Windows XP SP2.  I noticed that the automatic updates were leaving so I have them turned on, and when you are prompted to install/download the new updates I did.  I ended up getting 150 + new updates and the next time I turned on my computer I had spent 5 GB free space at 665 MB of free space.  I checked to see if it was a different program, I installed, but none of those (found in Add/Remove programs of control panel) are larger than 500 MB.  What happened to my free space. and how can I get it back?

    Original title: Hard Drive is GONE?

    See: How to recover disk space on a Windows Server 2003 or Windows XP computer
    http://support.Microsoft.com/kb/956324


    On April 8, 2014, support and updates for Windows XP will be more available. Don't let not your PC not protected. 
    http://Windows.Microsoft.com/en-AU/Windows/end-support-help

Maybe you are looking for

  • Skype downlord

    Before downlord Skype my phone and I use it I delet Skype now how I downlord my samsung gts5670 phone

  • How can I check if DIAdem a 32 or 64 bit version?

    Hi all How can I save a DIAdem script if a version of 32 or 64 bit? Is there a variable or a function? I need this show to avoid loading COM 32-bit objects. Thank you GEMÜ

  • problems of scanning offficejet 8600

    I have a jet of 8600 desktop that I use to be able to scan directly to my computer.  I use to go to the icon of the printer in my computer double click on it and could scan, and then he asked me where I wanted to save the document.  now, for some rea

  • Server problems Essentials 2011 - lost users

    I had problems to join a PC to a server Essentials 2011 and when I looked on the server, there seems to be no users not listed "the list contains no items", however I can connect (to the server) using the username I usually use, this is an administra

  • Pavilion dv7: power on password

    Hey I am trying to access my computer, but it needs the power on password. Help? disabled code is 12944910