CN108572852A - It is a kind of can be in the method for cross-network segment network startup - Google Patents

It is a kind of can be in the method for cross-network segment network startup Download PDF

Info

Publication number
CN108572852A
CN108572852A CN201810236373.7A CN201810236373A CN108572852A CN 108572852 A CN108572852 A CN 108572852A CN 201810236373 A CN201810236373 A CN 201810236373A CN 108572852 A CN108572852 A CN 108572852A
Authority
CN
China
Prior art keywords
rom
server
address
bios
network
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
CN201810236373.7A
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.)
Jiangsu Jin Shun Software Technology Development Co Ltd
Original Assignee
Jiangsu Jin Shun Software Technology Development 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 Jiangsu Jin Shun Software Technology Development Co Ltd filed Critical Jiangsu Jin Shun Software Technology Development Co Ltd
Priority to CN201810236373.7A priority Critical patent/CN108572852A/en
Publication of CN108572852A publication Critical patent/CN108572852A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4416Network booting; Remote initial program loading [RIPL]
    • 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/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Abstract

The invention discloses it is a kind of can include mainly three steps in the method for cross-network segment network startup:It writes and reads the ROM programs of local ip address and server ip address, deletes onboard PXE ROM, the customized BOOT ROM of installation;It realizes and uses cross-network segment(It can be across internet)Network startup connects centralized management system server, passes through network startup operating system.

Description

It is a kind of can be in the method for cross-network segment network startup
Technical field
The present invention relates to field of computer technology more particularly to it is a kind of can be in the method for cross-network segment network startup.
Background technology
Centralized management system, operating system is used to be provided by server, connected by network startup now with many units It is downloaded after server.Since onboard PXE obtains the machine IP and server ip by DHCP, and DHCP be by broadcast packet come It realizes.It is set up on internet if server and client side is cross-network segment or server, server The broadcast packet that client hair can not just be received, cause client can not Connection Service device, to can not down operation system.
Invention content
The purpose of the present invention is to provide it is a kind of can be in the method for cross-network segment network startup, to solve the above technical problems.
The present invention uses following technical scheme to achieve the above object:
It is a kind of can be in the method for cross-network segment network startup, which is characterized in that include the following steps:
1), write read local ip address and server ip address ROM programs:ROM code first is write with compilation and C, is used for Local ip address and the server IP address information stored on a storage device is read, bootstrap is then obtained by TFTP, Bootloader take over controls, obtain System guides file, and system bootstrap routine is obtained by Bootloader on server Mirror image data, and loading system start, program is then compiled as PNSBoot.rom files with gcc compilers;
2), delete onboard PXE ROM:Former mainboard BIOS is read using Awdflash.exe, is saved in bios.bin files, Then Cbrom.exe tools are used to delete the PXE codes in original bios.bin;
3), customized BOOT ROM are installed:Using Cbrom.exe tools PNSBoot.rom file synthesis to mainboard In bios.bin.
Compared with prior art, the present invention has the following advantages:The present invention, which realizes, uses cross-network segment(It can be across internet)Network startup connects centralized management system server, passes through network startup operating system.
Description of the drawings
Fig. 1 is the step flow diagram of the method for the present invention.
Specific implementation mode
The present invention is further elaborated in the following with reference to the drawings and specific embodiments.
Current most computer all supports network startup, the process of network startup as follows:
1, client computer self-test loads general PXE BOOT ROM.
2, PXE request DHCP.
3, server distributes IP.
4, after client computer obtains the machine IP and server ip, bootstrap (Bootloader) is obtained by TFTP
5, Bootloader take over controls obtain System guides file (NTLDR etc.)
6, system bootstrap routine obtains the mirror image data on server by Bootloader, and loading system starts;
In this process, the 2nd step PXE asks DHCP, the 3rd step server to distribute IP, realized by broadcast packet. But in actual environment, if server and client side is cross-network segment or server is to set up on internet , then server can not just receive the broadcast packet of client hair.This method generates to solve the problems, such as this.
Customized BOOT ROM are formed after this method code compilation, instead of the PXE BOOT ROM on original mainboard, are opened Dynamic process is as follows:
1, client computer self-test loads customized BOOT ROM.
2, customized BOOT ROM read configuration information, obtain the machine IP and server ip.
3, after client computer obtains the machine IP and server ip, bootstrap (Bootloader) is obtained by TFTP
4, Bootloader take over controls obtain System guides file (NTLDR etc.)
5, system bootstrap routine obtains the mirror image data on server by Bootloader, and loading system starts
Here the 2nd, 3 step in starting originally is replaced with the 2nd step, to solve the problem.
Specific method of the present invention, as shown in Figure 1, a kind of can include the following steps in the method for cross-network segment network startup:
1), write read local ip address and server ip address ROM programs:ROM code first is write with compilation and C, is used for Reading is stored in storage device(Hard disk or other storage mediums)On local ip address and server IP address information, then Bootstrap (Bootloader) is obtained by TFTP, Bootloader take over controls obtain System guides file (NTLDR Deng), system bootstrap routine obtains the mirror image data on server by Bootloader, and loading system starts, and then uses gcc Program is compiled as PNSBoot.rom files by compiler;
2), delete onboard PXE ROM:Former mainboard BIOS is read using Awdflash.exe, is saved in bios.bin files, Then Cbrom.exe tools are used to delete the PXE codes in original bios.bin;
3), customized BOOT ROM are installed:Using Cbrom.exe tools PNSBoot.rom file synthesis to mainboard In bios.bin.
The present invention, which realizes, uses cross-network segment(It can be across internet)Network startup connects centralized management system server, Pass through network startup operating system.
The above is present pre-ferred embodiments, for the ordinary skill in the art, according to the present invention Introduction, in the case where not departing from the principle of the present invention with spirit, changes, modifications, replacement and change that embodiment is carried out Type is still fallen within protection scope of the present invention.

