<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MCB Systems &#187; openmanage</title>
	<atom:link href="http://www.mcbsys.com/techblog/tag/openmanage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mcbsys.com/techblog</link>
	<description>Custom Software and I.T. Services</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:58:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting Up Dell OpenManage on Hyper-V Server 2008 R2</title>
		<link>http://www.mcbsys.com/techblog/2009/11/setting-up-dell-openmanage-on-hyper-v-server-2008-r2/</link>
		<comments>http://www.mcbsys.com/techblog/2009/11/setting-up-dell-openmanage-on-hyper-v-server-2008-r2/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:53:00 +0000</pubDate>
		<dc:creator>Mark Berry</dc:creator>
				<category><![CDATA[IT Administration]]></category>
		<category><![CDATA[hyper-v server]]></category>
		<category><![CDATA[openmanage]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">/mark/post/Setting-Up-Dell-OpenManage-on-Hyper-V-Server-2008-R2.aspx</guid>
		<description><![CDATA[One of my misconceptions about the Microsoft virtualization options was that if I wanted to have access to server management tools, I would need to run &#8220;regular&#8221; (paid) Window Server 2008 so I could install those tools, then enable the Hyper-V role for the virtual clients. It turns out that that is not the case.

My [...]]]></description>
			<content:encoded><![CDATA[<p>One of my misconceptions about the Microsoft virtualization options was that if I wanted to have access to server management tools, I would need to run &#8220;regular&#8221; (paid) Window Server 2008 so I could install those tools, then enable the Hyper-V role for the virtual clients. It turns out that that is not the case.</p>
<p><span id="more-26"></span></p>
<p>My test machine is a Dell PowerEdge 2900. I was able to install and access OpenManage on Hyper-V Server 2008 R2 as follows:</p>
<p>1. Download the latest <em>Dell Systems Management Tools and Documentation</em> DVD. I found version 6.1.0 A00 <a href="http://support.dell.com/support/downloads/format.aspx?c=us&amp;cs=04&amp;l=en&amp;s=bsd&amp;deviceid=17861&amp;libid=36&amp;releaseid=R226574&amp;vercnt=3&amp;formatcnt=0&amp;SystemID=PWE_2900&amp;servicetag=J1JJYD1&amp;os=WNET&amp;osl=en&amp;catid=-1&amp;dateid=-1&amp;typeid=-1&amp;formatid=-1&amp;impid=-1" target="_blank">here</a>. Note that this is actually two downloads that must be concatenated before burning the DVD&#8211;see the Installation Instructions on the download page.</p>
<p>2. Follow Dell&#8217;s <a href="http://support.dell.com/support/edocs/software/smsom/6.1/en/ug/HTML/serverco.htm" target="_blank">article</a>, &#8220;Installing Dell OpenManage Software On Microsoft Windows Server 2008 Core and Microsoft Hyper-V Server.&#8221; Only install the Managed System Software, not the Management Station Software.</p>
<p>First run the prerequisite checker by running these commands at the command prompt (assuming the DVD is in drive E):</p>
<p style="padding-left: 30px;"><code>E:<br />
</code><code>cd \SYSMGMT\<span style="color: #0000ff;">srvadmin</span>\windows\prereqchecker</code><br />
<code>runprereqchecks.exe /s</code></p>
<p><span style="color: #0000ff;">Update 10/12/2010:</span>&nbsp; Path corrected&#8211;thanks to comment from Ian N.</p>
<p>The instructions for the prerequisite checker tell you to take certain actions depending on the return code. Use this command to view the return code:</p>
<p style="padding-left: 30px;"><code>echo Return Code = %ERRORLEVEL%</code></p>
<p>My Return Code was -2, which, according to <a href="http://support.dell.com/support/edocs/software/smsom/6.1/en/ug/HTML/prereqch.htm#wp1053477" target="_blank">this article</a>, means &#8220;The operating system is not supported. The Prerequisite Checker will not run.&#8221; My hunch is that this is because the software has not been updated to recognize the R2 version of Server 2008. I went ahead and ran the installer anyway:</p>
<p style="padding-left: 30px;"><code>cd \SYSMGMT\srvadmin\windows\SystemsManagement</code><br />
<code>msiexec /i SysMgmt.msi</code></p>
<p>After agreeing to continue without having run the prerequisite checker, the installation completed successfully.</p>
<p>3. Open the firewall for the OpenManage web interface default port 1311:</p>
<p style="padding-left: 30px;"><code>netsh advfirewall firewall add rule name="Dell OpenManage Server Administrator Web GUI" dir=in action=allow protocol=TCP localport=1311</code></p>
<p style="padding-left: 30px;"><strong>Note</strong> <a href="http://support.microsoft.com/kb/947709" target="_blank">Knowledgebase article 947709</a> is helpful on the netsh commands. However, do <em>not</em> just cut and paste its examples:&nbsp; as of this writing, the quotation marks are all formatted as closing quotation marks (”), so the commands will fail. Replace those quotation marks with standard &#8220;vertical&#8221; quotation marks (&#8220;).</p>
<p>4. From another computer, open a browser and type in the following URL (be sure to get the &#8220;s&#8221; on the https):</p>
<p style="padding-left: 30px;"><code>https://</code><em>[computer</em><em> name or IP address]</em><code>:1311</code></p>
<p>After adding the required security exception in your browser (due to the self-signed web server certificate), you should now see the familiar Server Administrator web interface:</p>
<p><img style="border: 0px none;" src="http://www.mcbsys.com/techblog/wp-content/uploads/WindowsLiveWriter/SettingUpDellOpenManageonHyperVServer200_D16F/Dell%20OpenManage%20Web%20Interface_6.png" border="0" alt="Dell OpenManage Web Interface" width="644" height="446" align="left" /></p>
<p>There are other advantages to using the full version of Windows Server 2008 R2 as the host OS, but Dell OpenManage is available even from the free Hyper-V Server 2008 R2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcbsys.com/techblog/2009/11/setting-up-dell-openmanage-on-hyper-v-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

