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)
Linux text manipulation

This article will grow over time Definition Command 1 Remove all comments including empty line (comments with ; and # like in samba.conf) egrep -v ‘^[[:space:]]*$|^ *#|^ *;’ /etc/samba/smb.conf 2 Find all file with some extension and remove it one by one; works for gnu xargs; 0 argument to properly …

Linux
Migrate WordPress site to another hosting service.

IntroductionThis article details the migration of WordPress site (exactly this site you are now on) from one service provider to Amazon Lightsail. There might be various reason to do that (mine is outlined below) but in general I hope to share the message that especially with WordPress, migration can be …

VMware
VMware Workstation and Fusion can be installed and use for free (even for the enterprise)

For a while now, the VMware Workstation (and Fusion for MacOS) can be used without any additional fee for Personal use. That was a great Broadcom news and nice gesture from that software vendor. Recently Broadcom announced that the software will be available for all, even the commercial sector. This …