CN104410606A - Server access method for application IPMI protocol - Google Patents

Server access method for application IPMI protocol Download PDF

Info

Publication number
CN104410606A
CN104410606A CN201410606119.3A CN201410606119A CN104410606A CN 104410606 A CN104410606 A CN 104410606A CN 201410606119 A CN201410606119 A CN 201410606119A CN 104410606 A CN104410606 A CN 104410606A
Authority
CN
China
Prior art keywords
server
program
request
access method
java
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410606119.3A
Other languages
Chinese (zh)
Inventor
汤碧君
杨松
莫展鹏
季统凯
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
G Cloud Technology Co Ltd
Original Assignee
G Cloud Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by G Cloud Technology Co Ltd filed Critical G Cloud Technology Co Ltd
Priority to CN201410606119.3A priority Critical patent/CN104410606A/en
Publication of CN104410606A publication Critical patent/CN104410606A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0817Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking functioning

Abstract

The invention relates to the data center management technology field and particularly relates to a server access method for an application IPMI protocol. The method comprises steps that, firstly, an address, a login user name and a code of each server Web management program are stored in a concentrated management system; secondly, a program for establishing http connection is written by utilizing a Web management program of an accessed server, and a request containing a login user name and a code is sent; thirdly, cookie after login is acquired from a response to the request, a request is again sent to a graph interface access address in the Web management program by utilizing the cookie, and a response to the request is stored in a jnlp file; lastly, the jnlp file having a correct account code is opened, and a graph interface program of the server can be displayed. The method solves problems of scattered access points and large maintenance workload and can be applied for concentrated server access of the application IPMI protocol.

Description

A kind of server access method applying IPMI agreement
Technical field
The present invention relates to data center's administrative skill field, refer to a kind of server access method applying IPMI agreement especially.
Background technology
The server master board of usual data center all comprises baseboard management controller (BMC), IPMI is by the physical features of BMC monitor server; Web administration program generally embedded on server is then applied IPMI agreement and is carried out accessing based on the graphic tabletop of browser.The operation of keeper's repacking operation system is all that concrete steps are as follows by adopting the mode of IPMI access remote server graphic tabletop to complete substantially:
1, the web administration program address using browser access server embedded;
2, the username and password of web administration program is inputted to carry out the login of certification;
3, Java Virtual Machine is installed, in web administration program, then clicks the connection of remote desktop access;
4, browser can eject the dialog box of a jnlp file download, and download file also double-clicks operation, can show the graphical interface program of this server.
The dispersion of traditional approach accessing points, workload are comparatively large, have following drawback:
One is accessing points dispersion, and cause keeper to need the web administration program address of each station server of manual maintenance, workload greatly and easily make mistakes;
Two is often access a station server all to need to repeat certification, convenient not.
In order to labor workload, Central Management Server web administration program address can be reduced, need a kind of centralized, server access method easily.
Summary of the invention
The technical problem that the present invention solves is to provide a kind of centralized, server centered access method easily, solves the problem that accessing points dispersion when Traditional IP MI accesses remote server graphic tabletop, manual maintenance workload are large, repeat certification.
The technical scheme that the present invention solves the problems of the technologies described above is:
Comprise the following steps:
Step 1: preserve the address of every station server web administration program, login username and password in the management system concentrated;
Step 2: use the web administration programming of the server that will access to set up the program of http connection, and send the request comprising login username and password;
Step 3: obtain the cookie after logging in the response of request;
Step 4: use cookie again to send request to the graphical interfaces reference address in web administration program;
Step 5: response step 4 returned saves as jnlp file, namely with correct account number cipher in file;
Step 6: open the graphical interface program that namely jnlp file shows this server.
Described IPMI refers to IPMI (Intelligent Platform ManagementInterface), be the universal interface standard making hardware management possess " intellectuality ", generally use the physical features such as the temperature of BMC monitor server, voltage, electric fan operating state, power supply supply and cabinet invasion.
Described JNLP refers to Java Network Launching Protocol, is a kind of approach that directly can be performed java application program by browser that java provides, and directly can be connected by the url on a webpage and open a java application program.
Described BMC refers to the baseboard management controller on data center server mainboard, for monitoring the data of each transducer and recording the daily record of various event.
The present invention by preserving the information such as the address of every station server web administration program, login user and password in the management system concentrated, the request comprising these information is sent while setting up http connection, the cookie in request response is used again to send request, and the response this returned saves as jnlp file, realize the graphical interface program access of this server by opening jnlp file.The accessing points of dispersion is managed concentratedly by the present invention, simplifies the workload that keeper safeguards every station server web administration program address; Automatically can carry out the certification of server web administration program simultaneously, eliminate the implementation of keeper to the management work of user name password and each input authentication.
Accompanying drawing explanation
Below in conjunction with accompanying drawing, the present invention is further described:
Fig. 1 is the inventive method flow chart.
Embodiment
The present invention, by adding SSL layer under http, realizes authentication and encryption communication; When each logon server web administration program, obtain corresponding cookie, be equivalent to have recorded identity information, when accessing jnlp for next time.
Code is as follows:

