• Skip to site navigation
  • Skip to blog entries
  • Skip to archive page
  • Skip to right sidebar

Eric Sloof - NTPRO.NL

Entries from December 2007

  • NTPRO.NL
  • Online Training
  • VMworld
  • Videos
  • Tools
  • iTunes
  • About

Sunday, 30 December 2007

VirtualBox 1.5.4 released!

Innotek VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL). Presently, VirtualBox runs on Windows, Linux and Macintosh hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista), DOS/Windows 3.x, Linux (2.4 and 2.6), and OpenBSD. VirtualBox is being actively developed with frequent releases and has an ever growing list of features, supported guest operating systems and platforms it runs on. VirtualBox is a community effort backed by a dedicated company: everyone is encouraged to contribute while innotek ensures the product always meets professional quality criteria. On this site, you can find sources, binaries, documentation and other resources for VirtualBox. If you are interested in VirtualBox (both as a user, or possibly as a contributor), this website is for you.

 

Posted by
Eric Sloof
in VMware at 21:58 | 2 Comments | No Trackbacks
Bookmark and Share

Running ESX 3.5 in VMware Player

I’m running out of options. I desperately want to check out the new features in ESX 3.5 but I can’t find a way to run ESX 3.5 in a virtual environment. I tried Workstation 6, VMware Server 2.0 and even VMware Player 2.0. The player starts ESX 3.5 in the blink of an eye but when I power on my first virtual machine I receive the same error I received in Workstation.

*** VMware Player internal monitor error ***
vcpu-1:ASSERT vmcore/private/physMem_shared.h:38 bugNr=131897
Please report this problem by selecting menu item Help > VMware on the Web > Request Support, or by going to the Web page "
http://www.vmware.com/info?id=8&logFile=C%3a%5cUsers%5cEric%20Sloof%5cAppData%5cLocal%5cTemp%5cvmware%2dEric%20Sloof%5cvmware%2dEric%20Sloof%2d2700%2elog&coreLocation=C%3a%5cVirtual%20Machines%5cESX35%5cvmware%2dcore%5b0%2d1%5d%2egz". Please provide us with the log file (C:\Users\Eric Sloof\AppData\Local\Temp\vmware-Eric Sloof\vmware-Eric Sloof-2700.log) and the core file (C:\Virtual Machines\ESX35\vmware-core[0-1].gz).
If the problem is repeatable, please select 'Run with debugging information' in the Options panel of Virtual Machine Settings. Then reproduce the incident and file it according to the instructions.
To collect data to submit to VMware support, select Help > About and click "Collect Support Data". You can also run the "vm-support" script in the Workstation folder directly.
We will respond on the basis of your support entitlement.
We appreciate your feedback,
  -- the VMware Player team.

Posted by
Eric Sloof
in VMware at 21:11 | 3 Comments | No Trackbacks
Bookmark and Share

Running ESX 3.5 in VMware Server 2.0

Since the problem with running ESX 3.5 in Workstation 6 still isn’t fixed I tried to install ESX 3.5 in the beta version of VMware Server 2.0. What you have to do is de-install Workstation 6 and leave your virtual machine files present. Then download and install VMware server 2.0 and register the vmx file of your ESX 3.5 virtual machine. Just start it up and wait for a very long time (several hours). Eventually ESX 3.5 will become active and you should be able to start your Windows XP virtual machine. There is one but,  The current virtual device type (e1000) is not supported by VMware Server e.x.p.  I gathered some handy URL’s like Logon as Local Admin – Vista,  Log on as builtin administrator in Vista and vmware beta 20 adds vista gutsy gibbon support. In the screen shot you see ESX 3.5 running within VMware Server 2.0.

Posted by
Eric Sloof
in VMware at 20:33 | No comments | 1 Trackback
Bookmark and Share

Thursday, 27 December 2007

New book : VMware ESX Server in the Enterprise

VMware ESX Server in the Enterprise is the definitive, real-world guide to planning, deploying, and managing today’s leading virtual infrastructure platform in mission-critical environments. Drawing on his extensive experience consulting on large-scale ESX Server implementations, Edward L. Haletky brings together an unprecedented collection of tips, best practices, and field-tested solutions. More than any other author, he illuminates the real issues, tradeoffs, and pitfalls associated with ESX Server–and shows how to make the most of it in your unique environment. Haletky covers the entire lifecycle: planning, installation, system monitoring, tuning, clustering, security, disaster recovery, and much more. Throughout, he supports his recommendations with examples from real-world deployments. He also provides detailed checklists for handling crucial issues such as caching, networking, storage, and hardware selection. Many of his techniques and practices apply to all current virtualization platforms, not just ESX Server. This book will be an indispensable resource for every network architect, administrator, and IT professional who works with virtual servers. ESX Server newcomers will find the soup-to-nuts introduction they desperately need; experienced users will find an unparalleled source of field-tested answers and solutions.

