Archive

Posts Tagged ‘plug-in’

Iomega StorCenter Local Plugin for vSphere

December 16th, 2009 Jase No comments

Well, I have been pretty busy lately, but wanted to share something I had done for my lab.

I really liked Alan Renouf’s Local Plugin Creator script.  So I had to try putting the StorCenter URL into my vSphere Client Home screen.

After a little Google Image Search for Iomega, I found a logo.  So I created two .PNG files to be placed on my vCenter server.

iomega_logo_32x
iomega_logo_32x.png

iomega_logo_16x iomega_logo_16x.png

I saved these files to c:\Program Files\VMware\Infrastructure\tomcat\webapps\ROOT\

Next, I used Alan’s Local Plugin Creator to generate the following XML:

<scriptConfiguration version=”1.0.0″>
<key>Iomega</key>
<description>Storcenter</description>
<vendor>Iomega</vendor>
<view parent=”Inventory.Global”>
<title locale=”en”>Storcenter</title>
<url>http://storcenter.jasemccarty.com/</url>
<icon>https://vcenter.jasemccarty.com:8443/iomega_logo_32x.png</icon>
<iconSmaller>https://vcenter.jasemccarty.com:8443/iomega_logo_16x.png</iconSmaller>
</view>
</scriptConfiguration>

I created a folder called Iomega in C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Plugins\ and saved the XML as Iomega.xml

I then relaunched my vSphere Client, and there was my new local plugin, pointing at the web management URL for my StorCenter.
StorCenterPlugin

Categories: Virtualization Tags: ,