<?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; Linux</title>
	<atom:link href="http://otmanix.de/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://otmanix.de</link>
	<description>Wissenswertes und Belangloses aus dem Leben eines Admins</description>
	<lastBuildDate>Wed, 08 Feb 2012 11:28:20 +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>rsync daemon f&#252;r Syabas Popcorn Hour NMT A-200</title>
		<link>http://otmanix.de/2011/05/28/rsync-daemon-fur-syabas-popcorn-hour-nmt-a-200/</link>
		<comments>http://otmanix.de/2011/05/28/rsync-daemon-fur-syabas-popcorn-hour-nmt-a-200/#comments</comments>
		<pubDate>Sat, 28 May 2011 07:29:07 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media Server]]></category>
		<category><![CDATA[A-200]]></category>
		<category><![CDATA[A-210]]></category>
		<category><![CDATA[A200]]></category>
		<category><![CDATA[A210]]></category>
		<category><![CDATA[C-200]]></category>
		<category><![CDATA[C200]]></category>
		<category><![CDATA[popcorn hour]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[rsyncd]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2280</guid>
		<description><![CDATA[Wie bereits im letzten Beitrag berichtet gibt es f&#252;r die Popcorn hour A-200 das ipkg Paketverwaltungssystem. Dar&#252;ber werden u.a. die Pakete rsync und synk bereitgestellt. Rsync bietet die Synchronisierung von Datenbest&#228;nden an. Dabei kann Komprimierung genutzt werden. Dar&#252;ber hinaus erfolgt &#8230; <a href="http://otmanix.de/2011/05/28/rsync-daemon-fur-syabas-popcorn-hour-nmt-a-200/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wie bereits im letzten Beitrag berichtet gibt es f&#252;r die Popcorn hour A-200 das <a href="http://www.networkedmediatank.com/showthread.php?tid=45424" target="_blank">ipkg Paketverwaltungssystem</a>. Dar&#252;ber werden u.a. die Pakete rsync und synk bereitgestellt.</p>
<p><a href="http://de.wikipedia.org/wiki/Rsync" target="_blank">Rsync</a> bietet die Synchronisierung von Datenbest&#228;nden an. Dabei kann Komprimierung genutzt werden. Dar&#252;ber hinaus erfolgt ein Abgleich von Dateien auf Blockebene. Da nur unterschiedliche B&#246;cke &#252;bertragen werden m&#252;ssen ist rsync besonders effizient. Der wiederholte Abgleich eines Datenestands erfolgt deutlich schneller als mit &#252;blichen Kopiermethoden. Die verh&#228;ltnism&#228;&#223;ig schwache CPU- und (W)LAN-Performance der Popcorn hour profitiert davon enorm.</p>
<p>Das Kommandozeilenwerkzeug rsync kann als Client und/oder Server betrieben werden. Auf der Popcorn hour steht rsync via ipkg zur Verf&#252;gung. Mit <a href="http://www.networkedmediatank.com/showthread.php?tid=41963" target="_blank">synk</a> gibt es eine webbasierte GUI f&#252;r die rsync Client Funktionalit&#228;t. Das ipkg liefert keine Konfiguration f&#252;r rsync als daemon mit. Unter Windows steht rsync via cywin als Kommandozeilenwerkzeug zur Verf&#252;gung und ist als direkt installierbares Bundle <a href="http://www.itefix.no/i2/node/10650" target="_blank">cwrsync</a> erh&#228;ltlich. Mit <a href="http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp" target="_blank">Deltacopy</a> und <a href="http://qtdtools.doering-thomas.de/page.php?seite=0&amp;sub=0&amp;lang=de" target="_blank">Qtdsync</a> gibt es aber auch eine komfortable GUI.</p>
<p><a href="http://otmanix.de/wp-content/uploads/2011/05/synk.jpg"><img class="alignnone size-thumbnail wp-image-2285" title="synk" src="http://otmanix.de/wp-content/uploads/2011/05/synk-150x150.jpg" alt="" width="150" height="150" /></a></p>
<h3>Installation rsync auf Popcorn hour</h3>
<p>Zun&#228;chst einmal mu&#223; rsync, ggf. auch synk &#252;ber ipkg installiert werden. Am einfachsten l&#228;uft das &#252;ber die Webgui von ipkg: http://nmt:9999/local_web/</p>
<p><a href="http://otmanix.de/wp-content/uploads/2011/05/ipgweb.jpg"><img class="alignnone size-thumbnail wp-image-2276" title="ipgweb" src="http://otmanix.de/wp-content/uploads/2011/05/ipgweb-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Danach mu&#223; noch unter /share/Apps/local/etc/init.d ein rc-Skript 99rsyncd.sh f&#252;r den rsync daemon angelegt werden.</p>
<pre>#!/bin/sh

# start script for rsync daemon
# 27.05.11 by Otmanix
# put it in /share/Apps/local/etc/init.d

# manpage rsyncd.conf
# http://www.samba.org/ftp/rsync/rsyncd.conf.html
# error free version of rsync for popcorn hour A200
# http://www.shells.nl/junk/nmt-a200-rsync/rsync.200

stop()
{
 # kill rsync daemon
 killall rsync
}

start()
{
 # create/empty rsyncd.log
 &gt; /share/Apps/local/etc/rsyncd.log
 # create user/password file
 touch /etc/rsyncd.secrets
 chown nmt:nmt /etc/rsyncd.secrets
 chmod 660 /etc/rsyncd.secrets
 echo nmt:nmt &gt; /etc/rsyncd.secrets
 # set folder permissions
 chown nmt:nmt /share/Photo
 chown nmt:nmt /share/Music
 chown nmt:nmt /share/Video
 # create /etc/rsyncd.conf
 echo uid = nmt &gt; /etc/rsyncd.conf
 echo gid = nmt &gt;&gt; /etc/rsyncd.conf
 echo use chroot = yes &gt;&gt; /etc/rsyncd.conf
 echo log file = /share/Apps/local/etc/rsyncd.log &gt;&gt; /etc/rsyncd.conf
 echo read only = false &gt;&gt; /etc/rsyncd.conf
 echo max verbosity = 1 &gt;&gt; /etc/rsyncd.conf
 echo timeout = 600 &gt;&gt; /etc/rsyncd.conf
 echo [Photo] &gt;&gt; /etc/rsyncd.conf
 echo path = /share/Photo &gt;&gt; /etc/rsyncd.conf
 echo [Music] &gt;&gt; /etc/rsyncd.conf
 echo path = /share/Music &gt;&gt; /etc/rsyncd.conf
 echo [Video] &gt;&gt; /etc/rsyncd.conf
 echo path = /share/Video &gt;&gt; /etc/rsyncd.conf
 echo [share] &gt;&gt; /etc/rsyncd.conf
 echo path = /share &gt;&gt; /etc/rsyncd.conf
 echo list = false &gt;&gt; /etc/rsyncd.conf
 echo auth users = nmt &gt;&gt; /etc/rsyncd.conf
 echo secrets file = /etc/rsyncd.secrets &gt;&gt; /etc/rsyncd.conf
 # start daemon
 /usr/local/bin/rsync --daemon
}

case "$1" in
 start)
 start
 ;;

 stop)
 stop
 ;;

 restart)
 stop
 sleep 1
 start
 ;;
