Sie befinden sich aktuell in den Techblog - Tim Wanierke Blog-Archiven für den folgenden Tag 19.1.2009.
- Betriebsysteme (21)
- Hardware (12)
- Home (1)
- HOWTO / Guides (9)
- Microsoft (81)
- Performance Analyse (3)
- Programmieren (2)
- Projektmanagement (2)
- Tools (34)
- VMWare (10)
- Windows 2000 (11)
- Windows 2003 (14)
- Windows 2008 (30)
- Windows 7 (14)
- 25.8.2011: Authoritative Restore of Active Directory Objects
- 17.8.2011: User State Migration Tool GUI - MUST
- 12.8.2011: Auflisten von Änderungen eines Active Directory Objektes mittels "repadmin"
- 29.6.2011: PKI , Kerberos and Smart Cards
- 22.6.2011: Active Directory Domain member: Maximum machine account password age
- 16.6.2011: Export and import GPO from one domain to another
- 26.5.2011: Unable To Reconnect To Terminal Server In Application Mode
- 11.5.2011: How to use the EventCombMT utility to search event logs
- 5.5.2011: Phantoms, tombstones and the infrastructure master - Event ID 1419 generated on a domain controller
- 4.5.2011: Forest Trust - Name Suffix Routing
- August 2011
- Juni 2011
- Mai 2011
- März 2011
- Februar 2011
- Januar 2011
- Dezember 2010
- November 2010
- Oktober 2010
- September 2010
- August 2010
- Juli 2010
- Juni 2010
- Mai 2010
- April 2010
- März 2010
- Februar 2010
- Januar 2010
- Dezember 2009
- November 2009
- Oktober 2009
- September 2009
- August 2009
- Juli 2009
- Juni 2009
- Mai 2009
- April 2009
- März 2009
- Februar 2009
- Januar 2009
Archive für 19.1.2009
DELL Diagnose Tools
19.1.2009 von Tim Wanierke.
PowerEdge Diagnostic:
http://ftp.us.dell.com/diags/dell-onlinediags-win32-2.11.0.118.exe
1. Bitte schliessen sie zunächst alle Dell Anwendungen (Array Manager bzw. Server-Administrator)
2. Starten sie nun sie PowerEdge Diagnostic. (Next -> Extract -> Finish -> Accept)
3. Wählen sie in der PowerEdge Diagnostic (in der Baumstruktur) links unter “System” -> “PCI Bus” -> “Dell PERC RAID Controller” aus.
4. Wählen sie unten rechts unter “Diagnostic Options” -> “Quick-Test”.
5. Dann klicken sie auf “Run Tests”.
6. Wenn in der Tabelle in der Spalte “Status” alle Tests auf “Completed” stehen, klicken sie in das Menu “File” -> “Save Results” und schicken sie diese Datei zu.
Executable Program (Windows Version)
Click the following link to download the executable:
Systems Management:
Dell System E-support Tool, Utility, Multi OS, English, Multi System, v.1.4.0.16, A00
Dell_DSET_1.4.0.16.exe: http://ftp.us.dell.com/sysman/Dell_DSET_1.6.0.131_A01.msi
Geschrieben in Hardware | Drucken | 1 Kommentar »
HP Lights Out Configuration utility
19.1.2009 von Tim Wanierke.
CPQLOCFG(HP Lights Out Configuration utility) can be used to get the MAC address of iLO and Server MAC address remotely using
the following RIBCL(XML) commands.This utility can be run from a script to get the server and iLO information of all servers remotely.
1.GET_NETWORK_SETTINGS
This XML command can be used to get the iLO MAC address
and iLO network settings.
2.GET_HOST_DATA
This XML command can be used to get the selected Server infor
mation along with Server MAC address information.
Alternatively
HPONCFG(HP Lights Out Online onfiguration utility) can also be used to get the iLO
and server information on a particular server.
CPQLOCFG (HP Lights Out Configuration utility)
http://h18004.www1.hp.com/support/files/lights-out/us/download/23909.html
SAMPLE XML scripts
http://h18004.www1.hp.com/support/files/lights-out/us/download/25058.html
HPONCFG
http://h18004.www1.hp.com/support/files/lights-out/us/download/26040.html
Geschrieben in Hardware | Drucken | 1 Kommentar »
Rename VMWare ESX Host and generate certificate
19.1.2009 von Tim Wanierke.
Rename:
1. Enter the ESX Server “Maintenance” mode
2. Login to the console via SSH or via ILO or DRAC card.
3. Login with root permission.
4. Edit the hostname in the following files.
/etc/sysconfig/networking
/etc/hosts
Regenerating Certificates
The ESX Server host generates certificates when you first start the host after installation. Thereafter, whenever you restart the vmware-hostd process, the vmware-mgmt script searches for existing certificate files (rui.crt and rui.key) and, if it can’t find them, generates new certificate files. Under certain circumstances, you might need to force ESX Server host to generate new
certificates. You typically need to generate new certificates only if:
serv! You change the host name.
! You accidentally delete the certificates. !
To generate new Certificates for the ESX Server host
1. Change directories to
/etc/vmware/ssl
2. Create backups of any existing certificates by executing the following commands:
mv rui.crt orig.rui.crt
mv rui.key orig.rui.key
3. Enter the following command to restart the vmware-hostd process:
service mgmt-vmware restart
4. Confirm that the ESX Server host generated new certificates by executing the following command comparing the time stamps
of the new certificate files with orig.rui.crt and orig.rui.key:
ls -la
Geschrieben in VMWare | Drucken | Keine Kommentare »