<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.warmetal.nl/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.warmetal.nl/feed.php">
        <title>warmetal.nl</title>
        <description></description>
        <link>http://www.warmetal.nl/</link>
        <image rdf:resource="http://www.warmetal.nl/lib/images/favicon.ico" />
       <dc:date>2012-02-06T10:00:11+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.warmetal.nl/powerclinotes"/>
                <rdf:li rdf:resource="http://www.warmetal.nl/lunaligning"/>
                <rdf:li rdf:resource="http://www.warmetal.nl/apachereverseproxy"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.warmetal.nl/lib/images/favicon.ico">
        <title>warmetal.nl</title>
        <link>http://www.warmetal.nl/</link>
        <url>http://www.warmetal.nl/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.warmetal.nl/powerclinotes">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-31T15:11:57+01:00</dc:date>
        <dc:creator>Sjoerd Hooft</dc:creator>
        <title>PowerCLI Usefull Scripts And Commands</title>
        <link>http://www.warmetal.nl/powerclinotes</link>
        <description>This is an overview page with small PowerCLI scripts and or commands.

If only I knew then what I know now! When working on Script: PowerCLI: Create CSV with VMInfo I spent some serious time on finding what properties and values are available on certain objects. Today I finally figured it out, simply use “Select *”:
[vSphere PowerCLI] C:\&gt; Get-NetworkAdapter -vm testvm01 | select *


MacAddress       : 00:50:56:89:2e:18
WakeOnLanEnabled : True
NetworkName      : SFT0-VLAN2
Type             : Fle…</description>
    </item>
    <item rdf:about="http://www.warmetal.nl/lunaligning">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-20T17:45:46+01:00</dc:date>
        <dc:creator>Sjoerd Hooft</dc:creator>
        <title>Lun Aligning</title>
        <link>http://www.warmetal.nl/lunaligning</link>
        <description>For information about why you should keep LUNs aligned with your vmdks I'd like to refer to this article from yellow-bricks.com. It explains why alignment is important, but I'll tell you it comes down to performance. When the LUNs, vmdk and Guest OS blocks are not aligned the array will request more blocks than the VMs are actually asking for.

Please note the following remarks:</description>
    </item>
    <item rdf:about="http://www.warmetal.nl/apachereverseproxy">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-20T13:53:34+01:00</dc:date>
        <dc:creator>Sjoerd Hooft</dc:creator>
        <title>Apache Reverse Proxy</title>
        <link>http://www.warmetal.nl/apachereverseproxy</link>
        <description>This is an overall page for an Apache reverse proxy, including installation, configuration, security and cache.
The reverse proxy in my case is a virtual. It will have three NICs, one for the outside, one for the inside and one in the management VLAN. During initial installation, we only use one NIC, the one on the outside. Later on we'll add the other NICs.

	*  VM NAME: SLES11-REVERSEPROXY
*  CPU: 1
*  MEM: 1024 MB
*  DSK: 8 GB
*  NIC: VMXNET3
*  Extern IP: 10.10.10.20
	*  VLAN: 10</description>
    </item>
</rdf:RDF>

