<?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>Daz's bits and bobs &#187; install</title>
	<atom:link href="http://sigtar.com/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://sigtar.com</link>
	<description>…bytes bits</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:25:57 +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>opensolaris &#8211; pkg verify</title>
		<link>http://sigtar.com/2010/05/23/opensolaris-pkg-verify/</link>
		<comments>http://sigtar.com/2010/05/23/opensolaris-pkg-verify/#comments</comments>
		<pubDate>Sun, 23 May 2010 09:11:57 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[--accept]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[pkg]]></category>
		<category><![CDATA[verify]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1136</guid>
		<description><![CDATA[I ran through a pkg verify the other day and came across a lot of errors. Running the subsequent pkg fix command presented me with this&#8230;
pkg: Requested &#8220;install&#8221; operation would affect files that cannot be modified in live image.
 Please retry this operation on an alternate boot environment.
This is the fix&#8230;.
mkdir /mnt/osol-134fix
beadm create osol-134fix
beadm mount [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/07/26/opensolaris-increase-swap/' rel='bookmark' title='Permanent Link: opensolaris &#8211; increase swap'>opensolaris &#8211; increase swap</a> <small>I found this on opensolaris forums&#8230;. A nice way to...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I ran through a <strong>pkg verify</strong> the other day and came across a lot of errors. Running the subsequent <strong>pkg fix</strong> command presented me with this&#8230;</p>
<p><em>pkg: Requested &#8220;install&#8221; operation would affect files that cannot be modified in live image.</em></p>
<p><em> Please retry this operation on an alternate boot environment.</em></p>
<p>This is the fix&#8230;.</p>
<p><strong>mkdir /mnt/osol-134fix<br />
beadm create osol-134fix<br />
beadm mount osol-134fix /mnt/osol-134fix<br />
pkg -R /mnt/osol-134fix fix &#8211;accept<br />
beadm activate osol-134fix</strong></p>
<p>Then reboot your machine into the new boot image</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/07/26/opensolaris-increase-swap/' rel='bookmark' title='Permanent Link: opensolaris &#8211; increase swap'>opensolaris &#8211; increase swap</a> <small>I found this on opensolaris forums&#8230;. A nice way to...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/05/23/opensolaris-pkg-verify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>create usb install for esx / esxi</title>
		<link>http://sigtar.com/2009/12/20/create-usb-install-for-esx-esxi/</link>
		<comments>http://sigtar.com/2009/12/20/create-usb-install-for-esx-esxi/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 05:55:33 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[flash drive]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[syslinux]]></category>
		<category><![CDATA[syslinux.cfg]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1058</guid>
		<description><![CDATA[First format your usb / flash drive with FAT. Then copy all the contents of the installer .iso onto the drive.
Next delete isolinux.bin and rename isolinux.cfg to syslinux.cfg
Edit syslinux.cfg and append &#8220;usb&#8221; to the line starting with &#8220;append&#8221; &#8230; i.e. similar to this
append vmkboot.gz &#8212; vmkernel.gz &#8212; sys.vgz &#8212; cim.vgz &#8212; ienviron.tgz &#8212; image.tgz &#8212; [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/12/20/boot-esx-from-usb-drive/' rel='bookmark' title='Permanent Link: boot esx from usb drive'>boot esx from usb drive</a> <small>Its quite easy to boot esx from a usb device...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2010/04/14/hyper-v-to-esx-conversion/' rel='bookmark' title='Permanent Link: hyper-v to esx conversion'>hyper-v to esx conversion</a> <small>V2V cold clone process for SBS / exchange / sql...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>First format your usb / flash drive with FAT. Then copy all the contents of the installer .iso onto the drive.</p>
<p>Next delete isolinux.bin and rename isolinux.cfg to syslinux.cfg</p>
<p>Edit syslinux.cfg and append &#8220;usb&#8221; to the line starting with &#8220;append&#8221; &#8230; i.e. similar to this</p>
<p><em>append vmkboot.gz &#8212; vmkernel.gz &#8212; sys.vgz &#8212; cim.vgz &#8212; ienviron.tgz &#8212; image.tgz &#8212; install.tgz usb</em></p>
<p>Next grab the latest syslinux.exe (zip for windows) from <a href="http://www.kernel.org/pub/linux/utils/boot/syslinux/">here</a> and run <strong>syslinux -s –ma &lt;driveletter&gt;: </strong></p>
<p>Done.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/12/20/boot-esx-from-usb-drive/' rel='bookmark' title='Permanent Link: boot esx from usb drive'>boot esx from usb drive</a> <small>Its quite easy to boot esx from a usb device...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2010/04/14/hyper-v-to-esx-conversion/' rel='bookmark' title='Permanent Link: hyper-v to esx conversion'>hyper-v to esx conversion</a> <small>V2V cold clone process for SBS / exchange / sql...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/12/20/create-usb-install-for-esx-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX 4 (vSphere) &#8211; installation issues</title>
		<link>http://sigtar.com/2009/08/10/esx-4-vsphere-installation-issues/</link>
		<comments>http://sigtar.com/2009/08/10/esx-4-vsphere-installation-issues/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:17:37 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[4]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[c1]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lvmdriver]]></category>
		<category><![CDATA[realtek]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=898</guid>
		<description><![CDATA[I&#8217;ve had a couple of installation issues with ESX4
One was particularly strange, the install process would freeze every now and again until i pressed a key on the keyboard. This was related to AMD&#8217;s power saving C1 mode &#8211; disable this in the bios to fix this problem.
Secondly it was a problem with my nic. [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2009/09/30/vsphere-ctrl-alt-del-greyed-out/' rel='bookmark' title='Permanent Link: vSphere &#8211; ctrl-alt-del greyed out'>vSphere &#8211; ctrl-alt-del greyed out</a> <small>This bug has hit me. Looks like users with roles...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a couple of installation issues with ESX4</p>
<p>One was particularly strange, the install process would freeze every now and again until i pressed a key on the keyboard. This was related to AMD&#8217;s power saving C1 mode &#8211; disable this in the bios to fix this problem.</p>
<p>Secondly it was a problem with my nic. Essentially i didn&#8217;t have card that was supported (realtek). After inserting a intel card all was well. This fires up a ambiguous error and cans the whole install. (lvmdriver error)</p>
<p>It was nice to see that my pata drive was supported &#8211; i&#8217;ve been using it for quick tests but was unsure if it was supported in vSphere. Note: i&#8217;ve got a flash card enclosure that i&#8217;m planning on using in the future, just awaiting the card.   (hopefully this saves me some power)</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2009/09/30/vsphere-ctrl-alt-del-greyed-out/' rel='bookmark' title='Permanent Link: vSphere &#8211; ctrl-alt-del greyed out'>vSphere &#8211; ctrl-alt-del greyed out</a> <small>This bug has hit me. Looks like users with roles...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/08/10/esx-4-vsphere-installation-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
