Quicksearch
Your search for esx server www returned 948 results:
Thursday, December 27. 2007
Rajeev over at Firstsource has written a PowerShell (VI-Toolkit) script that creates multiple virtual machines based on a template.
$vc = Get-VIServer -Server <server> -User <username> -Password <passwd> $esx = Get-VMHost -Server $vc -Name <host> $temp = Get-Template -Server $vc | where {$_.name -like "winxp"} $i = 0 $array = "test1","test2"
while ($i -le 1)
{
$vm = New-VM -Name $array[$i] -Template $temp -Host $esx $i++ }
This script creates two virtual machines, the name of the new virtual machine is based on the contents of the array e.g. test1 and test2.
Friday, December 21. 2007

Arne Fokkema over at ICT-Freak was the First one to discover a nice Christmas present. This release introduces VMware ESX Server 3i, the industry's first ultra-thin hypervisor. With this ultra-thin architecture, ESX Server 3i provides unprecedented levels of security, reliability, and manageability. ESX Server 3i provides all the benefits and features of VMware ESX Server hypervisor including: Increases security with a small, virtualization-centric package that minimizes attack surface area and requires minimal patching, Provides full integration with VirtualCenter 2.5, Integrates with hardware to ensure compatibility, certification, and optimized configurations, Enables standards-based management of the underlying hardware, Works in conjunction with VMware Distributed Resource Scheduler (DRS) to achieve plug-and-play capacity scaling for your datacenter. ESX Server 3i Installable is supported only on Dell 2950 (full support) and on HP DL380 G5 (experimental support).
Thursday, December 20. 2007
Server virtualization feels unstoppable these days. The worldwide market for virtualization platform software grew 69% last year to US$1.1 billion, according to market research firm IDC, which predicts average annual growth of 27% through 2011, when global sales are expected to total $3.5 billion. But several factors could still stall the technology's growth, analysts say. For instance, software licensing terms often remain too restrictive or expensive for users that want to run their databases or applications on virtualized servers. In addition, finding IT workers who have virtualization experience can be a challenge for companies. Read the full story at Webwereld.
Wednesday, December 19. 2007
Cisco MDS and Emulex Virtual HBA Solutions for VMware Infrastructure 3. A Technology Overview for SAN Connectivity using NPIV in a VMware ESX Server 3.5 Environment. This co-authored technology overview provides data center users with valuable information for understanding the benefits of NPIV technology in a VMware environment and practical use cases and deployment scenarios for maximizing these benefits. This guide is intended to introduce the concepts of NPIV in a VMware environment, using Emulex and Cisco products. General use cases are presented and possible benefits are mentioned. Actual customer configurations can vary widely along with results, and these deployment scenarios may not be possible or practical in any given case. Please consult with your Cisco, Emulex and VMware representative on specific questions based on your specific needs.
The virtualization experts at Veeam Software have written a mini-whitepaper outlining three key considerations in planning your VMware backup strategy. Traditional backup technologies are application-centric. But backup of your infrastructure using this approach can become very complex, with multiple backup agents to be managed and coordinated. For many, today’s application image-level (or crash consistent) backup is a better, cheaper solution. In the physical world, image-level backup usually requires shutting down the application server. With virtualization (thanks to its snapshot technology) an image can be taken easily, without bringing a virtual machine down. Moreover, technologies like VMware Consolidated Backup (VCB) make it possible to offload the backup process to a dedicated proxy. This is all good, but some important considerations still remain.
Saturday, December 15. 2007
I have installed ESX 3.5 using the Xtravirt white paper. So far so good, ESX 3.5 starts, but when I want to start-up a Virtual machine there’s trouble in paradise. I receive an error and my ESX 3.5 server crashes with a core dump. There’s running one Dutch thread at the vmug.nl site and I posted a comment to the VMware community. But nobody is responding. Any ideas ?
Dec 10 20:31:30.361: vcpu-1| MONITOR PANIC: vcpu-1:ASSERT vmcore/private/physMem_shared.h:38 bugNr=131897
Dec 10 20:31:30.361: vcpu-1| Core dump with build build-59824
Dec 10 20:31:30.361: vcpu-1| Writing monitor corefile "C:\Virtual Machines\ESX35\vmware-core0.gz"
Dec 10 20:31:30.406: vcpu-1| Beginning monitor coredump
Dec 10 20:31:30.597: vcpu-1| End monitor coredump
Dec 10 20:31:30.597: vcpu-1| Beginning extended monitor coredump
Dec 10 20:31:30.597: vcpu-1| Writing anonymous pages at pos: 401000
Dec 10 20:31:31.535: vcpu-1| Writing monitor corefile "C:\Virtual Machines\ESX35\vmware-core1.gz"
Dec 10 20:31:31.548: vcpu-1| Beginning monitor coredump
Dec 10 20:31:31.682: vcpu-1| End monitor coredump
Dec 10 20:31:31.682: vcpu-1| Beginning extended monitor coredump
Dec 10 20:31:31.682: vcpu-1| Writing anonymous pages at pos: 401000
Dec 10 20:31:32.636: vcpu-1| Msg_Post: Error

