<?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>Networknet.nl &#187; cmd</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/cmd/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:46:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hyper-V from cmd</title>
		<link>http://www.networknet.nl/apps/wp/archives/467</link>
		<comments>http://www.networknet.nl/apps/wp/archives/467#comments</comments>
		<pubDate>Fri, 15 Aug 2008 18:05:09 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/467</guid>
		<description><![CDATA[Hyper-V, a key feature of Windows Server 2008, has now released to manufacturing (RTM) and is available for deployment into production environments. With help of ServerManagerCMD.exe I will install the Hyer-V role. &#160; What is ServerManagerCMD.exe? Server Manager in Windows Server 2008 provides a single source for managing a server&#8217;s identity and system information, displaying server status, identifying problems with server role configuration, and managing all roles installed on the server. ServerManagerCMD is powerful tool and within one command line you can install the Hyper-V role. Make sure you installed the Windows 2008 RTM version and updated your system with KB950050. With ServerManagerCMD.exe you will be able to install all those roles: Active Directory Certificate Services Active Directory Domain Services Active Directory Federation Services Active Directory Lightweight Directory Services Active Directory Rights Management Services Application Server Availability and Scalability DHCP Server DNS Server Fax Server File Services Hyper-V Network Policy and Access Services Print Services Streaming Media Services Terminal Services Troubleshooting UDDI Services Web Server Windows Deployment Services Finally we get a single command line tool for this administrative task. I hate having different text files and run the cmd batch scripts. Related links: Technet &#8211; Server Manager]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/467/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Lights-Out Online Configuration Utility (HPONCFG)</title>
		<link>http://www.networknet.nl/apps/wp/archives/438</link>
		<comments>http://www.networknet.nl/apps/wp/archives/438#comments</comments>
		<pubDate>Tue, 13 May 2008 15:35:05 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[HP]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[HPONCFG.exe]]></category>
		<category><![CDATA[ilo]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[proliant]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/438</guid>
		<description><![CDATA[Recently the motherboard of one of the HP ProLiant ML370 G4&#160; was replaced due faulty hardware, but the ILO was never reconfigured back. The ILO board was not reachable anymore on the old IP address. Last weekend we had issues with Active Directory and none of the domain accounts were able to logon locally with a RDP session; so the ops team tried the ILO remote web interface and this failed. Today I was able to find the IP address of the ILO board with the help of the &#8220;HP System Management Home Page&#8221; tools. I tried to login with the known password but the authentication failed. Couple years ago when these HP servers were deployed there is option in the bios to reset the ILO setting and change the ip and username setting. I do not want to reboot the server and manually reconfigure the ILO board from the console. HP has command line tool for this named HPONCFG. Please go here or search for HPONCFG on google. HP Lights-Out Online Configuration Utility (HPONCFG)Version 1.5.2.0 Description&#8212;&#8212;&#8212;&#8211; HP Lights-Out Online Configuration utility is a command line utility used to configure iLO, iLO 2 and RILOE II from within the Windows operating systems without requiring a reboot of the server. I am not able to show the screenshots of HPONCFG.exe tool. The server is managed by third party, but after you installed the cpqsetup.exe on the server you should be able to configure the ILO board.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/438/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMWare Player cmd startup script</title>
		<link>http://www.networknet.nl/apps/wp/archives/356</link>
		<comments>http://www.networknet.nl/apps/wp/archives/356#comments</comments>
		<pubDate>Tue, 29 Jan 2008 20:10:40 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/356</guid>
		<description><![CDATA[Did you ever tried to automate the process of having a script or shortcut to automatically start a virtual guest with VMWare Player? After you login you can start VMWare Player and locate the virtual machine or click the recent one but still you need to control this process. Maybe you want to start the virtual machine at system startup with Scheduled Tasks or instruct a user to click on a specific shortcut for a pre-created virtual machine he needs to test. I created a small script which can used for this process. Create new file in notepad and paste the commands below. Make sure the VMWare Player installation path is correct and the location of your VMWare guest. @Echo off REM VMWare Player cmd script for virtual guest startup REM Ivan Versluis @ Networknet.nl REM Email: Ivan.Versluis@networknet.nl REM Date: 29/01/2008 &#34;C:\Program Files\VMware\VMware Player\vmplayer.exe&#34; &#34;C:\VMWareGuests\Server\Windows Server 2003 Standard Edition.vmx&#34; The result]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/356/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

