WO2004086223A1 - Procede de configuration automatique de monocarte - Google Patents

Procede de configuration automatique de monocarte Download PDF

Info

Publication number
WO2004086223A1
WO2004086223A1 PCT/CN2003/000225 CN0300225W WO2004086223A1 WO 2004086223 A1 WO2004086223 A1 WO 2004086223A1 CN 0300225 W CN0300225 W CN 0300225W WO 2004086223 A1 WO2004086223 A1 WO 2004086223A1
Authority
WO
WIPO (PCT)
Prior art keywords
board
srom
configuration
space
token
Prior art date
Application number
PCT/CN2003/000225
Other languages
English (en)
Chinese (zh)
Inventor
Jie Feng
Jingwei Xie
Peng Fei
Original Assignee
Utstarcom (China) 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 Utstarcom (China) Co, Ltd. filed Critical Utstarcom (China) Co, Ltd.
Priority to CNB038262002A priority Critical patent/CN100380320C/zh
Priority to PCT/CN2003/000225 priority patent/WO2004086223A1/fr
Priority to AU2003221235A priority patent/AU2003221235A1/en
Publication of WO2004086223A1 publication Critical patent/WO2004086223A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/40Bus structure
    • G06F13/4063Device-to-bus coupling
    • G06F13/4068Electrical coupling
    • G06F13/4081Live connection to bus, e.g. hot-plugging