VMware published a whitepaper about Performance Characteristics of VMFS and RDM. VMware ESX Server offers three choices for managing disk access in a virtual machine—VMware Virtual Machine File System (VMFS), virtual raw device mapping (RDM), and physical raw device mapping. It is very important to understand the I/O characteristics of these disk access management systems in order to choose the right access type for a particular application. Choosing the right disk access management method can be a key factor in achieving high system performance for enterprise�class applications. This study provides performance characterization of the various disk access management methods supported by VMware ESX Server. The goal is to provide data on performance and system resource utilization at various load levels for different types of work loads. This information offers you an idea of relative throughput, I/O rate, and CPU efficiency for each of the options so you can select the appropriate disk access method for your application.
Tuesday, December 11. 2007
There are some new features in the SDK release that goes along with ESX 3.5. The VMware Infrastructure Web Service API on VirtualCenter 2.x or ESX Server 3.x. Latest Version: 2.5.0 | 12/10/2007 | Build: 64154 gives access to Managed Objects like the FileManager, VirtualDiskManager and ViewManager. Alltough these objects are still experimental and subject to change in future releases they give us great possibilities. You can get the VMware Infrastructure SDK 2.5.0 Sample code, documentation and the WSDL for developers using at the following link:http://www.vmware.com/download/download.do?downloadGroup=VC-SDK
VMware had to fix some minor bugs in ESX build 64557, that’s why last Friday the launch was stopped at the last moment but today it’s here. The new build (64607) is online and ready for download.

Â
The “don’t distribute the download link� build:
ESX Latest Released Version: 3.5.0 - Released 12/07/07 - Build #64557
VirtualCenter Latest Released Version: 2.5 Released 12/03/07 - Build #64201
The one currently online:
ESX Latest Released Version: 3.5.0 - Released 12/10/07 - Build #64607
VirtualCenter Latest Released Version: 2.5 Released 12/10/07 - Build #64201
Wednesday, November 21. 2007
Vizioncore will be launching vConverter 3.0 with the "Direct to ESX Server" feature on November 28, 2007. Vizioncore's vConverter P2V/V2V solution is an enterprise class converter that significantly reduces the time and effort spent converting physical servers to VMware, Microsoft or Virtual Iron virtual machines. Some of the unique features that set vConverter apart include:
-Â "Direct to ESX Server" allows you to convert straight to a live ESX Server.
- Live agent-less conversions. No boot CD, driver issues, or downtime.
-Â Intuitive GUI or CLI interfaces for any level admin.
-Â Resize partitions on-the-fly to save on storage.
-Â No infrastructure install required for fast setup.
-Â Lightweight application footprint.
-Â Heterogeneous support for multiple platforms.
-Â Two editions:Â Server Consolidation & Disaster Recovery.