Posted by
Eric Sloof
in VMware at 21:49 | No comments | No Trackbacks
Bookmark and Share

Yellow Bricks is online

Duncan Epping a senior consultant specialized in VMware and virtualization in general has created a weblog, his main interest is consolidation and virtualization of servers, applications and services. In the future the http://www.yellow-bricks.com/ is the place where you can find info about implementing VMware VI3 / Xensource / Virtual Iron and troubleshooting VMware problems.

Posted by
Eric Sloof
in VMware at 14:42 | No comments | 1 Trackback
Bookmark and Share

Create multiple VM’s using PowerShell

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.

Posted by
Eric Sloof
in PowerCLI at 14:09 | No comments | No Trackbacks
Bookmark and Share

Saturday, 22 December 2007

Running multiple virtual machines on one VMDK

I was playing around with my VDM2/VDI setup that was still present on my laptop since my VDM2 presentation at the Dutch VMUG. I’m running Workstation 6 and have installed ESX 3.0 as a virtual machine. Within ESX 3.0 I created one base Windows XP virtual machine and added two empty virtual machines without a virtual disk. Since I created a small VMFS  I placed the Windows XP virtual machine in snapshot mode and added the virtual disk from this virtual machine as an existing disk to the other two virtual machines. I added the base disk as an independed nonpersistent virtual disk so the changes of my shadow virtual machines are discarded when I power off or revert to a snapshot. Besides an IP address conflict all three machines are running fine. In the images you can see the snapshot file and the REDO files of my shadow virtual machines. This technique could same me a lot of VDI-VMDK disk space in the first place, but what about the Windows XP license, it’s only installed once...... 

 

 

Posted by
Eric Sloof
in VMware at 15:26 | 1 Comment | No Trackbacks
Bookmark and Share

Conference Sessions and Labs from VMworld 2007 and Previous Years Now Available

Based on feedback from the community, VMware has posted content from approximately 20 additional VMworld 2007 breakout sessions and hands-on labs. You can also find a wealth of content from previous VMworld conferences, complete with downloads, presentations videos and other media. Visit the VMworld Web site to get started.

Posted by
Eric Sloof
in VMware at 14:27 | No comments | No Trackbacks
Bookmark and Share

Friday, 21 December 2007

VMware ESX 3i released






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).

Posted by
Eric Sloof
in VMware at 13:27 | 1 Comment | No Trackbacks
Bookmark and Share

Thursday, 20 December 2007

App support could spoil the virtualization bash

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.

Posted by
Eric Sloof
in VMware at 21:12 | No comments | No Trackbacks
Bookmark and Share

Wednesday, 19 December 2007

Virtual HBA Solutions for VI3

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.

Posted by
Eric Sloof
in VMware at 21:29 | No comments | No Trackbacks
Bookmark and Share

Three backup questions

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.

Posted by
Eric Sloof
in VMware at 21:15 | No comments | No Trackbacks
Bookmark and Share

Chargeback Expert Session

Alex Bakman is chairman and founder of VKernel, a software company with the first and only VMware certified virtual appliance for enterprise Chargeback and Cost Visibility. Alex is a recognized expert in computer security, virtualization, and systems management. He holds many US and international patents and is a frequent speaker at VMWorld, ISACA, TechEd, ITSMF and ITExpo. He is a published author in Virtual Strategy, ComputerWorld and InformationWeek magazines. A serial entrepreneur and visionary, he is the founder and current chairman of Ecora Software and founder of CleverSoft, a software company acquired by Candle Corporation. Learn how to achieve Cost Visibility and implement Chargeback in a virtualized datacenter. Understand why Cost Visibility and Chargeback are needed, what organizations need to Chargeback for and discuss when to begin the process. The advantages and disadvantages of various Chargeback models will be explored followed by a presentation of how to calculate Chargeback rates for CPU, memory, storage and network. The discussion will conclude by reviewing a suggested roadmap for Chargeback adoption and implementation to help you move forward with your current project.

