<?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>Otmanix' Blog &#187; VMware</title>
	<atom:link href="http://otmanix.de/category/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://otmanix.de</link>
	<description>Wissenswertes und Belangloses aus dem Leben eines Admins</description>
	<lastBuildDate>Sat, 11 Feb 2012 00:58:23 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>change block tracking Skript f&#252;r Networker</title>
		<link>http://otmanix.de/2012/02/08/change-block-tracking-skript-fur-networker/</link>
		<comments>http://otmanix.de/2012/02/08/change-block-tracking-skript-fur-networker/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 11:28:20 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[CBT]]></category>
		<category><![CDATA[Networker]]></category>
		<category><![CDATA[VADP]]></category>
		<category><![CDATA[VSphere]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2453</guid>
		<description><![CDATA[Wer im EMC Networker VADP Image Backups konfigurieren will stolpert zwangsl&#228;ufig &#252;ber CBT. F&#252;r Windows VMs bringt das Aktivieren von CBT durchaus Vorteile. Hier das Skript cbt.cmd um den CBT Status einer VM zu ermitteln bzw. zum Aktivieren/Deaktivieren von CBT. &#8230; <a href="http://otmanix.de/2012/02/08/change-block-tracking-skript-fur-networker/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wer im EMC Networker VADP Image Backups konfigurieren will stolpert zwangsl&#228;ufig &#252;ber CBT. F&#252;r Windows VMs bringt das Aktivieren von CBT durchaus Vorteile.</p>
<p>Hier das Skript cbt.cmd um den CBT Status einer VM zu ermitteln bzw. zum Aktivieren/Deaktivieren von CBT.</p>
<pre>@ECHO OFF
 :BEGIN
 REM change block tracking for VMware/Networker
 REM tested with Networker 7.6.3.1 on Windows 7 and VSphere 5
 REM 08.02.2012 Otmanix
 REM http://www.punchingclouds.com/?p=896
 REM http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1020128
 CLS
 ECHO *** change block tracking - VMware/Networker ***
 ECHO ************************************************
 SET /P VCENTER=vcenter (FQDN):
 SET /P USER=user:
 SET /P PASSWORD=password:
 :ID
 CLS
 ECHO identify vm by
 ECHO 1) name in vcenter
 ECHO 2) dns name (fqdn)
 ECHO 3) ip address
 ECHO 4) EXIT
 CHOICE /N /C 1234 /M "PICK A NUMBER (1, 2, 3, 4)"
 IF ERRORLEVEL 4 GOTO END
 IF ERRORLEVEL 3 GOTO ID3
 IF ERRORLEVEL 2 GOTO ID2
 IF ERRORLEVEL 1 GOTO ID1
 IF ERRORLEVEL 0 GOTO END
 GOTO ID
 :ID3
 SET LOOKUPMETHOD=ip-addr
 SET LOOKUPKEY=
 SET /P LOOKUPKEY=IP address:
 GOTO CBT
 :ID2
 SET LOOKUPMETHOD=dns-name
 SET LOOKUPKEY=
 SET /P LOOKUPKEY=hostname (fqdn):
 GOTO CBT
 :ID1
 SET LOOKUPMETHOD=vm-name
 SET LOOKUPKEY=
 SET /P LOOKUPKEY=name of vm in vcenter (case sensitive):
 GOTO CBT
 :CBT
 CLS
 ECHO choose
 ECHO 1) info about cbt
 ECHO 2) enable cbt
 ECHO 3) disable CBT
 ECHO 4) EXIT
 CHOICE /N /C 1234 /M "PICK A NUMBER (1, 2, 3, 4)"
 IF ERRORLEVEL 4 GOTO END
 IF ERRORLEVEL 3 GOTO CBT3
 IF ERRORLEVEL 2 GOTO CBT2
 IF ERRORLEVEL 1 GOTO CBT1
 IF ERRORLEVEL 0 GOTO END
 GOTO BEGIN
 :CBT3
 SET CBTMODE=cbt-disable
 GOTO COMMAND
 :CBT2
 SET CBTMODE=cbt-enable
 GOTO COMMAND
 :CBT1
 SET CBTMODE=info
 GOTO COMMAND
 :COMMAND
 nsrvadp_modify_vm.exe -H %VCENTER% -P https -u %USER% -p %PASSWORD% -l %LOOKUPMETHOD% -k %LOOKUPKEY% -c %CBTMODE%
 PAUSE
 GOTO CBT
 :END</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2012/02/08/change-block-tracking-skript-fur-networker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Networker user group meeting revisited</title>
		<link>http://otmanix.de/2011/06/02/networker-user-group-meeting-revisited/</link>
		<comments>http://otmanix.de/2011/06/02/networker-user-group-meeting-revisited/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 14:08:16 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Avamar]]></category>
		<category><![CDATA[Data Domain]]></category>
		<category><![CDATA[Networker]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2299</guid>
		<description><![CDATA[Was war vorgestern angesagt? EMC hatte geladen, zum nunmehr 2. Networker user group meeting in Deutschland, nun im Steigenberger Airport Hotel in Frankfurt. EMC hatte einen product manager und Leute aus der Entwicklung (siehe Photo) &#252;ber den gro&#223;en Teich fliegen &#8230; <a href="http://otmanix.de/2011/06/02/networker-user-group-meeting-revisited/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Was war vorgestern angesagt? EMC hatte geladen, zum nunmehr 2. Networker user group meeting in Deutschland, nun im Steigenberger Airport Hotel in Frankfurt.</p>
<p>EMC hatte einen product manager und Leute aus der Entwicklung (siehe Photo) &#252;ber den gro&#223;en Teich fliegen lassen und Trainer aus dem Schulungscenter Schwalbach bereitgestellt um Kundenfeedback direkt entgegenzunehmen, an Diskussionen teilzunehmen und Auskunft zur Roadmap zu geben.</p>
<p><a href="http://otmanix.de/wp-content/uploads/2011/05/2011-05-31_17-31-42_75.jpg"><img class="alignnone size-thumbnail wp-image-2300" title="Networker user group" src="http://otmanix.de/wp-content/uploads/2011/05/2011-05-31_17-31-42_75-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://otmanix.de/wp-content/uploads/2011/05/2011-05-31_17-30-13_2401.jpg"><img class="alignnone size-thumbnail wp-image-2302" title="Networker Team" src="http://otmanix.de/wp-content/uploads/2011/05/2011-05-31_17-30-13_2401-150x150.jpg" alt="" width="150" height="150" /></a></p>
<h3>R&#252;ckblick</h3>
<p>Mit der &#220;bernahme von Avamar und Datadomain (und zuvor Legato) war eine Umstrukturierung bei EMC &#252;berf&#228;llig. Gerade im Networker-Umfeld hinkte die Entwicklung in einigen Punkten dem Markt hinterher, was mit dem k&#252;rzlich erschienenem Networker 7.6.2 und NMM 2.3 endlich kompensiert wurde. Die EMC BRS Division erweckt heute den Eindruck sich intern sortiert und strategisch neu ausgerichtet zu haben.</p>
<h3>Fazit</h3>
<p>Als Kunde m&#246;chte ich mich bei EMC hiermit f&#252;r die gelungene Veranstaltung bedanken. Sehr positiv fand ich den direkten Kontakt zu Entwicklung und Produktmanagement. Alleine die M&#246;glichkeit RFE bei dieser Gelegenheit einzukippen und direktes Feedback zu Machbarkeit und Chancen auf Realisierung zu bekommen ist aus meiner Sicht die Anreise wert. Die Frage/Antwort-Stunde und die entstandenen Diskusssionen w&#228;hrend der Vortr&#228;ge fand ich &#252;berwiegend positiv. Im Gegensatz zu anderen Herstellerveranstaltungen hielten sich hier die Marketing stunts in engen Grenzen, was wohl dem &#252;berwiegend Admin-lastigen Publikum zuzuschreiben war <img src='http://otmanix.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Die Gespr&#228;che mit anderen Kunden in den Pausen waren einerseits interessant und informativ, anderseits fiel manches auch in die Kategorie &#8220;geteiltes Leid ist halbes Leid&#8221; <img src='http://otmanix.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Mein Dank auch an Hr. Lehner, der sich mit einer Kundenpr&#228;sentation vorgewagt und damit eine fruchtbare Diskussion angesto&#223;en hatte. Aus meiner Sicht ist diese Veranstaltung ein echter Pflichttermin f&#252;r Leute, die Networker einsetzen.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2011/06/02/networker-user-group-meeting-revisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NMM 2.3 ab Freitag</title>
		<link>http://otmanix.de/2011/03/24/nmm-2-3-ab-freitag/</link>
		<comments>http://otmanix.de/2011/03/24/nmm-2-3-ab-freitag/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 20:03:49 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Networker]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2184</guid>
		<description><![CDATA[Wie dem EMC Community Network zu entnehmen ist gibt es ab Freitag das Networker Module for Microsoft Applications 2.3 (NMM) im Powerlink. Damit will EMC wohl gerade noch die Kurve kriegen &#8211; f&#252;r Q1/2011 war die Software zuletzt angek&#252;ndigt worden. &#8230; <a href="http://otmanix.de/2011/03/24/nmm-2-3-ab-freitag/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wie <a href="https://community.emc.com/message/537198#537198" target="_blank">dem EMC Community Network zu entnehmen ist</a> gibt es ab Freitag das <a href="http://www.emc.com/products/detail/software/networker-module-microsoft-applications.htm" target="_blank">Networker Module for Microsoft Applications 2.3 (NMM)</a> im <a href="https://powerlink.emc.com" target="_blank">Powerlink</a>.</p>
<p>Damit will EMC wohl gerade noch die Kurve kriegen &#8211; f&#252;r Q1/2011 war die Software zuletzt angek&#252;ndigt worden. Endlich folgt also eine vern&#252;nftige Backupl&#246;sung f&#252;r MS Exchange 2010.</p>
<p>Mitte April soll dann hoffentlich Networker 7.6.2 folgen. Damit k&#228;me Unterst&#252;tzung f&#252;r VMware VStorage API for Data Protection (VADP) und Desaster Recovery f&#252;r Windows 2008 / 2008R2.</p>
<p>Update &#8211; NMM 2.3 gibt es vorerst nur unter RA, d.h. auf Anfrage:</p>
<blockquote><p>NetWorker Module for Microsoft v2.3 Restricted Availability (RA) Thank you for your interest in the NetWorker Module for Microsoft v2.3 Restricted Availability (RA). In 2011, you will see EMC begin to use a new release process for new versions of NetWorker software. Software will be released under Restricted Availability. Restricted Availability (RA) releases are fully-tested and production-ready, however, software and documentation are made available through an alternate process that lets EMC track adoption to ensure the early roll out meets customer expectations. After initial monitoring of progress and success in the marketplace, the software and documentation will be deemed Generally Available (GA) and moved in total to EMC Powerlink. The NetWorker Module for Microsoft 2.3 release is focused on Microsoft OS, application and feature enhancements. The enhancements in this release include the following: • Windows Server 2008 R2 OS support for Exchange, SharePoint, SQL and Hyper-V • Support for NetWorker Dedicated Storage Nodes * • Exchange Server 2010 support • SharePoint Server 2010 support ** • Data Domain support ** Notes: * Requires NetWorker Server 7.5.3 or 7.6SP1 or later / ** Requires NetWorker Server 7.6SP1 or later NetWorker Module for Microsoft 2.3 Restricted Availability Program To participate in the NetWorker Module for Microsoft (NMM) v2.3 restricted availability program, please complete the following steps: 1. Sign-up for the NetWorker Module for Microsoft (NMM) v2.3 Restricted Availability Program on EMC Feedback Central using this link http://feedbackcentral.emc.com/callout/?callid=92BF0A46C9BA43E1A8DD13040710EFD9 • Create an account at feedbackcentral.emc.com (if you don’t have one) 2. Complete the NetWorker Module for Microsoft (NMM) v2.3 Site Survey online at Feedback Central. We will respond within 48 hours with instructions on how to obtain NetWorker Module for Microsoft 2.3 Restricted Availability software and documentation.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2011/03/24/nmm-2-3-ab-freitag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PS3 Media Server 1.21.0-r472 f&#252;r Mac OS X</title>
		<link>http://otmanix.de/2011/02/02/ps3-media-server-1-21-0-r472-fuer-mac-os-x/</link>
		<comments>http://otmanix.de/2011/02/02/ps3-media-server-1-21-0-r472-fuer-mac-os-x/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 21:43:29 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Media Server]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[ps3mediaserver]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2125</guid>
		<description><![CDATA[Nachdem unter Windows ein paar Tools fehlen um PS3 Media Server f&#252;r Mac OS X zu kompilieren habe ich nach einer Alternativl&#246;sung gesucht. Diese sieht nun so aus: Mac OS X 10.6.5 (aka Snow Leopard) l&#228;uft als virtuelle Maschine in &#8230; <a href="http://otmanix.de/2011/02/02/ps3-media-server-1-21-0-r472-fuer-mac-os-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nachdem unter Windows ein paar Tools fehlen um PS3 Media Server f&#252;r Mac OS X zu kompilieren habe ich nach einer Alternativl&#246;sung gesucht.</p>
<p>Diese sieht nun so aus: Mac OS X 10.6.5 (aka Snow Leopard) l&#228;uft als virtuelle Maschine in Vmware Workstation 7 auf Windows 7 <img src='http://otmanix.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Damit war ich in der Lage die Standardprozedur zum Kompilieren auf OS X durchzuf&#252;hren.</p>
<p>Hier also der Download:<a href="http://otmanix.de/download/pms-macosx-1.21.0-r472.dmg.zip"> PS3 Media Server 1.21.0-r472 f&#252;r Mac OS X</a></p>
<p>Viel Spa&#223; damit!</p>
<p><a href="http://otmanix.de/wp-content/uploads/2011/02/compiling_pms_osx.jpg"><img class="alignnone size-thumbnail wp-image-2129" title="compiling_pms_osx" src="http://otmanix.de/wp-content/uploads/2011/02/compiling_pms_osx-150x150.jpg" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2011/02/02/ps3-media-server-1-21-0-r472-fuer-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hackintosh OSX10.6</title>
		<link>http://otmanix.de/2011/02/02/hackintosh-osx10-6/</link>
		<comments>http://otmanix.de/2011/02/02/hackintosh-osx10-6/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 11:52:44 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Media Server]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[PMS]]></category>
		<category><![CDATA[ps3mediaserver]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2120</guid>
		<description><![CDATA[z.Z. bastle ich daran PS3 Media Server f&#252;r Mac OS X zu kompilieren. Unter Windows klappt das bedingt, jetzt aber habe ich die L&#246;sung f&#252;r das Problem gefunden&#8230; VMware machts m&#246;glich]]></description>
			<content:encoded><![CDATA[<p>z.Z. bastle ich daran PS3 Media Server f&#252;r Mac OS X zu kompilieren. Unter Windows klappt das bedingt, jetzt aber habe ich die L&#246;sung f&#252;r das Problem gefunden&#8230;</p>
<p><a href="http://otmanix.de/wp-content/uploads/2011/02/hackintosh_osx106.jpg"><img class="alignnone size-thumbnail wp-image-2121" title="hackintosh_osx106" src="http://otmanix.de/wp-content/uploads/2011/02/hackintosh_osx106-150x150.jpg" alt="Mac OS X 10.6" width="150" height="150" /></a></p>
<p>VMware machts m&#246;glich <img src='http://otmanix.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2011/02/02/hackintosh-osx10-6/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>split brain</title>
		<link>http://otmanix.de/2010/12/28/split-brain/</link>
		<comments>http://otmanix.de/2010/12/28/split-brain/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 19:45:53 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[EMC]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VPLEX]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2087</guid>
		<description><![CDATA[Zur Zeit befasse ich mich u.a. mit der Planung von VMware VSphere im 2 Zellen Betrieb (2 Rechenzentren). Im Laufe meiner Recherchen bin ich im Internet auf folgendes gestossen: zum Thema &#8220;Split-Brain&#8221; Zum Thema Vmware SRM vs. Vmware Stretched Cluster &#8230; <a href="http://otmanix.de/2010/12/28/split-brain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Zur Zeit befasse ich mich u.a. mit der Planung von VMware VSphere im 2 Zellen Betrieb (2 Rechenzentren). Im Laufe meiner Recherchen bin ich im Internet auf folgendes gestossen:</p>
<p>zum Thema &#8220;<a href="http://de.wikipedia.org/wiki/Split_Brain_%28Informatik%29" target="_blank">Split-Brain</a>&#8221;</p>
<p><a href="http://encefalus.com/neurology-biology/split-brains-consciousness-michael-gazzaniga/"><img class="alignnone" title="split brain" src="http://encefalus.com/wp-content/uploads/2008/07/split_brain_2.jpg" alt="" width="454" height="297" /></a></p>
<p>Zum Thema Vmware SRM vs. Vmware Stretched Cluster mit EMC VPLEX:</p>
<h3><a href="http://virtualgeek.typepad.com/virtual_geek/2010/12/understanding-vsphere-disaster-recoveryavoidance-options.html" target="_blank">Understanding vSphere Disaster Recovery/Avoidance options</a></h3>
<p><a href="http://virtualgeek.typepad.com/"><img class="alignnone" title="Weihnachtsgr&#252;&#223;e" src="http://virtualgeek.typepad.com/.a/6a00e552e53bd288330147e0ed31d4970b-pi" alt="" width="404" height="382" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2010/12/28/split-brain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Networker 7.6 SP2 Beta</title>
		<link>http://otmanix.de/2010/12/20/networker-7-6-sp2-beta/</link>
		<comments>http://otmanix.de/2010/12/20/networker-7-6-sp2-beta/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 11:55:56 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[BMR]]></category>
		<category><![CDATA[CBT]]></category>
		<category><![CDATA[Networker]]></category>
		<category><![CDATA[VADP]]></category>
		<category><![CDATA[vStorage API]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2067</guid>
		<description><![CDATA[Morgen beginnt die Betaphase f&#252;r EMC Networker 7.6 SP2. Noch im Q1/2011 soll dann die neue Version zum Download bereitstehen. In erster Linie werden folgende Features hinzukommen: vStorage API for Data Protection (VADP) inkl. changed block tracking (CBT) f&#252;r VMware &#8230; <a href="http://otmanix.de/2010/12/20/networker-7-6-sp2-beta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Morgen beginnt die <a title="NW 7.6.2" href="https://community.emc.com/message/518588#518588" target="_blank">Betaphase f&#252;r EMC Networker 7.6 SP2</a>. Noch im Q1/2011 soll dann die neue Version zum Download bereitstehen. In erster Linie werden folgende Features hinzukommen:</p>
<ul>
<li>vStorage API for Data Protection (VADP) inkl. changed block tracking (CBT) f&#252;r VMware Umgebungen</li>
<li>Desaster Recovery (BMR) support f&#252;r Windows 7, 2008 und 2008R2 (&#228;quivalent zu ASR bei Windows XP und 2003)</li>
</ul>
<p>P.S.</p>
<p>Na endlich&#8230; Sogar das olle Omniback kann das mittlerweile <img src='http://otmanix.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2010/12/20/networker-7-6-sp2-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flying zones f&#252;r Arme &#8211; Teil 2: Liveupgrade mit Solaris10 Update6 und ZFS-root</title>
		<link>http://otmanix.de/2009/04/10/flying-zones-fuer-arme-teil-2-liveupgrade-mit-solaris10-update6-und-zfs-root/</link>
		<comments>http://otmanix.de/2009/04/10/flying-zones-fuer-arme-teil-2-liveupgrade-mit-solaris10-update6-und-zfs-root/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 19:10:28 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[EMC]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[ZFS]]></category>
		<category><![CDATA[Container]]></category>
		<category><![CDATA[Liveupgrade]]></category>
		<category><![CDATA[recommended patch cluster]]></category>
		<category><![CDATA[svm]]></category>
		<category><![CDATA[upgrade-on-attach]]></category>
		<category><![CDATA[zones]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=1166</guid>
		<description><![CDATA[Zuletzt habe ich dar&#252;ber geschrieben wie man mit Vmware Server 2.01 und Solaris10 ein sog. &#8220;flying zones&#8221;-Szenario aufbauen kann. D.h. man installiert eine Solaris-Zone auf einer shared disk und kann dann  eine sog. Zonenmigration durchf&#252;hren. D.h. die Zone und die &#8230; <a href="http://otmanix.de/2009/04/10/flying-zones-fuer-arme-teil-2-liveupgrade-mit-solaris10-update6-und-zfs-root/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Zuletzt habe ich dar&#252;ber geschrieben wie man mit Vmware Server 2.01 und Solaris10 ein sog. &#8220;flying zones&#8221;-Szenario aufbauen kann. D.h. man installiert eine Solaris-Zone auf einer shared disk und kann dann  eine sog. Zonenmigration durchf&#252;hren. D.h. die Zone und die Filesysteme der Zone werden am ersten Rechner exportiert und am zweiten Rechner wird das Ganze dann wieder importiert.</p>
<h3>serielles Patching und Zonen</h3>
<p>Ein leidiges Thema, insbesondere bei Solaris Zonen, ist das Installieren von Patches. In regelm&#228;&#223;igen Abst&#228;nden wird man z.B. dazu angehalten das &#8220;recommended patch cluster&#8221; zu installieren. In der Regel befinden sich Kernelpatches in den Patch-Sammlungen, so dass eine Installation im Single-User-Modus erforderlich ist. Zudem m&#252;ssen auch alle Zonen beim Patchen verf&#252;gbar sein (nicht detached!). Das Standard-Patchinstallationstool von Sun arbeitet dann die Patchinstallation sequentiell ab. Bei einer gr&#246;&#223;eren Anzahl Zonen kann das u.U. zeitkrisch werden.</p>
<h3>Parallel Patching, Solaris Liveupgrade, Neuerungen in Solaris10u6 10/08</h3>
<p>Gute Neuigkeiten gibt es bei <a title="parallel patching" href="http://blogs.sun.com/JeffV/entry/patching_zones_goes_zoom" target="_blank">Jeff Victor</a>. Demn&#228;chst soll also eine neue Version des patchadd-Kommandos das parallele Patchen von Zonen beherrschen. Aber auch das ist u.U. noch zu zeitinsiv. Seit l&#228;ngerem gibt es bereits die Software Solaris Liveupgrade, die zum Patchen oder Upgraden auf ein neues Release benutzt werden kann. Dabei wird zun&#228;chst vom laufenden Solaris eine Kopie erzeugt, ein sog. boot environment (BE), auf der dann die Patches bzw. das Upgrade angewendet werden. Das ganze passiert im normalen Onlinebetrieb. Ist die Aktionen abgeschlossen, wird vom alternativen BE gebootet. Gibt es &#196;rger hat man ein Fallback auf das verherige BE.</p>
<p>Zun&#228;chst wurde Liveupgrade &#8220;zone aware&#8221; gemacht. D.h. auch Zonen k&#246;nnen seit einiger Zeit damit aktualisiert werden. Im Solaris10u6 kam dann die Unterst&#252;tzung f&#252;r ZFS-root (ZFS-Pool als Bootumgebung f&#252;r das Rootfilesystem) und &#8220;upgrade-on-attach&#8221;. War eine Zone beim Upgrade detached und hat somit einen &#228;lteren Stand kann nun beim Attach die Aktualisierung nachgeholt werden.</p>
<p>Infos zum Thema gibt es hier:</p>
<p><a title="S10u6 lu" href="http://docs.sun.com/app/docs/doc/820-5238/esqbt?a=browse" target="_blank">Solaris 10 10/08 Installation Guide: Solaris Live Upgrade and Upgrade Planning</a></p>
<p><a title="lu" href="http://sunsolve.sun.com/search/document.do?assetkey=1-61-206844-1" target="_blank">Solution  206844: Solaris[TM] Live Upgrade Software: Minimum Patch Requirements </a></p>
<h3>Solaris Liveupgrade bei S10u6 im Praxiseinsatz</h3>
<p>Ich m&#246;chte also nun die Umgebung aus dem letzten Artikel auf Basis Solaris10u6 mit Hilfe von Liveupgrade auf das aktuelle recommended patch cluster patchen.</p>
<p>bash-3.00# <strong>cat /etc/release</strong><br />
<span style="color: #008000;">Solaris 10 10/08 s10x_u6wos_07b X86</span><br />
Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.<br />
Use is subject to license terms.<br />
Assembled 27 October 2008</p>
<p># <strong>zoneadm list -cv</strong><br />
ID NAME             STATUS     PATH                           BRAND    IP<br />
0 global           running    /                              native   shared<br />
1 zone1            running    /zone1                         native   shared</p>
<p># <strong>lustatus</strong><br />
ERROR: No boot environments are configured on this system<br />
ERROR: cannot determine list of all boot environment names</p>
<p># <strong>lucreate -n s10u6_recpatches</strong><br />
Checking GRUB menu&#8230;<br />
Analyzing system configuration.<br />
No name for current boot environment.<br />
INFORMATION: The current boot environment is not named &#8211; assigning name &lt;s10x_u6wos_07b&gt;.<br />
Current boot environment is named &lt;s10x_u6wos_07b&gt;.<br />
Creating initial configuration for primary boot environment &lt;s10x_u6wos_07b&gt;.<br />
The device &lt;/dev/dsk/c1t0d0s0&gt; is not a root device for any boot environment; cannot get BE ID.<br />
PBE configuration successful: PBE name &lt;s10x_u6wos_07b&gt; PBE Boot Device &lt;/dev/dsk/c1t0d0s0&gt;.<br />
Comparing source boot environment &lt;s10x_u6wos_07b&gt; file systems with the<br />
file system(s) you specified for the new boot environment. Determining<br />
which file systems should be in the new boot environment.<br />
Updating boot environment description database on all BEs.<br />
Updating system configuration files.<br />
Creating configuration for boot environment &lt;s10u6_recpatches&gt;.<br />
Source boot environment is &lt;s10x_u6wos_07b&gt;.<br />
Creating boot environment &lt;s10u6_recpatches&gt;.<br />
Cloning file systems from boot environment &lt;s10x_u6wos_07b&gt; to create boot environment &lt;s10u6_recpatches&gt;.<br />
Creating snapshot for &lt;rpool/ROOT/s10x_u6wos_07b&gt; on &lt;rpool/ROOT/s10x_u6wos_07b@s10u6_recpatches&gt;.<br />
Creating clone for &lt;rpool/ROOT/s10x_u6wos_07b@s10u6_recpatches&gt; on &lt;rpool/ROOT/s10u6_recpatches&gt;.<br />
Setting canmount=noauto for &lt;/&gt; in zone &lt;global&gt; on &lt;rpool/ROOT/s10u6_recpatches&gt;.<br />
Creating snapshot for &lt;zone1&gt; on &lt;zone1@s10u6_recpatches&gt;.<br />
<span style="color: #ff0000;">cannot create &#8216;.&#8217;: missing dataset name</span><br />
Creating clone for &lt;zone1@s10u6_recpatches&gt; on &lt;zone1-s10u6_recpatches&gt;.<br />
<span style="color: #ff0000;">ERROR: cannot create &#8216;zone1-s10u6_recpatches&#8217;: missing dataset name<br />
ERROR: Unable to clone &lt;&gt; on &lt;&gt;.<br />
/usr/lib/lu/luclonefs: zone1@s10u6_recpatches: not found<br />
cannot open &#8216;zone1-s10u6_recpatches&#8217;: dataset does not exist<br />
cannot open &#8216;zone1-s10u6_recpatches&#8217;: dataset does not exist<br />
cannot open &#8216;zone1-s10u6_recpatches&#8217;: dataset does not exist</span><br />
Saving existing file &lt;/boot/grub/menu.lst&gt; in top level dataset for BE &lt;s10u6_recpatches&gt; as &lt;mount-point&gt;//boot/grub/menu.lst.prev.<br />
File &lt;/boot/grub/menu.lst&gt; propagation successful<br />
Copied GRUB menu from PBE to ABE<br />
No entry for BE &lt;s10u6_recpatches&gt; in GRUB menu<br />
Population of boot environment &lt;s10u6_recpatches&gt; successful.<br />
Creation of boot environment &lt;s10u6_recpatches&gt; successful.</p>
<p># <strong>lustatus</strong><br />
Boot Environment           Is       Active Active    Can    Copy<br />
Name                       Complete Now    On Reboot Delete Status<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;-<br />
s10x_u6wos_07b             yes      yes    yes       no     -<br />
s10u6_recpatches           yes      no     no        yes    -</p>
<p>bash-3.00# <strong>zpool list</strong><br />
NAME    SIZE   USED  AVAIL    CAP  HEALTH  ALTROOT<br />
rpool  7.94G  6.78G  1.15G    85%  ONLINE  -<br />
zone1  1.98G   546M  1.45G    26%  ONLINE  -</p>
<p>bash-3.00# <strong>zfs list</strong><br />
NAME                                         USED  AVAIL  REFER  MOUNTPOINT<br />
rpool                                       7.07G   766M  38.5K  /rpool<br />
rpool/ROOT                                  5.68G   766M    18K  legacy<br />
rpool/ROOT/s10u6_recpatches                  156K   766M  3.77G  /a/<br />
rpool/ROOT/s10x_u6wos_07b                   5.68G   766M  5.67G  /<br />
rpool/ROOT/s10x_u6wos_07b@s10u6_recpatches  12.0M      -  3.77G  -<br />
rpool/dump                                   900M   766M   900M  -<br />
rpool/export                                  37K   766M    19K  /export<br />
rpool/export/home                             18K   766M    18K  /export/home<br />
rpool/swap                                   512M  1.03G   222M  -<br />
zone1                                        546M  1.42G   545M  /zone1<br />
zone1@s10u6_recpatches                       619K      -   545M  -</p>
<p>bash-3.00# <strong>cd /patches/10_x86_Recommended</strong></p>
<p>bash-3.00# <strong>luupgrade -n s10u6_recpatches -s /patches/10_x86_Recommended -t `cat  patch_order`</strong><br />
System has findroot enabled GRUB<br />
No entry for BE &lt;s10u6_recpatches&gt; in GRUB menu<br />
Validating the contents of the media &lt;/patches/10_x86_Recommended&gt;.<br />
The media contains 152 software patches that can be added.<br />
Mounting the BE &lt;s10u6_recpatches&gt;.<br />
<span style="color: #ff0000;">ERROR: unable to mount zones:<br />
/a/zone1 must not be group readable.<br />
/a/zone1 must not be group executable.<br />
/a/zone1 must not be world readable.<br />
/a/zone1 must not be world executable.</span><br />
<span style="color: #ff0000;">could not verify zonepath /a/zone1 because of the above errors.<br />
zoneadm: zone zone1 failed to verify<br />
ERROR: unable to mount zone &lt;zone1&gt; in &lt;/a&gt;<br />
ERROR: unmounting partially mounted boot environment file systems<br />
ERROR: cannot mount boot environment by icf file &lt;/tmp/.luupgrade.beicf.4645&gt;<br />
cat: cannot open /tmp/.luupgrade.tmp.4645<br />
ERROR: Unable to mount ABE disk slices: &lt; &gt;.<br />
ERROR: Unable to mount the BE &lt;s10u6_recpatches&gt;.</span></p>
<p>bash-3.00# <strong>lumount s10u6_recpatches /a</strong><br />
<span style="color: #ff0000;">ERROR: unable to mount zones:<br />
/a/zone1 must not be group readable.<br />
/a/zone1 must not be group executable.<br />
/a/zone1 must not be world readable.<br />
/a/zone1 must not be world executable.<br />
could not verify zonepath /a/zone1 because of the above errors.<br />
zoneadm: zone zone1 failed to verify<br />
ERROR: unable to mount zone &lt;zone1&gt; in &lt;/a&gt;<br />
ERROR: unmounting partially mounted boot environment file systems<br />
ERROR: No such file or directory: error unmounting &lt;rpool/ROOT/s10u6_recpatches&gt;<br />
ERROR: umount: warning: rpool/ROOT/s10u6_recpatches not in mnttab<br />
umount: rpool/ROOT/s10u6_recpatches no such file or directory<br />
ERROR: cannot unmount &lt;rpool/ROOT/s10u6_recpatches&gt;<br />
ERROR: cannot mount boot environment by name &lt;s10u6_recpatches&gt;</span></p>
<p>bash-3.00# <strong>lustatus</strong><br />
Boot Environment           Is       Active Active    Can    Copy<br />
Name                       Complete Now    On Reboot Delete Status<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;-<br />
s10x_u6wos_07b             yes      yes    yes       no     -<br />
s10u6_recpatches           yes      no     no        yes    -</p>
<p>bash-3.00# <strong>ludelete s10u6_recpatches</strong><br />
System has findroot enabled GRUB<br />
Checking if last BE on any disk&#8230;<br />
<span style="color: #ff0000;">ERROR: unable to mount zones:<br />
/.alt.s10u6_recpatches/zone1 must not be group readable.<br />
/.alt.s10u6_recpatches/zone1 must not be group executable.<br />
/.alt.s10u6_recpatches/zone1 must not be world readable.<br />
/.alt.s10u6_recpatches/zone1 must not be world executable.<br />
could not verify zonepath /.alt.s10u6_recpatches/zone1 because of the above errors.<br />
zoneadm: zone zone1 failed to verify<br />
ERROR: unable to mount zone &lt;zone1&gt; in &lt;/.alt.s10u6_recpatches&gt;<br />
ERROR: unmounting partially mounted boot environment file systems<br />
ERROR: No such file or directory: error unmounting &lt;rpool/ROOT/s10u6_recpatches&gt;<br />
ERROR: umount: warning: rpool/ROOT/s10u6_recpatches not in mnttab<br />
umount: rpool/ROOT/s10u6_recpatches no such file or directory<br />
ERROR: cannot unmount &lt;rpool/ROOT/s10u6_recpatches&gt;<br />
ERROR: cannot mount boot environment by name &lt;s10u6_recpatches&gt;<br />
ERROR: Failed to mount BE &lt;s10u6_recpatches&gt;.<br />
ERROR: Failed to mount BE &lt;s10u6_recpatches&gt;.<br />
cat: cannot open /tmp/.lulib.luclb.dsk.5254.s10u6_recpatches<br />
ERROR: This boot environment &lt;s10u6_recpatches&gt; is the last BE on the above disk.<br />
ERROR: Deleting this BE may make it impossible to boot from this disk.<br />
ERROR: However you may still boot solaris if you have BE(s) on other disks.<br />
ERROR: You *may* have to change boot-device order in the BIOS to accomplish this.<br />
ERROR: If you still want to delete this BE &lt;s10u6_recpatches&gt;, please use the force option (-f).<br />
Unable to delete boot environment.</span></p>
<p>bash-3.00# <strong>ludelete -f s10u6_recpatches</strong><br />
System has findroot enabled GRUB<br />
No entry for BE &lt;s10u6_recpatches&gt; in GRUB menu<br />
Determining the devices to be marked free.<br />
Updating boot environment configuration database.<br />
Updating boot environment description database on all BEs.<br />
Updating all boot environment configuration databases.<br />
Boot environment &lt;s10u6_recpatches&gt; deleted.</p>
<p>bash-3.00# <strong>lustatus</strong><br />
Boot Environment           Is       Active Active    Can    Copy<br />
Name                       Complete Now    On Reboot Delete Status<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;-<br />
s10x_u6wos_07b             yes      yes    yes       no     -</p>
<p>bash-3.00# <strong>zfs list</strong><br />
NAME                        USED  AVAIL  REFER  MOUNTPOINT<br />
rpool                      7.11G   715M  38.5K  /rpool<br />
rpool/ROOT                 5.73G   715M    18K  legacy<br />
rpool/ROOT/s10x_u6wos_07b  5.73G   715M  5.73G  /<br />
rpool/dump                  900M   715M   900M  -<br />
rpool/export                 37K   715M    19K  /export<br />
rpool/export/home            18K   715M    18K  /export/home<br />
rpool/swap                  512M   984M   243M  -<br />
zone1                       546M  1.42G   545M  /zone1<br />
<span style="color: #ff0000;">zone1@s10u6_recpatches      619K      -   545M  -</span></p>
<p>bash-3.00# <strong>zfs destroy zone1@s10u6_recpatches</strong></p>
<p>bash-3.00# <strong>zfs list</strong><br />
NAME                        USED  AVAIL  REFER  MOUNTPOINT<br />
rpool                      7.11G   715M  38.5K  /rpool<br />
rpool/ROOT                 5.73G   715M    18K  legacy<br />
rpool/ROOT/s10x_u6wos_07b  5.73G   715M  5.73G  /<br />
rpool/dump                  900M   715M   900M  -<br />
rpool/export                 37K   715M    19K  /export<br />
rpool/export/home            18K   715M    18K  /export/home<br />
rpool/swap                  512M   984M   243M  -<br />
zone1                       545M  1.42G   545M  /zone1</p>
<p>Na bravo! Das war ja der totale Reinfall&#8230;</p>
<p>Scheinbar kommt Liveupgrade nicht damit klar, dass die Zone in einem seperaten ZFS-Pool liegt. Das ist aber f&#252;r die Zonenmigration unabdingbar.</p>
<h3>neuer Versuch &#8211; Liveupgrade ohne Zonen, nur f&#252;r ZFS-root</h3>
<p>Dazu also erst einmal die Zone1 verschwinden lassen&#8230;</p>
<p>bash-3.00# <strong>zoneadm -z zone1 detach</strong></p>
<p>bash-3.00# <strong>metaset -s zone1data -r</strong></p>
<p>bash-3.00# <strong>metaset</strong><br />
Set name = zone1data, Set number = 1<br />
Host                Owner<br />
horst1<br />
horst2<br />
Drive    Dbase<br />
c2t1d0   Yes<br />
c3t1d0   Yes</p>
<p>bash-3.00#<strong> zpool export zone1</strong></p>
<p>bash-3.00# <strong>zpool list</strong><br />
NAME      SIZE   USED  AVAIL    CAP  HEALTH  ALTROOT<br />
patches  7.94G  2.69G  5.25G    33%  ONLINE  -<br />
rpool    7.94G  4.93G  3.01G    62%  ONLINE  -</p>
<p>bash-3.00# <strong>lustatus</strong><br />
Boot Environment           Is       Active Active    Can    Copy<br />
Name                       Complete Now    On Reboot Delete Status<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;-<br />
s10x_u6wos_07b             yes      yes    yes       no     -</p>
<p>bash-3.00#<strong> lucreate -n s10u6_recpatches</strong><br />
Checking GRUB menu&#8230;<br />
System has findroot enabled GRUB<br />
Analyzing system configuration.<br />
Comparing source boot environment &lt;s10x_u6wos_07b&gt; file systems with the<br />
file system(s) you specified for the new boot environment. Determining<br />
which file systems should be in the new boot environment.<br />
Updating boot environment description database on all BEs.<br />
Updating system configuration files.<br />
Creating configuration for boot environment &lt;s10u6_recpatches&gt;.<br />
Source boot environment is &lt;s10x_u6wos_07b&gt;.<br />
Creating boot environment &lt;s10u6_recpatches&gt;.<br />
Cloning file systems from boot environment &lt;s10x_u6wos_07b&gt; to create boot environment &lt;s10u6_recpatches&gt;.<br />
Creating snapshot for &lt;rpool/ROOT/s10x_u6wos_07b&gt; on &lt;rpool/ROOT/s10x_u6wos_07b@s10u6_recpatches&gt;.<br />
Creating clone for &lt;rpool/ROOT/s10x_u6wos_07b@s10u6_recpatches&gt; on &lt;rpool/ROOT/s10u6_recpatches&gt;.<br />
Setting canmount=noauto for &lt;/&gt; in zone &lt;global&gt; on &lt;rpool/ROOT/s10u6_recpatches&gt;.<br />
Saving existing file &lt;/boot/grub/menu.lst&gt; in top level dataset for BE &lt;s10u6_recpatches&gt; as &lt;mount-point&gt;//boot/grub/menu.lst.prev.<br />
File &lt;/boot/grub/menu.lst&gt; propagation successful<br />
Copied GRUB menu from PBE to ABE<br />
No entry for BE &lt;s10u6_recpatches&gt; in GRUB menu<br />
Population of boot environment &lt;s10u6_recpatches&gt; successful.<br />
Creation of boot environment &lt;s10u6_recpatches&gt; successful.</p>
<p>Na gut, das Erstellen des alternate BE hat also soweit geklappt. Nun zum Patchen..</p>
<p>bash-3.00# <strong>cd /patches/10_x86_Recommended/</strong></p>
<p>bash-3.00#<strong> luupgrade -n s10u6_recpatches -s /patches/10_x86_Recommended -t `cat  patch_order`</strong><br />
System has findroot enabled GRUB<br />
No entry for BE &lt;s10u6_recpatches&gt; in GRUB menu<br />
Validating the contents of the media &lt;/patches/10_x86_Recommended&gt;.<br />
The media contains 152 software patches that can be added.<br />
Mounting the BE &lt;s10u6_recpatches&gt;.<br />
Adding patches to the BE &lt;s10u6_recpatches&gt;.<br />
Validating patches&#8230;<br />
Loading patches installed on the system&#8230;<br />
Done!<br />
Loading patches requested to install.<br />
Version of package SUNWmctag from directory SUNWmctag in patch 121212-02 differs from the package installed on the system.<br />
Version of package SUNWmcosx from directory SUNWmcosx in patch 121212-02 differs from the package installed on the system.<br />
Version of package SUNWmcon from directory SUNWmcon in patch 121212-02 differs from the package installed on the system.<br />
Version of package SUNWmcos from directory SUNWmcos in patch 121212-02 differs from the package installed on the system.<br />
Done!<br />
The following requested patches have packages not installed on the system<br />
Package SUNWgzipS from directory SUNWgzipS in patch 120720-02 is not installed on the system. Changes for package SUNWgzipS will not be applied to the system.<br />
Package SUNWbzipS from directory SUNWbzipS in patch 126869-03 is not installed on the system. Changes for package SUNWbzipS will not be applied to the system.<br />
Package SUNWbreg from directory SUNWbreg in patch 121454-02 is not installed on the system. Changes for package SUNWbreg will not be applied to the system.<br />
Package SUNWdc from directory SUNWdc in patch 121454-02 is not installed on the system. Changes for package SUNWdc will not be applied to the system.<br />
Package SUNWbreg from directory SUNWbreg in patch 121454-02 is not installed on the system. Changes for package SUNWbreg will not be applied to the system.<br />
Package SUNWdc from directory SUNWdc in patch 121454-02 is not installed on the system. Changes for package SUNWdc will not be applied to the system.<br />
Package SUNWsmaS from directory SUNWsmaS in patch 120273-25 is not installed on the system. Changes for package SUNWsmaS will not be applied to the system.<br />
Package SUNWsmbaS from directory SUNWsmbaS in patch 119758-14 is not installed on the system. Changes for package SUNWsmbaS will not be applied to the system.<br />
Package SUNWpostgr-jdbcS from directory SUNWpostgr-jdbcS in patch 123591-09 is not installed on the system. Changes for package SUNWpostgr-jdbcS will not be applied to the system.<br />
Package SUNWpostgrS from directory SUNWpostgrS in patch 123591-09 is not installed on the system. Changes for package SUNWpostgrS will not be applied to the system.<br />
Package SUNWpostgr-tclS from directory SUNWpostgr-tclS in patch 123591-09 is not installed on the system. Changes for package SUNWpostgr-tclS will not be applied to the system.<br />
Package SUNWkxplt from directory SUNWkxplt in patch 120415-23 is not installed on the system. Changes for package SUNWkxplt will not be applied to the system.<br />
Package SUNWinleu from directory SUNWinleu in patch 120415-23 is not installed on the system. Changes for package SUNWinleu will not be applied to the system.<br />
Package SUNWhkleu from directory SUNWhkleu in patch 120415-23 is not installed on the system. Changes for package SUNWhkleu will not be applied to the system.<br />
Package SUNWcxplt from directory SUNWcxplt in patch 120415-23 is not installed on the system. Changes for package SUNWcxplt will not be applied to the system.<br />
Package SUNWhleu from directory SUNWhleu in patch 120415-23 is not installed on the system. Changes for package SUNWhleu will not be applied to the system.<br />
Package SUNWhleu2 from directory SUNWhleu2 in patch 120415-23 is not installed on the system. Changes for package SUNWhleu2 will not be applied to the system.<br />
Package SUNWkleu from directory SUNWkleu in patch 120415-23 is not installed on the system. Changes for package SUNWkleu will not be applied to the system.<br />
Package SUNWtleu from directory SUNWtleu in patch 120415-23 is not installed on the system. Changes for package SUNWtleu will not be applied to the system.<br />
Package SUNWhkplt from directory SUNWhkplt in patch 120415-23 is not installed on the system. Changes for package SUNWhkplt will not be applied to the system.<br />
Package SUNWinplt from directory SUNWinplt in patch 120415-23 is not installed on the system. Changes for package SUNWinplt will not be applied to the system.<br />
Package SUNWtxplt from directory SUNWtxplt in patch 120415-23 is not installed on the system. Changes for package SUNWtxplt will not be applied to the system.<br />
Package SUNWhxplt from directory SUNWhxplt in patch 120415-23 is not installed on the system. Changes for package SUNWhxplt will not be applied to the system.<br />
Package SUNWsunpinyin from directory SUNWsunpinyin in patch 120415-23 is not installed on the system. Changes for package SUNWsunpinyin will not be applied to the system.<br />
Package SUNWsibi from directory SUNWsibi in patch 119082-25 is not installed on the system. Changes for package SUNWsibi will not be applied to the system.<br />
Package SUNWapchS from directory SUNWapchS in patch 122912-15 is not installed on the system. Changes for package SUNWapchS will not be applied to the system.<br />
Package SUNWgrubS from directory SUNWgrubS in patch 138884-01 is not installed on the system. Changes for package SUNWgrubS will not be applied to the system.<br />
Package SUNWsibi from directory SUNWsibi in patch 124629-10 is not installed on the system. Changes for package SUNWsibi will not be applied to the system.<br />
Package SUNWsibi from directory SUNWsibi in patch 119253-31 is not installed on the system. Changes for package SUNWsibi will not be applied to the system.<br />
Package SUNWTkS from directory SUNWTkS in patch 137872-02 is not installed on the system. Changes for package SUNWTkS will not be applied to the system.<br />
Package SUNWipmiS from directory SUNWipmiS in patch 119765-06 is not installed on the system. Changes for package SUNWipmiS will not be applied to the system.<br />
Package SUNWj5jmp from directory SUNWj5jmp in patch 118668-19 is not installed on the system. Changes for package SUNWj5jmp will not be applied to the system.<br />
Package SUNWpngS from directory SUNWpngS in patch 137081-01 is not installed on the system. Changes for package SUNWpngS will not be applied to the system.<br />
Package SUNWsibi from directory SUNWsibi in patch 124631-24 is not installed on the system. Changes for package SUNWsibi will not be applied to the system.<br />
Package SUNWgtarS from directory SUNWgtarS in patch 139100-01 is not installed on the system. Changes for package SUNWgtarS will not be applied to the system.<br />
Package SUNWbindS from directory SUNWbindS in patch 119784-10 is not installed on the system. Changes for package SUNWbindS will not be applied to the system.<br />
Package SUNWzebraS from directory SUNWzebraS in patch 126207-04 is not installed on the system. Changes for package SUNWzebraS will not be applied to the system.<br />
Package SUNWcleu2 from directory SUNWcleu2 in patch 120413-09 is not installed on the system. Changes for package SUNWcleu2 will not be applied to the system.<br />
Package SUNWmysqlS from directory SUNWmysqlS in patch 120293-02 is not installed on the system. Changes for package SUNWmysqlS will not be applied to the system.<br />
Package SUNWimagickS from directory SUNWimagickS in patch 136883-02 is not installed on the system. Changes for package SUNWimagickS will not be applied to the system.<br />
Package SUNWapch2S from directory SUNWapch2S in patch 120544-14 is not installed on the system. Changes for package SUNWapch2S will not be applied to the system.<br />
Package SUNWlxmlS from directory SUNWlxmlS in patch 125732-04 is not installed on the system. Changes for package SUNWlxmlS will not be applied to the system.<br />
The following requested patches are already installed on the system<br />
Requested patch 120720-02 is already installed on the system.<br />
Requested patch 121297-01 is already installed on the system.<br />
Requested patch 122035-05 is already installed on the system.<br />
Requested patch 118344-14 is already installed on the system.<br />
Requested patch 118919-21 is already installed on the system.<br />
Requested patch 120901-03 is already installed on the system.<br />
Requested patch 121334-04 is already installed on the system.<br />
Requested patch 123840-04 is already installed on the system.<br />
Requested patch 127756-01 is already installed on the system.<br />
Requested patch 117435-02 is already installed on the system.<br />
Requested patch 121264-01 is already installed on the system.<br />
Requested patch 119575-02 is already installed on the system.<br />
Requested patch 113000-07 is already installed on the system.<br />
Requested patch 138218-01 is already installed on the system.<br />
Requested patch 121454-02 is already installed on the system.<br />
Requested patch 121454-02 is already installed on the system.<br />
Requested patch 118855-36 is already installed on the system.<br />
Requested patch 126424-03 is already installed on the system.<br />
Requested patch 122641-06 is already installed on the system.<br />
Requested patch 125548-02 is already installed on the system.<br />
Requested patch 125504-02 is already installed on the system.<br />
Requested patch 120012-14 is already installed on the system.<br />
Requested patch 127128-11 is already installed on the system.<br />
Requested patch 119318-01 is already installed on the system.<br />
Requested patch 123612-05 is already installed on the system.<br />
Requested patch 123591-09 is already installed on the system.<br />
Requested patch 128412-01 is already installed on the system.<br />
Requested patch 125542-03 is already installed on the system.<br />
Requested patch 121976-01 is already installed on the system.<br />
Requested patch 138182-01 is already installed on the system.<br />
Requested patch 120202-06 is already installed on the system.<br />
Requested patch 119082-25 is already installed on the system.<br />
Requested patch 138884-01 is already installed on the system.<br />
Requested patch 137138-09 is already installed on the system.<br />
Requested patch 124445-01 is already installed on the system.<br />
Requested patch 126541-02 is already installed on the system.<br />
Requested patch 136999-05 is already installed on the system.<br />
Requested patch 137872-02 is already installed on the system.<br />
Requested patch 138276-01 is already installed on the system.<br />
Requested patch 119765-06 is already installed on the system.<br />
Requested patch 138362-01 is already installed on the system.<br />
Requested patch 119811-05 is already installed on the system.<br />
Requested patch 120330-02 is already installed on the system.<br />
Requested patch 138323-02 is already installed on the system.<br />
Requested patch 128001-01 is already installed on the system.<br />
Requested patch 124189-02 is already installed on the system.<br />
Requested patch 138270-02 is already installed on the system.<br />
Requested patch 119131-33 is already installed on the system.<br />
Requested patch 119901-06 is already installed on the system.<br />
Requested patch 137081-01 is already installed on the system.<br />
Requested patch 123614-01 is already installed on the system.<br />
Requested patch 138624-02 is already installed on the system.<br />
Requested patch 118960-03 is already installed on the system.<br />
Requested patch 128329-01 is already installed on the system.<br />
Requested patch 136840-01 is already installed on the system.<br />
Requested patch 121013-02 is already installed on the system.<br />
Requested patch 119116-34 is already installed on the system.<br />
Requested patch 124458-01 is already installed on the system.<br />
Requested patch 124998-01 is already installed on the system.<br />
Requested patch 138877-01 is already installed on the system.<br />
Requested patch 126207-04 is already installed on the system.<br />
Requested patch 120236-01 is already installed on the system.<br />
Requested patch 138266-01 is already installed on the system.<br />
Requested patch 138105-01 is already installed on the system.<br />
Requested patch 127854-02 is already installed on the system.<br />
Requested patch 138374-02 is already installed on the system.<br />
Requested patch 137033-01 is already installed on the system.<br />
Requested patch 119813-08 is already installed on the system.<br />
Requested patch 120293-02 is already installed on the system.<br />
Requested patch 123939-01 is already installed on the system.<br />
Requested patch 137094-01 is already installed on the system.<br />
Requested patch 121096-02 is already installed on the system.<br />
Requested patch 124939-03 is already installed on the system.<br />
Requested patch 119987-03 is already installed on the system.<br />
Requested patch 137322-01 is already installed on the system.<br />
Requested patch 119904-02 is already installed on the system.<br />
Requested patch 120831-06 is already installed on the system.<br />
Requested patch 126441-01 is already installed on the system.<br />
Requested patch 125280-05 is already installed on the system.<br />
The following requested patches do not update any packages installed on the system<br />
No Packages from patch 121212-02 are installed on the system.<br />
Checking patches that you specified for installation.<br />
Done!<br />
The following requested patches will not be installed because<br />
they have been made obsolete by other patches already<br />
installed on the system or by patches you have specified for installation.<br />
0 All packages from patch 118844-20 are patched by higher revision patches.<br />
1 All packages from patch 122661-08 are patched by higher revision patches.<br />
2 All packages from patch 124205-05 are patched by higher revision patches.<br />
The following requested patches will not be installed because<br />
the packages they patch are not installed on this system.<br />
0 No Packages from patch 120415-23 are installed on the system.<br />
1 No Packages from patch 120413-09 are installed on the system.<br />
Approved patches will be installed in this order:<br />
126869-03 126420-02 119255-65 126539-02 121119-15 120273-25 119758-14 126366-14<br />
120740-05 119060-45 120411-30 122912-15 141009-01 125556-02 137122-06 138628-07<br />
124629-10 119253-31 138372-06 125540-06 137128-05 119214-18 140775-03 123896-10<br />
118668-19 139499-04 121309-16 119314-26 122213-32 139463-02 125185-11 121395-03<br />
138857-02 118669-19 140384-01 120200-15 124631-24 138264-03 139100-01 138286-02<br />
119784-10 119091-32 138224-03 138882-02 139482-01 138242-05 140145-01 119247-35<br />
120223-31 139580-02 125165-13 125953-18 139501-02 139561-02 125333-05 139484-05<br />
141015-01 124394-09 140456-01 136883-02 120095-22 125720-28 120544-14 125732-04<br />
126364-07 138254-02 138867-02 138889-08<br />
Checking installed patches&#8230;<br />
Verifying sufficient filesystem capacity (dry run method)&#8230;<br />
Installing patch packages&#8230;<br />
Patch 126869-03 has been successfully installed.<br />
See /a/var/sadm/patch/126869-03/log for details<br />
Patch packages installed:<br />
SUNWbzip<br />
SUNWsfman<br />
Checking installed patches&#8230;<br />
Verifying sufficient filesystem capacity (dry run method)&#8230;<br />
Installing patch packages&#8230;<br />
Patch 126420-02 has been successfully installed.<br />
See /a/var/sadm/patch/126420-02/log for details<br />
Patch packages installed:<br />
SUNWcsr<br />
SUNWcsu<br />
&#8230;<br />
Patch 138889-08 has been successfully installed.<br />
See /a/var/sadm/patch/138889-08/log for details<br />
Patch packages installed:<br />
SUNWcakr<br />
SUNWckr<br />
SUNWcpcu<br />
SUNWcsd<br />
SUNWcsl<br />
SUNWcslr<br />
SUNWcsr<br />
SUNWcsu<br />
SUNWdtrc<br />
SUNWesu<br />
SUNWhea<br />
SUNWib<br />
SUNWibsdpib<br />
SUNWipfh<br />
SUNWipfu<br />
SUNWmdb<br />
SUNWmdbr<br />
SUNWnxge<br />
SUNWos86r<br />
SUNWrds<br />
SUNWroute<br />
SUNWtavor<br />
Unmounting the BE &lt;s10u6_recpatches&gt;.<br />
<span style="color: #008000;">The patch add to the BE &lt;s10u6_recpatches&gt; completed.</span></p>
<p>bash-3.00# <strong>lustatus</strong><br />
Boot Environment           Is       Active Active    Can    Copy<br />
Name                       Complete Now    On Reboot Delete Status<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;-<br />
s10x_u6wos_07b             yes      yes    yes       no     -<br />
s10u6_recpatches           yes      no     no        yes    -</p>
<p>Nach dem erfolgreichen Patchen nun also vom neuen BE starten&#8230;</p>
<p>bash-3.00# <strong>luactivate s10u6_recpatches</strong><br />
System has findroot enabled GRUB<br />
Generating boot-sign, partition and slice information for PBE &lt;s10x_u6wos_07b&gt;<br />
Saving existing file &lt;/etc/bootsign&gt; in top level dataset for BE &lt;s10x_u6wos_07b&gt; as &lt;mount-point&gt;//etc/bootsign.prev.<br />
A Live Upgrade Sync operation will be performed on startup of boot environment &lt;s10u6_recpatches&gt;.</p>
<p>Generating boot-sign for ABE &lt;s10u6_recpatches&gt;<br />
Saving existing file &lt;/etc/bootsign&gt; in top level dataset for BE &lt;s10u6_recpatches&gt; as &lt;mount-point&gt;//etc/bootsign.prev.<br />
Generating partition and slice information for ABE &lt;s10u6_recpatches&gt;<br />
Copied boot menu from top level dataset.<br />
Generating multiboot menu entries for PBE.<br />
Generating multiboot menu entries for ABE.<br />
Disabling splashimage<br />
Re-enabling splashimage<br />
No more bootadm entries. Deletion of bootadm entries is complete.<br />
GRUB menu default setting is unaffected<br />
Done eliding bootadm entries.</p>
<p>**********************************************************************</p>
<p>The target boot environment has been activated. It will be used when you<br />
reboot. NOTE: You MUST NOT USE the reboot, halt, or uadmin commands. You<br />
MUST USE either the init or the shutdown command when you reboot. If you<br />
do not use either init or shutdown, the system will not boot using the<br />
target BE.</p>
<p>**********************************************************************</p>
<p>In case of a failure while booting to the target BE, the following process<br />
needs to be followed to fallback to the currently working boot environment:</p>
<p>1. Boot from Solaris failsafe or boot in single user mode from the Solaris<br />
Install CD or Network.</p>
<p>2. Mount the Parent boot environment root slice to some directory (like<br />
/mnt). You can use the following command to mount:</p>
<p>mount -Fzfs /dev/dsk/c1t0d0s0 /mnt</p>
<p>3. Run &lt;luactivate&gt; utility with out any arguments from the Parent boot<br />
environment root slice, as shown below:</p>
<p>/mnt/sbin/luactivate</p>
<p>4. luactivate, activates the previous working boot environment and<br />
indicates the result.</p>
<p>5. Exit Single User mode and reboot the machine.</p>
<p>**********************************************************************</p>
<p>Modifying boot archive service<br />
Propagating findroot GRUB for menu conversion.<br />
File &lt;/etc/lu/installgrub.findroot&gt; propagation successful<br />
File &lt;/etc/lu/stage1.findroot&gt; propagation successful<br />
File &lt;/etc/lu/stage2.findroot&gt; propagation successful<br />
File &lt;/etc/lu/GRUB_capability&gt; propagation successful<br />
Deleting stale GRUB loader from all BEs.<br />
File &lt;/etc/lu/installgrub.latest&gt; deletion successful<br />
File &lt;/etc/lu/stage1.latest&gt; deletion successful<br />
File &lt;/etc/lu/stage2.latest&gt; deletion successful<br />
Activation of boot environment &lt;s10u6_recpatches&gt; successful.</p>
<p>bash-3.00# <strong>lustatus</strong><br />
Boot Environment           Is       Active Active    Can    Copy<br />
Name                       Complete Now    On Reboot Delete Status<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;-<br />
s10x_u6wos_07b             yes      yes    no        no     -<br />
<span style="color: #008000;">s10u6_recpatches           yes      no     yes       no     -</span></p>
<p>bash-3.00# <strong>init 6</strong><br />
updating /platform/i86pc/boot_archive<br />
&#8230;</p>
<p>Achtung: Es muss zwingend mit init oder shutdown neu gestartet werden!</p>
<p>bash-3.00# <strong>lustatus</strong><br />
Boot Environment           Is       Active Active    Can    Copy<br />
Name                       Complete Now    On Reboot Delete Status<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;-<br />
s10x_u6wos_07b             yes      no     no        yes    -<br />
<span style="color: #008000;">s10u6_recpatches           yes      yes    yes       no     -</span></p>
<p>bash-3.00# <strong>zoneadm list -cv</strong><br />
ID NAME             STATUS     PATH                           BRAND    IP<br />
0 global           running    /                              native   shared<br />
- zone1            configured /zone1                         native   shared</p>
<p>bash-3.00# <strong>zpool import zone1</strong></p>
<p>bash-3.00# <strong>zpool list</strong><br />
NAME      SIZE   USED  AVAIL    CAP  HEALTH  ALTROOT<br />
patches  7.94G  2.69G  5.25G    33%  ONLINE  -<br />
rpool    7.94G  6.36G  1.58G    80%  ONLINE  -<br />
zone1    1.98G   547M  1.45G    26%  ONLINE  -</p>
<p>bash-3.00# <strong>metaset -s zone1data -t</strong></p>
<p>bash-3.00#<strong> metaset</strong><br />
Set name = zone1data, Set number = 1<br />
Host                Owner<br />
horst1<br />
horst2             Yes<br />
Drive    Dbase<br />
c2t1d0   Yes<br />
c3t1d0   Yes</p>
<h3>Patchen der Zone mit ugrade-on-attach</h3>
<p>bash-3.00# <strong>zoneadm -z zone1 attach</strong><br />
These patches installed on the source system are inconsistent with this system:<br />
118668: version mismatch<br />
(17) (19)<br />
118669: version mismatch<br />
(17) (19)<br />
119060: version mismatch<br />
(44) (45)<br />
119091: version mismatch<br />
(31) (32)<br />
119214: version mismatch<br />
(17) (18)<br />
119247: version mismatch<br />
(34) (35)<br />
119253: version mismatch<br />
(29) (31)<br />
119255: version mismatch<br />
(59) (65)<br />
119314: version mismatch<br />
(24) (26)<br />
119758: version mismatch<br />
(12) (14)<br />
119784: version mismatch<br />
(07) (10)<br />
120095: version mismatch<br />
(21) (22)<br />
120200: version mismatch<br />
(14) (15)<br />
120223: version mismatch<br />
(29) (31)<br />
120273: version mismatch<br />
(23) (25)<br />
120411: version mismatch<br />
(29) (30)<br />
120544: version mismatch<br />
(11) (14)<br />
120740: version mismatch<br />
(04) (05)<br />
121119: version mismatch<br />
(13) (15)<br />
121309: version mismatch<br />
(14) (16)<br />
121395: version mismatch<br />
(01) (03)<br />
122213: version mismatch<br />
(28) (32)<br />
122912: version mismatch<br />
(13) (15)<br />
123896: version mismatch<br />
(05) (10)<br />
124394: version mismatch<br />
(08) (09)<br />
124629: version mismatch<br />
(09) (10)<br />
124631: version mismatch<br />
(19) (24)<br />
125165: version mismatch<br />
(12) (13)<br />
125185: version mismatch<br />
(08) (11)<br />
125333: version mismatch<br />
(03) (05)<br />
125540: version mismatch<br />
(04) (06)<br />
125720: version mismatch<br />
(24) (28)<br />
125732: version mismatch<br />
(02) (04)<br />
125953: version mismatch<br />
(17) (18)<br />
126364: version mismatch<br />
(06) (07)<br />
126366: version mismatch<br />
(12) (14)<br />
126420: version mismatch<br />
(01) (02)<br />
126539: version mismatch<br />
(01) (02)<br />
126869: version mismatch<br />
(02) (03)<br />
136883: version mismatch<br />
(01) (02)<br />
137122: version mismatch<br />
(03) (06)<br />
137128: version mismatch<br />
(02) (05)<br />
138224: version mismatch<br />
(02) (03)<br />
138242: version mismatch<br />
(01) (05)<br />
138254: version mismatch<br />
(01) (02)<br />
138264: version mismatch<br />
(02) (03)<br />
138286: version mismatch<br />
(01) (02)<br />
138372: version mismatch<br />
(02) (06)<br />
138628: version mismatch<br />
(02) (07)<br />
138857: version mismatch<br />
(01) (02)<br />
138867: version mismatch<br />
(01) (02)<br />
138882: version mismatch<br />
(01) (02)<br />
These patches installed on this system were not installed on the source system:<br />
125556-02<br />
138889-08<br />
139100-01<br />
139463-02<br />
139482-01<br />
139484-05<br />
139499-04<br />
139501-02<br />
139561-02<br />
139580-02<br />
140145-01<br />
140384-01<br />
140456-01<br />
140775-03<br />
141009-01<br />
141015-01</p>
<p>bash-3.00# <strong>zoneadm -z zone1 attach -u</strong><br />
Getting the list of files to remove<br />
Removing 1209 files<br />
Remove 198 of 198 packages<br />
Installing 1315 files<br />
Add 198 of 198 packages<br />
Updating editable files<br />
The file &lt;/var/sadm/system/logs/update_log&gt; within the zone contains a log of the zone update.</p>
<p>bash-3.00# <strong>zoneadm list -cv</strong><br />
ID NAME             STATUS     PATH                           BRAND    IP<br />
0 global           running    /                              native   shared<br />
- zone1            installed  /zone1                         native   shared</p>
<p>bash-3.00# <strong>zoneadm -z zone1 boot</strong></p>
<p>bash-3.00# <strong>zlogin zone1</strong><br />
[Connected to zone 'zone1' pts/4]<br />
Last login: Thu Apr  9 09:06:23 on pts/5<br />
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005<br />
#<br />
# <strong>exit</strong><br />
[Connection to zone 'zone1' pts/4 closed]</p>
<p>Upgrade-on-attach zum Patchen der Zone hat hier wunder geklappt.</p>
<h3>weiterer Test nach Einspielen des recommended patch clusters</h3>
<p>Nachdem nun Solaris10u6 mit neuestem recommended patch cluster installiert ist m&#246;chte ich das Liveupgrade inclusive Zone nochmals testen.</p>
<p>bash-3.00# <strong>lustatus</strong><br />
Boot Environment           Is       Active Active    Can    Copy<br />
Name                       Complete Now    On Reboot Delete Status<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;-<br />
s10x_u6wos_07b             yes      no     no        yes    -<br />
s10u6_recpatches           yes      yes    yes       no     -</p>
<p>bash-3.00# <strong>zoneadm list -cv</strong><br />
ID NAME             STATUS     PATH                           BRAND    IP<br />
0 global           running    /                              native   shared<br />
2 zone1            running    /zone1                         native   shared</p>
<p>bash-3.00# <strong>lucreate -n s10u6_zonetest</strong><br />
Checking GRUB menu&#8230;<br />
System has findroot enabled GRUB<br />
Analyzing system configuration.<br />
Comparing source boot environment &lt;s10u6_recpatches&gt; file systems with the<br />
file system(s) you specified for the new boot environment. Determining<br />
which file systems should be in the new boot environment.<br />
Updating boot environment description database on all BEs.<br />
Updating system configuration files.<br />
Creating configuration for boot environment &lt;s10u6_zonetest&gt;.<br />
Source boot environment is &lt;s10u6_recpatches&gt;.<br />
Creating boot environment &lt;s10u6_zonetest&gt;.<br />
Cloning file systems from boot environment &lt;s10u6_recpatches&gt; to create boot environment &lt;s10u6_zonetest&gt;.<br />
Creating snapshot for &lt;rpool/ROOT/s10u6_recpatches&gt; on &lt;rpool/ROOT/s10u6_recpatches@s10u6_zonetest&gt;.<br />
Creating clone for &lt;rpool/ROOT/s10u6_recpatches@s10u6_zonetest&gt; on &lt;rpool/ROOT/s10u6_zonetest&gt;.<br />
Setting canmount=noauto for &lt;/&gt; in zone &lt;global&gt; on &lt;rpool/ROOT/s10u6_zonetest&gt;.<br />
Creating snapshot for &lt;zone1&gt; on &lt;zone1@s10u6_zonetest&gt;.<br />
<span style="color: #ff0000;">cannot create &#8216;.&#8217;: missing dataset name<br />
Creating clone for &lt;zone1@s10u6_zonetest&gt; on &lt;zone1-s10u6_zonetest&gt;.<br />
ERROR: cannot create &#8216;zone1-s10u6_zonetest&#8217;: missing dataset name<br />
ERROR: Unable to clone &lt;&gt; on &lt;&gt;.<br />
/usr/lib/lu/luclonefs: zone1@s10u6_zonetest: not found<br />
cannot open &#8216;zone1-s10u6_zonetest&#8217;: dataset does not exist<br />
cannot open &#8216;zone1-s10u6_zonetest&#8217;: dataset does not exist<br />
cannot open &#8216;zone1-s10u6_zonetest&#8217;: dataset does not exist</span><br />
Saving existing file &lt;/boot/grub/menu.lst&gt; in top level dataset for BE &lt;s10x_u6wos_07b&gt; as &lt;mount-point&gt;//boot/grub/menu.lst.prev.<br />
Saving existing file &lt;/boot/grub/menu.lst&gt; in top level dataset for BE &lt;s10u6_zonetest&gt; as &lt;mount-point&gt;//boot/grub/menu.lst.prev.<br />
File &lt;/boot/grub/menu.lst&gt; propagation successful<br />
Copied GRUB menu from PBE to ABE<br />
No entry for BE &lt;s10u6_zonetest&gt; in GRUB menu<br />
Population of boot environment &lt;s10u6_zonetest&gt; successful.<br />
Creation of boot environment &lt;s10u6_zonetest&gt; successful.<br />
bash-3.00#</p>
<p>bash-3.00# <strong>ludelete -n s10u6_zonetest -f</strong><br />
System has findroot enabled GRUB<br />
No entry for BE &lt;s10u6_zonetest&gt; in GRUB menu<br />
Determining the devices to be marked free.<br />
Updating boot environment configuration database.<br />
Updating compare databases on boot environment &lt;s10x_u6wos_07b&gt;.<br />
Updating boot environment description database on all BEs.<br />
Updating all boot environment configuration databases.<br />
Boot environment &lt;s10u6_zonetest&gt; deleted.</p>
<p>bash-3.00# <strong>zfs destroy zone1@s10u6_zonetest</strong></p>
<p>Tja, auch nach Installieren der aktuell empfohlen Patches klappt das nicht wie gew&#252;nscht.</p>
<p>Hat jemand zu diesem Thema eigene Erfahrungen oder Workarounds? Auf Kommentare oder Tips w&#252;rde ich mich freuen&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2009/04/10/flying-zones-fuer-arme-teil-2-liveupgrade-mit-solaris10-update6-und-zfs-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flying zones f&#252;r Arme im Eigenbau mit Solaris10 und Vmware Server 2</title>
		<link>http://otmanix.de/2009/04/05/flying-zones-fuer-arme-im-eigenbau-mit-solaris10-und-vmware-server-2/</link>
		<comments>http://otmanix.de/2009/04/05/flying-zones-fuer-arme-im-eigenbau-mit-solaris10-und-vmware-server-2/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 20:33:08 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[EMC]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Container]]></category>
		<category><![CDATA[disk set]]></category>
		<category><![CDATA[svm]]></category>
		<category><![CDATA[UFS]]></category>
		<category><![CDATA[ZFS]]></category>
		<category><![CDATA[zones]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=1150</guid>
		<description><![CDATA[Solaris Zones / Container Sun Microsystems hat Solaris10 eine interessante OS-Virtualisierungsl&#246;sung kostenlos beigelegt &#8211; Solaris Zones, &#228;hnlich zu BSD jails. Im Gegensatz zu XVM (Xen im Solaris-Kernel f&#252;r X86) oder Logical Domains (Hypervisor f&#252;r CMT/Niagara) gibt es bei Zones kaum &#8230; <a href="http://otmanix.de/2009/04/05/flying-zones-fuer-arme-im-eigenbau-mit-solaris10-und-vmware-server-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Solaris Zones / Container</h3>
<p>Sun Microsystems hat Solaris10 eine interessante OS-Virtualisierungsl&#246;sung kostenlos beigelegt &#8211; Solaris Zones, &#228;hnlich zu <a title="BSD jails" href="http://en.wikipedia.org/wiki/FreeBSD_jail" target="_blank">BSD jails</a>. Im Gegensatz zu XVM (Xen im Solaris-Kernel f&#252;r X86) oder Logical Domains (Hypervisor f&#252;r CMT/Niagara) gibt es bei Zones kaum Overhead durch die Virtualisierung. Zudem steht es sowohl im Sparc- als auch im X86-Umfeld zur Verf&#252;gung. In einer Zone werden Resourcen der sog. &#8220;globalen Zone&#8221; genutzt. Es gibt aber auch z.T. die M&#246;glichkeit dediziert Resourcen zuzuweisen, z.B. einen eigenen IP-Stack. Den OS-Kernel hingegen gibt es nur einmal. Die Kombination von OS-Virtualisierung mit Zones und dem Resourcemanagement wird als Container bezeichnet.</p>
<p>Container werden i.d.R. genutzt um Applikationen oder Applikationsschichten voneinander abzuschotten und die Resourcenverteilung zu steuern. So kann ein Container ein SAP ERP Entwicklungs- und Testsystem beinhalten und ein weiterer das Produktionssystem. Die Systeme haben je eine eigene Netzwerkkonfiguration und k&#246;nnen weiche oder harten Grenzen f&#252;r CPU-Auslastung und Speicherverbrauch besitzen.</p>
<h3>flying zones</h3>
<p>Heruntergefahrene Zonen kann man klonen oder exportieren. Kopiert man die Filesysteme der Zone auf einen anderen Rechner kann man sie dort importieren und die Zone wieder in Betrieb nehmen. Legt man die Filesysteme auf shared storage kann man durch Zuweisen der relevanten Disks auf allen relevanten Rechnern die Filesysteme je nach Bedarf am passenden System in Betrieb nehmen. Danach kann auch die Zone dort wieder in Betrieb genommen werden. Das Verfahren nennt man Zonenmigration. Das wird genutzt um bei Rechnerausf&#228;llen Zonen umzuziehen oder um eine bessere Auslastung der vorhandenen Systeme zu erzielen. Als Basis f&#252;r den Umzug der Filesysteme kann sowohl ZFS als auch UFS auf shared disk sets genutzt werden.</p>
<p>M&#246;chte man den Umzug von Zonen auf andere Rechner automatisieren, die Verf&#252;gbarkeit der Zonen/Rechner &#252;berwachen lassen und automische Reaktionen in Problemf&#228;llen haben, dann kann man den Sun Cluster 3.2 mit dem Zonenagent einsetzen.</p>
<p>Sun verkauft die Implementierung einer solchen Gesamtl&#246;sung unter dem Titel &#8220;<a title="flying zones" href="http://de.sun.com/sunnews/events/2007/solaris10techno/pdf/A3_Solaris10-FlyingZones_V3.pdf" target="_blank">flying zones</a>&#8220;. Dabei wird noch das Monitoringtool N1AA Analyzer beigelegt. Dort kann man z.B. den Resourcenverbrauch von best. Zonen aufsummieren lassen und pr&#252;fen, ob das denn so zusammen auf einer best. Hardware laufen w&#252;rde. Au&#223;erdem wird einem noch das Softwareinstallationssystem N1AA ans Herz gelegt.</p>
<h3>flying zones f&#252;r Arme im Eigenbau</h3>
<p>Im kostenlosen Vmware Server 2.01 auf meinem PC habe ich eine Testumgebung aufgebaut um die Grundz&#252;ge von flying zones nachzustellen und zu testen. Wichtig war mir eine realistische Umgebung wie im Betriebsalltag, deshalb bin ich von 2 virt. Rechenzentren ausgegangen. In jedem virt. RZ befindet sich ein Solaris-Host und ein Storagesystem. Auf das Storagesystem jedes RZs kann jeder Server zugreifen. Die Platten im Storagesystem sind als shared disks konfiguriert. Es soll mit host based mirroring erreicht werden, dass trotz Ausfall eines kompletten Storagesystems den Betrieb der Zone nicht gest&#246;rt wird, egal auf welchem host die Zone aktiv l&#228;uft. Auf den Einsatz kostenpflichtiger Clustersoftware zur Automatisierung verzichte ich in diesem Test.</p>
<p><a href="http://otmanix.de/wp-content/uploads/2009/04/flyingzones.jpg"><img class="alignnone size-full wp-image-1151" title="flying zones mit Solaris10 und Vmware Server 2" src="http://otmanix.de/wp-content/uploads/2009/04/flyingzones.jpg" alt="flying zones mit Solaris10 und Vmware Server 2" width="50%" height="50%" /></a></p>
<p>In der Testumgebung gibt es nur eine Zone. In der Realit&#228;t w&#228;ren das nat&#252;rlich mehr.</p>
<p>Auf jedem Solaris-Host ist Solaris10u6 (10/08) installiert. Dabei wurde ein lokale Platte genutzt um darauf das OS zu installieren. Dabei wurde bereits die neue Funktionalit&#228;t genutzt ZFS als Rootfilesystem einzusetzen. Eine weitere kleine lokale Platte steht dar&#252;ber hinaus zur Verf&#252;gung. Auf die Grundinstallation der Solaris-hosts gehe ich hier nicht n&#228;her ein. Die shared disks sind ebenfalls bereits den hosts bereitgestellt.</p>
<h3>Testumgebung auf Vmware Server 2.01</h3>
<p>Am Vmware Server ist eigentlich nur die Konfiguration der shared disks interessant. Die Disks werden zun&#228;chst in einer virt. Maschine erstellt, dann deren vmx-Dateien angepasst und die relevanten Teile der vmx-Datei in die des anderen hosts &#252;bertragen.</p>
<p>Ben&#246;tigt werden also folgende Platten:</p>
<p>lokale disks pro System:</p>
<p>1 Disk mit &gt;= 5GB f&#252;r den ZFS-RootPool<br />
1 Disk &gt;= 20MB f&#252;r die lokale State Database</p>
<p>shared disks (insgesamt):</p>
<p>2 shared Disks (preaallocated) f&#252;r Zonen-Root (ZFS) 2GB<br />
2 shared Disks (preaallocated) mit Zonen-Daten (UFS) 50MB</p>
<p>relevanter Teil der vmx-Dateien:</p>
<pre>scsi1.present = "TRUE"
scsi1.sharedBus = "virtual"
scsi1.virtualDev = "lsilogic"</pre>
<pre>scsi1:0.present = "TRUE"
scsi1:0.fileName = "D:\Virtual Machines\ext1disk1.vmdk"
scsi1:0.writeThrough = "TRUE"
scsi1:0.mode = "independent-persistent"</pre>
<pre>scsi1:1.present = "TRUE"
scsi1:1.fileName = "D:\Virtual Machines\ext1disk2.vmdk"
scsi1:1.writeThrough = "TRUE"
scsi1:1.mode = "independent-persistent"</pre>
<pre>scsi2.present = "TRUE"
scsi2.sharedBus = "virtual"
scsi2.virtualDev = "lsilogic"</pre>
<pre>scsi2:0.present = "TRUE"
scsi2:0.fileName = "D:\Virtual Machines\ext2disk1.vmdk"
scsi2:0.writeThrough = "TRUE"
scsi2:0.mode = "independent-persistent"</pre>
<pre>scsi2:1.present = "TRUE"
scsi2:1.fileName = "D:\Virtual Machines\ext2disk2.vmdk"
scsi2:1.writeThrough = "TRUE"
scsi2:1.mode = "independent-persistent"</pre>
<pre>disk.locking = "FALSE"</pre>
<p><a href="http://otmanix.de/wp-content/uploads/2009/04/horst2.jpg"><img class="alignnone size-full wp-image-1159" title="VM &quot;horst2&quot; im Vmware Server 2.01" src="http://otmanix.de/wp-content/uploads/2009/04/horst2.jpg" alt="VM &quot;horst2&quot; im Vmware Server 2.01" width="30%" height="30%" /></a></p>
<p>Hier ein Blick auf das System nach der Solaris-Installation:</p>
<pre>bash-3.00# <strong>zpool list</strong>
NAME    SIZE   USED  AVAIL    CAP  HEALTH  ALTROOT
rpool  7.94G  4.65G  3.28G    58%  ONLINE  -

bash-3.00# <strong>zpool status rpool</strong>
pool: rpool
state: ONLINE
scrub: none requested
config:
NAME        STATE     READ WRITE CKSUM
rpool       ONLINE       0     0     0
c1t0d0s0  ONLINE       0     0     0
errors: No known data errors

bash-3.00# <strong>zfs list</strong>
NAME                        USED  AVAIL  REFER  MOUNTPOINT
rpool                      5.15G  2.67G  35.5K  /rpool
rpool/ROOT                 3.77G  2.67G    18K  legacy
rpool/ROOT/s10x_u6wos_07b  3.77G  2.67G  3.77G  /
rpool/dump                  900M  2.67G   900M  -
rpool/export                 37K  2.67G    19K  /export
rpool/export/home            18K  2.67G    18K  /export/home
rpool/swap                  512M  3.16G  5.54M  -

bash-3.00# <strong>df -h</strong>
Filesystem             size   used  avail capacity  Mounted on
rpool/ROOT/s10x_u6wos_07b 7.8G   3.8G   2.7G    59%    /
/devices                 0K     0K     0K     0%    /devices
ctfs                     0K     0K     0K     0%    /system/contract
proc                     0K     0K     0K     0%    /proc
mnttab                   0K     0K     0K     0%    /etc/mnttab
swap                   532M   364K   532M     1%    /etc/svc/volatile
objfs                    0K     0K     0K     0%    /system/object
sharefs                  0K     0K     0K     0%    /etc/dfs/sharetab
/usr/lib/libc/libc_hwcap2.so.1 6.4G   3.8G   2.7G    59%    /lib/libc.so.1
fd                       0K     0K     0K     0%    /dev/fd
swap                   535M   2.7M   532M     1%    /tmp
swap                   532M    32K   532M     1%    /var/run
rpool/export           7.8G    19K   2.7G     1%    /export
rpool/export/home      7.8G    18K   2.7G     1%    /export/home
rpool                  7.8G    35K   2.7G     1%    /rpool
/hgfs                   16G   4.0M    16G     1%    /hgfs
/tmp/VMwareDnD           0K     0K     0K     0%    /var/run/vmblock

bash-3.00# <strong>swap -l</strong>
swapfile             dev  swaplo blocks   free
/dev/zvol/dsk/rpool/swap 181,1       8 1048568 1047280</pre>
<h3>Arbeiten mit den shared disks</h3>
<h4>ZFS f&#252;r Zonenroot, RAID1 gespiegelt</h4>
<pre>bash-3.00# <strong>format</strong>
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c1t0d0 &lt;DEFAULT cyl 4092 alt 2 hd 128 sec 32&gt;
/pci@0,0/pci15ad,1976@10/sd@0,0
1. c1t1d0 &lt;DEFAULT cyl 47 alt 2 hd 64 sec 32&gt;
/pci@0,0/pci15ad,1976@10/sd@1,0
2. c2t0d0 &lt;VMware,-VMware Virtual S-1.0-2.00GB&gt;
/pci@0,0/pci15ad,790@11/pci15ad,1976@0/sd@0,0
3. c2t1d0 &lt;DEFAULT cyl 47 alt 2 hd 64 sec 32&gt;
/pci@0,0/pci15ad,790@11/pci15ad,1976@0/sd@1,0
4. c3t0d0 &lt;VMware,-VMware Virtual S-1.0-2.00GB&gt;
/pci@0,0/pci15ad,790@11/pci15ad,1976@1/sd@0,0
5. c3t1d0 &lt;DEFAULT cyl 47 alt 2 hd 64 sec 32&gt;
/pci@0,0/pci15ad,790@11/pci15ad,1976@1/sd@1,0
Specify disk (enter its number): 0
selecting c1t0d0
[disk formatted]
/dev/dsk/c1t0d0s0 is part of active ZFS pool rpool. Please see zpool(1M).
/dev/dsk/c1t0d0s2 is part of active ZFS pool rpool. Please see zpool(1M).

bash-3.00# <strong>zpool create zone1 mirror c2t0d0 c3t0d0</strong>
bash-3.00# zpool list zone1
NAME    SIZE   USED  AVAIL    CAP  HEALTH  ALTROOT
zone1  1.98G    94K  1.98G     0%  ONLINE  -

bash-3.00# <strong>zpool status zone1</strong>
pool: zone1
state: ONLINE
scrub: none requested
config:
NAME        STATE     READ WRITE CKSUM
zone1       ONLINE       0     0     0
mirror    ONLINE       0     0     0
c2t0d0  ONLINE       0     0     0
c3t0d0  ONLINE       0     0     0
errors: No known data errors

bash-3.00# <strong>zfs list</strong>
NAME                        USED  AVAIL  REFER  MOUNTPOINT
rpool                      5.15G  2.67G  35.5K  /rpool
rpool/ROOT                 3.77G  2.67G    18K  legacy
rpool/ROOT/s10x_u6wos_07b  3.77G  2.67G  3.77G  /
rpool/dump                  900M  2.67G   900M  -
rpool/export                 37K  2.67G    19K  /export
rpool/export/home            18K  2.67G    18K  /export/home
rpool/swap                  512M  3.16G  5.54M  -
zone1                       106K  1.95G    18K  /zone1</pre>
<h4>Datenbereich mit UFS-Filesystem auf SVM shared disk set, RAID1 gespiegelt</h4>
<pre>bash-3.00# <strong>metaset -s zone1data -a c2t1d0 c3t1d0 -h horst1 horst2</strong>
metaset: horst1: there are no existing databases</pre>
<p>Es existiert noch keine lokale state database. Deshalb auf horst1 und horst2 die zweite lokale Platte partitionieren und in der Slice7 eine lokale State Database anlegen.</p>
<pre>bash-3.00# <strong>format</strong>
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c1t0d0 &lt;DEFAULT cyl 4092 alt 2 hd 128 sec 32&gt;
/pci@0,0/pci15ad,1976@10/sd@0,0
1. c1t1d0 &lt;DEFAULT cyl 47 alt 2 hd 64 sec 32&gt;
/pci@0,0/pci15ad,1976@10/sd@1,0
2. c2t0d0 &lt;VMware,-VMware Virtual S-1.0-2.00GB&gt;
/pci@0,0/pci15ad,790@11/pci15ad,1976@0/sd@0,0
3. c2t1d0 &lt;DEFAULT cyl 47 alt 2 hd 64 sec 32&gt;
/pci@0,0/pci15ad,790@11/pci15ad,1976@0/sd@1,0
4. c3t0d0 &lt;VMware,-VMware Virtual S-1.0-2.00GB&gt;
/pci@0,0/pci15ad,790@11/pci15ad,1976@1/sd@0,0
5. c3t1d0 &lt;DEFAULT cyl 47 alt 2 hd 64 sec 32&gt;
/pci@0,0/pci15ad,790@11/pci15ad,1976@1/sd@1,0
Specify disk (enter its number): <strong>1</strong>
selecting c1t1d0
[disk formatted]
FORMAT MENU:
disk       - select a disk
type       - select (define) a disk type
partition  - select (define) a partition table
current    - describe the current disk
format     - format and analyze the disk
fdisk      - run the fdisk program
repair     - repair a defective sector
label      - write label to the disk
analyze    - surface analysis
defect     - defect list management
backup     - search for backup labels
verify     - read and display labels
save       - save new disk/partition definitions
inquiry    - show vendor, product and revision
volname    - set 8-character volume name
!&lt;cmd&gt;     - execute &lt;cmd&gt;, then return
format&gt; <strong>fdisk</strong>
No fdisk table exists. The default partition for the disk is:
a 100% "SOLARIS System" partition
Type "y" to accept the default partition,  otherwise type "n" to edit the
partition table.
<strong>y</strong>
quit
format&gt; <strong>part</strong>
PARTITION MENU:
0      - change `0' partition
1      - change `1' partition
2      - change `2' partition
3      - change `3' partition
4      - change `4' partition
5      - change `5' partition
6      - change `6' partition
7      - change `7' partition
select - select a predefined table
modify - modify a predefined partition table
name   - name the current table
print  - display the current table
label  - write partition map and label to the disk
!&lt;cmd&gt; - execute &lt;cmd&gt;, then return
quit
partition&gt; <strong>print</strong>
Current partition table (original):
Total disk cylinders available: 46 + 2 (reserved cylinders)
Part      Tag    Flag     Cylinders      Size            Blocks
0 unassigned    wm       0             0         (0/0/0)      0
1 unassigned    wm       0             0         (0/0/0)      0
2     backup    wu       0 - 45       46.00MB    (46/0/0) 94208
3 unassigned    wm       0             0         (0/0/0)      0
4 unassigned    wm       0             0         (0/0/0)      0
5 unassigned    wm       0             0         (0/0/0)      0
6 unassigned    wm       0             0         (0/0/0)      0
7 unassigned    wm       0             0         (0/0/0)      0
8       boot    wu       0 -  0        1.00MB    (1/0/0)   2048
9 unassigned    wm       0             0         (0/0/0)      0
partition&gt; <strong>7</strong>
Part      Tag    Flag     Cylinders      Size            Blocks
7 unassigned    wm       0             0         (0/0/0)      0
Enter partition id tag[unassigned]:
Enter partition permission flags[wm]:
Enter new starting cyl[0]:
Enter partition size[0b, 0c, 0e, 0.00mb, 0.00gb]: <strong>46c</strong>
partition&gt; <strong>print</strong>
Current partition table (unnamed):
Total disk cylinders available: 46 + 2 (reserved cylinders)
Part      Tag    Flag     Cylinders      Size            Blocks
0 unassigned    wm       0             0         (0/0/0)      0
1 unassigned    wm       0             0         (0/0/0)      0
2     backup    wu       0 - 45       46.00MB    (46/0/0) 94208
3 unassigned    wm       0             0         (0/0/0)      0
4 unassigned    wm       0             0         (0/0/0)      0
5 unassigned    wm       0             0         (0/0/0)      0
6 unassigned    wm       0             0         (0/0/0)      0
7 unassigned    wm       0 - 45       46.00MB    (46/0/0) 94208
8       boot    wu       0 -  0        1.00MB    (1/0/0)   2048
9 unassigned    wm       0             0         (0/0/0)      0
partition&gt; <strong>label</strong>
Ready to label disk, continue? <strong>y</strong>
partition&gt; <strong>quit</strong>
FORMAT MENU:
disk       - select a disk
type       - select (define) a disk type
partition  - select (define) a partition table
current    - describe the current disk
format     - format and analyze the disk
fdisk      - run the fdisk program
repair     - repair a defective sector
label      - write label to the disk
analyze    - surface analysis
defect     - defect list management
backup     - search for backup labels
verify     - read and display labels
save       - save new disk/partition definitions
inquiry    - show vendor, product and revision
volname    - set 8-character volume name
!&lt;cmd&gt;     - execute &lt;cmd&gt;, then return
quit
format&gt; <strong>quit</strong>
bash-3.00#

bash-3.00# <strong>metadb -a -f c1t1d0s7</strong>

bash-3.00# <strong>metadb</strong>
flags           first blk       block count
a        u         16              8192            /dev/dsk/c1t1d0s7
bash-3.00# echo "set md:mirrored_root_flag=1" &gt;&gt; /etc/system</pre>
<p>Auf horst1 nun das shared disk set anlegen.</p>
<pre>bash-3.00# <strong>metaset -s zone1data -a -h horst1 horst2</strong>
metaset: horst2: rpc.metad: Permission denied</pre>
<p>Dem Dienst fehlen die Berechtigungen.</p>
<p>Auf horst1</p>
<pre>bash-3.00# <strong>echo horst2 &gt; /.rhosts</strong></pre>
<p>Auf horst2</p>
<pre>bash-3.00# <strong>echo horst1 &gt; /.rhosts</strong></pre>
<p>Auf horst1 nun das shared disk set erstellen:</p>
<pre>bash-3.00# <strong>metaset -s zone1data -a -h horst1 horst2</strong>

bash-3.00# <strong>metaset -s zone1data -a c2t1d0 c3t1d0</strong>

bash-3.00# <strong>metaset</strong>
Set name = zone1data, Set number = 1
Host                Owner
horst1             Yes
horst2
Drive    Dbase
c2t1d0   Yes
c3t1d0   Yes

bash-3.00# <strong>metadb -s zone1data</strong>
flags           first blk       block count
a        u         16              8192            /dev/dsk/c2t1d0s7
a        u         16              8192            /dev/dsk/c3t1d0s7</pre>
<p>Nun die RAID1-Spiegelung mit Solaris Volummanager (SVM) aufsetzen:</p>
<pre>bash-3.00# <strong>metainit -s zone1data d11 1 1 c2t1d0s0</strong>
zone1data/d11: Concat/Stripe is setup

bash-3.00# <strong>metainit -s zone1data d12 1 1 c3t1d0s0</strong>
zone1data/d12: Concat/Stripe is setup

bash-3.00# <strong>metainit -s zone1data d10 -m d11</strong>
zone1data/d10: Mirror is setup

bash-3.00# <strong>metattach -s zone1data d10 d12</strong>
zone1data/d10: submirror zone1data/d12 is attached

bash-3.00# <strong>metastat -s zone1data</strong>
zone1data/d10: Mirror
Submirror 0: zone1data/d11
State: Okay
Submirror 1: zone1data/d12
State: Okay
Pass: 1
Read option: roundrobin (default)
Write option: parallel (default)
Size: 86016 blocks (42 MB)
zone1data/d11: Submirror of zone1data/d10
State: Okay
Size: 86016 blocks (42 MB)
Stripe 0:
Device     Start Block  Dbase        State Reloc Hot Spare
c2t1d0s0          0     No            Okay   Yes
zone1data/d12: Submirror of zone1data/d10
State: Okay
Size: 86016 blocks (42 MB)
Stripe 0:
Device     Start Block  Dbase        State Reloc Hot Spare
c3t1d0s0          0     No            Okay   Yes
Device Relocation Information:
Device   Reloc  Device ID
c3t1d0   Yes    id1,sd@f0000000049d7b0e80006e5c10004
c2t1d0   Yes    id1,sd@f0000000049d7b0e80004846b0003</pre>
<p>Im Anschluss die Platte mit UFS formatieren:</p>
<pre>bash-3.00# <strong>newfs /dev/md/zone1data/rdsk/d10</strong>
/dev/md/zone1data/rdsk/d10: Unable to find Media type. Proceeding with system determined parameters.
newfs: construct a new file system /dev/md/zone1data/rdsk/d10: (y/n)? <strong>y</strong>
/dev/md/zone1data/rdsk/d10:     86016 sectors in 42 cylinders of 64 tracks, 32 sectors
42.0MB in 3 cyl groups (16 c/g, 16.00MB/g, 7680 i/g)
super-block backups (for fsck -F ufs -o b=#) at:
32, 32832, 65632,</pre>
<h3>Konfiguration und Installation der Zone zone1</h3>
<pre>bash-3.00# <strong>zonecfg -z zone1</strong>
zone1: No such zone configured
Use 'create' to begin configuring a new zone.
zonecfg:zone1&gt; <strong>create</strong>
zonecfg:zone1&gt; <strong>set zonepath=/zone1</strong>
zonecfg:zone1&gt; <strong>set autoboot=false</strong>
zonecfg:zone1&gt; <strong>add fs</strong>
zonecfg:zone1:fs&gt; <strong>set dir=/daten</strong>
zonecfg:zone1:fs&gt; <strong>set special=/dev/md/zone1data/dsk/d10</strong>
zonecfg:zone1:fs&gt; <strong>set raw=/dev/md/zone1data/rdsk/d10</strong>
zonecfg:zone1:fs&gt; <strong>set type=ufs</strong>
zonecfg:zone1:fs&gt; <strong>end</strong>
zonecfg:zone1&gt; <strong>add net</strong>
zonecfg:zone1:net&gt; <strong>set physical=e100g0</strong>
zonecfg:zone1:net&gt; <strong>set address=192.168.178.61</strong>
zonecfg:zone1:net&gt; <strong>end</strong>
zonecfg:zone1&gt; <strong>exit</strong>

bash-3.00# <strong>zoneadm list -c</strong>
global
zone1

bash-3.00# <strong>cat /etc/zones/index</strong>
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident "@(#)zones-index        1.2     04/04/01 SMI"
#
# DO NOT EDIT: this file is automatically generated by zoneadm(1M)
# and zonecfg(1M).  Any manual changes will be lost.
#
global:installed:/
zone1:configured:/zone1:

bash-3.00# <strong>cat /etc/zones/zone1.xml</strong>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE zone PUBLIC "-//Sun Microsystems Inc//DTD Zones//EN" "file:///usr/share/lib/xml/dtd/zonecfg.dtd.1"&gt;
&lt;!--
DO NOT EDIT THIS FILE.  Use zonecfg(1M) instead.
--&gt;
&lt;zone name="zone1" zonepath="/zone1" autoboot="false"&gt;
&lt;inherited-pkg-dir directory="/lib"/&gt;
&lt;inherited-pkg-dir directory="/platform"/&gt;
&lt;inherited-pkg-dir directory="/sbin"/&gt;
&lt;inherited-pkg-dir directory="/usr"/&gt;
&lt;filesystem special="/dev/md/zone1data/dsk/d10" raw="/dev/md/zone1data/rdsk/d10" directory="/daten" type="ufs"/&gt;
&lt;network address="192.168.178.61" physical="e100g0"/&gt;
&lt;/zone&gt;

bash-3.00# <strong>chmod 700 /zone1</strong>

bash-3.00# <strong>zoneadm -z zone1 install</strong>
Preparing to install zone &lt;zone1&gt;.
Checking &lt;ufs&gt; file system on device &lt;/dev/md/zone1data/rdsk/d10&gt; to be mounted at &lt;/zone1/root&gt;
Creating list of files to copy from the global zone.
Copying &lt;8135&gt; files to the zone.
Initializing zone product registry.
Determining zone package initialization order.
Preparing to initialize &lt;1186&gt; packages on the zone.
Initialized &lt;1186&gt; packages on zone.
Zone &lt;zone1&gt; is initialized.
The file &lt;/zone1/root/var/sadm/system/logs/install_log&gt; contains a log of the zone installation.

bash-3.00# <strong>zoneadm list -cv</strong>
ID NAME             STATUS     PATH                           BRAND    IP
0 global           running    /                              native   shared
- zone1            installed  /zone1                         native   shared

bash-3.00# <strong>zoneadm -z zone1 boot</strong>

bash-3.00# <strong>zlogin -C zone1</strong>
[Connected to zone 'zone1' console]
143/143
Reading ZFS config: done.
Select a Language
0. English
1. German
2. es
3. fr
Please make a choice (0 - 3), or press h or ? for help:<strong>1</strong>
...
Auf welcher Art von Terminal arbeiten Sie?
1) ANSI Standard CRT
2) DEC VT52
3) DEC VT100
4) Heathkit 19
5) Lear Siegler ADM31
6) PC-Konsole
7) Sun-Kommando-Shell
 <img src='http://otmanix.de/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Sun-Workstation
9) Televideo 910
10) Televideo 925
11) Wyse Modell 50
12) X Terminal Emulator (xterms)
13) CDE Terminal Emulator (dtterm)
14) Andere
Geben Sie die gew&#252;nschte Zahl ein und dr&#252;cken Sie Eingabetaste: <strong>3</strong>
...
System identification is completed.
rebooting system due to change(s) in /etc/default/init
[NOTICE: Zone rebooting]
SunOS Release 5.10 Version Generic_137138-09 64-bit
Copyright 1983-2008 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Hostname: zone1
Reading ZFS config: done.
zone1 console login: Apr  5 13:33:22 zone1 sendmail[6008]: My unqualified host name (localhost) unknown; sleeping for retry
<strong>root</strong>
Password:
Apr  5 13:33:44 zone1 login: ROOT LOGIN /dev/console
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005

# <strong>svcadm disable svc:*sendmail*</strong>

bash-3.00# <strong>df -h</strong>
Dateisystem           Gr&#246;&#223;e belegt verf&#252;gbar Kapazit&#228;t Eingeh&#228;ngt auf
/                        0K   541M   1,4G    28%    /
/daten                  39M   1,0M    34M     3%    /daten
/dev                   2,0G   541M   1,4G    28%    /dev
/lib                   6,4G   3,8G   2,7G    59%    /lib
/platform              6,4G   3,8G   2,7G    59%    /platform
/sbin                  6,4G   3,8G   2,7G    59%    /sbin
/usr                   6,4G   3,8G   2,7G    59%    /usr
proc                     0K     0K     0K     0%    /proc
ctfs                     0K     0K     0K     0%    /system/contract
mnttab                   0K     0K     0K     0%    /etc/mnttab
objfs                    0K     0K     0K     0%    /system/object
swap                   452M   316K   452M     1%    /etc/svc/volatile
/usr/lib/libc/libc_hwcap2.so.1 6,4G   3,8G   2,7G    59%    /lib/libc.so.1
fd                       0K     0K     0K     0%    /dev/fd
swap                   452M    36K   452M     1%    /tmp
swap                   452M    12K   452M     1%    /var/run
bash-3.00# <strong>exit</strong>
# <strong>^D</strong>
zone1 console login: <strong>~.</strong>
[Connection to zone 'zone1' console closed]</pre>
<h3>Zonenmigration</h3>
<p>Zone exportieren</p>
<pre>bash-3.00# <strong>zlogin zone1 init 0</strong>

bash-3.00# <strong>zoneadm list -cv</strong>
ID NAME             STATUS     PATH                           BRAND    IP
0 global           running    /                              native   shared
- zone1            installed  /zone1                         native   shared

bash-3.00# <strong>zoneadm -z zone1 detach</strong>
bash-3.00# zoneadm list -cv
ID NAME             STATUS     PATH                           BRAND    IP
0 global           running    /                              native   shared
- zone1            configured /zone1                         native   shared

bash-3.00# <strong>ls -l /zone1</strong>
total 3343
-rw-r--r--   1 root     root     1618163 Apr  5 14:25 SUNWdetached.xml
drwxr-xr-x  13 root     root          52 Apr  5 14:22 dev
drwxr-xr-x  19 root     root          21 Apr  5 13:44 root</pre>
<p>ZFS-Pool mit Zonenroot exportieren</p>
<pre>bash-3.00# <strong>zpool export zone1</strong>

bash-3.00# <strong>zpool list</strong>
NAME    SIZE   USED  AVAIL    CAP  HEALTH  ALTROOT
rpool  7.94G  5.02G  2.92G    63%  ONLINE  -</pre>
<p>SVM disk set mit UFS-Filesystem f&#252;r Daten exportieren</p>
<pre>bash-3.00# <strong>metaset</strong>
Set name = zone1data, Set number = 1
Host                Owner
horst1             Yes
horst2
Drive    Dbase
c2t1d0   Yes
c3t1d0   Yes

bash-3.00# <strong>metaset -s zone1data -r</strong>

bash-3.00# <strong>metaset</strong>
Set name = zone1data, Set number = 1
Host                Owner
horst1
horst2
Drive    Dbase
c2t1d0   Yes
c3t1d0   Yes</pre>
<p>Auf horst2:</p>
<p>ZFS-Pool importieren</p>
<pre>bash-3.00# <strong>zpool list</strong>
NAME    SIZE   USED  AVAIL    CAP  HEALTH  ALTROOT
rpool  7.94G  4.65G  3.28G    58%  ONLINE  -

bash-3.00# <strong>zpool import</strong>
pool: zone1
id: 12609083278336438915
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:
zone1       ONLINE
mirror    ONLINE
c2t0d0  ONLINE
c3t0d0  ONLINE

bash-3.00# <strong>zpool import zone1</strong>

bash-3.00# <strong>zpool list</strong>
NAME    SIZE   USED  AVAIL    CAP  HEALTH  ALTROOT
rpool  7.94G  4.65G  3.28G    58%  ONLINE  -
zone1  1.98G   544M  1.45G    26%  ONLINE  -</pre>
<p>SVM disk set importieren</p>
<pre>bash-3.00# <strong>metaset</strong>
Set name = zone1data, Set number = 1
Host                Owner
horst1
horst2
Drive    Dbase
c2t1d0   Yes
c3t1d0   Yes

bash-3.00# <strong>metaset -s zone1data -t</strong>

bash-3.00# <strong>metaset</strong>
Set name = zone1data, Set number = 1
Host                Owner
horst1
horst2             Yes
Drive    Dbase
c2t1d0   Yes
c3t1d0   Yes

bash-3.00# <strong>metastat -s zone1data d10</strong>
zone1data/d10: Mirror
Submirror 0: zone1data/d11
State: Okay
Submirror 1: zone1data/d12
State: Okay
Pass: 1
Read option: roundrobin (default)
Write option: parallel (default)
Size: 86016 blocks (42 MB)
zone1data/d11: Submirror of zone1data/d10
State: Okay
Size: 86016 blocks (42 MB)
Stripe 0:
Device     Start Block  Dbase        State Reloc Hot Spare
c2t1d0s0          0     No            Okay   Yes
zone1data/d12: Submirror of zone1data/d10
State: Okay
Size: 86016 blocks (42 MB)
Stripe 0:
Device     Start Block  Dbase        State Reloc Hot Spare
c3t1d0s0          0     No            Okay   Yes
Device Relocation Information:
Device   Reloc  Device ID
c2t1d0   Yes    id1,sd@f0000000049d7b0e80004846b0003
c3t1d0   Yes    id1,sd@f0000000049d7b0e80006e5c10004</pre>
<p>Zone zone1 importieren und wieder in Betrieb nehmen:</p>
<pre>bash-3.00# <strong>zonecfg -z zone1</strong>
zone1: No such zone configured
Use 'create' to begin configuring a new zone.
zonecfg:zone1&gt; <strong>create -a /zone1</strong>
zonecfg:zone1&gt; <strong>exit</strong>

bash-3.00# <strong>zoneadm list -cv</strong>
ID NAME             STATUS     PATH                           BRAND    IP
0 global           running    /                              native   shared
- zone1            configured /zone1                         native   shared

bash-3.00# <strong>zoneadm -z zone1 attach</strong>

bash-3.00# <strong>zoneadm list -cv</strong>
ID NAME             STATUS     PATH                           BRAND    IP
0 global           running    /                              native   shared
- zone1            installed  /zone1                         native   shared

bash-3.00# <strong>zoneadm -z zone1 boot</strong>

bash-3.00# <strong>zoneadm list -cv</strong>
ID NAME             STATUS     PATH                           BRAND    IP
0 global           running    /                              native   shared
2 zone1            running    /zone1                         native   shared

bash-3.00# <strong>zlogin zone1</strong>
[Connected to zone 'zone1' pts/5]
Last login: Sun Apr  5 14:22:15 on pts/5
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005

# <strong>df -h</strong>
Filesystem             size   used  avail capacity  Mounted on
/                        0K   545M   1.4G    28%    /
/daten                  39M   5.0M    30M    15%    /daten
/dev                   2.0G   545M   1.4G    28%    /dev
/lib                   6.4G   3.8G   2.7G    59%    /lib
/platform              6.4G   3.8G   2.7G    59%    /platform
/sbin                  6.4G   3.8G   2.7G    59%    /sbin
/usr                   6.4G   3.8G   2.7G    59%    /usr
proc                     0K     0K     0K     0%    /proc
ctfs                     0K     0K     0K     0%    /system/contract
mnttab                   0K     0K     0K     0%    /etc/mnttab
objfs                    0K     0K     0K     0%    /system/object
swap                   437M   300K   437M     1%    /etc/svc/volatile
/usr/lib/libc/libc_hwcap2.so.1 6.4G   3.8G   2.7G    59%    /lib/libc.so.1
fd                       0K     0K     0K     0%    /dev/fd
swap                   437M    36K   437M     1%    /tmp
swap                   437M    12K   437M     1%    /var/run

# <strong>ls -l /daten</strong>
total 8176
-rw-r--r--   1 root     root     4165061 Apr  5 14:14 lksf_book_alpha.pdf
drwx------   2 root     root        8192 Apr  5 12:13 lost+found

<a href="http://otmanix.de/wp-content/uploads/2009/04/horst2rconsole.jpg"><img class="alignnone size-full wp-image-1160" title="VM &quot;horst2&quot; Remote Console des Vmware Server 2.01" src="http://otmanix.de/wp-content/uploads/2009/04/horst2rconsole.jpg" alt="VM &quot;horst2&quot; Remote Console des Vmware Server 2.01" width="30%" height="30%" /></a></pre>
<h3>Fazit</h3>
<p>Zonen sind ne nette Sache. Mit der M&#246;glichkeit der Zonenmigration wird das Thema aber erst richtig interessant und RZ-tauglich.</p>
<h3>Weiterf&#252;hrende Literatur, etc.</h3>
<p><a title="SVM" href="http://docs.sun.com/app/docs/doc/816-4520?l=de" target="_blank">Solaris Volume Manager Administration Guide</a></p>
<p><a title="ZFS" href="http://docs.sun.com/app/docs/doc/819-5461?l=de" target="_blank">ZFS Administration Guide</a></p>
<p><a href="http://docs.sun.com/app/docs/doc/817-1592?l=de" target="_blank">Solaris Containers</a></p>
<p><a href="http://docs.sun.com/app/docs/doc/817-5093?l=de" target="_blank">Devices and Filesystems</a></p>
<p><a href="http://docs.sun.com/app/docs/coll/1236.9" target="_blank">Solaris10u6 10/08</a></p>
<p><a href="http://prefetch.net/blog/index.php/2009/03/22/building-clusters-with-shared-disk-using-vmware-server-20/" target="_blank">Blog O&#8217;Matty zu shared disks unter Vmware Server 2</a></p>
<p>P.S.</p>
<p>Der n&#228;chste Test wird Liveupgrade mit ZFS-Rootfilesystem und Zonen zum Thema haben&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2009/04/05/flying-zones-fuer-arme-im-eigenbau-mit-solaris10-und-vmware-server-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>EMC Networker 7.5</title>
		<link>http://otmanix.de/2008/12/04/emc-networker-75/</link>
		<comments>http://otmanix.de/2008/12/04/emc-networker-75/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 20:05:14 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[HYPER-V]]></category>
		<category><![CDATA[Networker]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=879</guid>
		<description><![CDATA[Am 23.12.08 kommt die EMC-Bescherung mit Networker 7.5. Einen tollen Artikel zu den Neuerungen gibt es im Storagezilla-Blog. Im Wesentlichen dreht sich in der kommenden Version alles um mehr Funktionalit&#228;t im Bereich Virtualisierung. In der Version 7.4.3 wurde, wie bereits &#8230; <a href="http://otmanix.de/2008/12/04/emc-networker-75/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Am 23.12.08 kommt die EMC-Bescherung mit Networker 7.5. Einen tollen Artikel zu den Neuerungen gibt es im <a title="Networker 7.5" href="http://storagezilla.typepad.com/storagezilla/2008/11/whats-new-in-networker-75.html" target="_blank">Storagezilla-Blog</a>.</p>
<p>Im Wesentlichen dreht sich in der kommenden Version alles um mehr Funktionalit&#228;t im Bereich Virtualisierung. In der Version 7.4.3 wurde, wie bereits hier vorgestellt, die Lizensierung grundlegend ge&#228;ndert. Neben der herk&#246;mmlichen Client-Lizenz gibt es jetzt eine Virtual Client-Lizenz, die pro physikalischer Maschine abgerechnet wird. Ab etwa 5 virtuellen Maschinen rechnet sich das.</p>
<p>In der Version 7.5 kommt nun das Thema VMware stark zum Zug. Eine automatische Erkennung der VMware ESX &#8211; Topologie &#252;ber Virtual Center und die grafische Darstellung derselben soll die Komplexit&#228;t verringern. So ist nun auch VMotion kein St&#246;rfaktor mehr. Auch Microsofts L&#246;sung Hyper-V wird besser unterst&#252;tzt.</p>
<p>Die Deduplizierungsl&#246;sung Avamar aus dem eigenen Haus ist nun st&#228;rker mit Networker verschmolzen. Zuk&#252;nftig soll nun so nicht nur das zu sichernde Datenvolumen f&#252;r Filesystemsicherungen reduziert werden, sondern auch f&#252;r Datenbanken. Das soll dann mit den kommenden Versionen der Networker Module realisiert werden.</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2008/12/04/emc-networker-75/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris als Storageserver</title>
		<link>http://otmanix.de/2008/04/21/solaris-als-storageserver/</link>
		<comments>http://otmanix.de/2008/04/21/solaris-als-storageserver/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 20:34:21 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[EMC]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Netapp]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ZFS]]></category>
		<category><![CDATA[CIFS]]></category>
		<category><![CDATA[fc]]></category>
		<category><![CDATA[fcoe]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[iSNS]]></category>
		<category><![CDATA[mpxio]]></category>
		<category><![CDATA[multipathing]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[svm]]></category>
		<category><![CDATA[UFS]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=487</guid>
		<description><![CDATA[&#8220;Wo liegt der Reiz an Solaris?&#8221; werde ich immer wieder gefragt. Eines der Sahnest&#252;cke von Solaris ist meiner Meinung nach der Einsatz als universelle Storageplattform auf LowCost-Hardware, z.B. als g&#252;nstiger Ersatz f&#252;r einen Netapp-Filer. Wer die Opensolaris-Entwicklung etwas mitverfolgt erlebt &#8230; <a href="http://otmanix.de/2008/04/21/solaris-als-storageserver/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;Wo liegt der Reiz an Solaris?&#8221; werde ich immer wieder gefragt. Eines der Sahnest&#252;cke von Solaris ist meiner Meinung nach der Einsatz als universelle Storageplattform auf LowCost-Hardware, z.B. als g&#252;nstiger Ersatz f&#252;r einen Netapp-Filer. Wer die Opensolaris-Entwicklung etwas mitverfolgt erlebt hier beinahe monatlich neue Features im Storageumfeld. Hier ist bei weitem noch kein Ende der Entwicklung in Sicht.</p>
<p><a href="http://www.opensolaris.org/os/community/storage/" target="_self">http://www.opensolaris.org/os/community/storage/</a></p>
<p><strong>SVM, UFS, ZFS &#8211; Volumemanager, Filesysteme, Volumes, Snapshots, uvm.<br />
</strong></p>
<p>Traditionell wird unter Solaris der SVM als Volumemanager benutzt, UFS ist das Standard-Filesystem. Mit Multiterabyte-Support und Journaling per SVM wurde UFS im Nachhinein aufgebohrt. UFS-Snapshots funktionieren, wirken aber irgendwie wie ein angest&#252;ckelter Fremdk&#246;rper. Das Handling von SVM ist sehr gew&#246;hnungsbed&#252;rftig, Freunde gewinnt man so sicherlich nicht. SVM/UFS ist heute nach wie vor f&#252;r die Spiegelung von lokalen Bootdevices &#252;blich.</p>
<p>Der gro&#223;e Wurf gelang Sun mit ZFS. ZFS ist Volumemanager und Filesystem zugleich. Damit ist die Liste der Features aber noch lange nicht ersch&#246;pft. Prinzipiell werden Platten oder Slices (Partitionen) einem Pool zugewiesen, ein entsprechender RAID-Level gesetzt (Striping, Mirroring, RAID-Z) und diverse Parameter wie z.B. Blocksize gesetzt. In einem Pool k&#246;nnen dann ZFS-Filesysteme oder Volumes (&#228;hnlich RAW-devices) angelegt und mit Parametern, wie z.B. Quota und Reservierung, versehen werden. Auf Volumes k&#246;nnen beliebige Filesysteme aufgebracht werden.</p>
<p>Auf ZFS-Pools, -Filesysteme und -Volumes k&#246;nnen Snapshots angewendet werden. Diese k&#246;nnen auch geclont und damit beschreibbar wiederverwendet werden.</p>
<p>Mit zfs send/receive k&#246;nnen ZFS-Daten &#252;ber IP repliziert werden.</p>
<p>ZFS Pools k&#246;nnen exportiert und auf einem anderen Rechner wieder importiert werden. Ge&#228;nderte Hardwarepfade, etc. spielen keine Rolle &#8211; so lange alle Platten eines Pools zur Verf&#252;gung stehen klappt der Import.</p>
<p>ZFS ist (noch?) nicht als Shared Filesystem geeignet. D.h. im Cluster kann es nur f&#252;r Failoverszenarien eingesetzt werden.</p>
<p>Die Performance von ZFS ist abh&#228;ngig vom Szenario, wo es zum Einsatz kommen soll. Mittlerweile in den meisten Bereichen UFS ebenb&#252;rtig gibt es noch Potential zu VxFS. Tuning ist oft sinnvoll. Je h&#246;her das Solaris-Release, desto mehr M&#246;glichkeiten zur Optimierung gibt es.</p>
<p>ZFS bietet neben der eing&#228;ngen Shell-Kommandos auch ein Webgui.</p>

<a href='http://otmanix.de/2008/04/21/solaris-als-storageserver/zfs-admin-pool/' title='zfs-admin-pool'><img width="150" height="150" src="http://otmanix.de/wp-content/uploads/2008/04/zfs-admin-pool-150x150.gif" class="attachment-thumbnail" alt="zfs-admin-pool" title="zfs-admin-pool" /></a>
<a href='http://otmanix.de/2008/04/21/solaris-als-storageserver/zfs-admin/' title='zfs-admin'><img width="150" height="150" src="http://otmanix.de/wp-content/uploads/2008/04/zfs-admin-150x150.gif" class="attachment-thumbnail" alt="zfs-admin" title="zfs-admin" /></a>

<p>ZFS hat eingebaute Mechanismen wie &#8220;Self Healing&#8221; und Schutz gegen &#8220;silent data corruption&#8221;.</p>
<p><a href="http://blogs.sun.com/chrisg/entry/latency_bubble_in_your_io" target="_self">http://blogs.sun.com/chrisg/entry/latency_bubble_in_your_io</a></p>
<p><a href="http://przemol.blogspot.com/2008/02/zfs-vs-vxfs-vs-ufs-on-x4500-thumper.html" target="_self">http://przemol.blogspot.com/2008/02/zfs-vs-vxfs-vs-ufs-on-x4500-thumper.html</a></p>
<p><a href="http://blogs.sun.com/SC/entry/why_sunw_nfs_is_required" target="_self">http://blogs.sun.com/SC/entry/why_sunw_nfs_is_required</a></p>
<p><a href="http://www.solarisinternals.com//wiki/index.php?title=Category:ZFS" target="_self">http://www.solarisinternals.com//wiki/index.php?title=Category:ZFS</a></p>
<p><a href="http://www.opensolaris.org/os/community/zfs/docs/" target="_self">http://www.opensolaris.org/os/community/zfs/docs/</a></p>
<p><a href="http://wiki.edv-widhalm.com/index.php/Solaris_Volume_Manager_%28HowTo%29" target="_self">http://wiki.edv-widhalm.com/index.php/Solaris_Volume_Manager_%28HowTo%29</a></p>
<p><a href="http://wiki.edv-widhalm.com/index.php/Zfs_%28HowTo%29" target="_self">http://wiki.edv-widhalm.com/index.php/Zfs_%28HowTo%29</a></p>
<p><a href="http://www.learning-solaris.com/index.php/category/unix-solaris-storage-volume-management/" target="_self">http://www.learning-solaris.com/index.php/category/unix-solaris-storage-volume-management/</a></p>
<p><a href="http://www.osnews.com/story/19665/Solaris_Filesystem_Choices" target="_self">http://www.osnews.com/story/19665/Solaris_Filesystem_Choices</a></p>
<p><a title="zfs cache flush" href="http://blogs.digitar.com/jjww/?itemid=52" target="_self">http://blogs.digitar.com/jjww/?itemid=52</a></p>
<p><strong>NAS &#8211; iSCSI</strong></p>
<p>Solaris beherrscht iSCSI Initiator (Zugriff auf iSCSI-Volume) und iSCSI Target (Bereitstellen<br />
eines iSCSI Volumes). Dabei kann z.B. ein ZFS Volume als iSCSI Target genutzt werden. Das kann man z.B. nutzen um einem Windows- oder VMware-ESX-Server Diskspace zur Verf&#252;gung zu stellen. Von den ZFS Volumes k&#246;nnen dann Snapshots erstellt werden.</p>
<p><a href="http://blogs.sun.com/mhuff/entry/introduction_to_iscsi_in_solaris" target="_self">http://blogs.sun.com/mhuff/entry/introduction_to_iscsi_in_solaris</a></p>
<p><a href="http://www.opensolaris.org/os/project/iscsitgt/" target="_self">http://www.opensolaris.org/os/project/iscsitgt/</a></p>
<p><a href="http://www.opensolaris.org/os/project/isns/" target="_self">http://www.opensolaris.org/os/project/isns/</a></p>
<p><a href="http://blogs.sun.com/lokibear/entry/download_isns_web_based_management" target="_self">http://blogs.sun.com/lokibear/entry/download_isns_web_based_management</a></p>
<p><strong>NAS Freigaben &#8211; NFS und CIFS</strong></p>
<p>ZFS-Filesysteme beherrschen UNIX- und Windows-ACLs (W2K kompatibel) &#8211; damit entfallen viele H&#252;rden als Netzwerkspeicher. Dar&#252;ber hinaus k&#246;nnen in ZFS-Filesystemen NFS- und CIFS-Freigaben als Eigenschaften eingerichtet werden. Eine ADS-Integration ist auch m&#246;glich. Der brandneue CIFS-Server mit ZFS-Integration d&#252;rfte unter Solaris eine ernsthafte Konkurrenz zu Samba werden.</p>
<p><a href="http://blogs.sun.com/timthomas/entry/opensolaris_as_a_storageos_the" target="_self">http://blogs.sun.com/timthomas/entry/opensolaris_as_a_storageos_the</a></p>
<p><a href="http://blogs.sun.com/dougm/" target="_self">http://blogs.sun.com/dougm/</a></p>
<p><a href="http://blogs.sun.com/amw/entry/cifs_in_solaris" target="_self">http://blogs.sun.com/amw/entry/cifs_in_solaris</a></p>
<p><strong>SAN &#8211; Fibrechannel, FCoE<br />
</strong></p>
<p>Im Bereich Fibrechannel wurde zuletzt in erster Linie in leichtere Administration auf der Shell investiert. Interessant sind die OpenSolaris-Projekte Comstar und FC over Ethernet. Hier bewegt sich einiges, gerade auch im Bereich Virtualisierung mit NPIV (virtuelle FC-HBAs).</p>
<p><a href="http://www.opensolaris.org/os/project/comstar/" target="_self">http://www.opensolaris.org/os/project/comstar/</a></p>
<p><a href="http://www.opensolaris.org/os/project/fcoe/" target="_self">http://www.opensolaris.org/os/project/fcoe/</a></p>
<p><a href="http://www.opensolaris.org/os/project/npiv/" target="_self">http://www.opensolaris.org/os/project/npiv/</a></p>
<p><strong>mpxio &#8211; Multipathing</strong></p>
<p>Solaris unterst&#252;tzt mit mpxio Multipathing f&#252;r SCSI-, FC-, SAS- und iSCSI-Disks. Speichersysteme mit SCSI SPC-2/3 werrden automatisch erkannt, eine manuelle Zuordnung in der Konfigurationsdatei durch Vendor und Product ist auch m&#246;glich, z.B. &#8220;EMC     SYMMETRIX&#8221;. Es wird Failover und Roundrobin als Verfahren unterst&#252;tzt. Mit dem mpathadm-Kommando ist die Administration sehr eing&#228;ngig. Durch mpxio wird aus den verschiedenen Hardwarepfaden (verschiedene Controller/Targets, gleiche LUN) ein virtueller Pfad erstellt, der dann f&#252;r die Konfiguration im Volumemanager benutzt wird.</p>
<p><a href="http://www.opensolaris.org/os/project/mpxio/" target="_self">http://www.opensolaris.org/os/project/mpxio/</a></p>
<p>last but not least: ZFS in der Praxis &#8230; (Achtung! US-Propaganda)<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/CN6iDzesEs0&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/CN6iDzesEs0&amp;hl=en" wmode="transparent"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2008/04/21/solaris-als-storageserver/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Links am 25.03.08</title>
		<link>http://otmanix.de/2008/03/25/links-am-250308/</link>
		<comments>http://otmanix.de/2008/03/25/links-am-250308/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 11:28:58 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Indiana]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ZFS]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[Finanzkrise]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[KDE 4.1]]></category>
		<category><![CDATA[radeonhd]]></category>
		<category><![CDATA[UFS]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[VxFS]]></category>
		<category><![CDATA[windows 2008]]></category>

		<guid isPermaLink="false">http://otmanix.de/2008/03/25/links-am-250308/</guid>
		<description><![CDATA[MS Exchange 2007 auf Windows 2008 Server als VMware ESX Gast &#8211; der Blog informiert umfassend &#252;ber Exchange 2007 und andere Produkte aus dem M$-Lager Workstation-Performance mit NVidia Quadro FX1700 und OpenGL: Ubuntu Linux vs. Solaris Express vs. Windows Vista &#8230; <a href="http://otmanix.de/2008/03/25/links-am-250308/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://telnetport25.wordpress.com/2008/02/16/vmware-server-installing-exchange-2007-sp-1-using-ccr-on-windows-2008-rtm-part-1/" title="exchange 2007" target="_blank">MS Exchange 2007 auf Windows 2008 Server als VMware ESX Gast</a> &#8211; der Blog informiert umfassend &#252;ber Exchange 2007 und andere Produkte aus dem M$-Lager</li>
<li><a href="http://www.phoronix.com/scan.php?page=article&amp;item=nvidia_workstation_perf&amp;num=1" title="cross platfform performance" target="_blank">Workstation-Performance mit NVidia Quadro FX1700 und OpenGL:</a> Ubuntu Linux vs. Solaris Express vs. Windows Vista &#8211; wen wundert das Ergebnis? DirectX l&#228;&#223;t sich aber leider nicht vergleichen&#8230;</li>
<li><a href="http://www.phoronix.com/scan.php?page=article&amp;item=kde_41_early&amp;num=1" title="KDE 4.1" target="_blank">Vorschau auf KDE 4.1</a> &#8211; es ist auch eine Portierung auf OpenSolaris geplant <img src='http://otmanix.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li><a href="http://blogs.sun.com/ChinaExperience/entry/sub_prime_recession_depression_credit" title="sub prime" target="_blank">Amiram Hayardenys Kommentar zum Thema Finanzkrise</a> &#8211; Ich finde hier wird kurz und b&#252;ndig das Thema ohne besch&#246;nigende Worte beschrieben.</li>
<li><a href="http://przemol.blogspot.com/2008/02/zfs-vs-vxfs-vs-ufs-on-x4500-thumper.html" title="oltp performance" target="_blank">Filesystem/Volumemanager-OLTP-Performance auf Sun Fire X4500 mit Solaris 10 08/07:</a> SVM/UFS vs. VVM/VxFS vs. ZFS &#8211; ZFS hat gewaltig aufgeholt</li>
<li><a href="http://blogs.sun.com/chrisg/entry/latency_bubble_in_your_io" title="disk I/O" target="_blank">Latenzzeiten beim Disk-I/O unter Solaris, was tun?</a> -Chris Gerhard kl&#228;rt auf</li>
<li><a href="http://blogs.sun.com/jenswagener/entry/windows_2008_creating_a_cluster" title="windows 2008 cluster" target="_blank">Windows 2008 und Cluster</a></li>
<li><a href="http://blogs.sun.com/phantom/entry/gui_based_package_manager_for" title="indiana ipsgui" target="_blank">OpenSolaris Developer Preview / Project Indiana und Virtualbox sowie grafischer Paketmanager (ipsGUI)</a></li>
<li><a href="http://blogs.sun.com/thebentzone/entry/compiling_radeonhd_from_git_on" title="radeonhd solaris" target="_blank">radeonHD-Treiber unter Solaris f&#252;r Heimwerker</a></li>
<li><a href="http://weblogs.java.net/blog/lucastorri/archive/2008/03/triboot_system.html" title="Multiboot" target="_blank">Multiboot:</a> Solaris, Linux und Windows</li>
<li><a href="http://blogs.sun.com/SC/entry/upgrade_methods" title="sun cluster upgrade" target="_blank">Sun Cluster &#8211; verschiedene Upgrade-Szenarien</a></li>
<li><a href="http://blogs.sun.com/AlokChakrabarty/entry/pppoe_broadband_internet_in_solaris" title="PPPoE SXCE" target="_blank">PPPoE ab Solaris Express build72</a> &#8211; DSL-Modem unter Solaris Express</li>
<li><a href="http://blogs.sun.com/JeffV/entry/high_availability_networking_for_solaris" title="ipmp" target="_blank">IPMP und Solaris Container/Zones</a> &#8211; NIC-Failover und Solaris-Virtualisierung</li>
<li><a href="http://blogs.sun.com/terrygardner/entry/i_ll_be_bach" title="I'll be Bach" target="_blank">I&#8217;ll be Bach</a> &#8211; Bach vs. Terminator</li>
<li><a href="http://blogs.sun.com/gasselin/entry/installing_solaris_nevada_b84_to" title="sxce virtualbox" target="_blank">Installation von Solaris Express build83 in Virtualbox</a></li>
<li><a href="http://blogs.sun.com/kevin/entry/top_annoying_sci_fi_kids" title="scifi kids" target="_blank">die 7 nervigsten SciFi-Kids</a> &#8211; das mu&#223;te einmal gesagt werden!</li>
<li><a href="http://www.photoshoptalent.com/blog/2008/03/08/40-body-enhancement-photoshop-tutorials/" title="33x photoshop" target="_blank">33x Photoshop-Retusche</a> &#8211; so kann jeder jut aussehen <img src='http://otmanix.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li><a href="http://cubo.cc/" title="xeyes" target="_blank">xeyes 2008</a> &#8211; das mu&#223; der nachfolger sein <img src='http://otmanix.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2008/03/25/links-am-250308/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun Fire X4450 &#8211; evaluation copy, not for sale?</title>
		<link>http://otmanix.de/2008/03/07/sun-fire-x4450-evaluation-copy-not-for-sale/</link>
		<comments>http://otmanix.de/2008/03/07/sun-fire-x4450-evaluation-copy-not-for-sale/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 20:09:59 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Sun]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[ELOM]]></category>
		<category><![CDATA[LOM]]></category>
		<category><![CDATA[Sun Fire X4450]]></category>

		<guid isPermaLink="false">http://otmanix.de/2008/03/07/sun-fire-x4450-evaluation-copy-not-for-sale/</guid>
		<description><![CDATA[Da die Barcelona-Opterons sich ziemlich versp&#228;ten kam der Entschluss 2 Sun Fire X4450 mit Quadcore-Xeons als VMware ESX Server zu ordern. Die vorhandenen VMware-Lizenzen, die pro Socket abrechnen, beg&#252;nstigten die Entscheidung zu dieser Hardware. Bei der Inbetriebnahme des Ger&#228;ts wollte &#8230; <a href="http://otmanix.de/2008/03/07/sun-fire-x4450-evaluation-copy-not-for-sale/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Da die Barcelona-Opterons sich ziemlich versp&#228;ten kam der Entschluss 2 <a href="http://sunsolve.sun.com/handbook_pub/validateUser.do?target=Systems/SunFireX4450/SunFireX4450" target="_blank">Sun Fire X4450</a> mit Quadcore-Xeons als VMware ESX Server zu ordern. Die vorhandenen VMware-Lizenzen, die pro Socket abrechnen, beg&#252;nstigten die Entscheidung zu dieser Hardware.</p>
<p><img src="http://otmanix.de/wp-content/uploads/2008/03/sunfirex4450.jpg" alt="sunfirex4450.jpg" /></p>
<p>Bei der Inbetriebnahme des Ger&#228;ts wollte sich aber partout der ELOM (warum gibt es eigentlich schon wieder was anderes als den ILOM?) nicht vollst&#228;ndig starten. Das Notebook am seriellen Anschluss zeigte zwar den Start des ELOMs &#8211; bis zur Anmeldung mit root/changeme kam es aber nicht, einfach tote Hose&#8230;</p>
<p>Das &#214;ffnen eines elektronischen Support-Calls klappte dann auch nicht, da die aufgeklebte Seriennummer angeblich nicht existierte. &#220;ber die telefonische Hotline kam dann irgendwann ein Techniker, der erkl&#228;rte wie man die Einstellungen des Systems auf Auslieferungszustand (per Entfernen der Batterie und Jumper am Mainboard) zur&#252;cksetzen kann. Danach klappte auch der Start des ELOMs und der Login.</p>
<p>Der Start des Systems zeigte allerdings eine seltsame Meldung, die Sun etwas verlegen machen sollte: <strong><font color="#ff0000">evaluation copy, not for sale</font></strong></p>
<p><a href="http://otmanix.de/wp-content/uploads/2008/03/evaluation.gif" title="evaluation.gif"><img src="http://otmanix.de/wp-content/uploads/2008/03/evaluation.thumbnail.gif" alt="evaluation.gif" /></a></p>
<p>Wie man der <a href="http://www.sun.com/servers/x64/x4450/downloads.jsp" target="_blank">Download-Seite</a> und den Worten des Sun-Technikers an der Hotline entnehmen konnte handelt es sich hierbei um die aktuell g&#252;ltige BIOS-Version. Coole Sache sag ich dazu&#8230;</p>
<p>P.S.</p>
<p>War das nun die Lektion lieber etwas &#8220;abgehangenere Hardware&#8221; zu kaufen?</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2008/03/07/sun-fire-x4450-evaluation-copy-not-for-sale/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>virt. Disk in VMware Workstation vergr&#246;&#223;ern</title>
		<link>http://otmanix.de/2008/03/04/virt-disk-in-vmware-workstation-vergroessern/</link>
		<comments>http://otmanix.de/2008/03/04/virt-disk-in-vmware-workstation-vergroessern/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 22:09:39 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[gparted]]></category>

		<guid isPermaLink="false">http://otmanix.de/2008/03/04/virt-disk-in-vmware-workstation-vergroessern/</guid>
		<description><![CDATA[Hmm, jetzt hab ich doch glatt die Platte f&#252;r meine virtuelle Maschine mit WinXP zu klein dimensioniert. Was nun? virt. Maschine mit WinXP sauber herunterfahren (damit es sp&#228;ter keinen &#196;rger mit dem NTFS-Journal gibt!) Alle Snapshots l&#246;schen, so da&#223; nur &#8230; <a href="http://otmanix.de/2008/03/04/virt-disk-in-vmware-workstation-vergroessern/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hmm, jetzt hab ich doch glatt die Platte f&#252;r meine virtuelle Maschine mit  WinXP zu klein dimensioniert. Was nun?</p>
<ul>
<li>virt. Maschine mit WinXP sauber herunterfahren (damit es sp&#228;ter keinen &#196;rger mit dem NTFS-Journal gibt!)</li>
<li>Alle Snapshots l&#246;schen, so da&#223; nur der zuletzt aktive Stand &#252;brig bleibt&#8230;</li>
<li>Platte vergr&#246;&#223;ern (z.B. auf 25GB): vmware-vdiskmanager -x 25GB winxp.vmdk (ggf. danach die Rechte der vmdk-Datei pr&#252;fen)</li>
<li>In das CD/DVD-Laufwerk der VM ein gparted.iso einlegen: <a href="http://gparted-livecd.tuxfamily.org/" title="gparted" target="_blank">http://gparted-livecd.tuxfamily.org</a></li>
<li>VM starten, mit F2 ins BIOS und Boot von CD/DVD einstellen, speichern und reset</li>
<li>Mit gparted die Windows-Partition mit neu vorhandenem Platz erweitern, herunterfahren</li>
<li>Image auswerfen, Boot</li>
<li>Beim Boot l&#228;uft der Plattencheck von Windows los und meldet keine Fehler, das wars&#8230;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2008/03/04/virt-disk-in-vmware-workstation-vergroessern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Links am 17.02.08</title>
		<link>http://otmanix.de/2008/02/17/links-am-170208/</link>
		<comments>http://otmanix.de/2008/02/17/links-am-170208/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 09:18:58 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Indiana]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[autobahn]]></category>
		<category><![CDATA[CIFS]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[smbfs]]></category>
		<category><![CDATA[VMotion]]></category>
		<category><![CDATA[xvm]]></category>

		<guid isPermaLink="false">http://otmanix.de/2008/02/17/links-am-170208/</guid>
		<description><![CDATA[CIFS-Client (smbfs) im Nevada build84 integriert Sun xVM / xVM Ops Center Wiki Desaster Recovery Howto f&#252;r Project Indiana / OpenSolaris Developer Preview Deutsche Autobahn und Ausl&#228;nder &#8211; hier ein Bericht vom Sun Grid Engine Team zum Thema Faszination Geschwindigkeit &#8230; <a href="http://otmanix.de/2008/02/17/links-am-170208/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://blogs.sun.com/gwr/entry/cifs_client_smbfs_integrated_into" title="cifs" target="_blank">CIFS-Client (smbfs) im Nevada build84 integriert</a></li>
<li><a href="http://wikis.sun.com/display/xVM/Sun+xVM" title="xvm" target="_blank">Sun xVM / xVM Ops Center Wiki</a></li>
<li><a href="http://blogs.sun.com/nadkarni/entry/recovery_on_osdp_or_indinana" title="desaster recovery" target="_blank">Desaster Recovery Howto f&#252;r Project Indiana / OpenSolaris Developer Preview</a></li>
<li>Deutsche Autobahn und Ausl&#228;nder &#8211; hier <a href="http://blogs.sun.com/bobp/entry/sun_grid_engine_on_the" title="autobahn" target="_blank">ein Bericht vom Sun Grid Engine Team zum Thema Faszination Geschwindigkeit auf 4 R&#228;dern</a></li>
<li><a href="http://blogs.sun.com/TA/entry/server_virtualization_s_impact_on" title="virtualisierung" target="_blank">Servervirtualisierung und die Auswirkung auf Storage</a></li>
<li><a href="http://blogs.sun.com/ajaykumar/entry/access_ntfs_partition_from_solaris" title="ntfs" target="_blank">Zugriff auf NTFS-Partionen aus Solaris</a></li>
<li><a href="http://communities.vmware.com/thread/122847?tstart=0" title="storage vmotion" target="_blank">GUI f&#252;r Storage Vmotion</a> (f&#252;r VMware ESX)</li>
<li><a href="http://blogs.sun.com/aland/entry/installing_studio_built_kde_3" title="kde" target="_blank">KDE und Solaris</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2008/02/17/links-am-170208/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