Claims (1)

1. a kind of can be in the method for cross-network segment network startup, which is characterized in that include the following steps:
1), write read local ip address and server ip address ROM programs:ROM code first is write with compilation and C, is used for Local ip address and the server IP address information stored on a storage device is read, bootstrap is then obtained by TFTP, Bootloader take over controls, obtain System guides file, and system bootstrap routine is obtained by Bootloader on server Mirror image data, and loading system start, program is then compiled as PNSBoot.rom files with gcc compilers;
2), delete onboard PXE ROM:Former mainboard BIOS is read using Awdflash.exe, is saved in bios.bin files, Then Cbrom.exe tools are used to delete the PXE codes in original bios.bin;
3), customized BOOT ROM are installed:Using Cbrom.exe tools PNSBoot.rom file synthesis to mainboard In bios.bin.
CN201810236373.7A 2018-03-21 2018-03-21 It is a kind of can be in the method for cross-network segment network startup Pending CN108572852A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810236373.7A CN108572852A (en) 2018-03-21 2018-03-21 It is a kind of can be in the method for cross-network segment network startup

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810236373.7A CN108572852A (en) 2018-03-21 2018-03-21 It is a kind of can be in the method for cross-network segment network startup

Publications (1)

Publication Number Publication Date
CN108572852A true CN108572852A (en) 2018-09-25

Family

ID=63574568

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810236373.7A Pending CN108572852A (en) 2018-03-21 2018-03-21 It is a kind of can be in the method for cross-network segment network startup

Country Status (1)

