<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.uugrn.org/index.php?action=history&amp;feed=atom&amp;title=OpenSolaris%2FIPS%2Flokaler_release_Mirror</id>
	<title>OpenSolaris/IPS/lokaler release Mirror - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.uugrn.org/index.php?action=history&amp;feed=atom&amp;title=OpenSolaris%2FIPS%2Flokaler_release_Mirror"/>
	<link rel="alternate" type="text/html" href="https://wiki.uugrn.org/index.php?title=OpenSolaris/IPS/lokaler_release_Mirror&amp;action=history"/>
	<updated>2026-05-12T03:55:39Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in UUGRN</subtitle>
	<generator>MediaWiki 1.42.5</generator>
	<entry>
		<id>https://wiki.uugrn.org/index.php?title=OpenSolaris/IPS/lokaler_release_Mirror&amp;diff=8991&amp;oldid=prev</id>
		<title>SHL: hat „OpenSolaris/IPS/lokaler Mirror“ nach „OpenSolaris/IPS/lokaler release Mirror“ verschoben:&amp;#32;es dreht sich um /release</title>
		<link rel="alternate" type="text/html" href="https://wiki.uugrn.org/index.php?title=OpenSolaris/IPS/lokaler_release_Mirror&amp;diff=8991&amp;oldid=prev"/>
		<updated>2010-01-07T14:10:56Z</updated>

		<summary type="html">&lt;p&gt;hat „&lt;a href=&quot;/OpenSolaris/IPS/lokaler_Mirror&quot; class=&quot;mw-redirect&quot; title=&quot;OpenSolaris/IPS/lokaler Mirror&quot;&gt;OpenSolaris/IPS/lokaler Mirror&lt;/a&gt;“ nach „&lt;a href=&quot;/OpenSolaris/IPS/lokaler_release_Mirror&quot; title=&quot;OpenSolaris/IPS/lokaler release Mirror&quot;&gt;OpenSolaris/IPS/lokaler release Mirror&lt;/a&gt;“ verschoben: es dreht sich um /release&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 7. Januar 2010, 14:10 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>SHL</name></author>
	</entry>
	<entry>
		<id>https://wiki.uugrn.org/index.php?title=OpenSolaris/IPS/lokaler_release_Mirror&amp;diff=8987&amp;oldid=prev</id>
		<title>SHL: IPS-Mirror</title>
		<link rel="alternate" type="text/html" href="https://wiki.uugrn.org/index.php?title=OpenSolaris/IPS/lokaler_release_Mirror&amp;diff=8987&amp;oldid=prev"/>
		<updated>2010-01-07T10:03:25Z</updated>

		<summary type="html">&lt;p&gt;IPS-Mirror&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ein eigener Mirror des &amp;quot;release&amp;quot; [[OpenSolaris/IPS|IPS]]-Repositories zu erstellen ist recht einfach:&lt;br /&gt;
&lt;br /&gt;
Zunächst besorgen wir das Repository-ISO und erstellen ein Dataset:&lt;br /&gt;
 wget http://genunix.org/dist/indiana/osol-repo-0906-full.iso&lt;br /&gt;
 [[Solaris/RBAC|pfexec]] [[ZFS|zfs]] create -o compression=on rpool/export/repository&lt;br /&gt;
 [[Solaris/RBAC|pfexec]] mount -F hsfs `[[Solaris/RBAC|pfexec]] lofiadm -a ~/osol-repo-0906-full.iso` /mnt&lt;br /&gt;
 [[Solaris/RBAC|pfexec]] rsync -av --progress /mnt/repo /export/repository &lt;br /&gt;
&lt;br /&gt;
Nun noch den lokalen [[OpenSolaris/IPS|IPS]]-Server konfigurieren und aktivieren:&lt;br /&gt;
 svccfg -s application/pkg/server setprop pkg/inst_root=/export/repository/repo&lt;br /&gt;
 svccfg -s application/pkg/server setprop pkg/readonly=true&lt;br /&gt;
 svccfg -s application/pkg/server setprop pkg/port=10000&lt;br /&gt;
 [[Solaris/RBAC|pfexec]] vi /export/repository/repo/cfg_cache&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;code&amp;gt;/export/repository/repo/cfg_cache&amp;lt;/code&amp;gt; wird die Zeile &lt;br /&gt;
 origins=http://pkg.opensolaris.org/release&lt;br /&gt;
durch&lt;br /&gt;
 origins=http://FQDN:10000&lt;br /&gt;
ersetzt.&lt;br /&gt;
&lt;br /&gt;
Nun noch die Config neu laden und den Server starten:&lt;br /&gt;
 svcadm refresh application/pkg/server&lt;br /&gt;
 svcadm enable application/pkg/server&lt;br /&gt;
&lt;br /&gt;
Der [[OpenSolaris/IPS|IPS]]-Server läuft nun wie konfiguriert auf Port 10000 der lokalen Maschine, und kann z.B. mit http://localhost:10000 getestet werden.&lt;br /&gt;
&lt;br /&gt;
Als letzter Schritt noch allen Clients mitteilen, daß ein lokaler Mirror im Netz verfügbar ist:&lt;br /&gt;
 [[Solaris/RBAC|pfexec]] pkg set-authority -m http://FQDN:10000/ opensolaris.org&lt;br /&gt;
&lt;br /&gt;
Die Ausgabe von &amp;lt;code&amp;gt;pkg publisher&amp;lt;/code&amp;gt; sollte nun die Mirror-Zeile auf den neu erstellten Mirror enthalten.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;#039;&amp;#039;Quelle:&amp;#039;&amp;#039;&lt;br /&gt;
* http://webcast-west.sun.com/interactive/10B02216/index.html&lt;br /&gt;
* eigene Setups --[[Benutzer:SHL|SHL]] 10:03, 7. Jan. 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:OpenSolaris]]&lt;/div&gt;</summary>
		<author><name>SHL</name></author>
	</entry>
</feed>