• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Yellow Bricks

by Duncan Epping

  • Home
  • Unexplored Territory Podcast
  • HA Deepdive
  • ESXTOP
  • Stickers/Shirts
  • Privacy Policy
  • About
  • Show Search
Hide Search

VI Powershell: Creating a PSDrive to browse your inventory

Duncan Epping · Mar 26, 2008 ·

Just stumbled upon this cool article about mounting your VI inventory as a drive via Powershell:

source – Hal Rottenberg aka halr9000:

  1. Establish a connection to your the server using the Get-VIServer command:
    Get-VIServer -Server
    


    for example,

    Get-VIServer -Server 192.168.10.10
    


    When prompted, provide the administrator’s username and password to authenticate access on the server.

  2. Get the root folder of the server:
    $root = Get-Folder -NoRecursion
    
  3. Create a PowerShell drive named VI, based on the server root folder. You can use the built-in New-psDrive cmdlet.
    New-PSDrive -Location $root -Name vi -PSProvider VimInventory -Root '\' 


    In this release, a single backslash is the required value for the -Root parameter.

  4. Access the new drive by typing the following command:
    cd vi:
    


    To list the drive content, use Get-ChildItem or its alias Dir.

  5. Navigate through your server inventory using the cd command with the full path to the host. For a fictional VI inventory it may looks like the following:
    cd Folder01\DataCenter01\host\Web\LiveHost01
    

Hyper-V and Linux guests

Duncan Epping · Mar 21, 2008 ·

I was just pointed out to a blog about Hyper-V and linux guest compatibility.

source

Wednesday, Microsoft said Hyper-V beta for Windows Server 2008 is feature complete. Included in the list of operating systems supported are Windows Server 2003 SP2, Novell SUSE Linux Enterprise Server 10 SP1, Windows Vista SP1 (x86), and Windows XP SP3 (x86). See John Fontana’s article for more details about the Hyper-V RC announcement.

Though I’m anxious for Hyper-V to be released, especially the standalone version (which is not what this RC announcement was about), I’m very disappointed in Hyper-V’s lack of support for Linux.

No offense to SUSE Enterprise Server crowd, but only providing SUSE support in Hyper-V is a huge mistake. By not supporting Red Hat, Fedora, CentOS, and BSD, Microsoft is telling us Hyper-V is a Microsoft only technology. More Mt. Redmond, Microsoft center of the universe thinking. That’s disappointing.

What the hell, no support for Red Hat? After checking the “live migration” video that was posted recently this is another punch in the face of MS and in the end also Novell. They can try to defend MS/Hyper-V but these articles don’t make things better, they should have bought Xensource when they had the chance.

New VMware patch download section

Duncan Epping · Mar 20, 2008 ·

It took me a while before I got used to the new layout of the VMware website, especially the forums and blogs… But the new download section is definitely an improvement. Just tick the patches you need and click download. A “download manager java applet” will be launched which will download the patches into the default location. This is the only thing I would love to see improved, I should be able to change that download location before the patches are downloaded. Don’t leave the download page while downloading by the way!

Overcommiting memory, the war is on…

Duncan Epping · Mar 19, 2008 ·

I blogged about this yesterday, and a couple of hours later several articles on this topic popped up on the VMware website. Read them, and be prepared for another round of Citrix/MS blogs trying to discredit this feature. In my opinion it’s simple any feature that lets me virtualize more users / servers on the same or less hardware without significantly reducing the performance is worth looking into/testing. Looking at the “Services”(SBC/VDI) that are discussed in these topics I can imagine why Citrix is fully defending their technology and discrediting this feature, this is something that they didn’t think of or have developed yet.

  1. VMware: Memory Overcommitment in the Real World
  2. Scott Lowe: More on memory overcommitment
  3. Cheap HyperVisors
  4. The comment
  5. The Discussion

Talking about competition and cheap hypervisors…. Rumors are going around that Dell will be supplying servers with VMware ESX 3i with any additional costs, free, no license… So the war is on, but before you guys start bashing check the numbers in article number 1… 178 VM’s with 512MB of memory only using 19.07GB instead of the 89GB is would be using otherwise.

Virtualizing Citrix?!

Duncan Epping · Mar 18, 2008 ·

There’s been so many discussions on whether to virtualize Citrix Servers or not I can hardly keep track. But today I was pointed out to a discussion on the VMTN forum. Especially Jason Boche’s contribution to this thread is very valuable and makes sense on why you actually should virtualize your Citrix environment. Jason discovered the following:

A few of the things we’re seeing:
1. The VM is handling slighly more users with a fraction of the hardware used
2. The VM is managing application memory more efficiently which I think will allow us to get more theoretical users on a VM than on physical hardware because with 4GB of usable RAM, we always run out of memory first. I need to find out if the memory efficiency is is due to VMware’s Content-Based Page Sharing (see http://www.waldspurger.org/carl/papers/esx-mem-osdi02.pdf). My knowledge of VMware’s page sharing thus far was that pages were shared between VMs only. The memory efficiency I’m seeing when running Citrix inside a VM suggests that VMware page sharing is being used to share common memory pages inside of just a single VM of the same Citrix published application that is being run 40 times in 40 concurrent users sessions.

This is also something that’s new to me, VMware is also doing intra-VM page sharing besides inter-VM page sharing. Which indeed can be really beneficial for Server Based Computing. In the end this will enable you to virtualize more servers on the same hardware and taking advantage of those quadcore processors like no other platform does. Especially the dual-quadcore servers nowadays hardly ever get fully utilized with additional memory and VMware you can solve this inefficient usage of hardware.

Not only the usage will be more efficient but the uptime and portability will increase and with the usage of templates and for instance Thinstall it should be very easy to prep new Citrix servers in a matter of minutes. Than again with Windows Server 2008 and Thinstall small to medium companies might not even need Citrix, and I’m not even talking about the new upcoming VDI features like offline working, patch one patch many and linked cloning.

More info on ESX + Citrix can be found in this PDF that VMware released a while back. And be sure to read the topic on the VMTN forum.

SBC and VDI will definitely make a giant leap over the next months!

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 468
  • Page 469
  • Page 470
  • Page 471
  • Page 472
  • Interim pages omitted …
  • Page 492
  • Go to Next Page »

Primary Sidebar

About the Author

Duncan Epping is a Chief Technologist and Distinguished Engineering Architect at Broadcom. Besides writing on Yellow-Bricks, Duncan is the co-author of the vSAN Deep Dive and the vSphere Clustering Deep Dive book series. Duncan is also the host of the Unexplored Territory Podcast.

Follow Us

  • X
  • Spotify
  • RSS Feed
  • LinkedIn

Recommended Book(s)

Advertisements




Copyright Yellow-Bricks.com © 2025 · Log in