esac</pre>
<p>Das Skript erstellt eine /etc/rsync.conf. Weitere Konfigurationsoptionen da&#252;r findet man in der <a href="http://www.samba.org/ftp/rsync/rsyncd.conf.html" target="_blank">manpage</a>.</p>
<p>Ich stelle mein Skript hier zum Download zur Verf&#252;gung: <a href="http://otmanix.de/wp-content/uploads/2011/05/99rsyncd.zip">99rsyncd.sh</a></p>
<p>Die zip-Datei bitte entpacken und unter /share/Apps/local/etc/init.d bzw. \\nmt\share\Apps\local\etc\init.d speichern. Nach einem Neustart der Popcorn hour startet der rsync daemon automatisch und stellt Schreibzugriff auf die Bereiche Photo, Music und Video bereit. Das &#252;bergeordnete Verzeichnis share ist nur &#252;ber Anmeldung mit nmt/nmt zugreifbar.</p>
<p>Damit ist die Popcorn hour als Synchronisierungsziel eingerichtet. Nach Installation und Konfiguration von z.B. Deltacopy kann nun der Datenabgleich erfolgen.</p>
<p><a href="http://otmanix.de/wp-content/uploads/2011/05/rsync.jpg"><img class="alignnone size-thumbnail wp-image-2284" title="rsync" src="http://otmanix.de/wp-content/uploads/2011/05/rsync-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>P.S.</p>
<p>Als ich zuletzt rsync via ipkg besorgte stellte sich heraus, da&#223; diese Version buggy war. Ein <a href="http://www.shells.nl/junk/nmt-a200-rsync/rsync.200">funktionierendes rsync binary gibt es hier</a>. Die Datei mu&#223; unter /share/Apps/local/bin bzw. \\nmt\share\Apps\local\bin gespeichert werden. Dort zun&#228;chst die Datei rsync nach rsync.original umbenennen, danach rsync.200 nach rsync umbenennen. Im Anschlu&#223; Popcorn hour nochmals starten&#8230;</p>
<p>Prinzipiell sollte die Anleitung 1:1 auch f&#252;r die Popcorn hour C-200 and A-210 funktionieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2011/05/28/rsync-daemon-fur-syabas-popcorn-hour-nmt-a-200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Networker client vollst&#228;ndig l&#246;schen redux</title>
		<link>http://otmanix.de/2011/02/22/networker-client-vollstaendig-loeschen-redux/</link>
		<comments>http://otmanix.de/2011/02/22/networker-client-vollstaendig-loeschen-redux/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 16:33:19 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Networker]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2145</guid>
		<description><![CDATA[Das Thema hatte ich bereits vorgestellt. Hier nun ein Shellskript zum korrekten L&#246;schen eines Networker Clients (inkl. savesets und software repository): #!/bin/bash echo "Welcher Networker Client ist zu loeschen? " read CLIENT echo "Soll der Client " $CLIENT " inkl. &#8230; <a href="http://otmanix.de/2011/02/22/networker-client-vollstaendig-loeschen-redux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Das Thema hatte ich <a href="http://otmanix.de/2009/12/12/networker-client-vollstaendig-loeschen/">bereits vorgestellt</a>. Hier nun ein Shellskript zum korrekten L&#246;schen eines Networker Clients (inkl. savesets und software repository):<br />
<code><br />
#!/bin/bash<br />
echo "Welcher Networker Client ist zu loeschen? "<br />
read CLIENT<br />
echo "Soll der Client " $CLIENT " inkl. Savesets wirklich geloescht werden? j/n"<br />
read TASTE<br />
if [ "$TASTE" == "j" -o "$TASTE" == "J" ] ; then<br />
echo "loesche Savesets..."<br />
for xxx in `mminfo -av -r "ssid(53)" -c $CLIENT`; do nsrmm -d -S $xxx -y ; echo $xxx; done<br />
echo "loesche client index..."<br />
nsrck -YR $CLIENT<br />
rm -r /nsr/index/$CLIENT<br />
echo "bereinige Mediendatenbank..."<br />
nsrim -c $CLIENT -X<br />
echo "loesche Client..."<br />
echo "delete type: NSR client; name: $CLIENT;" | nsradmin -i -<br />
echo "loesche Client aus Software-Inventar..."<br />
echo "delete type: NSR Installed Software; name: $CLIENT;" | nsradmin -d /nsr/res/cpdb -i -<br />
else<br />
echo "Vorgang abgebrochen!"<br />
fi<br />
</code><br />
ein kurzer Testlauf&#8230;<br />
<code>root@backup1 # ./delnwclient.sh<br />
Welcher Networker Client ist zu loeschen?<br />
testpc<br />
Soll der Client  testpc  inkl. Savesets wirklich geloescht werden? j/n<br />
J<br />
cb9adc51-00000006-bb38a2d0-4d38a2d0-b6460014-4f222e18<br />
859b11e9-00000006-cc39f43e-4d39f43e-bf350014-4f222e18<br />
...<br />
loesche client index...<br />
9503:nsrck: WARNING: -R will completely remove the following file indices:<br />
testpc<br />
If it was not your intent to completely remove the above<br />
client file indices, kill this command now.  You have 6 seconds.<br />
If it was not your intent to completely remove the above<br />
client file indices, kill this command now.  You have 4 seconds.<br />
If it was not your intent to completely remove the above<br />
client file indices, kill this command now.  You have 2 seconds.<br />
bereinige Mediendatenbank...<br />
000001:  767 GB used,    35 save sets, full, 30 browsable save sets, 5 recoverable save sets<br />
000002:  592 GB used,    34 save sets, full, 17 browsable save sets, 17 recoverable save sets<br />
...<br />
loesche Client...<br />
deleted resource id 26.6.2.57.0.0.0.0.0.0.0.0.71.56.81.247.10.17.18.145(16)<br />
loesche Client aus Software-Inventar...<br />
deleted resource id 0.84.112.54.0.0.0.0.0.0.0.0.72.59.214.64.10.17.18.145(4)<br />
deleted resource id 0.85.112.54.0.0.0.0.0.0.0.0.72.59.214.64.10.17.18.145(4)<br />
deleted resource id 0.86.112.54.0.0.0.0.0.0.0.0.72.59.214.64.10.17.18.145(4)<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2011/02/22/networker-client-vollstaendig-loeschen-redux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SUSE &#8211; quo vadis?</title>
		<link>http://otmanix.de/2010/11/24/suse-quo-vadis/</link>
		<comments>http://otmanix.de/2010/11/24/suse-quo-vadis/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 22:02:05 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[SUSE]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2050</guid>
		<description><![CDATA[Die Attachmate Corporation hat gestern angek&#252;ndigt Novell zu &#252;bernehmen. Pressemitteilungen seitens Attachmate und Novell liegen vor. Novell und SUSE sollen danach als eigene Gesch&#228;ftsbereiche weitergef&#252;hrt werden.]]></description>
			<content:encoded><![CDATA[<p>Die Attachmate Corporation hat gestern angek&#252;ndigt Novell zu &#252;bernehmen.</p>
<p>Pressemitteilungen seitens <a href="http://www.attachmate.com/Press/PressReleases/nov-22-2010.htm" target="_blank">Attachmate</a> und <a href="http://www.novell.com/news/press/novell-agrees-to-be-acquired-by-attachmate-corporation/" target="_blank">Novell</a> liegen vor. Novell und SUSE sollen danach als eigene Gesch&#228;ftsbereiche weitergef&#252;hrt werden.</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2010/11/24/suse-quo-vadis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>howto Networker und MHVTL auf OpenSUSE</title>
		<link>http://otmanix.de/2010/09/04/howto-networker-und-mhvtl-auf-opensuse/</link>
		<comments>http://otmanix.de/2010/09/04/howto-networker-und-mhvtl-auf-opensuse/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 13:11:04 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[MHVTL]]></category>
		<category><![CDATA[Networker]]></category>
		<category><![CDATA[VTL]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=1951</guid>
		<description><![CDATA[Mit MHVTL steht unter Linux eine Open Source VTL (virtuelle Tape Library) zur Verf&#252;gung. Ich habe bereits vor einiger Zeit davon berichtet. Was kann man nun damit anstellen? Administratoren k&#246;nnen sich in einer Linux-Umgebung MHVTL installieren und damit 1-x VTLs &#8230; <a href="http://otmanix.de/2010/09/04/howto-networker-und-mhvtl-auf-opensuse/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Mit <a title="MHVTL project" href="http://sites.google.com/site/linuxvtl2/" target="_blank">MHVTL</a> steht unter Linux eine Open Source VTL (virtuelle Tape Library) zur Verf&#252;gung. Ich habe bereits vor einiger Zeit <a href="http://otmanix.de/2010/01/12/open-source-vtl-auf-linux-getestet-mit-networker/">davon berichtet</a>.</p>
<p>Was kann man nun damit anstellen?</p>
<p>Administratoren k&#246;nnen sich in einer Linux-Umgebung MHVTL installieren und damit 1-x VTLs simulieren.</p>
<p>Wozu braucht man das?</p>
<p>Echte Bandroboter / VTLs bekommt man nicht gerade zum Schn&#228;ppchenpreis. Die Einstiegsger&#228;te kosten bereits mehrere Tausend Euro. Wenn man nun eine Datensicherungssoftware testen oder das Sichern/Wiederherstellen &#252;ben will ist MHVTL eine ideale kostenlose Komponente einer Backup-Testumgebung.</p>
<p>L&#228;uft MHVTL unter Windows, MacOsX, Solaris, BSD, &#8230;?</p>
<p>Nein, MHVTL ist als Linux-Kernelmodul implementiert und damit nur auf Linux-Distributionen lauff&#228;hig. I.d.R. unters&#252;tzt aber jede brauchbare Datensicherungssoftware f&#252;r Windows die Integration von Medienservern unter Linux. Alternativ kann man auch MHVTL mittels ISCSI-Target anderen Betriebssystemen via LAN zur Verf&#252;gung stellen. Eine <a title="MHVTL via ISCSI" href="http://mhvtl.nimsa.us/viewtopic.php?f=34&amp;t=84" target="_blank">Anleitung f&#252;r MHVTL via ISCSI</a> dazu findet sich im MHVTL-Forum.</p>
<h3>Howto Networker und MHVTL auf OpenSUSE 11.2 in Virtualbox VM</h3>
<p>Ich habe in meinem englischen Blog eine Schritt f&#252;r Schritt Anleitung zur Einrichtung der Datensicherungssicherungssoftware EMC Networker zusammen mit den Sicherungsmedien Disk (AFTD) und VTL (MHVTL) erstellt. Die Installation setzt auf einer virtellen Maschine mit OpenSUSE 11.2 auf.</p>
<ul>
<li><a href="http://otmanix.de/english/2010/08/18/networker-and-mhvtl-in-a-virtualbox-vm-part1/">Howto MHVTL  &#8211; Teil 1</a></li>
<li><a href="http://otmanix.de/english/2010/08/19/networker-and-mhvtl-in-a-virtualbox-vm-part2/">Howto MHVTL  &#8211; Teil 2</a></li>
<li><a href="http://otmanix.de/english/2010/08/25/networker-and-mhvtl-in-a-virtualbox-vm-part3/">Howto MHVTL  &#8211; Teil 3</a></li>
<li><a href="http://otmanix.de/english/2010/08/25/networker-and-mhvtl-in-a-virtualbox-vm-part4/">Howto MHVTL  &#8211; Teil 4</a></li>
<li><a href="http://otmanix.de/english/2010/08/25/networker-and-mhvtl-in-a-virtualbox-vm-part5/">Howto MHVTL  &#8211; Teil 5</a></li>
<li><a href="http://otmanix.de/english/2010/08/26/networker-and-mhvtl-in-a-virtualbox-vm-part6/">Howto MHVTL  &#8211; Teil 6</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2010/09/04/howto-networker-und-mhvtl-auf-opensuse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UNIX-Rechte f&#252;r SAP-Binaries setzen</title>
		<link>http://otmanix.de/2010/02/22/unix-rechte-fuer-sap-binaries-setzen/</link>
		<comments>http://otmanix.de/2010/02/22/unix-rechte-fuer-sap-binaries-setzen/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 16:52:51 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[backint]]></category>
		<category><![CDATA[BRTOOLS]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[chown]]></category>
		<category><![CDATA[saposcol]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=1681</guid>
		<description><![CDATA[Begriffsdefinitionen: &#60;SID&#62; = System Identifier des SAP System (3 Stellen, z.B. C11) &#60;SID&#62;adm = OS-User f&#252;r das SAP System (z.B. c11adm) ora&#60;SID&#62; = OS-User f&#252;r die Oracle Datenbank sapsys = OS-Gruppe f&#252;r das SAP System dba = OS-Gruppe f&#252;r Oracle &#8230; <a href="http://otmanix.de/2010/02/22/unix-rechte-fuer-sap-binaries-setzen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Begriffsdefinitionen:</h3>
<p>&lt;SID&gt; = System Identifier des SAP System (3 Stellen, z.B. C11)</p>
<p>&lt;SID&gt;adm = OS-User f&#252;r das SAP System (z.B. c11adm)</p>
<p>ora&lt;SID&gt; = OS-User f&#252;r die Oracle Datenbank</p>
<p>sapsys = OS-Gruppe f&#252;r das SAP System</p>
<p>dba = OS-Gruppe f&#252;r Oracle</p>
<h3>Rechte der Executables f&#252;r SAP-System korrekt setzen:</h3>
<p>(Beispiel: SID=C11 &#8211; bitte Reihenfolge der Kommandos beachten)</p>
<p><span style="color: #339966;">cd /sapmnt/C11/exe</span> oder <span style="color: #339966;">cd /usr/sap/C11/SYS/exe/run</span></p>
<p><span style="color: #339966;">chown –R c11adm:sapsys *</span></p>
<p><span style="color: #339966;">chown orac11:dba br*</span></p>
<p><span style="color: #339966;">chown root:sapsys backint icmbnd saposcol</span></p>
<p><span style="color: #339966;">chmod 750 –R *</span></p>
<p><span style="color: #339966;">chmod 6755 brarchive brbackup brconnect brspace brtools</span></p>
<p><span style="color: #339966;">chmod 755 brrecover brrestore R3trans<br />
</span></p>
<p><span style="color: #339966;">chmod 4755 backint</span></p>
<p><span style="color: #339966;">chmod 4750 icmbnd saposcol</span></p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2010/02/22/unix-rechte-fuer-sap-binaries-setzen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Virtual PC und Linux</title>
		<link>http://otmanix.de/2010/01/24/windows-virtual-pc-und-linux/</link>
		<comments>http://otmanix.de/2010/01/24/windows-virtual-pc-und-linux/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 12:58:58 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[Virtual PC]]></category>
		<category><![CDATA[Windows Virtual PC]]></category>
		<category><![CDATA[XP Modus]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=1608</guid>
		<description><![CDATA[Viele kennen zwischenzeitlich den sog. XP Modus, der unter Windows zur Verf&#252;gung steht. Damit kann man eine Windows XP Installation virtualisiert unter Windows 7 betreiben. Sowohl die Lizenz f&#252;r das virtuelle Windows  XP als auch f&#252;r die Virtualisierungssoftware &#8220;Windows Virtual &#8230; <a href="http://otmanix.de/2010/01/24/windows-virtual-pc-und-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Viele kennen zwischenzeitlich den sog. XP Modus, der unter Windows zur Verf&#252;gung steht. Damit kann man eine Windows XP Installation virtualisiert unter Windows 7 betreiben. Sowohl die Lizenz f&#252;r das virtuelle Windows  XP als auch f&#252;r die Virtualisierungssoftware &#8220;<a title="Virtual PC" href="http://www.microsoft.com/windows/virtual-pc/" target="_blank">Windows Virtual PC</a>&#8221; ist bei Windows 7 inklusive.</p>
<p>Warum also <a title="VMware Server" href="http://www.vmware.com/products/server/" target="_blank">VMware Server</a> oder <a title="Virtualbox" href="http://www.sun.com/software/products/virtualbox/" target="_blank">Virtualbox</a> als kostenlose Virtualisierungssoftware benutzen wenn f&#252;r Windows 7 ebenfalls eine Gratisvariante bereitsteht?</p>
<p>Nun, zun&#228;chst einmal ist festzuhalten, da&#223; die Testinstallation von SLES 10 SP3 zwar grunds&#228;tzlich lief, die Eingabe per Tastatur aber sonderbare Effekte hervorrief. Ein normales Benutzen der VM war so nicht m&#246;glich. Eine kurze Suche auf Google kl&#228;rte die Problemursache &#8211; <a title="Problem in Virtual PC" href="http://support.microsoft.com/?scid=kb%3Ben-us%3B918461&amp;x=9&amp;y=13" target="_blank">Probleme bei der Zeitsynchronisierung in Virtual PC seit Linux-Kernel 2.6.x</a>. Das Problem l&#228;&#223;t sich einfach l&#246;sen in dem in der Konfiguration des Bootloaders grub <strong>/boot/grub/menu.lst</strong> die Einstellung <strong>clock=pit</strong> mitgegeben wird (siehe Screenshot).</p>
<p><a href="http://otmanix.de/wp-content/uploads/2010/01/vpc1.jpg"><img class="alignnone size-thumbnail wp-image-1609" title="Windows Virtual PC" src="http://otmanix.de/wp-content/uploads/2010/01/vpc1-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Die Desktopintegration, Komfort-Features werden nur f&#252;r Windows als Gast-VM angeboten. Mit &#8220;STRG + ALT + Pfeil links&#8221; kann man die Maus aus der VM befreien.</p>
<p>Nach dem kurzen Test kann ich f&#252;r mich festhalten, da&#223; unter Virtual PC die gelegentliche Nutzung von Linux-VMs m&#246;glich ist. Vor allem wenn bereits der XP-Modus installiert wurde kann ggf. auf weitere Dienste im Hintergrund verzichtet werden und so etwas an Resourcen gespart werden.</p>
<p>Bei intensiver Nutzung von VMs bietet die Konkurrenz deutlich mehr Komfort.</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2010/01/24/windows-virtual-pc-und-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source VTL auf Linux &#8211; getestet mit Networker</title>
		<link>http://otmanix.de/2010/01/12/open-source-vtl-auf-linux-getestet-mit-networker/</link>
		<comments>http://otmanix.de/2010/01/12/open-source-vtl-auf-linux-getestet-mit-networker/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 11:47:45 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networker]]></category>
		<category><![CDATA[VTL]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=1588</guid>
		<description><![CDATA[Im Networker Blog von Preston de Guise bin ich hier und hier auf eine h&#246;chst interessante Open Source Software gesto&#223;en. MHVTL ist eine Virtual Tape Library, realisiert als Linux Kernel Modul plus Binaries zur Administration. Die Software simuliert eine SCSI &#8230; <a href="http://otmanix.de/2010/01/12/open-source-vtl-auf-linux-getestet-mit-networker/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Im Networker Blog von Preston de Guise bin ich <a title="Networker Blog" href="http://nsrd.info/blog/2009/07/13/carry-a-jukebox-with-you-if-youre-using-linux/" target="_blank">hier</a> und <a title="Networker Blog" href="http://nsrd.info/blog/2009/11/14/networker-and-linuxvtl-redux/" target="_blank">hier</a> auf eine h&#246;chst interessante Open Source Software gesto&#223;en. <a title="MHVTL / LinuxVTL2" href="http://sites.google.com/site/linuxvtl2/" target="_blank">MHVTL</a> ist eine Virtual Tape Library, realisiert als Linux Kernel Modul plus Binaries zur Administration. Die Software simuliert eine SCSI Jukebox bei der die Anzahl und Typ der Bandlaufwerke, die Anzahl der Sch&#228;chte und die Anzahl der Ein-/Ausgabesch&#228;chte frei konfiguriert werden k&#246;nnen. Die virtuellen B&#228;nder werden als Dateien gespeichert &#8211; die Standardgr&#246;&#223;e betr&#228;gt 500MB und kann ebenfalls konfiguriert werden. Da die Software unter /opt installiert wird sollte man ggf. einen eigenen Moutpoint daf&#252;r vorsehen.</p>
<p>F&#252;r MHVTL gibt es ein <a title="MHVTL Forum" href="http://mhvtl.nimsa.us/index.php" target="_blank">Supportforum</a>, das ggf. bei Problemen weiterhelfen kann.</p>
<p>In meinem Beispiel habe ich in der VTL vier LTO4 Bandlaufwerke, 33 Sch&#228;chte (Schacht 33 f&#252;r Reinigung) und 4 E/A-Sch&#228;chte eingestellt. Best&#252;ckt ist die VTL mit 20 LTO3 B&#228;ndern und 3 Reinigungsb&#228;ndern.</p>
<h3>Start der VTL</h3>
<p>pc303420-vm3:/ # <strong>/etc/init.d/mhvtl start</strong><br />
vtltape: version 0.18.1<br />
vtltape: version 0.18.1<br />
vtltape: version 0.18.1<br />
vtltape: version 0.18.1<br />
vtllibrary: version 0.18.1<br />
vtllibrary process PID is 6621<br />
done<br />
pc303420-vm3:/ # <strong>lsscsi -g</strong><br />
[0:0:0:0]    disk    VMware,  VMware Virtual S 1.0   /dev/sda  /dev/sg0<br />
[0:0:1:0]    disk    VMware,  VMware Virtual S 1.0   /dev/sdb  /dev/sg1<br />
<span style="color: #339966;">[1:0:0:0]    mediumx SPECTRA  PYTHON           5500  -         /dev/sg6</span><br />
<span style="color: #99cc00;">[1:0:1:0]    tape    IBM      ULT3580-TD4      5500  /dev/st0  /dev/sg2<br />
[1:0:2:0]    tape    IBM      ULT3580-TD4      5500  /dev/st2  /dev/sg4<br />
[1:0:3:0]    tape    IBM      ULT3580-TD4      5500  /dev/st1  /dev/sg3<br />
[1:0:4:0]    tape    IBM      ULT3580-TD4      5500  /dev/st3  /dev/sg5</span></p>
<h3>Inbetriebnahme der VTL im EMC Networker Backupprogramm</h3>
<p>pc303420-vm3:/ # <strong>inquire -l</strong></p>
<p>-l flag found: searching all LUNs, which may take over 10 minutes per adapter<br />
for some fibre channel adapters.  Please be patient.</p>
<p>scsidev@0.0.0:VMware, VMware Virtual S1.0 |Disk, /dev/sg0<br />
scsidev@0.1.0:VMware, VMware Virtual S1.0 |Disk, /dev/sg1<br />
scsidev@1.0.0:SPECTRA PYTHON          5500|Autochanger (Jukebox), /dev/sg6<br />
S/N: XYZZY<br />
ATNN=SPECTRA PYTHON          XYZZY<br />
WWNN=11223344ABCDEF00<br />
scsidev@1.1.0:IBM     ULT3580-TD4     5500|Tape, /dev/nst0<br />
S/N: XYZZY_A1<br />
ATNN=IBM     ULT3580-TD4     XYZZY_A1<br />
WWNN=11223344ABCDEF01<br />
scsidev@1.2.0:IBM     ULT3580-TD4     5500|Tape, /dev/nst2<br />
S/N: XYZZY_A2<br />
ATNN=IBM     ULT3580-TD4     XYZZY_A2<br />
WWNN=11223344ABCDEF02<br />
scsidev@1.3.0:IBM     ULT3580-TD4     5500|Tape, /dev/nst1<br />
S/N: XYZZY_A3<br />
ATNN=IBM     ULT3580-TD4     XYZZY_A3<br />
WWNN=11223344ABCDEF03<br />
scsidev@1.4.0:IBM     ULT3580-TD4     5500|Tape, /dev/nst3<br />
S/N: XYZZY_A4<br />
ATNN=IBM     ULT3580-TD4     XYZZY_A4<br />
WWNN=11223344ABCDEF04<br />
pc303420-vm3:/ # <strong>jbconfig -l</strong></p>
<p>Jbconfig is running on host pc303420-vm3.max-boegl.biz (Linux 2.6.16.60-0.54.5-default),<br />
and is using pc303420-vm3.max-boegl.biz as the NetWorker server.</p>
<p>1) Configure an AlphaStor Library.<br />
2) <span style="color: #99cc00;">Configure an Autodetected SCSI Jukebox.</span><br />
3) Configure an Autodetected NDMP SCSI Jukebox.<br />
4) Configure an SJI Jukebox.<br />
5) Configure an STL Silo.</p>
<p>What kind of Jukebox are you configuring? [1] <span style="color: #99cc00;">2</span><br />
14484:jbconfig: Scanning SCSI buses; this may take a while &#8230;<br />
Installing &#8216;Spectralogic&#8217; jukebox &#8211; scsidev@1.0.0.</p>
<p>What name do you want to assign to this jukebox device? <span style="color: #99cc00;">mhvtl</span><br />
15814:jbconfig: Attempting to detect serial numbers on the jukebox and drives &#8230;</p>
<p>15815:jbconfig: Will try to use SCSI information returned by jukebox to configure drives.</p>
<p>Turn NetWorker auto-cleaning on (yes / no) <span style="color: #99cc00;">[yes]</span>?<br />
The drives in this jukebox cannot be auto-configured with the available<br />
information. You will need to provide the path for the drives.<br />
Is (any path of) any drive intended for NDMP use? (yes / no)<span style="color: #99cc00;"> [no]</span><br />
Is any drive going to have more than one path defined? (yes / no) <span style="color: #99cc00;">[no]</span></p>
<p>Please enter the device path information in one of the following formats:</p>
<p>/dev/nst0 &#8211;for local path or<br />
host:device-path &#8211;for remote node or NDMP device(s) or<br />
host:drive-letter:directory path &#8211;for Windows disk file</p>
<p>Drive  1, element 1<br />
Drive path ? <span style="color: #99cc00;">/dev/nst0</span></p>
<p>Drive  2, element 2<br />
Drive path ? <span style="color: #99cc00;">/dev/nst1</span></p>
<p>Drive  3, element 3<br />
Drive path ? <span style="color: #99cc00;">/dev/nst2</span></p>
<p>Drive  4, element 4<br />
Drive path ? <span style="color: #99cc00;">/dev/nst3</span></p>
<p>Please select the appropriate drive type number:<br />
1) 3480                  25) 9840C                 48) SAIT-2<br />
2) 3570                  26) 9840D                 49) SD3<br />
3) 3590                  27) 9940                  50) sdlt<br />
4) 3592                  28) 9940B                 51) sdlt320<br />
5) 4890                  29) adv_file              52) sdlt600<br />
6) 4mm                   30) Atmos COS             53) SLR<br />
7) 4mm 12GB              31) dlt                   54) T10000<br />
 <img src='http://otmanix.de/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> 4mm 20GB              32) dlt vs160             55) T10000B<br />
