http://www.virtualinsanity.com/index.php/2009/11/21/more-bang-for-your-buck-with-pvscsi-part-1/
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1017652
|
||||
http://www.virtualinsanity.com/index.php/2009/11/21/more-bang-for-your-buck-with-pvscsi-part-1/ http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1017652 Testing environment : Dell Optilex 990 + VMWare ESXi 5.0 U2 + single local 500GB SATA 7200rpm disk for data testing Client : Windows 7×64 with 6GB RAM Case 1 : provision of a single SATA 500GB disk using physical RDM, write and read a 8GB video file write : ~53MB/s – 55MB/s read : […] http://tinkertry.com/beyond2tbvmdisksizemaximum/ create the file /etc/yum.repos.d/vmware.repoand we place this text in it: [vmware-tools] name=VMware Tools for Red Hat Enterprise Linux $releasever – $basearch baseurl=http://packages.vmware.com/tools/esx/latest/rhel6/$basearch enabled=1 gpgcheck=1 gpgkey=http://packages.vmware.com/tools/VMWARE-PACKAGING-GPG-KEY.pub If we installed previously VMware tools via the local vSphere, we will need to remove them using /usr/bin/vmware/vmware-uninstall-tools.pl We can now install VMware tools via yum: yum install vmware-tools-esx-nox In […] http://www.vmware.com/patchmgr/findPatch.portal cd tmp mkdir tweak cd tweak cp /bootbank/scsi-qla.v00 scsi-qla.tgz tar -xvf scsi-qla.tgz rm scsi-qla.tgz Update and tweak the qla2xxx.map file. Modifying the qla2xxx.map file to add additional Vendor and Device ID tar -cvzf scsi-qla.tgz etc usr mv scsi-qla.tgz scsi-qla.v00 cp scsi-qla.v00 /bootbank/scsi-qla.v00 restart server. See http://andysworld.org.uk/2011/09/20/tweaking-esxi-50-adding-un-supported-hardware-to-vmware-vsphere-esxi-50-adding-a-qle-220-to-esxi-50/ See aso The anatomy of the ESXi 5.0 […] Put the host in maintenace mode : vicfg-hostops –server 10.10.10.10 –operation enter To verify which VIBs are already installed on the ESXi 5 host, issue the following command: esxcli –server=10.10.10.10 –username=root software vib list | more To update the ESXi 5 host with the VIBs included in the depot, issue the following command: esxcli –server=10.10.10.10 […] In vSphere 4.1 Update 2 and later, perform these steps on individual hosts to disable the warnings: Open a VI Client to the ESXi host Select the ESXi host from the Inventory. Select Configuration tab Advanced Settings from the Software menu. Navigate to UserVars > UserVars.SupressShellWarning. Set the value from 0 to 1. Click OK. […] The onboard Intel 82579LM nic cannot be detected by vmware esxi4.1 and 5.0 out of the box. For ESXi 4.1, download the custom oem.tgz here with the e1001e driver and replace/merge the one in the /bootbank For ESXi 5.0, 1st option : Please try the following: 1. Install your machine(s) with the vanilla ESXi 5.0 […] http://pubs.vmware.com/vsphere-50/index.jsp?topic=/com.vmware.vsphere.vcenterhost.doc_50/GUID-0B9988FF-5FB6-4656-9C58-EE3617B57E90.html Minimum requirements for the VMware vCenter Server 5.x Appliance http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2005086 Have some problem to start the DB2 embedded database in the appliance. May be I have allocated too little RAM to it?? After some investigation, the DB2 embedded database can be started using the below procedures in a 2GB footprint : su – db2inst1 […] |