Merhaba,
VMware vSphere lisans modelleri ile ilgili bilgiyi aşağıdaki link'den bulabilirsiniz. Essentials, Essentials Plus, Standard, Enterprise, Enterprise Plus lisanslarının özellikleri ile birlikte yani hangi özelliği destekliyor hangisni desteklemiyor.Bunun gibi bütün bilgileri aşağıdaki link'den ulaşabilirsiniz.
http://www.vmware.com/products/datacenter-virtualization/vsphere/compare-kits.html ...
Devamını oku..
The Front End
The front end of a website is the visual bit that the user interacts with. This includes the design, images, colours, buttons, forms, typography, animations and content. It’s basically everything that you as a user of the website can see.
The Back End
The back end of the site is the bit that you don’t see. It’s the code that makes e-commerce sites work, the database where your Amazon wishlist is stored, it’s all the magic that happens behind the visual part of the website th ...
Devamını oku..
Merhaba,
5.1.0 A ile düzeltilen sorunların içeriklerini sizinle paylaşmak istiyorum.
Fix edilen Problemlerin İçerikleri:
vCenter Sunucu Servisleri vCenter Sunucu 5.1'e güncelleme sonrası başlangıçta başarısız oluyor.(vCenter Server Services fail on startup after upgrade to vCenter Server 5.1)
vCenter Server 5.1'e güncelledikten sonra, vCenter Sunucu servisleri başlangıçta başarısız olur ve "vpxd dumpları" oluşturmaya başlar. Bu hata, eğer eski sertifikalar güncelleme sırasında kaldı ...
Devamını oku..
It generates strong or normal passwords for you.
password(8);
// Outputs: TSc7KxM4
password(12, true);
//Outputs: K£7_kve!P&+M
function password(length, special) {
var iteration = 0;
var password = "";
var randomNumber;
if(special == undefined){
var special = false;
}
while(iteration < length){
randomNumber = (Math.floor((Math.random() * 100)) % 94) + 33;
if(!special){
if ((randomNumber >=33) && (randomNumber <= ...
Devamını oku..
Merhaba,
Vcenter 5.1 yüklerken şu hatayı alabilirsiniz.
“Error 32010. Failed to create database users. There can be several reasons for this failure. For more information, see the vmMSSWLCmd.log file in the system temporary folder”
Bu hata ile karşılaştığımızda sistemimizde vmMSSWLCmd.log dosyasını aratıyoruz. "C:\Users\ kullanıcı adınız \ Appdata\ Local\ Temp"
Hatanın sebebi bu dosyadan dolayıdır.Bu örnekte RSA_DBA ve RSA_USER hesapları için seçilen parolalar windows'un comp ...
Devamını oku..