Posted by
Eric Sloof
in VMware at 19:40 | No comments | No Trackbacks
Bookmark and Share

Sunday, 16 December 2007

Will Workstation 6.5 bing us Unity ?

I found an intresting story on the ChipX86 blog about Unity support in the upcoming new version of Workstation, but will this version also support ESX 3.5 with a running VM? Earlier this year, VMware released VMware Fusion 1.0 for the Macintosh. This was their first virtualization product for the Mac and it has been met with high praise. And jealousy. VMware Fusion managed to change how users thought about virtualization. Thanks to Unity, you were no longer forced into having a big box on your screen. With the click of a button, the applications inside your virtual machine would appear outside of the box, sitting alongside your other applications. The Mac users loved this and Windows and Linux users were left feeling like they missed out. Workstation 6.5 will include support for Unity, allowing your Windows and Linux programs to intermingle with the click of a button. VMware just released initial support in their Friends and Family beta for this. Their public beta 1 will include this feature in a vastly improved form.

Posted by
Eric Sloof
in VMware at 13:41 | No comments | No Trackbacks
Bookmark and Share
(Page 1 of 2, totaling 24 entries) next pagenext page


Twitter RSS FeedLinkedIn

www.hetesambal.nl

Veeam Webinar with Doug Hazelman: 5 Steps to Successful Backup & Replication for Hyper-V! Watch it now >>

Recent Entries

Video - Install vSphere Syslog Collector and configure ESXi logging
Friday, January 20 2012
Storage Design and Implementation in vSphere 5.0 - The Rough Cuts
Thursday, January 19 2012
Top 25 Free Tools for VMware vSphere presented by David Davis and Kendrick Coleman
Monday, January 16 2012
LG Android running VMware Horizon Mobile hands-on
Saturday, January 14 2012
Forbes Guthrie has released the vSphere 5 vReference Card
Thursday, January 12 2012
VMworld Session - VMware vMotion in VMware vSphere 5: Architecture, Performance & Best Practices
Wednesday, January 11 2012
Voice Over IP (VoIP) Performance Evaluation on VMware vSphere 5.0
Tuesday, January 10 2012
VMware vCloud Director 1.5 Performance and Best Practices
Monday, January 9 2012
VMware vCenter Site Recovery Manager 5.0 Performance and Best Practices
Sunday, January 8 2012
New Training - VMware vSphere 5 Design Workshop
Saturday, January 7 2012

Archive

  • February 2012 (5)
  • January 2012 (22)
  • December 2011 (21)
  • November 2011 (24)
  • October 2011 (27)
  • September 2011 (26)
  • August 2011 (35)
  • July 2011 (26)
  • June 2011 (15)
  • May 2011 (20)
  • April 2011 (22)
  • March 2011 (22)
  • February 2011 (18)
  • January 2011 (13)
  • December 2010 (23)
  • November 2010 (18)
  • October 2010 (31)
  • September 2010 (22)
  • August 2010 (23)
  • July 2010 (19)
  • June 2010 (19)
  • May 2010 (19)
  • April 2010 (20)
  • March 2010 (23)
  • February 2010 (22)
  • January 2010 (30)
  • December 2009 (37)
  • November 2009 (29)
  • October 2009 (27)
  • September 2009 (36)
  • August 2009 (35)
  • July 2009 (35)
  • June 2009 (43)
  • May 2009 (35)
  • April 2009 (56)
  • March 2009 (51)
  • February 2009 (69)
  • January 2009 (69)
  • December 2008 (60)
  • November 2008 (56)
  • October 2008 (49)
  • September 2008 (63)
  • August 2008 (44)
  • July 2008 (54)
  • June 2008 (26)
  • May 2008 (34)
  • April 2008 (27)
  • March 2008 (38)
  • February 2008 (29)
  • January 2008 (35)
  • December 2007 (24)
  • November 2007 (23)
  • October 2007 (20)
  • September 2007 (54)
  • August 2007 (15)
  • July 2007 (22)
  • June 2007 (13)
  • May 2007 (8)
  • April 2007 (20)
  • March 2007 (10)
  • Recent...
  • Older...
Based on the s9y Bulletproof template framework
Powered by s9y – Template by Bulletproof development team.
  • NTPRO.NL
  • Online Training
  • VMworld
  • Videos
  • Tools
  • iTunes
  • About