<?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; beadm</title>
	<atom:link href="http://sigtar.com/tag/beadm/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; Managing Boot Environments with beadm</title>
		<link>http://sigtar.com/2009/03/31/opensolaris-managing-boot-environments-with-beadm/</link>
		<comments>http://sigtar.com/2009/03/31/opensolaris-managing-boot-environments-with-beadm/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 21:58:46 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[beadm]]></category>
		<category><![CDATA[boot environments]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=500</guid>
		<description><![CDATA[To get a list of all of your boot environments within Opensolaris use beadm like so…. 
beadm list 
Assuming you know the name of the boot environment that is causing issues you can use the following command (using its name) to remove the ones you think are suss. Note: you need to boot up in the environment [...]


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>
</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>To get a list of all of your boot environments within Opensolaris use <strong>beadm</strong> like so…. </p>
<p><strong>beadm list </strong></p>
<p>Assuming you know the name of the boot environment that is causing issues you can use the following command (using its name) to remove the ones you think are suss. Note: you need to boot up in the environment that you wish to keep first. </p>
<p><strong>beadm destroy <em>opensolaris-2</em></strong></p>
<p>If you destroy an environment that is active on boot it will be changed to another be that is available. You can use the following command to set it to a specific boot environment; </p>
<p><em><strong><span style="font-style: normal;">beadm activate</span> </strong></em><em><strong>opensolaris-1</strong></em></p>
<p>Remember to go into package manager and set the default repository as the preferred again. Update manager may recommend updates from the dev repository still though, remove this repository to prevent this.</p>
<p>Best not to delete a boot enviornment unless you have to.</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>
</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/03/31/opensolaris-managing-boot-environments-with-beadm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opensolaris &#8211; Updating solaris with the development repository</title>
		<link>http://sigtar.com/2009/03/27/opensolaris-updating-solaris-with-the-development-repository/</link>
		<comments>http://sigtar.com/2009/03/27/opensolaris-updating-solaris-with-the-development-repository/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 19:15:39 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[beadm]]></category>
		<category><![CDATA[boot enviornment]]></category>
		<category><![CDATA[dev repository]]></category>
		<category><![CDATA[package manager]]></category>
		<category><![CDATA[revert]]></category>
		<category><![CDATA[update manager]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=479</guid>
		<description><![CDATA[Want to keep your opensolaris on the &#8220;edge&#8221; of developments? Most of the experience i have had is that the &#8220;dev&#8221; repository contains mainly stable releases that are being held until the next official release (every 6 months).
This is how you do it&#8230;
Launch Package Manager &#8211; and choose &#8220;settings&#8221; then &#8220;manage repositories&#8221;
Add the dev repository [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/08/18/windows-2000-itmu-windows-update-issues/' rel='bookmark' title='Permanent Link: windows 2000 &#8211; ITMU / Windows Update Issues'>windows 2000 &#8211; ITMU / Windows Update Issues</a> <small>Get this when doing a windows update &#8211; Error number:...</small></li>
<li><a href='http://sigtar.com/2009/08/08/opensolaris-samba-server/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; Samba server'>OpenSolaris &#8211; Samba server</a> <small>Time to share your newly created ZFS volume via samba...</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>Want to keep your opensolaris on the &#8220;edge&#8221; of developments? Most of the experience i have had is that the &#8220;dev&#8221; repository contains mainly stable releases that are being held until the next official release (every 6 months).</p>
<p>This is how you do it&#8230;</p>
<p>Launch Package Manager &#8211; and choose &#8220;settings&#8221; then &#8220;manage repositories&#8221;</p>
<p>Add the dev repository URL and give it a name.</p>
<p><strong>NOTE: The name cannot contain any spaces!</strong></p>
<p>Name : dev.opensolaris.org<br />
URL : http://pkg.opensolaris.org/dev</p>
<p>If you make it the preferred repository Update manager will inform you of the new updates that are available.</p>
<p><strong>Update</strong> : i have had a lockup with the cifs service as well as a problem with the keyboard working in VNC (if it wasnt plugged in at boot). So i have decided to revert back to the non-development repository. <a href="http://sigtar.com/2009/03/31/opensolaris-managing-boot-environments-with-beadm/">See this post on how to use beadm</a></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/08/18/windows-2000-itmu-windows-update-issues/' rel='bookmark' title='Permanent Link: windows 2000 &#8211; ITMU / Windows Update Issues'>windows 2000 &#8211; ITMU / Windows Update Issues</a> <small>Get this when doing a windows update &#8211; Error number:...</small></li>
<li><a href='http://sigtar.com/2009/08/08/opensolaris-samba-server/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; Samba server'>OpenSolaris &#8211; Samba server</a> <small>Time to share your newly created ZFS volume via samba...</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/03/27/opensolaris-updating-solaris-with-the-development-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
