Recently, I have been studying IPMI interface remote management to achieve remote control of the underlying server. The company's servers use Chaowei's main board, and GOOGLE has gone down, at present, most of the online superwei IPMI configuration documents are implemented using the IPMI connection tool IPMIviewer software or direct WEB login on the windows platform. I tried to use the WIN platform, but since all the remote servers are CENTOS6.3, I thought of using port ING to connect, so I first set the service locally
Recently, I have been studying IPMI interface remote management to achieve remote control of the underlying server. The company's servers use Chaowei's main board, and GOOGLE has gone down, at present, most of the online superwei IPMI configuration documents are implemented using the IPMI connection tool IPMIviewer software or direct WEB login on the windows platform.
I tried to use the WIN platform, but since all the remote servers are in the CENTOS6.3 system, I thought of using port ING to connect, therefore, you must first put the server and client in the same intranet test connection to check the port number of the server. However, when you use IPMIviewer to connect to the server, the port number cannot be found, during this period, netstat is used to view the port connecting the software to the server. in addition to the client Java W process connecting to Port 5900 when ipmi ikvm is opened, no other port connections are found. this method is skipped.
SO can only use the WEB management interface and allow the browser to load the JAVA plug-in for remote management.
Server Motherboard: SUPERMICRO
System environment: CENTOS6.3
Browser: FIREFOX
Before installation, first go to the BIOS to modify the IPMI interface address. there is no way to do this, so you are too lazy to take a photo and COPY the Online ready-made materials.
I. BIOS settings:
Set IP/MAC address in BIOS
1. PressEnter BIOS.
2. select the IPMI Configuration item on the Advanced page.
3. select LAN Configuration from the IPMI Configuration sub-menu.
4. enter the IP Address Source and select Static. the BIOS will automatically configure a Static IP Address, MAC Address, Gateway, and subnet mask. we recommend that you reconfigure it as needed.
5. select yes to save the settings.
6. go to the Exit page. select Save Changes & Exit to Save and Exit BIOS.
II. system settings:
1. download and install JRE (wget cracking oracle anti-Leech)
# Wget -- no-cookies -- no-check-certificate -- header "Cookie: gpw_e24 = http % 3A % 2F % 2Fwww.oracle.com % 2F" http://download.oracle.com/otn-pub/java/jdk/7u21-b11/jre-7u21-linux-x64.rpm
# Rpm-ivh jre-7u21-linux-x64.rpm
2. let FIREFOX start and load the JAVA plug-in
# Cp/usr/java/jre1.7.0 _ 21/lib/amd64/libnpjp2.so/usr/lib64/mozilla/plugins
3. start FIREFOX and access the IPMI interface address of the server.
Http: // 172.24.40.13
Enter the default account password: ADMIN/ADMIN login successful
Click
Go to the following page
Click to download the ikvm plug-in script and save it.
Run the downloaded file and select javaws File loading (directory in/usr/java/jre1.7.0 _ 21/bin /)
Prompt to click continue
Click to run
IKVM loaded successfully. the remote desktop is successfully accessed.
Note: This method is only available for a single time. after the browser is closed, you must download and run the JAVA plug-in to run IKVM. I have limited JAVA capabilities. if you have a permanent method, thank you very much.