Definitions

  • the present invention relates to a method for configuring a plug-in board, and in particular, to a method for automatically configuring a single board in a mobile communication system, a fixed communication system, and a data communication system.
  • the equipment used in mobile communication systems, fixed communication systems, and data communication systems is a multi-chassis unit cascade system.
  • Figure 1 shows the physical structure of a communication device.
  • the chassis unit is a physical frame structure that carries a single board.
  • the system board is a circuit board that centrally controls the bus.
  • a single board is any circuit board in the system except the system board, and is a unit that carries the hardware and software required by the communication system.
  • the board without software is a physical board, and the board with software is a functional board.
  • the functional single board implements different functions, such as: Media Gateway (Media Gatewa) and Signaling Gateway (Singnalling Gateway).
  • Different functional single boards jointly perform the same service in a communication system, such as: 3G SGSN (general packet radio service support node for calling).
  • the same type of service can be configured with different numbers and different types of functional boards.
  • the automatic configuration of the board is that after the physical board is started, a specific configuration file is obtained, and different software is loaded into the functional board according to the configuration file. Through the automatic configuration of the board, the operator only needs to change the configuration file to enable the same physical device to complete different functions and services.
  • An existing method for automatic board configuration is based on Linux's real-time replacement kernel (Take over) technology to implement automatic board configuration.
  • FIG. 2 shows a flow of such a conventional single board automatic configuration method.
  • the system board runs the board configuration management module on a hardware environment compatible with CompactPCI (Small External Device Interconnect). After the board configuration management module is started, all the boards on this frame are generated according to the saved configuration file. A small database of information, and then wait for the kernel launcher running on the board to report messages or files.
  • a board compatible with the CompactPCI specification runs the kernel boot program after power-on. The kernel boot program is small and is a simple Linux kernel. After booting, it will first check the hardware information of the board or report it to the board of the system board by message.
  • RCP Remote Copy Protocol
  • Linux Linux
  • IP Internet Protocol
  • the board configuration management module of the system board receives a message or detects that a specific file is created, the module controls the kernel startup program to replace the kernel in real time with Linux based on the received content and the contents of the small database that holds the board information.
  • the technology loads and runs another true Linux kernel file containing applications on a single board. In this way, the automatic discovery and configuration of the board is realized.
  • the real-time replacement kernel technology is used to switch from one running Linux kernel to another running Linux kernel. This technology must be built on the Linux platform, so Linux's hardware support has become a key factor restricting this method.
  • Real-time replacement Kernel technology support for the Linux version is also a limiting factor; this method will increase the boot time of the board in two places at startup time. The first board has completely launched the kernel boot program before loading the real kernel, which is equivalent to a board It experienced two full startups; the time consumed by the second Linux real-time replacement kernel technology.
  • Another existing method for automatic board configuration is based on the improved BOOTP (Booting Protocol) protocol to realize the automatic board configuration.
  • the system board runs the board configuration management module. After the board configuration management module is started, a small database of all board information on the frame is generated according to the saved configuration file. Same The system board is configured as a BOOTP server.
  • the improved BOOTP protocol program on the board will send a BOOTP request after startup. After receiving the BOOTP request, the system board will check if the MAC (Media Access Control) address contained in the BOOTP already exists in the configuration. If it already exists in the configuration, it responds to the board with the IP used before the MAC; if the MAC address does not exist in the configuration, it takes an address response from the IP address pool configured by the system board as a BOOTP server.
  • MAC Media Access Control
  • the information returned to the board also includes the subnet mask, the default route, the kernel image file name, the TFTP server address, and the configuration file name.
  • Other boards or hosts running a BOOTP server program may also return a BOOTP response, but since these BOOTP responses do not contain the above-mentioned simultaneous response information, they will be discarded by the improved BOOTP protocol program on the board.
  • the board After the board obtains the correct response, it will retrieve the specified kernel image and configuration file from the TFTP (Trivial File Transfer Protocol) server specified in the response, and start it based on these files.
  • the board After the board is started, it will send a Cisco (Cisco) Discovery Protocol (CDP) report to the system board to confirm that the configuration is complete. At this time, the board is fully discovered and configured automatically.
  • CDP Cisco (Cisco) Discovery Protocol
  • the disadvantage of this method is that (1) the BOOTP request contains no additional information except the MAC address, so the MAC of each board needs to be configured into the configuration database during configuration, which will increase the difficulty of configuration. (2) The improved BOOTP server process must be running on the system board.
  • an object of the present invention is to provide a method for automatically configuring a single board in a communication system.
  • the establishment of a configuration library is easy to operate. After the configuration library is established, the system board can actively discover and identify the single board inserted into the system, and according to the configuration library, Automatically configure boards
  • a method for reporting the hardware type of a board is provided, which includes: the system board actively discovers that a board is inserted; the system board reads the hardware information of the board through the CompactPCI configuration space, including Supplier information and equipment information. These information are fixed in the board after the board hardware is completed.
  • a method for automatically configuring a single board compatible with the CompactPCI specification includes: inserting a single board into a chassis; a system board obtaining hardware information of the inserted board; and the system board according to the obtained The information finds the matching board configuration information in the board configuration database; the system board writes the obtained board configuration information into the SROM space of the board through the CompactPCI space; the board according to the written information in the SROM space Complete the automatic configuration.
  • a method for reporting a hardware type of a single board compatible with the CompactPCI specification includes: detecting whether a single board is inserted, and if there is a single board inserted, powering on the inserted single board by snatching
  • the SROM token of the board confirms that the board hardware initialization is completed; the SROM token is seized, and the variables of the board written in advance by the supplier of the hardware are read through the CompactPCI space, and then retrieved in the board information database according to these variables Boot parameters to the board; Configure boot parameters to the board SROM through the CompactPCI space; Set the "boot parameter ready” flag in the board SROM.
  • Figure 1 shows the physical structure of a communication device.
  • FIG. 2 shows a flow of a conventional method for automatic board configuration.
  • FIG. 3 shows a flow of a method for automatically configuring a single board according to the present invention.
  • FIG. 3 shows a flow of a method for automatic board configuration according to the present invention.
  • a high availability management module (HAM) is run on the system board, and all board information on the chassis is generated according to the saved configuration file.
  • the small single board configuration database waits for information from the single board.
  • HAM uses the configuration file or OMC (Operation and Maintenance Center) method to manage all configured board information.
  • the system board can find the IP address, subnet mask, default route, kernel image file name, FTP server address, and configuration file name corresponding to the board by inserting the hardware type of the board that is compatible with the CompactPCI specification.
  • the address is a range of addresses, and the system board will automatically select unused IPs for allocation.
  • the system board will detect that the board is inserted, and the system board will power on the board and rob the SROM token of the board to obtain the right to write information to the board SROM through the CompactPCI configuration space.
  • the SROM token can only be released after the board is powered on and SROM initialization is performed.
  • the process performed by the system board HAM is described in detail below.
  • the system board HAM performs the following process:
  • the board must be started according to the startup parameters in the SROM.
  • the system board is started, a high availability management module is run on the system board, and a board configuration database is generated according to a configuration file stored in the system board. Then, the system board detects whether a single board is inserted, and if there is a single board inserted, powers on the inserted board. After the board is powered on, the board clears the "startup parameter ready" flag in the SROM space, and at the same time the board releases the SROM token and waits for a period of time. At the same time, the system board determines whether the hardware initialization of the board is completed by robbing the token of the board SROM.
  • the system board After the system board obtains the SROM token, read the variables of the board written in advance by the supplier of the hardware through the CompactPCI space, and then retrieve the board's startup parameters in the board configuration database according to these variables. The system board writes the retrieved startup parameters of the board into the SROM space of the board through the CompactPCI space to configure the startup parameters of the board to the board SROM. Then, the system board sets the "startup parameter ready” flag in the SROM of the board, and after the "startup parameter ready” flag is set in the board SROM, the system board releases the SROM token. Thereafter, the board robs the SROM token, and once the SROM token is obtained, it is judged whether the "startup parameter ready” flag in the board SROM is set. If the bit is not set, the system board continues to wait. If the flag is set, the board loads the kernel image and application according to the startup parameters, thereby completing the automatic configuration.
  • the present invention has a fast startup speed, and the board is initialized only once; it is not limited to a specific type of board; it is convenient to add a new configuration, and only needs to target one hardware type If you use a MAC address, you need to add each board once.
  • the boards can be automatically configured according to the hardware type of the boards provided, so that boards of the same type can complete different functions.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • General Factory Administration (AREA)

