Posts Tagged ‘Backoffice’
Artikel zu SCVMM und Hyper-V

Hier wieder eine Sammlung von interessanten Artikeln rund um SCVMM und Hyper-V! Viel Spaß damit!

-> http://www.server-talk.eu/2011/10/13/distributed-key-management-dkm-in-system-center-virtual-machine-manager-2012/
-> http://www.server-talk.eu/2011/10/23/welche-virtual-machine-hat-noch-immer-ein-iso-gemounted/
-> http://blogs.msdn.com/b/virtual_pc_guy/archive/2011/11/03/using-cpu-reserve-to-enforce-virtual-processor-ratio.aspx
-> http://blogs.msdn.com/b/virtual_pc_guy/archive/2011/10/25/how-many-virtual-processors-does-a-virtual-machine-have.aspx

System Center Orchestrator 2012 Beta – Fehler bei der Installation

Wer bei der Installation den Fehler erhalten sollte, dass die abschließende Konfiguration nicht erfolgreich ausgeführt werden konnte, hier die Lösung:
Der Service Account der für den Orchestrator bei der Installation angegeben wird, hat in diesem Fall keinen Zugriff auf die Orchestrator Datenbank. Einfach den Service Account als db_owner der Orchestrator Datenbank hinzufügen. Danach funktioniert der System Center Orchestrator 2012 Beta ohne Probleme.

Viel Spaß beim Testen!

System Center Operations Manager 2007 R2 und SQL Server 2008 R2

Seit einigen Tagen beschäftige ich mich mit dem System Center Operations Manager 2007 R2. Dabei bin ich in einige Probleme geraten, welche die Installation des SCOMs auf einem Windows Server 2008 R2 und SQL Server 2008 R2 betreffen. In der Knowledge Base von Microsoft habe ich folgenden interessanten Artikel gefunden, der die Installation des SCOMs genau in diesem Szenario beschreibt.

-> http://support.microsoft.com/kb/2425714

AWStats: Statistik des Vorjahres archivieren

Ich hatte leider vergessen am 31.12.09 die fertig erstellte Statistik von AWStats zu sichern. Demzufolge wurde sie beim nächsten Update mit der Neuen von 2010 überschrieben. :-( Dies stellte allerdings kein Problem dar, da die XML-Dateien mit den nötigen Daten nicht überschrieben werden. Kurz um die XML-Dateien auf einen anderen Rechner kopiert und AWStats samt Perl installiert. Jetzt wurde noch das Datum auf 2009 zurückgestellt und mittels der folgenden Befehle aus den XML-Dateien die neue Statistik erstellt:

perl awstats.pl -config=mysite -output -staticlinks -month=all -year=all > index.html
perl awstats.pl -config=mysite -output=alldomains -staticlinks -month=all -year=all > awstats.keil.eu.alldomains.html
perl awstats.pl -config=mysite -output=allhosts -staticlinks -month=all -year=all > awstats.keil.eu.allhosts.html
perl awstats.pl -config=mysite -output=lasthosts -staticlinks -month=all -year=all > awstats.keil.eu.lasthosts.html
perl awstats.pl -config=mysite -output=unknownip -staticlinks -month=all -year=all > awstats.keil.eu.unknownip.html
perl awstats.pl -config=mysite -output=alllogins -staticlinks -month=all -year=all > awstats.keil.eu.alllogins.html
perl awstats.pl -config=mysite -output=lastlogins -staticlinks -month=all -year=all > awstats.keil.eu.lastlogins.html
perl awstats.pl -config=mysite -output=allrobots -staticlinks -month=all -year=all > awstats.keil.eu.allrobots.html
perl awstats.pl -config=mysite -output=lastrobots -staticlinks -month=all -year=all > awstats.keil.eu.lastrobots.html
perl awstats.pl -config=mysite -output=urldetail -staticlinks -month=all -year=all > awstats.keil.eu.urldetail.html
perl awstats.pl -config=mysite -output=urlentry -staticlinks -month=all -year=all > awstats.keil.eu.urlentry.html
perl awstats.pl -config=mysite -output=urlexit -staticlinks -month=all -year=all > awstats.keil.eu.urlexit.html
perl awstats.pl -config=mysite -output=browserdetail -staticlinks -month=all -year=all > awstats.keil.eu.browserdetail.html
perl awstats.pl -config=mysite -output=osdetail -staticlinks -month=all -year=all > awstats.keil.eu.osdetail.html
perl awstats.pl -config=mysite -output=unknownbrowser -staticlinks -month=all -year=all > awstats.keil.eu.unknownbrowser.html
perl awstats.pl -config=mysite -output=unknownos -staticlinks -month=all -year=all > awstats.keil.eu.unknownos.html
perl awstats.pl -config=mysite -output=refererse -staticlinks -month=all -year=all > awstats.keil.eu.refererse.html
perl awstats.pl -config=mysite -output=refererpages -staticlinks -month=all -year=all > awstats.keil.eu.refererpages.html
perl awstats.pl -config=mysite -output=keyphrases -staticlinks -month=all -year=all > awstats.keil.eu.keyphrases.html
perl awstats.pl -config=mysite -output=keywords -staticlinks -month=all -year=all > awstats.keil.eu.keywords.html
perl awstats.pl -config=mysite -output=errors404 -staticlinks -month=all -year=all > awstats.keil.eu.errors404.html

Upgrade auf Windows Server 2008 R2

Am Wochenende habe ich meinen Hyper-V Testserver sowie die zwei virtualisierten Domaincontroller von Windows Server 2008 auf Windows Server 2008 R2 aktualisiert. Das Upgrade verlief dabei in allen Fällen ohne nennenswerte Probleme. Dabei dauerte das Upgrade je Server gut anderthalb Stunden.

Windows Server 2008 R2 über Dreamspark verfügbar

Wie ich heute gesehen habe, ist der Windows Server 2008 R2 Standard Edition über Dreamspark verfügbar! Die Freischaltung erfolgt schnell und einfach mittels seiner eigenen Hochschulmailadresse. Weitere interessante Produkte die über Dreamspark verfügbar sind:

  • SQL Server 2008 Developer
  • Robotics Developer Studio 2008 R2
  • XNA Game Studio 3.1
  • Expression Studio 3
  • Visual Studio 2008 Professional
  • Windows Server 2008 Standard
  • Windows Server 2003

-> www.dreamspark.com

Active Directory Management Gateway Service verfügbar

Seit gestern ist nun die finale Version des AD MGS verfügbar!

-> http://www.microsoft.com/downloads/details.aspx?displaylang=de&FamilyID=008940c6-0296-4597-be3e-1d24c1cf0dda

Weitere Informationen:

-> http://www.necron.mcseboard.de/2009/06/17/active-directory-management-gateway-service/

Update @ 17.09.09:

Sollte die Installation nicht funktionieren, dann muss eventuell noch folgender Hotfix installiert werden!

-> http://support.microsoft.com/kb/969166/en-us