SI
¿Cómo ...?
Con BMC.
Para acceder al servidor hay que hacer varias cosas:
Configurar una dirección IP al BMC junto con Login y password.
Habilitar las funciones indicadas en
http://www.redbooks.ibm.com/abstracts/tips0551.html
Para la configuración de IP, Login y pass del BMC, se accede al setup del servidor (F1 en el caso de un IBM x366).
Instalar en un PC o equipo desde donde deseo acceder y administrar al servidor una aplicación : OSA System Management Bridge
System Management Bridge Baseboard Management Controller CLI and Remote Console Utility
http://www-947.ibm.com/support/entry/portal/docdisplay?brand=5000008&lndocid=MIGR-64636
Ejecutar el software en la ruta donde se instaló ejecutando una línea parecida a esta:
C:\Archivos de programa\Avocent\SMBridge>smbridge -ip a.b.c.d -u nombre de usuario previamente configurado en el BMC -p clave configurada para el BMC power status
El comando anterior devuelve el estado del servidor (si está on u off)
Si queremos encender el servidor, el comando es power on, es decir,
C:\Archivos de programa\Avocent\SMBridge>smbridge -ip a.b.c.d -u nombre de usuario -p clave power on
Si queremos apagar el servidor, el comando es power off, es decir,
C:\Archivos de programa\Avocent\SMBridge>smbridge -ip a.b.c.d -u nombre de usuario -p clave power off
Un listado de los comandos aparece en el manual del OSA SMBridge User Manual (OSA es el fabricante, después de 3 horas de investigación, me di cuenta que simplemente era el fabricante del software)
ftp://ftp.software.ibm.com/systems/support/system_x_pdf/sysmgmtbridgeuserman.pdf
El siguiente paso lo postearé luego,
voy a seguir configurando porque la intención es encender varios servidores remotamente pero con espacios de tiempo entre cada uno.
Con IBM Director se puede administrar más intuitivamente las BMC de varios servidores, eso está en mi lista de tareas también.
Hay que repasar estos conceptos
Intelligent Platform Management Interface (IPMI)
Este es un extracto de la configuración de BMC en el servidor que deseo administrar remotamente.
Configuring BIOS to enable Serial Over LAN
Before SMBridge can be used to manage a remote server via SOL, the BMC and BIOS of the remote server must have the following settings configured.
Note: This procedure disables PXE boot on Gigabit port 1 on the server. If you plan to use PXE, you will need to connect Gigabit port 2 to your network and ensure that your remote install procedure is configured to use that port.
1. Enter BIOS Setup by pressing F1 when prompted during boot.
2. If you have not done so already, configure the static IP address, subnet mask, and gateway of the BMC in Advanced Options > Baseboard Management Controller (BMC) Settings.
3. From the main menu, select Devices and I/O Ports. Set the following:
* Set field Serial Port A to Auto-configure
* Set field Serial Port B to Auto-configure
4. Select Remote Console Redirection. Set the following:
* Remote Console Active to Active
* Remote Console Text Emulation to VT100/VT220
* Remote Console Keyboard Emulation to VT100/VT220
* Remote Console Active After Boot to Enabled
* Remote Console Flow Control to Hardware
5. The setup window should now look similar to the following:
********************************************************
* Remote Console Redirection *
********************************************************
* Remote Console Active [ Enabled ] *
* Remote Console COM Port [ COM 1 ] *
* Remote Console Baud Rate [ 19200 ] *
* Remote Console Data Bits [ 8 ] *
* Remote Console Parity [ None ] *
* Remote Console Stop Bits [ 1 ] *
* Remote Console Text Emulation [ VT100/VT220 ] *
* Remote Console Keyboard Emulation [ VT100/VT220 ] *
* Remote Console Active After Boot [ Enabled ] *
* Remote Console Flow Control [ Hardware ] *
********************************************************
6. Press Esc twice to return to the main menu, then select Start Options. Set the following:
Note: You will most likely only have some of these options on your server. For example on the x236, we only set Planar Ethernet PXE/DHCP to Planar Ethernet 2.
* Planar Ethernet 1 PXE to Disabled
* Planar Ethernet 2 PXE to Enabled
* Planar Ethernet PXE/DHCP to Planar Ethernet 2
* Run PXE only on Selected Planar NIC to Enabled
7. Press Esc to return to the main menu, then select Advanced Options then Baseboard Management Controller (BMC) Settings. Set the following:
* System-BMC Serial Port Sharing to Enabled
* BMC Serial Port Access Mode to Dedicated
8. Save the BIOS settings and reboot the server.
3 comentarios:
What's up, after reading this amazing paragraph i am as well glad to share my experience here with friends.
Feel free to surf to my blog; internet marketing tools
Great information shared!
Thanks for sharing.
servidores ibm
Como podría hacer esto desde un script?
Publicar un comentario