Abstract

La présente invention concerne un procédé de configuration automatique de monocarte, essentiellement pour le domaine des communications. En l'occurrence, une fois qu'on a enfiché sur le châssis la monocarte, qui est au standard PCI compact, la carte système reconnaît automatiquement la monocarte et envoie à l'espace SROM de la monocarte l'information de configuration, avec l'espace de mappage PCI compact. La monocarte accomplit automatiquement la configuration selon l'information de configuration dans l'espace SROM, puis commence à s'exécuter après le lancement. Cela fait que la monocarte peut être reconnue et configurée automatiquement.
PCT/CN2003/000225 2003-03-28 2003-03-28 Procede de configuration automatique de monocarte WO2004086223A1 (fr)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CNB038262002A CN100380320C (zh) 2003-03-28 2003-03-28 单板自动配置的方法
PCT/CN2003/000225 WO2004086223A1 (fr) 2003-03-28 2003-03-28 Procede de configuration automatique de monocarte
AU2003221235A AU2003221235A1 (en) 2003-03-28 2003-03-28 A method for configurating a singleboard automatically

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2003/000225 WO2004086223A1 (fr) 2003-03-28 2003-03-28 Procede de configuration automatique de monocarte

Publications (1)

Publication Number Publication Date
WO2004086223A1 true WO2004086223A1 (fr) 2004-10-07

Family

ID=33035126

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2003/000225 WO2004086223A1 (fr) 2003-03-28 2003-03-28 Procede de configuration automatique de monocarte

Country Status (3)