Claims (5)

1. apply a server access method for IPMI agreement, it is characterized in that:
Comprise the following steps:
Step 1: preserve the address of every station server web administration program, login username and password in the management system concentrated;
Step 2: use the web administration programming of the server that will access to set up the program of http connection, and send the request comprising login username and password;
Step 3: obtain the cookie after logging in the response of request;
Step 4: use cookie again to send request to the graphical interfaces reference address in web administration program;
Step 5: response step 4 returned saves as jnlp file, namely with correct account number cipher in file;
Step 6: open the graphical interface program that namely jnlp file shows this server.
2. server access method according to claim 1, it is characterized in that: described IPMI refers to IPMI (Intel ligent Platform Management Interface), be the universal interface standard making hardware management possess " intellectuality ", generally use the physical features such as the temperature of BMC monitor server, voltage, electric fan operating state, power supply supply and cabinet invasion.
3. server access method according to claim 1, it is characterized in that: described JNLP refers to Java Network Launching Protocol, be a kind of approach that directly can be performed java application program by browser that java provides, directly can be connected by the url on a webpage and open a java application program.
4. server access method according to claim 2, it is characterized in that: described JNLP refers to Java Network Launching Protocol, be a kind of approach that directly can be performed java application program by browser that java provides, directly can be connected by the url on a webpage and open a java application program.
5. the server access method according to any one of claim 2 or 4, is characterized in that: described BMC refers to the baseboard management controller on data center server mainboard, for monitoring the data of each transducer and recording the daily record of various event.
CN201410606119.3A 2014-10-31 2014-10-31 Server access method for application IPMI protocol Pending CN104410606A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410606119.3A CN104410606A (en) 2014-10-31 2014-10-31 Server access method for application IPMI protocol

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410606119.3A CN104410606A (en) 2014-10-31 2014-10-31 Server access method for application IPMI protocol

Publications (1)

Publication Number Publication Date
CN104410606A true CN104410606A (en) 2015-03-11

Family

ID=52648204

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410606119.3A Pending CN104410606A (en) 2014-10-31 2014-10-31 Server access method for application IPMI protocol

Country Status (1)

