Autor: Daniel Davila Lopez

Daniel Davila Lopez

Active Health System

Use HP iLO to download the Active Health System Log for a date range

Use HP iLO to download the Active Health System Log for a date range

To download the Active Health System log using HP iLO:

  1. Navigate to the Information > Active Health System log page.
  2. Enter the range of days to include in the log.

    The default setting is to include log information for the last seven days. Click Reset range to default values to reset the dates.

    1. Click the From box.

      A calendar is displayed.

    2. Select the range start date on the calendar.
    3. Click the To box.

      A calendar is displayed.

    4. Select the range end date on the calendar.
  3. Enter the contact information to include in the downloaded file (optional):
    • HP Support case number
    • Contact name
    • Phone number
    • Email
    • Company name
  4. Click Download.

    A dialog box prompts you to open or save the file.

  5. Click Save.

    A dialog box prompts you to choose a file location.

  6. Specify a file location and file name, and then click Save.
  7. If you have an open case with HP Support, you can e-mail the log file to HPsupport_Global@hp.com.

    Use the following convention for the email subject:

    <CASE:XXXXXXXXXX>, where XXXXXXXXXX represents your HP Support case number.

Active Health System logs larger than

Biometria, Dongle, llave de activación

Se agrego el dispositivo AnyWhereUSB para instalar los dongles

http://10.11.1.253

Infraestructura 2018

SRVBIOMETRICO0120574 serv. ant.esx05

SERVIDOR NUMERO/SERIE HOST
SRVBIOMETRICO01 20574 esx06
SRVBIOMETRICO02 40870* esx06
SRVBIOMETRICO03 40868* esx07
SRVBIOMETRICO04 40869* esx08
SRVBIOAPP01 40911 esx05
SRVBIOAPP02 20573 serv. ant. esx06
SRVBIOAPP03 30560 serv. ant. esx07
SRVBIOAPP04 52083* esx08
SRVBIOMETRICO1R 36074 serv. ant. esx09
SRVBIOMETRICO2R 52084 esx10
SRVBIOAPP01R 36072 serv. ant. esx09
SRVBIOAPP02R 36073 serv. ant. esx10
SRVBIOBDR    

Nueva distribución de DONGLES para los nuevos servidores (Infra 3PAR)

SRVBIOMETRICO01 172.16.1.184 20574 serv. ant. esx07 esx05
SRVBIOMETRICO02 172.16.1.185 40870* esx07 esx08
SRVBIOMETRICO03 172.16.1.186 40868* esx05 esx09
SRVBIOMETRICO04 172.16.1.187 40869* esx05 esx10
SRVBIOAPP04 172.16.1.188 52083* esx09 esx10
SRVBIOAPP01 172.16.1.195 40911 esx09 esx05
SRVBIOAPP02 172.16.1.196 20573 serv. ant. esx03 esx08
SRVBIOAPP03 172.16.1.197 30560 serv. ant. esx09 (Interno) esx09

Seguir leyendo

DNS, Backup and Restore

Respaldar

Es siempre una buena practica respaldar cualquier cambio en las Zonas DNS esta tarea la podemos realizar con el comando dnscmd.exe

--
dnscmd /zoneexport “zone name” “zone file name”
--

 

Automaticamente creara el respaldo en la carpeta

%windir%\System32\DNS

Restaurar

1.- Renombrar la extension del archivo de respaldo a .dns

2.- Ejecutar:

--
dnscmd /zoneadd “zone name” /primary /file “zone name file” /load
--

esto agregara la zona al DNS

3.- Ejecutar:

--
dnscmd /zoneresettype “zone name” /dsprimary
--

Esto reseteara la zona para una zona DNS integrada a un Active Directory

 

En caso de que la zona este corrupta antes de restaurar se debera ejecutar el siguiente commando

--
dnscmd /zonedelete “zone name” /dsdel /f
--

Esto removera la zona de Activ Directory y DNS