9) 4mm 4GB               33) dlt-s4                56) tkz90<br />
10) 4mm 8GB               34) dlt-v4                57) travan10<br />
11) 4mm DAT160            35) dlt1                  58) TS1120<br />
12) 4mm DAT72             36) dlt7000               59) TS1130<br />
13) 8mm                   37) dlt8000               60) tz85<br />
14) 8mm 20GB              38) file                  61) tz86<br />
15) 8mm 5GB               39) himt                  62) tz87<br />
16) 8mm AIT               40) logical               63) tz88<br />
17) 8mm AIT-2             41) LTO Ultrium           64) tz89<br />
18) 8mm AIT-3             42) LTO Ultrium-2         65) tz90<br />
19) 8mm AIT-4             <span style="color: #99cc00;">43) LTO Ultrium-3</span> 66) tzs20<br />
20) 8mm AIT-5             44) LTO Ultrium-4         67) VXA<br />
21) 8mm Mammoth-2         45) optical               68) VXA-172<br />
22) 9490                  46) qic                   69) VXA-2<br />
23) 9840                  47) SAIT-1                70) VXA-320<br />
24) 9840b</p>
<p>Enter the drive type of drive 1? <span style="color: #99cc00;">43</span><br />
Are all the drives the same model? (yes / no) [yes]</p>
<p>Jukebox has been added successfully</p>
<p>The following configuration options have been set:</p>
<p>&gt; Jukebox description to the control port and model.<br />
&gt; Autochanger control port to the port at which we found it.<br />
&gt; Networker managed tape autocleaning on.<br />
&gt; Barcode reading to on.<br />
&gt; Volume labels that match the barcodes.<br />
&gt; Slot intended to hold cleaning cartridge to 33.  Please insure that a<br />
cleaning cartridge is in that slot<br />
&gt; Number of times we will use a new cleaning cartridge to 5.<br />
&gt; Cleaning interval for the tape drives to 6 months.</p>
<p>You can review and change the characteristics of the autochanger and its<br />
associated devices using the NetWorker Management Console.</p>
<p>Would you like to configure another jukebox? (yes/no) <span style="color: #99cc00;">[no]</span></p>
<h3>VTL testen</h3>
<p>pc303420-vm3:/ # <strong>nsrjb</strong><br />
1:      mhvtl   [enabled]<br />
There is only one enabled and configured jukebox: mhvtl</p>
<p>Jukebox mhvtl: (Ready to accept commands)<br />
14118:nsrjb: No volumes found in the media database&#8230;continuing.<br />
slot  volume                            pool  barcode   volume id  recyclable<br />
1:<br />
2:<br />
3:<br />
4:<br />
5:<br />
6:<br />
7:<br />
8:<br />
9:<br />
10:<br />
11: -*                                      ULT001L3  -<br />
12: -*                                      ULT002L3  -<br />
13: -*                                      ULT003L3  -<br />
14: -*                                      ULT004L3  -<br />
15: -*                                      ULT005L3  -<br />
16: -*                                      ULT006L3  -<br />
17: -*                                      ULT007L3  -<br />
18: -*                                      ULT008L3  -<br />
19: -*                                      ULT009L3  -<br />
20: -*                                      ULT010L3  -<br />
21: -*                                      ULT011L3  -<br />
22: -*                                      ULT012L3  -<br />
23: -*                                      ULT013L3  -<br />
24: -*                                      ULT014L3  -<br />
25: -*                                      ULT015L3  -<br />
26: -*                                      ULT016L3  -<br />
27: -*                                      ULT017L3  -<br />
28: -*                                      ULT018L3  -<br />
29: -*                                      ULT019L3  -<br />
30: -*                                      ULT020L3  -<br />
31: -*                                      CLN001L1  -<br />
32: -*                                      CLN002L1  -<br />
33: Cleaning Tape (5 uses left)             CLN003L1  -<br />
*not registered in the NetWorker media data base</p>
<p>drive 1 (/dev/nst0) slot   :<br />
drive 2 (/dev/nst1) slot   :<br />
drive 3 (/dev/nst2) slot   :<br />
drive 4 (/dev/nst3) slot   :</p>
<h3>Meine Testkonfiguration</h3>
<p>SLES10SP3 VM auf VMware Server 2.02</p>
<p>pc303420-vm3:/ # <strong>uname -a</strong><br />
Linux pc303420-vm3 2.6.16.60-0.54.5-default #1 Fri Sep 4 01:28:03 UTC 2009 i686 i686 i386 GNU/Linux</p>
<p>pc303420-vm3:/ # <strong>cat /etc/issue</strong><br />
Welcome to SUSE Linux Enterprise Server 10 SP3 (i586) &#8211; Kernel \r (\l).</p>
<p>pc303420-vm3:/ # <strong>rpm -qa | grep lgto</strong><br />
lgtonode-7.6-1<br />
lgtoclnt-7.6-1<br />
lgtoserv-7.6-1<br />
lgtonmc-7.6-1<br />
lgtoman-7.6-1</p>
<p>pc303420-vm3:/etc/mhvtl # <strong>cat device.conf</strong></p>
<p>VERSION: 3</p>
<p># VPD page format:<br />
# &lt;page #&gt; &lt;Length&gt; &lt;x&gt; &lt;x+1&gt;&#8230; &lt;x+n&gt;<br />
# NAA format is an 8 hex byte value seperated by &#8216;:&#8217;<br />
# Note: NAA is part of inquiry VPD 0&#215;83<br />
#<br />
# Each &#8216;record&#8217; is sperated by one (or more) blank lines.<br />
# Each &#8216;record&#8217; starts at column 1<br />
# Serial num max len is 10.<br />
# Compression: factor &lt;value&gt; enabled [0|1]<br />
#     Where &lt;value&gt; is zlib compression factor 1 = Fastest compression<br />
#                                              9 = Best compression<br />
#         enabled 1 &#8211; Compression is enabled,<br />
#         enabled 0 &#8211; Compression is disabled</p>
<p>Library: 0 CHANNEL: 0 TARGET: 0 LUN: 0<br />
Vendor identification: SPECTRA<br />
Product identification: PYTHON<br />
Product revision level: 5500<br />
Unit serial number: XYZZY<br />
NAA: 11:22:33:44:ab:cd:ef:00</p>
<p>Drive: 1 CHANNEL: 0 TARGET: 1 LUN: 0<br />
Vendor identification: IBM<br />
Product identification: ULT3580-TD4<br />
Product revision level: 5500<br />
Unit serial number: XYZZY_A1<br />
NAA: 11:22:33:44:ab:cd:ef:01<br />
Compression: factor 1 enabled 1<br />
VPD: b0 04 00 02 01 00</p>
<p>Drive: 2 CHANNEL: 0 TARGET: 2 LUN: 0<br />
Vendor identification: IBM<br />
Product identification: ULT3580-TD4<br />
Product revision level: 5500<br />
Unit serial number: XYZZY_A2<br />
NAA: 11:22:33:44:ab:cd:ef:02<br />
Compression: factor 1 enabled 1<br />
VPD: b0 04 00 02 01 00</p>
<p>Drive: 3 CHANNEL: 0 TARGET: 3 LUN: 0<br />
Vendor identification: IBM<br />
Product identification: ULT3580-TD4<br />
Product revision level: 5500<br />
Unit serial number: XYZZY_A3<br />
NAA: 11:22:33:44:ab:cd:ef:03<br />
Compression: factor 1 enabled 1<br />
VPD: b0 04 00 02 01 00</p>
<p>Drive: 4 CHANNEL: 0 TARGET: 4 LUN: 0<br />
Vendor identification: IBM<br />
Product identification: ULT3580-TD4<br />
Product revision level: 5500<br />
Unit serial number: XYZZY_A4<br />
NAA: 11:22:33:44:ab:cd:ef:04<br />
Compression: factor 1 enabled 1<br />
VPD: b0 04 00 02 01 00</p>
<p>pc303420-vm3:/etc/mhvtl # <strong>cat library_contents</strong><br />
VERSION: 2</p>
<p>Drive 1: XYZZY_A1<br />
Drive 2: XYZZY_A2<br />
Drive 3: XYZZY_A3<br />
Drive 4: XYZZY_A4</p>
<p>Picker 1:</p>
<p>MAP 1:<br />
MAP 2:<br />
MAP 3:<br />
MAP 4:</p>
<p># Slot 1 &#8211; ?, no gaps<br />
# Slot N: [barcode]<br />
# [barcode]<br />
# a barcode is comprised of three fields: [Leading] [identifier] [Trailing]<br />
# Leading &#8220;CLN&#8221; &#8212; cleaning tape<br />
# Leading &#8220;W&#8221; &#8212; WORM tape<br />
# Leading &#8220;NOBAR&#8221; &#8212; will appear to have no barcode<br />
# If the barcode is at least 8 character long, then the last two characters are Trailing<br />
# Trailing &#8220;S3&#8243; &#8211; SDLT600<br />
# Trailing &#8220;X4&#8243; &#8211; AIT-4<br />
# Trailing &#8220;L1&#8243; &#8211; LTO 1<br />
# Trailing &#8220;TA&#8221; &#8211; T10000+<br />
# Trailing &#8220;JA&#8221; &#8211; 3592+<br />
# Trailing &#8220;JB&#8221; &#8211; 3592E05+<br />
# Trailing &#8220;JW&#8221; &#8211; WORM 3592+<br />
# Trailing &#8220;JX&#8221; &#8211; WORM 3592E05+<br />
#<br />
Slot 1:<br />
Slot 2:<br />
Slot 3:<br />
Slot 4:<br />
Slot 5:<br />
Slot 6:<br />
Slot 7:<br />
Slot 8:<br />
Slot 9:<br />
Slot 10:<br />
Slot 11: ULT001L3<br />
Slot 12: ULT002L3<br />
Slot 13: ULT003L3<br />
Slot 14: ULT004L3<br />
Slot 15: ULT005L3<br />
Slot 16: ULT006L3<br />
Slot 17: ULT007L3<br />
Slot 18: ULT008L3<br />
Slot 19: ULT009L3<br />
Slot 20: ULT010L3<br />
Slot 21: ULT011L3<br />
Slot 22: ULT012L3<br />
Slot 23: ULT013L3<br />
Slot 24: ULT014L3<br />
Slot 25: ULT015L3<br />
Slot 26: ULT016L3<br />
Slot 27: ULT017L3<br />
Slot 28: ULT018L3<br />
Slot 29: ULT019L3<br />
Slot 30: ULT020L3<br />
Slot 31: CLN001L1<br />
Slot 32: CLN002L1<br />
Slot 33: CLN003L1</p>
<p>Hier noch ein paar Screenshots vom Betrieb der VTL im Networker 7.6 &#8230;</p>
<p>P.S.</p>
<p>Die Eval-Version des EMC Networker l&#228;&#223;t sich mit &#8220;grace&#8221; als Auth-Code 6 Wochen lang betreiben.</p>
<p><a href="http://otmanix.de/wp-content/uploads/2010/01/mhvtl.jpg"><img class="alignnone size-thumbnail wp-image-1590" title="mhvtl" src="http://otmanix.de/wp-content/uploads/2010/01/mhvtl-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://otmanix.de/wp-content/uploads/2010/01/networker1.jpg"><img class="alignnone size-thumbnail wp-image-1591" title="networker1" src="http://otmanix.de/wp-content/uploads/2010/01/networker1-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://otmanix.de/wp-content/uploads/2010/01/networker2.jpg"><img class="alignnone size-thumbnail wp-image-1592" title="networker2" src="http://otmanix.de/wp-content/uploads/2010/01/networker2-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://otmanix.de/wp-content/uploads/2010/01/networker3.jpg"><img class="alignnone size-thumbnail wp-image-1593" title="networker3" src="http://otmanix.de/wp-content/uploads/2010/01/networker3-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://otmanix.de/wp-content/uploads/2010/01/networker4.jpg"><img class="alignnone size-thumbnail wp-image-1594" title="networker4" src="http://otmanix.de/wp-content/uploads/2010/01/networker4-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Sollte jemand beim Erstellen der virtuellen B&#228;nder bzw. beim Aufruf des Tools mktape auf den Bug &#8220;mktape error: Structure of MAM incorrect size: 1016&#8243; sto&#223;en bitte <a title="MHVTL Bug" href="http://mhvtl.nimsa.us/viewtopic.php?f=18&amp;t=14#p69" target="_blank">hier</a> weiterlesen&#8230;</p>
<p>Update</p>
<p>Ich habe ein <a title="Howto MHVTL" href="http://otmanix.de/2010/09/04/howto-networker-und-mhvtl-auf-opensuse/">Howto f&#252;r MHVTL auf OpenSUSE inkl. Einrichtung Networker</a> geschrieben.</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2010/01/12/open-source-vtl-auf-linux-getestet-mit-networker/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>im Zeichen des Cham&#228;leons</title>
		<link>http://otmanix.de/2009/03/07/im-zeichen-des-chamaeleons/</link>
		<comments>http://otmanix.de/2009/03/07/im-zeichen-des-chamaeleons/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 12:16:37 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Chamäleon]]></category>
		<category><![CDATA[Lammsbräu]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=1095</guid>
		<description><![CDATA[Das Cham&#228;leon erfreut sich als Logo zunehmender Beliebtheit. Heute meistens bekannt als Erkennungszeichen f&#252;r die Linux-Distribution Opensuse soll das Tier nun die Lifestyle-Bio-Getr&#228;nkesorte &#8220;now&#8221; unserer heimischen Brauerei Neumarkter Lammsbr&#228;u bewerben. Die Getr&#228;nke der Sorte &#8220;SAPS&#8221; waren mir bis dato &#8220;etwas&#8221; &#8230; <a href="http://otmanix.de/2009/03/07/im-zeichen-des-chamaeleons/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Das <a title="Cham&#228;leon" href="http://de.wikipedia.org/wiki/Kameleon" target="_blank">Cham&#228;leon</a> erfreut sich als Logo zunehmender Beliebtheit. Heute meistens bekannt als Erkennungszeichen f&#252;r die Linux-Distribution <a title="Opensuse" href="http://de.opensuse.org/Buttons_und_Banner#Logos" target="_blank">Opensuse</a> soll das Tier nun die <a title="now" href="http://www.drinknow.de/" target="_blank">Lifestyle-Bio-Getr&#228;nkesorte &#8220;now&#8221;</a> unserer heimischen Brauerei <a title="Lammsbr&#228;u" href="http://www.lammsbraeu.de" target="_blank">Neumarkter Lammsbr&#228;u</a> bewerben.</p>
<p>Die Getr&#228;nke der Sorte &#8220;SAPS&#8221; waren mir bis dato &#8220;etwas&#8221; zu Honig-lastig. Mal schaun, wie wohl das Bio-&#8221;Black Cola&#8221; der neuen Sorte schmeckt. Eins d&#252;rfte aber sicher sein &#8211; es wird wieder nichts f&#252;r den kleinen Geldbeutel. Das wurde mir sp&#228;testens dann klar, als mir ein Dienstleister aus Berlin best&#228;tigte Lammsbr&#228;u-Produkte aus dem Reformhaus zu kennen. Dort wird das Helle oder Weizen auch Flaschen- und nicht Kasten-weise verkauft <img src='http://otmanix.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2009/03/07/im-zeichen-des-chamaeleons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java PS3 Media Server 1.10 beta / Rev. 299</title>
		<link>http://otmanix.de/2009/03/01/java-ps3-media-server-110-beta-rev-299/</link>
		<comments>http://otmanix.de/2009/03/01/java-ps3-media-server-110-beta-rev-299/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 21:46:58 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media Server]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Mediaserver]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[ps3mediaserver]]></category>
		<category><![CDATA[Streaming]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=1086</guid>
		<description><![CDATA[ACHTUNG: neues Howto Java PS3 Media Server f&#252;r dummies in diesem Blog ver&#246;ffentlicht!!! Der PMS hat zur Revision 299 wieder ein paar Bugfixes erfahren, genaueres findet sich im changelog. Ich habe mir au&#223;erdem die Zeit genommen und die deutsche &#220;bersetzung &#8230; <a href="http://otmanix.de/2009/03/01/java-ps3-media-server-110-beta-rev-299/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>ACHTUNG</strong>: neues Howto <strong><a href="../2009/04/19/java-ps3-media-server-fuer-dummies-zusammenfassung/">Java PS3 Media Server f&#252;r dummies</a></strong> in diesem Blog ver&#246;ffentlicht!!!</span></p>
<p>Der PMS hat zur Revision 299 wieder ein paar Bugfixes erfahren, genaueres findet sich im <a href="http://otmanix.de/wp-content/uploads/2009/03/changelog">changelog</a>.</p>
<p>Ich habe mir au&#223;erdem die Zeit genommen und die <a href="http://ps3mediaserver.org/forum/viewtopic.php?f=2&amp;t=54" target="_blank">deutsche &#220;bersetzung</a> &#252;berarbeitet. Hier die Datei zum selber kompilieren: <a href="http://otmanix.de/wp-content/uploads/2009/03/messages_de.properties">messages_de.properties</a> (zum Bearbeiten ben&#246;tigt man nur einen vern&#252;nftigen Texteditor).</p>
<h3>Download</h3>
<p>Hier nun PMS 1.10 / Revision 299 mit aktualisierter deutscher &#220;bersetzung zum Download:</p>
<p>Linux: <a title="PMS 1.10 Rev 299 Linux" href="http://ps3mediaserver.org/forum/viewtopic.php?f=2&#038;t=3217">pms-linux-1.10.tgz</a></p>
<p>Windows: <a title="PMS 1.10 Rev 299 Windows" href="http://ps3mediaserver.org/forum/viewtopic.php?f=2&#038;t=3217">pms-setup-windows-1.10.exe</a></p>
<p>Wie immer noch der Hinweis: Es handelt sich um Beta-Software!!! Wie immer Dank an Shagrath und Robin f&#252;r die tolle Software!</p>
<h3>Update &#8211; deutsche &#220;bersetzung integriert &#8211; Feedback erw&#252;nscht!</h3>
<p>Hier nun PMS 1.10.1 / Revision 305 zum Download:</p>
<p>Linux: <a title="PMS 1.10.1 Rev 305 Linux" href="http://otmanix.de/download/pms-linux-1.10.1.tgz">pms-linux-1.10.1.tgz</a></p>
<p>Windows: <a title="PMS 1.10.1 Rev 305 Windows" href="http://otmanix.de/download/pms-setup-windows-1.10.1.exe">pms-setup-windows-1.10.1.exe</a></p>
<p>Die von mir im Schnelldurchlauf aktualisierte deutsche &#220;bersetzung ist jetzt im Standard-PMS integriert. Ich bitte um Kommentare, um die &#220;bersetzung noch verst&#228;ndlicher und frei von Fehlern zu bekommen. Au&#223;erdem habe ich bei den Entwicklern angeregt auch die Hilfe und FAQ in einer &#252;bersetzten Version bereitzustellen.</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2009/03/01/java-ps3-media-server-110-beta-rev-299/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java PS3 Media Server 1.10 beta / Rev. 292</title>
		<link>http://otmanix.de/2009/02/24/java-ps3-media-server-110-beta-rev-292/</link>
		<comments>http://otmanix.de/2009/02/24/java-ps3-media-server-110-beta-rev-292/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 19:18:08 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media Server]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Mediaserver]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[ps3mediaserver]]></category>
		<category><![CDATA[Streaming]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=1070</guid>
		<description><![CDATA[ACHTUNG: neues Howto Java PS3 Media Server f&#252;r dummies in diesem Blog ver&#246;ffentlicht!!! Nachdem der Artikel zu PMS 1.09.1 beta auf sehr gro&#223;e Resonanz stiess lege ich heute nochmals nach und stelle den JavaPS3 Media Server 1.10 beta bereit. Das &#8230; <a href="http://otmanix.de/2009/02/24/java-ps3-media-server-110-beta-rev-292/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>ACHTUNG</strong>: neues Howto <strong><a href="../2009/04/19/java-ps3-media-server-fuer-dummies-zusammenfassung/">Java PS3 Media Server f&#252;r dummies</a></strong> in diesem Blog ver&#246;ffentlicht!!!</span></p>
<p>Nachdem der Artikel zu PMS 1.09.1 beta auf sehr gro&#223;e Resonanz stiess lege ich heute nochmals nach und stelle den JavaPS3 Media Server 1.10 beta bereit.</p>
<p>Das offizielle Changelog gibt es <a href="http://otmanix.de/wp-content/uploads/2009/02/changelog.txt">hier</a> bzw. <a href="http://code.google.com/p/ps3mediaserver/source/list">hier</a>.</p>
<p>Die gr&#246;&#223;te &#196;nderung betrifft die Behandlung der Tonspuren und Untertitel. Im Bereich DTS gab es auch Bugfixes.</p>
<p>Die neu eingef&#252;hrte Funktion H264-Videos nur noch bei Bedarf zu transkodieren (wenn AVC Level &gt; 4.1) wird nun um die Behandlung von Untertitel erweitert. Will man ein Video abspielen und nach den Vorgaben in der Konfiguration m&#252;ssen Untertitel eingeblendet werden, dann wird transkodiert. Werden keine Untertitel ben&#246;tigt und die PS3 kann das H264-Video direkt wiedergeben, dann wird automatisch tsmuxer als Transcoding-Engine benutzt. Damit wird der Videocodec unver&#228;ndert zur PS3 gesendet. Unterst&#252;tzt werden zur Zeit die Container-Formate ts, m2t, mov, mp4, avi und mkv.</p>
<h3>Download</h3>
<p>Download PMS 1.10 (aka PMS 1.09.2) beta f&#252;r <a title="PMS 1.10 win" href="http://ps3mediaserver.org/forum/viewtopic.php?f=2&#038;t=3217">Windows</a> und <a title="pms 1.10 linux" href="http://ps3mediaserver.org/forum/viewtopic.php?f=2&#038;t=3217">Linux</a></p>
<p>Ich m&#246;chte darauf hinweisen, dass ich f&#252;r die Benutzung der Software keinerlei Verantwortung &#252;bernehme. Die Software stammt von <a title="Shagrath - PMS" href="http://code.google.com/p/ps3mediaserver/" target="_blank">Shagrath</a>, der aber keine nightly builds wie bei anderen OpenSource-Projekten anbietet. Falls das zu viel Traffic auf meiner Site erzeugen sollte entferne ich die Dateien wieder ohne Vorwarnung.</p>
<h3>Update</h3>
<p>Ich habe die o.g. Downloads auf <a href="http://code.google.com/p/ps3mediaserver/source/list" target="_blank">Revision 294</a> aktualisiert. Enthalten sind Fixes f&#252;r remux, DTS und ts/m2ts.</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2009/02/24/java-ps3-media-server-110-beta-rev-292/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Java PS3 Media Server 1.09 beta / Rev. 290</title>
		<link>http://otmanix.de/2009/02/22/java-ps3-media-server-109-beta/</link>
		<comments>http://otmanix.de/2009/02/22/java-ps3-media-server-109-beta/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 16:37:05 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media Server]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Mediaserver]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[ps3mediaserver]]></category>
		<category><![CDATA[Streaming]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=1042</guid>
		<description><![CDATA[ACHTUNG: neues Howto Java PS3 Media Server f&#252;r dummies in diesem Blog ver&#246;ffentlicht!!! hier die aktuelle &#196;nderungsliste zu PMS 1.09.1 (beta / Revision 290): (&#196;nderungen seit PMS 1.04) &#196;nderungen / neue Features: g&#252;ltig f&#252;r Windows und Linux Streaming support f&#252;r &#8230; <a href="http://otmanix.de/2009/02/22/java-ps3-media-server-109-beta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>ACHTUNG</strong>: neues Howto <strong><a href="../2009/04/19/java-ps3-media-server-fuer-dummies-zusammenfassung/">Java PS3 Media Server f&#252;r dummies</a></strong> in diesem Blog ver&#246;ffentlicht!!!</span></p>
<h2>hier die aktuelle &#196;nderungsliste zu PMS 1.09.1 (beta / Revision 290):</h2>
<p>(&#196;nderungen seit PMS 1.04)</p>
<h3>&#196;nderungen / neue Features: g&#252;ltig f&#252;r Windows und Linux</h3>
<ul>
<li>Streaming support f&#252;r DTS / DTS-HD core (DVD ISOs noch nicht unterst&#252;tzt)</li>
</ul>
<ul>
<li> neue Option: Vereinheitlichung der Mencoder/tsMuxer engines, inklusive:
<ul>
<li>Automatische Auswahl zwischen H264-muxing oder -transcoding, basierend auf dem benutzten Audio/Video-Codec / ref frames support der ps3</li>
<li>Remux on the fly jeglichen H264-Inhalts aus MOV-, MP4-, und AVI-Containers (Beispiel: Apple HD Trailers)</li>
<li>Die Remux-Funktion kann per Oberfl&#228;che oder auf der PS3 im #Video Settings#-Men&#252; deaktiviert werden</li>
</ul>
</li>
</ul>
<h3>&#196;nderungen / neue Features: g&#252;ltig f&#252;r alle unterst&#252;tzten Betriebssysteme</h3>
<ul>
<li>XBox 360 support im Teststadium (Bilder, Musik, Videos : WMV8/WMA2 transcoding)</li>
<li>Mencoder archive handling (kein seeking support)</li>
<li>Automatischer Download von Alben-Covers von Amazon oder Discogs</li>
<li>Neue Funktion: Anzeige von Verzeichnis-Listen nach Datum sortiert</li>
<li>Alternativer cover art Ordner und zus&#228;tzlicher &lt;video&gt;.jpg support (zus&#228;tzlich zu bereits existierendem &lt;video&gt;.&lt;ext&gt;.cover.jpg)</li>
<li>Neue &#220;bersetzungen/Sprachen: rum&#228;nisch und chinesisch</li>
<li>Aktualisierte &#220;bersetzungen/Sprachen:finnisch, griechisch, isl&#228;ndisch, norwegisch, portugiesisch und schwedisch</li>
</ul>
<h3>Fehlerkorrekturen / behobene Fehler</h3>
<ul>
<li>&#220;berarbeitetes RSS parsing (youtube playlists)</li>
<li>falsche Schriftartenerkennung auf einigen Systemen &#8211; dadurch wurden keine Untertitel geladen</li>
<li>behobener tsMuxer-Absturz am Dateiende</li>
<li>&#252;berarbeitetes UPNP discovery (in Arbeit)</li>
</ul>
<h3>Anmerkungen zur neuen (Beta-) Version</h3>
<p>Das neue H264-Muxing hat erhebliche Performanceauswirkungen. Es wird nun standardm&#228;&#223;ig beim Abspielen eines mov-, avi- oder mp4-Containers anhand des verwendeten Audio- und Videocodecs entschieden, ob ein Transkoding &#252;berhaupt notwendig ist. Die PS3 (mit aktueller Firmware!) kann schlie&#223;lich diverses Material abspielen. Entf&#228;llt das Transkoding wird die CPU des PCs und das LAN deutlich weniger beansprucht. Extrem fiel mir das beim <a title="big buck bunny" href="http://www.bigbuckbunny.org/index.php/download/" target="_blank">&#8220;big buck bunny&#8221;-Video</a> in 1080p-Aufl&#246;sung (im mov-Container) auf. Da war bei mir mit Athlon 64 X2 5050e (Dualcore, 2,6GHz) und LAN mit 100MBit/s vollduplex beim Erscheinen des Filmtitels immer sehr starkes Ruckeln. Nach &#220;bertakten um 200MHz war das Ruckeln fast abgestellt, daf&#252;r der PC lauter und w&#228;rmer. Nun l&#228;uft das mit PMS 1.09.1 ruckelfrei bei selber CPU ohne &#220;bertaktung und ohne &#196;nderung am LAN &#8230;</p>
<p>Nett finde ich die Funktion f&#252;r Musiksammlungen die Cover von Amazon automatisch herunterzuladen und beim Browsen anzuzeigen.</p>
<p>Die noch recht neue Unterst&#252;tzung von DTS habe ich noch nicht getestet.</p>
<p>Ich kann die neue Version trotz des Betastadiums wirklich weiterempfehlen. Wer sie testen will muss sich diese allerdings selbst bauen. F&#252;r alle Heimwerker habe ich deshalb eine <a title="PMS kompilieren" href="http://otmanix.de/2009/02/07/ps3-media-server-unter-windows-kompilieren/">&#8220;PMS &#8211; do it yourself&#8221; Bastelanleitung</a> parat. Zur Grundeinrichtung steht auch ein <a title="PMS Howto" href="http://otmanix.de/2009/01/30/howto-ps3-media-server-auf-windows-xp/">Howto</a> bereit.</p>
<h3>Download</h3>
<p>Testweise stelle ich PMS 1.09.1 (Beta-Version!) f&#252;r <a title="PMS 1.09.1 beta Windows" href="http://ps3mediaserver.org/forum/viewtopic.php?f=2&#038;t=3217">Windows (13MB)</a> und <a title="PMS 1.09.1 beta Linux" href="http://ps3mediaserver.org/forum/viewtopic.php?f=2&#038;t=3217">Linux (6MB)</a> zum Download bereit. Ich m&#246;chte darauf hinweisen, dass ich f&#252;r die Benutzung der Software keinerlei Verantwortung &#252;bernehme. Die Software stammt von <a title="Shagrath - PMS" href="http://code.google.com/p/ps3mediaserver/" target="_blank">Shagrath</a>, der aber keine nightly builds wie bei anderen OpenSource-Projekten anbietet. Falls das zu viel Traffic auf meiner Site erzeugen sollte entferne ich die Dateien wieder ohne Vorwarnung.</p>
<p>Nach Analyse meiner Logs und einem interessantem <a href="http://ime.nu/otmanix.de/2009/02/22/java-ps3-media-server-109-beta/" target="_blank">Referrer</a> noch eine Anmerkung:</p>
<p>こんにちは。日本語が（ほとんど）話せません。始めまして。</p>
<p>Chers Français ! Tous nouvelles versions de PMS soutiennent le XBOX360. Download: http://otmanix.de/2009/04/18/java-ps3-media-server-fuer-dummies-teil-3-installation-und-grundkonfiguration/</p>
<h3>Screenshots</h3>

<a href='http://otmanix.de/2009/02/22/java-ps3-media-server-109-beta/pms1091-1/' title='Navigations-/Freigabeeinstellungen'><img width="150" height="150" src="http://otmanix.de/wp-content/uploads/2009/02/pms1091-1-150x150.jpg" class="attachment-thumbnail" alt="Navigations-/Freigabeeinstellungen" title="Navigations-/Freigabeeinstellungen" /></a>
<a href='http://otmanix.de/2009/02/22/java-ps3-media-server-109-beta/pms1091-2/' title='Allgemeine Transkodierungseinstellungen'><img width="150" height="150" src="http://otmanix.de/wp-content/uploads/2009/02/pms1091-2-150x150.jpg" class="attachment-thumbnail" alt="Allgemeine Transkodierungseinstellungen" title="Allgemeine Transkodierungseinstellungen" /></a>
<a href='http://otmanix.de/2009/02/22/java-ps3-media-server-109-beta/pms1091-3/' title='Videodateien-Engines - MEncoder'><img width="150" height="150" src="http://otmanix.de/wp-content/uploads/2009/02/pms1091-3-150x150.jpg" class="attachment-thumbnail" alt="Videodateien-Engines - MEncoder" title="Videodateien-Engines - MEncoder" /></a>

]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2009/02/22/java-ps3-media-server-109-beta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PS3 Media Server</title>
		<link>http://otmanix.de/2009/01/11/ps3-media-server/</link>
		<comments>http://otmanix.de/2009/01/11/ps3-media-server/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 21:24:15 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Mediaserver]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[ps3mediaserver]]></category>
		<category><![CDATA[Streaming]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=925</guid>
		<description><![CDATA[ACHTUNG: neues Howto Java PS3 Media Server f&#252;r dummies in diesem Blog ver&#246;ffentlicht!!! Aufgrund eines Tips von Blogleser Querdenker schaute ich mir das Programm PS3 Media Server an. Kurzum, vielen Dank nochmals f&#252;r den Tip!!! Das ist eine echte Alternative zu Mediatomb &#8230; <a href="http://otmanix.de/2009/01/11/ps3-media-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>ACHTUNG</strong>: neues Howto <strong><a href="../2009/04/19/java-ps3-media-server-fuer-dummies-zusammenfassung/">Java PS3 Media Server f&#252;r dummies</a></strong> in diesem Blog ver&#246;ffentlicht!!!</span></p>
<p>Aufgrund eines Tips von Blogleser Querdenker schaute ich mir das Programm <a title="PS3 Media Server" href="http://ps3mediaserver.blogspot.com/" target="_blank">PS3 Media Server</a> an. Kurzum, vielen Dank nochmals f&#252;r den Tip!!! Das ist eine echte Alternative zu Mediatomb f&#252;r PS3-Besitzer: es ist zwar weniger Bastelei m&#246;glich, daf&#252;r gibt es schnelle Erfolgserlebnisse <img src='http://otmanix.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Screenshots: <a href="http://otmanix.de/wp-content/uploads/2009/01/ps3media1.jpg">Statusseite</a>, <a href="http://otmanix.de/wp-content/uploads/2009/01/ps3media2.jpg">Grundkonfiguration</a> und <a href="http://otmanix.de/wp-content/uploads/2009/01/ps3media3.jpg">Transcoding</a></p>
<p>Beispielkonfiguration: <a href="http://otmanix.de/wp-content/uploads/2009/01/pms.conf">pms.conf</a> und <a href="http://otmanix.de/wp-content/uploads/2009/01/web.conf">web.conf</a></p>
<p>Der Streamingserver ist optimal f&#252;r die PS3 angepa&#223;t, ziemlich einfach zu installieren und zu konfigurieren. Es gibt <a href="http://code.google.com/p/ps3mediaserver/downloads/list" target="_blank">Downloads f&#252;r Windows und Linux</a> - Voraussetzung ist allerdings die Java Runtime &gt;= 1.6. Der Sourcecode wird <a href="http://code.google.com/p/ps3mediaserver/" target="_blank">bei Google Code bereitgestellt</a>. Unter Windows empfiehlt sich zudem <a title="vlc" href="http://www.videolan.org/vlc/" target="_blank">vlc</a> und ein Codecpack wie <a title="k-lite" href="http://www.codecguide.com/download_mega.htm" target="_blank">K-Lite</a> zu installieren. Unter Linux mu&#223; ffmpeg und vlc im Pfad auffindbar sein. Ich hatte unter Linux Probleme mit neueren Java-Versionen&#8230;</p>
<p>Zun&#228;chst einmal stellt der PS3 Media Server standardm&#228;&#223;ig alle Laufwerke bzw. Mountpoints der PS3 zur Verf&#252;gung. Die Verzeichnisse werden immer aktuell durchsucht, so findet man keine Leichen&#8230; Dateitypen, mit denen die PS3 umgehen kann werden ohne Behandlung gestreamt, andere vor dem Streaming transkodiert. Beim Transkodieren ist eine Engine voreingestellt, im automatisch erzeugten virtuellen Unterverzeichnis &#8220;transcoded&#8221; findet man die M&#246;glichkeit die Engine auszuw&#228;hlen, mit der die gew&#252;nschte Datei transkodiert werden soll. Das ist &#228;u&#223;erst praktisch, denn die PS3 kann zwar AVI-Container mit  DivX-Codec abspielen. Aber manchmal finden sich doch Dateien mit exotischen Codecs wo Transcoding angesagt ist, damit die PS3 ein Bild liefert. Unter &#8220;Transcoding Settings&#8221; kann man die Reihenfolge der Engines &#228;ndern und deren Einstellungen anpassen. Es gibt auch die M&#246;glichkeit eine Media library einzurichten, d.h. die Tags von MP3-Dateien werden ausgelesen und in einer virtuellen Ordnerstruktur abgebildet.</p>
<p>Nicht alle Features der Software k&#246;nnen &#252;ber die Oberfl&#228;che konfiguriert werden. Alle Grundeinstellungen und Einstellungen zum Transcoding finden sich in der Datei pms.conf. In der Datei web.conf wird es interessant. Hier ist es m&#246;glich externe Audio- und Video-Streams einzutragen, die der PS3 Media Server dann als Client liest und zur PS3 streamt. Dieses Territorium ist noch ziemlich Neuland und die Ergebnisse deshalb durchwachsen. Zufriedenstellend verlief bei meinem Test das Weiterleiten von Podcasts und Shoutcasts, also Audio-Streaming.</p>
<p>Grunds&#228;tzlich ist anzumerken, da&#223; beim Streaming Engp&#228;sse auftreten k&#246;nnen die dazu f&#252;hren, da&#223; das Bild ruckelt oder der Ton Aussetzer hat. Haupts&#228;chlich folgende Gr&#246;&#223;en beinflussen das Streaming:</p>
<ul>
<li>Netzwerkgeschwindigkeit
<ul>
<li>optimal sind &gt;= 100MBit/s LAN</li>
<li>WLAN kann bei Videostreaming u.U. nicht ausreichen</li>
</ul>
</li>
<li>CPU-Leistung &#8211; ohne Kompromisse l&#228;uft Alles in etwa mit nem  Intel Core 2 duo &gt; 2,4 GHz o.&#228;.
<ul>
<li>f&#252;r das Transcoding von HD-Videos sollte man einen aktuellen Dualcore-Prozessor einsetzen, mein Pentium M mit 2,4GHz im Notebook war &#252;berfordert&#8230;</li>
<li>man kann die maximal nutzbare Netzwerkbandbreite angeben, was allerdings zum zus. Transcoding f&#252;hrt um die Qualit&#228;t herunterzurechnen</li>
</ul>
</li>
<li>RAM &#8211; &gt;= 0,5GB freier Speicher schaden sicherlich nicht</li>
<li>beim Weiterleiten von Streams ist es wichtig, da&#223; der PS3 Media Server als Streaming Client die Daten ausreichend schnell empf&#228;ngt</li>
</ul>
<p>Viel Spa&#223; beim Streamen&#8230;</p>
<p><strong><span style="color: #ff0000;">Update: </span></strong>Ich habe <a title="howto PMS" href="http://otmanix.de/2009/01/30/howto-ps3-media-server-auf-windows-xp/" target="_blank">ein ausf&#252;hrliches deutsches Howto f&#252;r PMS</a> erstellt.</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2009/01/11/ps3-media-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mediaserver f&#252;r PS3: media tomb unter OpenSUSE 11.0</title>
		<link>http://otmanix.de/2008/10/19/mediaserver-fuer-ps3-media-tomb-unter-opensuse-110/</link>
		<comments>http://otmanix.de/2008/10/19/mediaserver-fuer-ps3-media-tomb-unter-opensuse-110/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 15:34:56 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ffmeg]]></category>
		<category><![CDATA[Mediaserver]]></category>
		<category><![CDATA[mediatomb]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[playstation 3]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Streaming]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=744</guid>
		<description><![CDATA[media tomb aufsetzen Nachdem ich schon seit einiger Zeit eine PS3 besitze machte ich mich auf die Suche nach einem dazu passendem Media Server, der unter OpenSUSE 11.0 l&#228;uft. Zun&#228;chst fiel mir dazu TwonkyVision ein &#8211; der kostet allerdings knapp &#8230; <a href="http://otmanix.de/2008/10/19/mediaserver-fuer-ps3-media-tomb-unter-opensuse-110/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>media tomb aufsetzen</h4>
<p>Nachdem ich schon seit einiger Zeit eine PS3 besitze machte ich mich auf die Suche nach einem dazu passendem Media Server, der unter OpenSUSE 11.0 l&#228;uft. Zun&#228;chst fiel mir dazu <a title="twonky vision" href="http://www.twonkyvision.de/" target="_blank">TwonkyVision</a> ein &#8211; der kostet allerdings knapp 30€. Beim Googlen sichtete ich <a title="media tomb" href="http://mediatomb.cc/" target="_blank">media tomb</a>, der Streaming Server ist kostenlos und &#252;ber das <a title="packman" href="http://packman.links2linux.de/package/2154" target="_blank">packman-Repository</a> stehen auch fertige Pakete f&#252;r OpenSUSE 11.0 bereit.</p>
<p>Es wird nat&#252;rlich eine Datebank f&#252;r den Mediaserver ben&#246;tigt. Ich bevorzuge hier MySQL aus Performancegr&#252;nden. Falls noch nicht geschehen mu&#223; also zun&#228;chst die MySQL-Datenbank installiert werden und der Autostart per rc-Skripte eingerichtet werden. Das gleiche gilt f&#252;r media tomb. Hier mu&#223; noch das zus&#228;tzliche Paket zur MySQL-Unterst&#252;tzung bei der Installation mit ausgew&#228;hlt werden.</p>
<p>Zun&#228;chst also den MySQL-Dienst starten:</p>
<pre>/etc/init.d/mysql start</pre>
<p>Danach mu&#223; man eine Datenbank samt zugeh&#246;rigen User im MySQL anlegen.</p>
<pre>mysql -p -u root
mysql&gt; CREATE DATABASE mediatomb;
mysql&gt; GRANT ALL ON mediatomb.* TO 'mediatomb'@'localhost';</pre>
<p>Danach mu&#223; die Konfigurationsdatei <strong>/etc/mediatomb.conf</strong> f&#252;r das Startskript bearbeitet werden.</p>
<pre>## This is a sambel configuration file for the MediaTomb daemon script
## used on Fedora Core

## By default the configuration will be created in /etc/mediatomb

## Network interface on which the server will run, you need to edit this!
MT_INTERFACE="eth0"

## User defined command line options that may be passed to the server
MT_OPTIONS=""

## MediaTomb will be started on port 50500
MT_PORT="50500"

## MediaTomb will run as mediatomb
MT_USER="mediatomb"
MT_GROUP="mediatomb"

## Location of the PID file
MT_PIDFILE="/var/run/mediatomb.pid"

## Location of the log file
MT_LOGFILE="/var/log/mediatomb"

## Location of the config file/database
MT_HOME="/etc"
MT_CFGDIR="mediatomb"</pre>
<p>Der Name f&#252;r das Standard-Netzwerkinterface mu&#223; eingetragen werden, der Rest kann auf Default bleiben.</p>
<p>Im Anschlu&#223; mu&#223; die Konfigurationsdatei <strong>/etc/mediatomb/config.xml</strong> f&#252;r media tomb angepa&#223;t werden.</p>
<p>Datenbanktyp auf MyQSL einstellen:</p>
<pre>   &lt;storage&gt;
      &lt;sqlite3 enabled="no"&gt;
        &lt;database-file&gt;mediatomb.db&lt;/database-file&gt;
      &lt;/sqlite3&gt;
      &lt;mysql enabled="yes"&gt;
        &lt;host&gt;localhost&lt;/host&gt;
        &lt;username&gt;mediatomb&lt;/username&gt;
        &lt;database&gt;mediatomb&lt;/database&gt;
      &lt;/mysql&gt;
    &lt;/storage&gt;</pre>
<p>PS3-Unterst&#252;tzung aktivieren:</p>
<pre>    &lt;protocolInfo extend="yes"/&gt;&lt;!-- For PS3 support change to "yes" --&gt;</pre>
<p>Unterst&#252;tzung f&#252;r Umlaute in Dateinamen aktivieren (Unicode-Zeichensatz UTF-8):</p>
<pre> &lt;import hidden-files="no"&gt;
    &lt;scripting script-charset="UTF-8"&gt;
      &lt;common-script&gt;/usr/share/mediatomb/js/common.js&lt;/common-script&gt;
      &lt;playlist-script&gt;/usr/share/mediatomb/js/playlists.js&lt;/playlist-script&gt;
      &lt;virtual-layout type="builtin"&gt;
        &lt;import-script&gt;/usr/share/mediatomb/js/import.js&lt;/import-script&gt;
      &lt;/virtual-layout&gt;
    &lt;/scripting&gt;
    &lt;filesystem-charset&gt;UTF-8&lt;/filesystem-charset&gt;
    &lt;metadata-charset&gt;UTF-8&lt;/metadata-charset&gt;
    &lt;playlist-charset&gt;UTF-8&lt;/playlist-charset&gt;</pre>
<p>AVI-Playback f&#252;r PS3 erm&#246;glichen:</p>
<pre>        &lt;!-- Uncomment the line below for PS3 divx support --&gt;
        &lt;map from="avi" to="video/x-divx"/&gt;</pre>
<p>Das Startskript <strong>/etc/init.d/mediatomb</strong> enth&#228;lt 2 Fehler. Diese m&#252;ssen korrigiert werden, damit der Dienst korrekt starten kann.</p>
<pre>...</pre>
<pre>case "$1" in
        start)
                # Start daemon.
                echo -n "Applying multicast settings to $MT_INTERFACE... "
                # those settings are necessary for us to react to M-SEARCH requests
                route add -net 239.0.0.0 netmask 255.0.0.0 $MT_INTERFACE &gt;/dev/null 2&gt;&amp;1
                ifconfig $MT_INTERFACE allmulti
                touch $MT_PIDFILE
                chown $MT_USER $MT_PIDFILE

                mkdir -p "/$MT_HOME/$MT_CFGDIR"
                chown $MT_USER "/$MT_HOME/$MT_CFGDIR"
...</pre>
<p>Danach kann der media tomb &#8211; Dienst gestartet werden:</p>
<pre>/etc/init.d/mediatomb start</pre>
<p>Jetzt ist es wichtig das Startprotokoll <strong>/var/log/mediatomb</strong> auf Fehlermeldungen oder Warnungen zu pr&#252;fen:</p>
<pre>2008-10-18 20:11:13    INFO: Loading configuration from: /etc/mediatomb/config.xml
2008-10-18 20:11:13    INFO: Checking configuration...
2008-10-18 20:11:13    INFO: Setting filesystem import charset to UTF-8
2008-10-18 20:11:13    INFO: Setting metadata import charset to UTF-8
2008-10-18 20:11:13    INFO: Setting playlist charset to UTF-8
2008-10-18 20:11:13    INFO: Configuration check succeeded.
2008-10-18 20:11:13    INFO: database doesn't seem to exist. automatically creating database...
2008-10-18 20:11:13    INFO: database created successfully.
2008-10-18 20:11:13    INFO: Initialized port: 50500
2008-10-18 20:11:13    INFO: Server bound to: 192.168.178.2
2008-10-18 20:11:14    INFO: MediaTomb Web UI can be reached by following this link:
2008-10-18 20:11:14    INFO: http://192.168.178.2:50500/</pre>
<p>Jetzt kann die Bedienoberfl&#228;che von media tomb im Browser unter der zuvor im Log genannten URL ge&#246;ffnet werden. Hier im Beispiel ist das http://192.168.178.2:50500 (die IP-Adresse variiert nat&#252;rlich, der Port 50500 ist Standard bei OpenSUSE).</p>
<p>Zun&#228;chst mu&#223; ein Ordner mit Mediendateien angegeben werden, der darauf indiziert wird. Mann kann dabei einstellen ob das regelm&#228;&#223;ig oder event-basierend wiederholt werden soll.</p>
<p><a href="http://otmanix.de/wp-content/uploads/2008/10/bildschirmfoto-mediatomb-mozilla-firefox-1.gif"><img class="alignnone size-thumbnail wp-image-748" title="bildschirmfoto-mediatomb-mozilla-firefox-1" src="http://otmanix.de/wp-content/uploads/2008/10/bildschirmfoto-mediatomb-mozilla-firefox-1-150x150.gif" alt="" width="150" height="150" /></a></p>
<p>Danach l&#228;uft die Indizierung und man kann bald darauf in der Datenbank st&#246;bern.</p>
<p><a href="http://otmanix.de/wp-content/uploads/2008/10/bildschirmfoto-mediatomb-mozilla-firefox-2.gif"><img class="alignnone size-thumbnail wp-image-749" title="bildschirmfoto-mediatomb-mozilla-firefox-2" src="http://otmanix.de/wp-content/uploads/2008/10/bildschirmfoto-mediatomb-mozilla-firefox-2-150x150.gif" alt="" width="150" height="150" /></a></p>
<p>Nun kann man mit der Playstation 3 als Streaming Client Musik und Videos vom heimischen PC geniessen!</p>
<h4>media tomb tunen</h4>
<p>Leider unterst&#252;tzt die PS3 nicht alle gebr&#228;uchlichen Audio/Video-Formate. Man kann allerdings den PC nutzen der PS3 unbekannte Formate vor dem Streamen umzuwandeln. Genutzt wird dazu z.B. das Tool ffmeg. Danach k&#246;nnen ts-Dateien vom SAT-Receiver, Matroska-Videos und viele weitere Formate auf der PS3 abgespielt werden. Der einzige Nachteil bei transkodierten Streams ist, da&#223; Standardfunktionen wie Pause, sowie Vor- und R&#252;cklauf nicht funktionieren. Es gibt hier nur Start und Stop&#8230;</p>
<p>Zun&#228;chst 2 Skripte anlegen:</p>
<p>Datei /usr/bin/mediatomb-transcode-audio:</p>
<pre>#!/bin/bash
FFMPEG_PATH="/usr/bin/ffmpeg"
INPUT="$1"
OUTPUT="$2"
VIDEO_CODEC="mpeg2video"
VIDEO_BITRATE="4096k"
VIDEO_FRAMERATE="25"
AUDIO_CODEC="mp2"
AUDIO_BITRATE="192k"
AUDIO_SAMPLERATE="44100"
AUDIO_CHANNELS="2"
FORMAT="dvd"
exec "${FFMPEG_PATH}" -i "${INPUT}" -vcodec ${VIDEO_CODEC} -b ${VIDEO_BITRATE} \
-r ${VIDEO_FRAMERATE} -acodec ${AUDIO_CODEC} -ab ${AUDIO_BITRATE} -ar ${AUDIO_SAMPLERATE} \
-ac ${AUDIO_CHANNELS} -f ${FORMAT} - &gt; "${OUTPUT}" 2&gt;/dev/null</pre>
<p>Datei /usr/bin/mediatomb-transcode-video:</p>
<pre>#!/bin/bash
FFMPEG_PATH="/usr/bin/ffmpeg"
INPUT="$1"
OUTPUT="$2"
VIDEO_CODEC="mpeg2video"
VIDEO_BITRATE="4096k"
VIDEO_FRAMERATE="25"
AUDIO_CODEC="mp2"
AUDIO_BITRATE="192k"
AUDIO_SAMPLERATE="44100"
AUDIO_CHANNELS="2"
FORMAT="dvd"
exec "${FFMPEG_PATH}" -i "${INPUT}" -vcodec ${VIDEO_CODEC} -b ${VIDEO_BITRATE} \
-r ${VIDEO_FRAMERATE} -acodec ${AUDIO_CODEC} -ab ${AUDIO_BITRATE} -ar ${AUDIO_SAMPLERATE} \
-ac ${AUDIO_CHANNELS} -f ${FORMAT} - &gt; "${OUTPUT}" 2&gt;/dev/null</pre>
<p>Danach k&#246;nnte eine Beispielkonfiguration so aussehen:</p>
<p>Datei /etc/mediatomb/config.xml:</p>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;config version="1" xmlns="http://mediatomb.cc/config/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://mediatomb.cc/config/1 http://mediatomb.cc/config/1.xsd"&gt;
&lt;server&gt;
&lt;ui enabled="yes"&gt;
&lt;accounts enabled="no" session-timeout="30"&gt;
&lt;account user="mediatomb" password="mediatomb"/&gt;
&lt;/accounts&gt;
&lt;/ui&gt;
&lt;name&gt;MediaTomb&lt;/name&gt;
&lt;udn&gt;uuid:52462652-2310-4790-bf19-fd00fefcec24&lt;/udn&gt;
&lt;home&gt;/etc/mediatomb&lt;/home&gt;
&lt;webroot&gt;/usr/share/mediatomb/web&lt;/webroot&gt;
&lt;storage&gt;
&lt;sqlite3 enabled="no"&gt;
&lt;database-file&gt;mediatomb.db&lt;/database-file&gt;
&lt;/sqlite3&gt;
&lt;mysql enabled="yes"&gt;
&lt;host&gt;localhost&lt;/host&gt;
&lt;username&gt;mediatomb&lt;/username&gt;
&lt;database&gt;mediatomb&lt;/database&gt;
&lt;/mysql&gt;
&lt;/storage&gt;
&lt;protocolInfo extend="yes"/&gt;&lt;!-- For PS3 support change to "yes" --&gt;
&lt;!--
Uncomment the lines below to get rid of jerky avi playback on the
DSM320 or to enable subtitles support on the DSM units
--&gt;
&lt;!--
&lt;custom-http-headers&gt;
&lt;add header="X-User-Agent: redsonic"/&gt;
&lt;/custom-http-headers&gt;</pre>
<pre>&lt;manufacturerURL&gt;redsonic.com&lt;/manufacturerURL&gt;
&lt;modelNumber&gt;105&lt;/modelNumber&gt;
--&gt;
&lt;!-- Uncomment the line below if you have a Telegent TG100 --&gt;
&lt;!--
&lt;upnp-string-limit&gt;101&lt;/upnp-string-limit&gt;
--&gt;
&lt;/server&gt;
&lt;import hidden-files="no"&gt;
&lt;scripting script-charset="UTF-8"&gt;
&lt;common-script&gt;/usr/share/mediatomb/js/common.js&lt;/common-script&gt;
&lt;playlist-script&gt;/usr/share/mediatomb/js/playlists.js&lt;/playlist-script&gt;
&lt;virtual-layout type="builtin"&gt;
&lt;import-script&gt;/usr/share/mediatomb/js/import.js&lt;/import-script&gt;
&lt;/virtual-layout&gt;
&lt;/scripting&gt;
&lt;filesystem-charset&gt;UTF-8&lt;/filesystem-charset&gt;
&lt;metadata-charset&gt;UTF-8&lt;/metadata-charset&gt;
&lt;playlist-charset&gt;UTF-8&lt;/playlist-charset&gt;
&lt;mappings&gt;
&lt;extension-mimetype ignore-unknown="no"&gt;
&lt;map from="mp3" to="audio/mpeg"/&gt;
&lt;map from="ogg" to="application/ogg"/&gt;
&lt;map from="asf" to="video/x-ms-asf"/&gt;
&lt;map from="asx" to="video/x-ms-asf"/&gt;
&lt;map from="wma" to="audio/x-ms-wma"/&gt;
&lt;map from="wax" to="audio/x-ms-wax"/&gt;
&lt;map from="wmv" to="video/x-ms-wmv"/&gt;
&lt;map from="wvx" to="video/x-ms-wvx"/&gt;
&lt;map from="wm" to="video/x-ms-wm"/&gt;
&lt;map from="wmx" to="video/x-ms-wmx"/&gt;
&lt;map from="m3u" to="audio/x-mpegurl"/&gt;
&lt;map from="pls" to="audio/x-scpls"/&gt;
&lt;map from="flv" to="video/x-flv"/&gt;
&lt;!-- Uncomment the line below for PS3 divx support --&gt;
&lt;map from="avi" to="video/divx"/&gt;
&lt;map from="divx" to="video/divx"/&gt;
&lt;map from="vob" to="video/divx"/&gt;
&lt;map from="mkv" to="video/x-matroska"/&gt;
&lt;map from="mov" to="video/divx"/&gt;
&lt;map from="qt" to="video/divx"/&gt;
&lt;map from="ts" to="video/divx"/&gt;
&lt;map from="mpeg" to="video/divx"/&gt;
&lt;map from="mpg" to="video/divx"/&gt;
&lt;!-- Uncomment the line below for D-Link DSM / ZyXEL DMA-1000 --&gt;
&lt;!-- &lt;map from="avi" to="video/avi"/&gt; --&gt;
&lt;/extension-mimetype&gt;
&lt;mimetype-upnpclass&gt;
&lt;map from="audio/*" to="object.item.audioItem.musicTrack"/&gt;
&lt;map from="video/*" to="object.item.videoItem"/&gt;
&lt;map from="image/*" to="object.item.imageItem"/&gt;
&lt;/mimetype-upnpclass&gt;
&lt;mimetype-contenttype&gt;
&lt;treat mimetype="audio/mpeg" as="mp3"/&gt;
&lt;treat mimetype="application/ogg" as="ogg"/&gt;
&lt;treat mimetype="audio/x-flac" as="flac"/&gt;
&lt;treat mimetype="image/jpeg" as="jpg"/&gt;
&lt;treat mimetype="audio/x-mpegurl" as="playlist"/&gt;
&lt;treat mimetype="audio/x-scpls" as="playlist"/&gt;
&lt;treat mimetype="audio/x-wav" as="pcm"/&gt;
&lt;treat mimetype="audio/L16" as="pcm"/&gt;
&lt;treat mimetype="video/x-msvideo" as="avi"/&gt;
&lt;treat mimetype="video/divx" as="avi"/&gt;
&lt;treat mimetype="video/vob" as="avi"/&gt;
&lt;/mimetype-contenttype&gt;
&lt;/mappings&gt;
&lt;/import&gt;
&lt;transcoding enabled="yes"&gt;
&lt;mimetype-profile-mappings&gt;
&lt;transcode mimetype="application/ogg" using="audio-common"/&gt;
&lt;transcode mimetype="application/ogg" using="video-common"/&gt;
&lt;transcode mimetype="audio/x-flac" using="audio-common"/&gt;
&lt;transcode mimetype="video/x-flv" using="video-common"/&gt;
&lt;transcode mimetype="video/divx" using="video-common"/&gt;
&lt;transcode mimetype="video/vob" using="video-common"/&gt;
&lt;transcode mimetype="video/x-matroska" using="video-common"/&gt;
&lt;/mimetype-profile-mappings&gt;
&lt;profiles&gt;
&lt;profile name="audio-common" enabled="yes" type="external"&gt;
&lt;mimetype&gt;audio/L16&lt;/mimetype&gt;
&lt;accept-url&gt;yes&lt;/accept-url&gt;
&lt;first-resource&gt;yes&lt;/first-resource&gt;
&lt;hide-original-resource&gt;yes&lt;/hide-original-resource&gt;
&lt;accept-ogg-theora&gt;no&lt;/accept-ogg-theora&gt;
&lt;agent command="mediatomb-transcode-audio" arguments="%in %out"/&gt;
&lt;buffer size="1048576" chunk-size="131072" fill-size="262144"/&gt;
&lt;/profile&gt;
&lt;profile name="video-common" enabled="yes" type="external"&gt;
&lt;mimetype&gt;video/mpeg&lt;/mimetype&gt;
&lt;accept-url&gt;yes&lt;/accept-url&gt;
&lt;first-resource&gt;yes&lt;/first-resource&gt;
&lt;hide-original-resource&gt;yes&lt;/hide-original-resource&gt;
&lt;accept-ogg-theora&gt;yes&lt;/accept-ogg-theora&gt;
&lt;agent command="mediatomb-transcode-video" arguments="%in %out"/&gt;
&lt;buffer size="10485760" chunk-size="262144" fill-size="524288"/&gt;
&lt;/profile&gt;
&lt;profile name="oggflac2raw" enabled="no" type="external"&gt;
&lt;mimetype&gt;audio/L16&lt;/mimetype&gt;
&lt;accept-url&gt;no&lt;/accept-url&gt;
&lt;first-resource&gt;yes&lt;/first-resource&gt;
&lt;accept-ogg-theora&gt;no&lt;/accept-ogg-theora&gt;
&lt;agent command="ogg123" arguments="-d raw -f %out %in"/&gt;
&lt;buffer size="1048576" chunk-size="131072" fill-size="262144"/&gt;
&lt;/profile&gt;
&lt;profile name="vlcmpeg" enabled="no" type="external"&gt;
&lt;mimetype&gt;video/mpeg&lt;/mimetype&gt;
&lt;accept-url&gt;yes&lt;/accept-url&gt;
&lt;first-resource&gt;yes&lt;/first-resource&gt;
&lt;accept-ogg-theora&gt;yes&lt;/accept-ogg-theora&gt;
&lt;agent command="vlc" arguments="-I dummy %in --sout #transcode{venc=ffmpeg,vcodec=mp2v,vb=4096,fps=25,aenc=ffmpeg,acodec=mpga,
ab=192,samplerate=44100,channels=2}:standard{access=file,mux=ts,dst=%out} vlc:quit"/&gt;
&lt;buffer size="1048576" chunk-size="131072" fill-size="262144"/&gt;
&lt;/profile&gt;
&lt;/profiles&gt;
&lt;/transcoding&gt;
&lt;/config&gt;</pre>
<p>Nach dem Anpassen der Konfiguration mu&#223; media tomb neu gestartet werden. Ebenso m&#252;ssen die zugewiesenen Verzeichnisse in der datenbank gel&#246;scht und neu eingelesen werden.</p>
<p>Anregungen zur Konfiguration gibt es hier:</p>
<p><a href="http://mediatomb.cc/pages/documentation_overview" target="_blank">http://mediatomb.cc/pages/documentation_overview</a></p>
<p><a href="http://mediatomb.cc/dokuwiki/faq:faq" target="_blank">http://mediatomb.cc/dokuwiki/faq:faq</a></p>
<p><a href="http://blog.raczylo.com/archives/467/playstation-3-i-filmy-z-komputera" target="_blank">http://blog.raczylo.com/archives/467/playstation-3-i-filmy-z-komputera</a></p>
<p><a href="http://volatileint.blogspot.com/2008/08/using-playstation3-as-media-center-with_30.html" target="_blank">http://volatileint.blogspot.com/2008/08/using-playstation3-as-media-center-with_30.html</a></p>
<p><a href="http://www.webmasterpro.de/server/article/services-mediatomb-plattformunabhaengiger-medienserver.html#goto-sony-playstation-3-support" target="_blank">http://www.webmasterpro.de/server/article/services-mediatomb-plattformunabhaengiger-medienserver.html#goto-sony-playstation-3-support</a></p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2008/10/19/mediaserver-fuer-ps3-media-tomb-unter-opensuse-110/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Links am 28.09.08</title>
		<link>http://otmanix.de/2008/09/28/links-am-280908/</link>
		<comments>http://otmanix.de/2008/09/28/links-am-280908/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 21:09:40 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=740</guid>
		<description><![CDATA[Baphomets Fluch 2.5 &#8211; nach &#8220;Zak McKracken betwwen time and space&#8221; ein weiteres kostenloses Adventure, entstanden aus einem Fanprojekt Ben Rockwood &#252;ber das &#8220;not invented here&#8221;-Syndrom und andere Peinlichkeiten aus dem Linux-Marketinglager]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://release.baphometsfluch25.de/" target="_blank">Baphomets Fluch 2.5</a> &#8211; nach &#8220;Zak McKracken betwwen time and space&#8221; ein weiteres kostenloses Adventure, entstanden aus einem Fanprojekt</li>
<li><a href="http://www.cuddletech.com/blog/pivot/entry.php?id=972" target="_blank">Ben Rockwood</a> &#252;ber das <a href="http://de.wikipedia.org/wiki/Not-Invented-Here-Syndrom" target="_blank">&#8220;not invented here&#8221;-Syndrom</a> und andere Peinlichkeiten aus dem Linux-Marketinglager</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2008/09/28/links-am-280908/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brother DCP-770CW</title>
		<link>http://otmanix.de/2008/09/16/brother-dcp-770cw/</link>
		<comments>http://otmanix.de/2008/09/16/brother-dcp-770cw/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 21:52:06 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Brother]]></category>
		<category><![CDATA[DCP-770CW]]></category>
		<category><![CDATA[Drucker]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=735</guid>
		<description><![CDATA[Auf der Suche nach einem g&#252;nstigen Multifunktionsger&#228;t inc. LAN/WLAN-Anschlu&#223; und Linux-Kompatibilit&#228;t bin ich bei Brother gelandet. Das DCP-770CW ist Kopierer, Scanner und Tintenpisser in einem Ger&#228;t und geht derzeit f&#252;r 120€ im Versand &#252;ber die virtuelle Ladentheke. &#220;ber USB, LAN &#8230; <a href="http://otmanix.de/2008/09/16/brother-dcp-770cw/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Auf der Suche nach einem g&#252;nstigen Multifunktionsger&#228;t inc. LAN/WLAN-Anschlu&#223; und Linux-Kompatibilit&#228;t bin ich bei Brother gelandet. Das DCP-770CW ist Kopierer, Scanner und Tintenpisser in einem Ger&#228;t und geht derzeit f&#252;r 120€ im Versand &#252;ber die virtuelle Ladentheke. &#220;ber USB, LAN oder WLAN kann auf das Ger&#228;t zugegriffen werden. Die relativ g&#252;nstigen Originalpatronen k&#246;nnen durch g&#252;nstigere Patronen, z.B. von Pelikan zum halben Preis, ersetzt werden und damit die Betriebskosten reduziert werden.</p>
<p>Die Erstinbetriebnahme ist inc. auspacken in 15min erledigt:</p>
<ul>
<li>Gef&#252;hlte 1000 Klebestreifen entfernen</li>
<li>Papier einlegen</li>
<li>Einschalten</li>
<li>Klappe f&#252;r Tintenfach am Drucker &#246;ffnen</li>
<li>F&#228;cher f&#252;r Patronen &#246;ffnen und Transportsicherung entfernen</li>
<li>Patronen auspacken, Schutzkappe entfernen und in passende Sch&#228;chte einstecken, Klappe zu</li>
<li>4 min. warten</li>
<li>Testseite begutachten, fertig&#8230;</li>
</ul>
<p>Jetzt kann bereits kopiert und Bilder auf Speicherkarte ausgedruckt werden. &#220;ber das Men&#252; kann im Display des MFP jetzt das LAN/WLAN konfiguriert werden.</p>
<p>Die anschlie&#223;ende Installation und Konfiguration unter Opensuse 11 war trivial: <a title="Brother Linux" href="http://solutions.brother.com/linux/en_us/index.html" target="_blank">http://solutions.brother.com/linux/en_us/index.html</a></p>
<p>Zum Drucken (CUPS) und Scannen (SANE) sind 3 rpm-Pakete erforderlich. Nach der Installtion sind noch ein paar Anpassungen durchzuf&#252;hren, die den Zugriff von USB auf IP umstellen.</p>
<p>Der Drucker kann &#252;ber CUPS aus jeder Linux-Applikation angesprochen werden, &#252;ber (X)SANE der Scanner ebenfalls. L&#228;&#223;t man ein Tool von Brother als Hintergrundprozess laufen funktioneren auch die Scanfunktionen im Display. Neben scan to file funktioniert z.B. auch scan to image, welches dann Gimp aufruft.</p>
<p>Abschlie&#223;end war ich doch sehr erstaunt wie problemlos sich das Ger&#228;t unter Linux in Betrieb nehmen liess. Vor ein paar Jahren w&#228;re das noch undenkbar gewesen&#8230;</p>
<p>Mein Tip: absolute Kaufempfehlung &#8211; hier stimmt Preis/Leistung!</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2008/09/16/brother-dcp-770cw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