Country Link
CN (1) CN108572852A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6578050B1 (en) * 2000-06-01 2003-06-10 Sprint Communications Company, L.P. Method and apparatus for implementing persistence in name services associated with computer system
CN1534473A (en) * 2003-04-01 2004-10-06 上海盈博电子科技发展有限公司 Starting system for diskless operating station and its method
CN1852328A (en) * 2005-08-02 2006-10-25 华为技术有限公司 Diskless workstation start system and method
CN101344852A (en) * 2008-09-02 2009-01-14 华为技术有限公司 Method, device and system for allocating WINDOWS enterprise edition operating system
CN101546270A (en) * 2009-05-08 2009-09-30 阿里巴巴集团控股有限公司 Automatic installation method for Linux operation system, device and system
CN101600001A (en) * 2009-06-29 2009-12-09 中兴通讯股份有限公司 Acquisition methods and device based on the configuration information of dynamic host allocation protocol
CN104158859A (en) * 2014-07-30 2014-11-19 华为技术有限公司 PXE-based information acquisition method, PXE (pre-boot execution environment) client, PXE server and system
WO2014201350A1 (en) * 2013-06-14 2014-12-18 Huawei Technologies Co., Ltd. Bootstrapping from a remote disk image via a network
CN106656721A (en) * 2016-11-16 2017-05-10 广州视源电子科技股份有限公司 Cross-vlan service connection method, device and system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6578050B1 (en) * 2000-06-01 2003-06-10 Sprint Communications Company, L.P. Method and apparatus for implementing persistence in name services associated with computer system
CN1534473A (en) * 2003-04-01 2004-10-06 上海盈博电子科技发展有限公司 Starting system for diskless operating station and its method
CN1852328A (en) * 2005-08-02 2006-10-25 华为技术有限公司 Diskless workstation start system and method
CN101344852A (en) * 2008-09-02 2009-01-14 华为技术有限公司 Method, device and system for allocating WINDOWS enterprise edition operating system
CN101546270A (en) * 2009-05-08 2009-09-30 阿里巴巴集团控股有限公司 Automatic installation method for Linux operation system, device and system
CN101600001A (en) * 2009-06-29 2009-12-09 中兴通讯股份有限公司 Acquisition methods and device based on the configuration information of dynamic host allocation protocol
WO2014201350A1 (en) * 2013-06-14 2014-12-18 Huawei Technologies Co., Ltd. Bootstrapping from a remote disk image via a network
CN104158859A (en) * 2014-07-30 2014-11-19 华为技术有限公司 PXE-based information acquisition method, PXE (pre-boot execution environment) client, PXE server and system
CN106656721A (en) * 2016-11-16 2017-05-10 广州视源电子科技股份有限公司 Cross-vlan service connection method, device and system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
群凖科技股份有限公司: "EVO Client-当Client端跨网段无法连接到EVO Cloud Server时的解决方法", 《HTTP://WEBNAS.BHES.NTPC.EDU.TW/WORDPRESS/WP-CONTENT/UPLOADS/2017/03/EVO-CLOUD-CLIENT-當CLIENT端跨網段無法連接到CLOUD-SERVER時的解決方法20140616_V200.PDF》 *
郁建政: "用PXE技术构建NT-98无盘工作站", 《电脑知识与技术》 *

Similar Documents

Publication Publication Date Title
CN110147240B (en) Cloud storage-based application program installation method, system and storage medium
CN103227812B (en) Smart machine is supported method for down loading and the device of breakpoint transmission
US20110131293A1 (en) Data delivery apparatus and data delivery method
US20090210871A1 (en) System and method for software application migration
CN100461097C (en) Side-by-side drivers
CN109840096B (en) Installation method and device of operating system
US20100306380A1 (en) Systems and methods for retiring target machines by a provisioning server
US7512833B1 (en) Universal imaging utility program
CN101546270A (en) Automatic installation method for Linux operation system, device and system
JP2013543200A (en) Networked recovery system
CN103746833A (en) PXE-based RAID automatic configuration method and system
CN103810416A (en) Software installation or uninstallation method and device
CN106873970B (en) Installation method and device of operating system
CN113391796B (en) Construction method, device, equipment and medium of integrated development environment
CN105183529A (en) Method for refreshing server firmware, target server, source server and system
CN108228077B (en) Storage area management method, operation method, device, equipment and readable medium
CN111930396B (en) Upgrading method of communication module in 4G router based on notify mechanism
CN104317623A (en) Management method of preset application programs of mobile terminal and mobile terminal
CN107463388A (en) A kind of UEFI non-disk startups method
US20180136939A1 (en) Efficient booting system
CN105183528A (en) Server bios upgrading method and system
CN111061496A (en) PXE installation method and device for Linux operating system
US10572151B2 (en) System and method to allocate available high bandwidth memory to UEFI pool services
US7340738B2 (en) Time optimized replacement of a software application
CN112486508B (en) Deployment method of operating system, server and computer storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 210000 rooms 503 and 504, building 04, No.18, Jiangdong Street, Jialing, Jianye District, Nanjing City, Jiangsu Province

Applicant after: Jiangsu Jiangbo Information Technology Co.,Ltd.

Address before: 210000 rooms 503 and 504, building 04, No.18, Jiangdong Street, Jialing, Jianye District, Nanjing City, Jiangsu Province

Applicant before: JIANGSU CHANGSHUN JUMPLE SOFTWARE TECHNOLOGY DEVELOPMENT Co.,Ltd.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20180925