Sie befinden sich aktuell in den Tech Blog Wanierke Blog-Archiven für den folgenden Tag 19.1.2009.
- Betriebsysteme (21)
- Hardware (12)
- Home (1)
- HOWTO / Guides (9)
- Microsoft (65)
- Performance Analyse (3)
- Programmieren (1)
- Projektmanagement (2)
- Tools (31)
- VMWare (10)
- Windows 2000 (8)
- Windows 2003 (10)
- Windows 2008 (22)
- Windows 7 (13)
- 5.8.2010: Account Lockout Status
- 30.7.2010: Move Disks to Another Computer / Windows 7 and Windows 2008 R2
- 29.7.2010: Problembehandlung bei FRS Problemen / Windows 2000
- 28.7.2010: Information boot windows from SAN
- 9.7.2010: ADMT - Active Directory Migration Tool - Links
- 29.6.2010: IPv4 - Netzmasken
- 24.6.2010: Overview of the GroupPolicy settings and the corresponding registry settings
- 8.6.2010: Virtualization Support Wizard
- 7.6.2010: Install Hotfix on Windows 7 or Windows 2008
- 21.5.2010: Create a Windows 7 WIM Image / Windows 7 PE
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 | Keine Kommentare »
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 »