Infos

Sie befinden sich aktuell in den Techblog - Tim Wanierke Blog-Archiven für den folgenden Tag 19.1.2009.

Calendar
Januar 2009
M D M D F S S
    Feb »
 1234
567891011
12131415161718
19202122232425
262728293031  

Archive für 19.1.2009

DELL Diagnose Tools

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

HP Lights Out Configuration utility

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

Rename VMWare ESX Host and generate certificate

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