Country Link
CN (1) CN104410606A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107018032A (en) * 2017-06-08 2017-08-04 山东超越数控电子有限公司 A kind of monitoring system server and method
CN108334411A (en) * 2018-01-30 2018-07-27 郑州云海信息技术有限公司 Resource transfer method and device based on Redfish in a kind of BMC
CN108491347A (en) * 2018-04-02 2018-09-04 联想(北京)有限公司 Communication means and electronic equipment
CN114047966A (en) * 2021-10-22 2022-02-15 济南浪潮数据技术有限公司 Web-based BMC configuration import and export method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101030880A (en) * 2006-03-03 2007-09-05 环达电脑(上海)有限公司 Multi-server management system and method
CN101193027A (en) * 2006-11-28 2008-06-04 深圳市永兴元科技有限公司 A single-point login system and method for integrated isomerous system
CN101977224A (en) * 2010-10-28 2011-02-16 神州数码网络(北京)有限公司 SSL VPN equipment-based Web resource authentication information management method
CN102946334A (en) * 2012-11-28 2013-02-27 中国移动(深圳)有限公司 Method and system for acquiring valid image verification code
CN104022904A (en) * 2014-06-13 2014-09-03 中国民航信息网络股份有限公司 Unified management platform for IT devices in distributed computer rooms

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101030880A (en) * 2006-03-03 2007-09-05 环达电脑(上海)有限公司 Multi-server management system and method
CN101193027A (en) * 2006-11-28 2008-06-04 深圳市永兴元科技有限公司 A single-point login system and method for integrated isomerous system
CN101977224A (en) * 2010-10-28 2011-02-16 神州数码网络(北京)有限公司 SSL VPN equipment-based Web resource authentication information management method
CN102946334A (en) * 2012-11-28 2013-02-27 中国移动(深圳)有限公司 Method and system for acquiring valid image verification code
CN104022904A (en) * 2014-06-13 2014-09-03 中国民航信息网络股份有限公司 Unified management platform for IT devices in distributed computer rooms

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
李娜: "基于IPMI技术的服务器管理系统的设计与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》 *
马虹丹: "基于SUN Identity Manager的统一用户管理系统的实现", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107018032A (en) * 2017-06-08 2017-08-04 山东超越数控电子有限公司 A kind of monitoring system server and method
CN108334411A (en) * 2018-01-30 2018-07-27 郑州云海信息技术有限公司 Resource transfer method and device based on Redfish in a kind of BMC
CN108491347A (en) * 2018-04-02 2018-09-04 联想(北京)有限公司 Communication means and electronic equipment
CN108491347B (en) * 2018-04-02 2021-04-13 联想(北京)有限公司 Communication method and electronic device
CN114047966A (en) * 2021-10-22 2022-02-15 济南浪潮数据技术有限公司 Web-based BMC configuration import and export method and system

Similar Documents

Publication Publication Date Title
Duch et al. z-Tree unleashed: A novel client-integrating architecture for conducting z-Tree experiments over the Internet
US20240119164A1 (en) Device and methods for management and access of distributed data sources
US10992818B2 (en) Usage tracking for software as a service (SaaS) applications
CN106411857B (en) A kind of private clound GIS service access control method based on virtual isolation mech isolation test
JP2017111809A (en) Computer mounting method, computer system, and computer program product, for generating dynamic password strings, and computer mounting method for authenticating dynamic passwords (dynamic password generation)
US20180097791A1 (en) Method and system for securely transmitting volumes into cloud
CN104836803B (en) Single-point logging method based on session mechanism
KR20170000568A (en) Apparatus and method for virtual desktop service based on in-memory
CN110036385B (en) Hybrid mode cloud in-house deployment (ON-pre) secure communication
US9130904B2 (en) Externally and internally accessing local NAS data through NSFV3 and 4 interfaces
US11082413B2 (en) Secure network connections
CN104410606A (en) Server access method for application IPMI protocol
CN101686245B (en) Method and system for isolating hypertext transfer protocol session
US10454921B1 (en) Protection of authentication credentials of cloud services
CN107430669A (en) computing system and method
US20150201004A1 (en) Method and system for providing server virtual machine for real-time virtual desktop service, and server device supporting the same
CN106550037A (en) A kind of method and device of server data sharing
CN108462752B (en) Method and system for accessing shared network, VPC management equipment and readable storage medium
CN103384246A (en) Safety supervision system login assistant method
CN106254328A (en) A kind of access control method and device
CN107770219A (en) A kind of sharing method, gateway server and the system of form window
US20220413885A1 (en) Virtual Machine Provisioning and Directory Service Management
CN110825010B (en) Naked metal automatic control system and method
Hidayat Design of radius server on server network internet faculty of Computer Science University Muhammadiyah Metro
US20110270953A1 (en) Method and system for secure distributed computing

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20150311

RJ01 Rejection of invention patent application after publication