Erstaunlich was mit DISM so möglich ist; so konnte bereits erfolgreich diverse Windows 2008 R2 Editionen ohne Neuinstallation ändern:
Upgrading Windows Server 2008R2 Editions With DISM
Change Windows Server from Standard to Enterprise Edition
Einen aufgetretenen Fehler 0x800f081f (möglicherweise durch eine fehlgeschlagene SP1 Installation verursacht) konnte ich mit Hilfe des folgenden Artikels beheben:
Troubleshooting 0x800f081f Error on Windows 2008 R2 SP1 Installation
Eine Dokumentation der Befehlssyntax findet sich auch im Technet (hier im Bezug auf Windows 7):
Befehlszeilenoptionen zum Warten von Windows-Editionen
Die vMA kann mit einem Trick auch zu einem simplen Kennwort gezwungen werden
sudo passwd vi-admin
Problem:
vMA startet nicht, Fehlermeldung: … no IP Pool configuration
Lösung:
- Einstellungen der VM öffnen
- Register “Options” auswählen
- vApp Options auf “disabled” setzen
vMA – Fehler IP Pool Configuration
Posted on 6. Februar 2012 by DivNull
Beim Startversuch einer frisch bereitgestellten vMA Appliance trat kürzlich folgender Fehler auf:
Cannot initialize property ‘vami.DNS0.vSphere_Management_Assistant_(vMA)’

Das Problem tritt nicht grundsätzlich auf, läßt sich aber leicht beheben, indem man die Einstellungen der VM öffnet. Im Register Options setzt man vApp Options auf “disable” (vgl. Bild unten).
Pro
Danach startet die VM ohne Probleme.
Quelle: http://www.elasticsky.de/2012/02/vma-fehler-ip-pool-configuration/
Problem:
EMails werden von der Appliance mit dem Domänennamen root@domain.local versandt
vCSA 5.0 and not getting notification emails
http://communities.vmware.com/thread/344807
Lösung:
1. SSH auf die vCSA durchführen
2. Sendmail Konfiguration ‘sendmail.cf’ it vi bearbeiten
3. Die FETT gedruckten Werte anpassen
# class E: names that should be exposed as from this host, even if we masquerade
# class L: names that should be delivered locally, even if we have a relay
# class M: domains that should be converted to $M
# class N: domains that should not be converted to $M
#CL root
C{M}domain.de
C{G}domain.de
F{G}-o /etc/mail/local-host-names %[^\#]
C{E}
# who I masquerade as (null for no masquerading) (see also $=M)
DMlocalhost.localdomain
DMdomain.de
©2012 fluxkompensator.org | Powered by WordPress with Easel | Subscribe: RSS | Back to Top ↑