Problemy z vcenter – przepełniona baza danych mssql

VMware

Problem znany z baz MSSQL Express gdzie licencja dla bazy danych (bez umieszczania opłat) ma ograniczenie co do ilości przechowywania danych. Starsze wersje miały ograniczenie do 4GB, natomiast nowsze wersje MSSQL mają ograniczenie do 10GB.

W związku z powyższym w tej chwili mamy kilka rozwiazań.

  1. Można przenieść bazę MSSQL do vPostgreSQL. Problem polega na tym, że możemy to zrobić tylko przy upgrade między wersjami. Dodatkowo vPostgreSQL MUSI działać na tym samym hoście co vCenter. Nie możemy tego rozdzielić, co może ew. powodować problemy przy badaniu problemów z wydajnością.
  2. Wykupić licencję MSSQL, ale to kosztuje, nie zawsze znajdzie się na to budżet
  3. Rozwiązanie tymczasowe, ale natychmiastowo skuteczne – wyczyścić bazę danych.

 

Poniżej artykuły dotyczące pkt 3.

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1007453
http://kb.vmware.com/selfservice/search.do?cmd=displayKC&docType=kc&docTypeID=DT_KB_1_1&externalId=2110031


truncate table VPX_HIST_STAT1;
truncate table VPX_SAMPLE_TIME1;

truncate table VPX_TEMPTABLE0;
truncate table VPX_TEMPTABLE1;
truncate table VPX_TEMPTABLE2;


http://www.stopdoingitwrong.co.uk/vmware-vcenter-server-5-1-database-is-full/
Creating a Maintenance Plan for SQL Server 2008 R2 for vCenter/UpdateMgr/vCloud
vCenter Database running full
https://paulgrevink.wordpress.com/2013/06/06/vcenter-server-database-extreme-maintenance/
No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Free(BSD)
Search for duplicated files

This will be short (but hopefully I will find more time to show entire process to search duplicated files together with some examples). In case you are searching for duplicated files I can recommend two software which actually rocks in openSource world

Azure
NFS issue, cannot be mounted or is not visible

The same kind of issue I have encountered numerous times while working across different environments and with various customers. The problem with NFS mounts connected from remote locations is so common. This issue extends beyond communication solely over WAN and also include connections between datacenters (DC) where we lack control …

Azure
Why Firefox is important and people should use this browser in 2024, my thoughts.

Can you remember the times when everyone was using Internet Explorer? Back in the ’90s and the early part of this century, Internet Explorer dominated the browser market. Software Incompatibility with Other Browsers Incompatibility issues with software and other browsers have been a persistent problem. Even in 2022, this remains …