Country Link
CN (1) CN100380320C (fr)
AU (1) AU2003221235A1 (fr)
WO (1) WO2004086223A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100421494C (zh) * 2005-06-13 2008-09-24 上海华为技术有限公司 一种接入网设备的数据配置方法
CN101860452A (zh) * 2010-05-21 2010-10-13 中兴通讯股份有限公司 网元的管理方法和系统

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101136960B (zh) * 2006-08-30 2011-06-22 中兴通讯股份有限公司 一种实现单板自动识别的方法
CN101150441B (zh) * 2007-10-16 2011-08-10 中兴通讯股份有限公司 一种网管自动配置单板连接的系统及方法
CN101222358B (zh) * 2008-01-22 2010-06-09 华为技术有限公司 一种配置迁移方法及装置
CN101616031B (zh) * 2009-07-21 2011-09-21 中兴通讯股份有限公司 一种先进电信计算架构中设置单板参数的方法
CN103744374B (zh) * 2013-12-25 2016-08-17 广州达意隆包装机械股份有限公司 一种伺服电机参数自动配置方法和系统
CN106998338A (zh) * 2016-01-22 2017-08-01 中兴通讯股份有限公司 一种实现vnf部署的方法及装置
US10216682B2 (en) * 2016-06-15 2019-02-26 Epro Gmbh Configuration distribution

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1325062A (zh) * 2000-05-19 2001-12-05 英业达股份有限公司 智能化安装硬件的方法
CN1379330A (zh) * 2001-04-06 2002-11-13 华为技术有限公司 一种检测单板在位的方法
US20030005274A1 (en) * 2000-07-17 2003-01-02 Bresemann David P. Resistor identification configuration circuitry and associated method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1325062A (zh) * 2000-05-19 2001-12-05 英业达股份有限公司 智能化安装硬件的方法
US20030005274A1 (en) * 2000-07-17 2003-01-02 Bresemann David P. Resistor identification configuration circuitry and associated method
CN1379330A (zh) * 2001-04-06 2002-11-13 华为技术有限公司 一种检测单板在位的方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100421494C (zh) * 2005-06-13 2008-09-24 上海华为技术有限公司 一种接入网设备的数据配置方法
CN101860452A (zh) * 2010-05-21 2010-10-13 中兴通讯股份有限公司 网元的管理方法和系统

Also Published As

Publication number Publication date
CN1759375A (zh) 2006-04-12
AU2003221235A1 (en) 2004-10-18
CN100380320C (zh) 2008-04-09

Similar Documents

Publication Publication Date Title
US8312115B2 (en) Network booting apparatus and method
JP4024589B2 (ja) ネットワーク・デバイスのミミック・サポート
US7222229B1 (en) System for automated boot from disk image
US7506151B2 (en) System for managing boot-up of target computers
JP5150593B2 (ja) ブート前環境におけるウェブサービスを利用したプラットフォーム検出
US8332490B2 (en) Method, apparatus and program product for provisioning a computer system
WO2020024413A1 (fr) Procédé de commande du déploiement d'une plateforme informatique en nuage, serveur et support d'informations
CN111901177B (zh) 一种裸金属服务器网络配置方法、系统及相关设备
CN114070723B (zh) 裸金属服务器的虚拟网络配置方法、系统及智能网卡
JP2005109589A (ja) ネットワークスイッチ及びその動作方法、並びにブレードサーバ
JP2005504391A (ja) パーソナルコンピュータのアップグレード
KR101799447B1 (ko) 디바이스의 서버 연결 방법, 정보 제공 방법 및 이를 적용한 디바이스 및, 클라우딩 컴퓨팅 네트워크 시스템 및 그 동작 방법
US20050132360A1 (en) Network boot sequence in the absence of a DHCP server
JP2011129105A (ja) エンドポイントマシンの状態または物理的な位置に依存しないソフトウェア配信および更新サービスの提供
US9014041B2 (en) Method and system for configuring a device that has failed to obtain network address
WO2004086223A1 (fr) Procede de configuration automatique de monocarte
TWI648637B (zh) 於平台部署與操作行動作業系統的系統及其方法
EP3474501B1 (fr) Empilement de dispositifs de réseau
CN108234174B (zh) 虚拟网络功能的管理方法和装置
CN101917458B (zh) 一种向客户机发送网络引导程序的方法及装置
US7266820B2 (en) Trunked customized connectivity process for installing software onto an information handling system
US11792152B1 (en) Automatic detection-based IP allocation
CN110943975A (zh) 服务注册的方法、装置、计算机设备和存储介质
TWI766241B (zh) 開機模式設定方法、電子裝置及電腦可讀儲存媒體
JP2006252117A (ja) ネットワークブートシステム、クライアント端末の起動方法、および管理サーバ

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SC SD SE SG SK SL TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 20038262002

Country of ref document: CN

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP