CN110677505A - Method and device for configuring static IP in batch - Google Patents
Method and device for configuring static IP in batch Download PDFInfo
- Publication number
- CN110677505A CN110677505A CN201910750262.2A CN201910750262A CN110677505A CN 110677505 A CN110677505 A CN 110677505A CN 201910750262 A CN201910750262 A CN 201910750262A CN 110677505 A CN110677505 A CN 110677505A
- Authority
- CN
- China
- Prior art keywords
- network configuration
- operating system
- configuration table
- configuring
- system installation
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 37
- 230000003068 static effect Effects 0.000 title claims abstract description 33
- 238000009434 installation Methods 0.000 claims abstract description 59
- 238000013515 script Methods 0.000 claims description 23
- 230000004044 response Effects 0.000 claims description 19
- 238000012423 maintenance Methods 0.000 abstract description 6
- 230000006870 function Effects 0.000 description 7
- 238000004590 computer program Methods 0.000 description 6
- 238000005516 engineering process Methods 0.000 description 4
- 230000003287 optical effect Effects 0.000 description 4
- 230000008569 process Effects 0.000 description 4
- 230000001360 synchronised effect Effects 0.000 description 3
- 238000004422 calculation algorithm Methods 0.000 description 2
- 238000013461 design Methods 0.000 description 2
- 238000011161 development Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 239000000835 fiber Substances 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000005457 optimization Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 230000006837 decompression Effects 0.000 description 1
- 238000011900 installation process Methods 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 238000010295 mobile communication Methods 0.000 description 1
- 238000004806 packaging method and process Methods 0.000 description 1
- 238000005192 partition Methods 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/50—Address allocation
- H04L61/5007—Internet protocol [IP] addresses
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Stored Programmes (AREA)
Abstract
The invention provides a method for configuring static IP in batches, which comprises the following steps: configuring a network configuration table and putting the network configuration table into an operating system installation mirror image, wherein the network configuration table comprises the corresponding relation between the serial numbers of a plurality of servers and network configuration information; installing the operating system using the operating system installation image and running the auto-answer file to perform the following: acquiring a serial number of a current server; searching the network configuration information configured for the server in the network configuration table according to the serial number; and configuring a static IP for the server according to the acquired network configuration information. By the method and the device, the time for the operation and maintenance personnel to manually configure the IP one by one is saved, and the working efficiency is improved.
Description
Technical Field
The present invention relates to the field of computers, and more particularly, to a method and apparatus for configuring static IP in batches.
Background
With the continuous development of internet technology, the number of servers is also increasing, and IT operation and maintenance become important components in IT service connotation. In the face of more and more complex services and more diversified user requirements, continuously expanded IT applications need more and more reasonable modes to guarantee that IT services can be continuously guaranteed flexibly, conveniently, safely and stably, and the guarantee factor in the modes is IT operation and maintenance. From the development of a few initial servers to a huge data center, the requirements on the aspects of technology, business, management and the like cannot be met by people, and the factors for reducing the IT service cost such as standardization, automation, architecture optimization, process optimization and the like are more and more emphasized by people. When a server is put on shelf, initialization work such as installation of an operating system of server equipment, network configuration and the like needs to be completed, so that the newly-entered server can work normally. Among the tasks of configuring these servers in bulk, IP planning and configuration is an important ring.
How to rapidly automate the batch configuration of IP for servers becomes a problem to be considered by the present invention.
Disclosure of Invention
In view of this, an object of the embodiments of the present invention is to provide a method for configuring static IPs in batch, which automatically obtains and configures static IPs of an operating system by writing an installed script in an auto-answer file.
Based on the above object, an aspect of the embodiments of the present invention provides a method for configuring static IPs in batch, including the following steps:
configuring a network configuration table and putting the network configuration table into an operating system installation mirror image, wherein the network configuration table comprises the corresponding relation between the serial numbers of a plurality of servers and network configuration information;
installing an operating system using the operating system installation image, and running an auto-answer file to perform the following:
acquiring a serial number of a current server;
searching the network configuration information configured for the server in the network configuration table according to the serial number;
and configuring a static IP for the server according to the acquired network configuration information.
In some embodiments, the network configuration information includes an IP address, a gateway, a mask, a DNS (Domain name system).
In some embodiments, said configuring the network configuration table and placing the network configuration table into the operating system installation image comprises:
and decompressing the operating system installation mirror image, copying the automatic response file and the network configuration table to the mirror image directory, and repackaging the operating system installation mirror image.
In some embodiments, the installing the operating system using the operating system installation image and running the auto-answer file to perform operations comprising:
and running the installed script in the automatic response file after the installation of the operating system is finished.
In some embodiments, the post-installation script is written using a shell.
Another aspect of the embodiments of the present invention provides a device for configuring static IPs in batch, including:
at least one processor; and
a memory storing program code executable by the processor, the program code implementing the following steps when executed by the processor:
configuring a network configuration table and putting the network configuration table into an operating system installation mirror image, wherein the network configuration table comprises the corresponding relation between the serial numbers of a plurality of servers and network configuration information;
installing an operating system using the operating system installation image, and running an auto-answer file to perform the following:
acquiring a serial number of a current server;
searching the network configuration information configured for the server in the network configuration table according to the serial number;
and configuring a static IP for the server according to the acquired network configuration information.
In some embodiments, the network configuration information includes IP address, gateway, mask, DNS.
In some embodiments, said configuring the network configuration table and placing the network configuration table into the operating system installation image comprises:
and decompressing the operating system installation mirror image, copying the automatic response file and the network configuration table to the mirror image directory, and repackaging the operating system installation mirror image.
In some embodiments, the installing the operating system using the operating system installation image and running the auto-answer file to perform operations comprising:
and running the installed script in the automatic response file after the installation of the operating system is finished.
In some embodiments, the post-installation script is written using a shell.
The invention has the following beneficial technical effects: the method and the device for configuring the static IP in batches can realize automatic configuration of the static IP in batches in the process of installing the operating system, save the time for manually configuring the IP by operation and maintenance personnel one by one equipment, improve the working efficiency and improve the preparation rate of machine room network planning implementation.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a flow chart of a method of bulk configuration of static IP in accordance with the present invention;
fig. 2 is a schematic diagram of a hardware structure of an apparatus for configuring static IPs in batch according to the present invention.
Detailed Description
Embodiments of the present invention are described below. However, it is to be understood that the disclosed embodiments are merely examples and that other embodiments may take various and alternative forms. The figures are not necessarily to scale; certain features may be exaggerated or minimized to show details of particular components. Therefore, specific structural and functional details disclosed herein are not to be interpreted as limiting, but merely as a representative basis for teaching one skilled in the art to variously employ the present invention. As one of ordinary skill in the art will appreciate, various features illustrated and described with reference to any one of the figures may be combined with features illustrated in one or more other figures to produce embodiments that are not explicitly illustrated or described. The combination of features shown provides a representative embodiment for a typical application. However, various combinations and modifications of the features consistent with the teachings of the present invention may be desired for certain specific applications or implementations.
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
Prior to understanding the method, knowledge of the auto-answer file in the operating system installation is required. The auto-answer file is a generic term for a class of files that contain the contents of the operating system's various initialization configurations. In the traditional operating system installation process, operation and maintenance personnel need to manually fill in or select configuration contents including information such as hard disk partitions, network configuration, languages, keyboards, user account passwords and the like when an operating system pops up an inquiry. But using an auto-answer file, the configuration can be automatically filled in by skipping these queries. Before the operating system starts to be installed, kernel parameters are added in the configuration of a boot operating system installation program, and the position of a response file is specified; when the operating system is installed, the response file is loaded, the file is searched for the content of the configuration item to be inquired, and the configuration is automatically filled.
The content of the auto-answer file includes, in addition to the above configuration information, a software package, a preinstalled script, an installed script, and the like. The software package designates pre-installed software of the operating system, and the pre-installed script and the installed script support custom editing and are independently executed before and after the operating system is installed.
The KictkStart auto-answer file is used as an example below, as follows:
the KictkStart automatic response file supports the installation of operating systems such as RedHat, CentOS and the like, and a pre-installation script and an installed script of the KictkStart automatic response file are written by using a shell. Likewise, the AustoYast auto-answer file supporting the SUSE operating system installation and the pre-established auto-answer file supporting the ubuntu operating system have similar formats.
In view of the above object, an aspect of the embodiments of the present invention provides a method for configuring static IPs in batch, as shown in fig. 1, including the following steps:
step S101: configuring a network configuration table and putting the network configuration table into an operating system installation mirror image, wherein the network configuration table comprises the corresponding relation between the serial numbers of a plurality of servers and network configuration information;
step S102: installing an operating system using the operating system installation image, and running an auto-answer file to perform the following:
acquiring a serial number of a current server;
searching the network configuration information configured for the server in the network configuration table according to the serial number;
and configuring a static IP for the server according to the acquired network configuration information.
In some embodiments, the network configuration information includes IP address, gateway, mask, DNS. It should be understood that the network configuration signal may not be limited thereto.
In some embodiments, said configuring the network configuration table and placing the network configuration table into the operating system installation image comprises: and decompressing the operating system installation mirror image, copying the automatic response file and the network configuration table to the mirror image directory, and repackaging the operating system installation mirror image. And adding a compiled automatic response file and a pre-planned network configuration table into an installation mirror image of the operating system, wherein the table comprises information required by the network configuration of the server, such as an IP address, a gateway, a mask, a DNS (domain name system) and the like. The commands for installing the mirror image in the decompression and packaging operations are as follows: 1) decompressing commands: img | cpio-div, xz-dcinitrd
2) And (3) compressing a command: fin, | cpio-co | xz-9-format ═ lzma >/path/of/initrd.
In some embodiments, said installing an operating system using said operating system installation image and running an auto-answer file to perform operations further comprises: and running the installed script in the automatic response file after the installation of the operating system is finished. Firstly, planning a machine room network and compiling a network configuration table; then compiling an installed script and writing the installed script into an automatic response file; decompressing the installation mirror image of the operating system, and copying the compiled automatic response file and the network configuration table to the directory of the installation mirror image of the operating system; repackaging the operating system installation image, and installing the operating system by using the customized installation image.
In some embodiments, the post-installation script is written using a shell. It should of course be understood that other machine languages may be used to describe the post-installation scripts of the present invention.
In some embodiments, taking the ubuntu os auto-answer file as an example, the installed script content is as follows:
where technically feasible, the technical features listed above for the different embodiments may be combined with each other or changed, added, omitted, etc. to form further embodiments within the scope of the invention.
It can be seen from the foregoing embodiments that the method for configuring static IPs in batch provided in the embodiments of the present invention can implement automatic configuration of static IPs in batch in the process of installing an operating system, save the time for an operation and maintenance worker to manually configure IPs on a device-by-device basis, improve the working efficiency, and improve the preparation rate for implementing network planning in a machine room.
In view of the foregoing, another aspect of the embodiments of the present invention provides an apparatus for configuring static IPs in batch, including:
at least one processor; and
a memory storing program code executable by the processor, the program code implementing the following steps when executed by the processor:
configuring a network configuration table and putting the network configuration table into an operating system installation mirror image, wherein the network configuration table comprises the corresponding relation between the serial numbers of a plurality of servers and network configuration information;
installing an operating system using the operating system installation image, and running an auto-answer file to perform the following:
acquiring a serial number of a current server;
searching the network configuration information configured for the server in the network configuration table according to the serial number;
and configuring a static IP for the server according to the acquired network configuration information.
In some embodiments, the network configuration information includes IP address, gateway, mask, DNS.
In some embodiments, said configuring the network configuration table and placing the network configuration table into the operating system installation image comprises: and decompressing the operating system installation mirror image, copying the automatic response file and the network configuration table to the mirror image directory, and repackaging the operating system installation mirror image.
In some embodiments, said installing an operating system using said operating system installation image and running an auto-answer file to perform operations further comprises: and running the installed script in the automatic response file after the installation of the operating system is finished.
In some embodiments, the post-installation script is written using a shell.
Fig. 2 is a schematic hardware structural diagram of an embodiment of an apparatus for bulk configuration of static IPs according to the present invention.
Taking the computer device shown in fig. 2 as an example, the computer device includes a processor 201 and a memory 202, and may further include: an input device 203 and an output device 204.
The processor 201, the memory 202, the input device 203 and the output device 204 may be connected by a bus or other means, and fig. 2 illustrates the connection by a bus as an example.
The memory 202, which is a non-volatile computer-readable storage medium, may be used to store non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions/modules corresponding to the method for batch configuration of static IPs in the embodiments of the present application. The processor 201 executes various functional applications of the server and data processing by running nonvolatile software programs, instructions and modules stored in the memory 202, that is, the method for batch configuration of static IP of the above-described method embodiment is implemented.
The memory 202 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to a method of bulk configuration of static IPs, and the like. Further, the memory 202 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, memory 202 may optionally include memory located remotely from processor 201, which may be connected to local modules via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 203 may receive input numeric or character information and generate key signal inputs related to user settings and function control of the computer apparatus of the method of bulk configuration of static IPs. The output means 304 may comprise a display device such as a display screen.
Program instructions/modules corresponding to the one or more methods for configuring static IP in bulk are stored in the memory 202, and when executed by the processor 201, perform the method for configuring static IP in bulk in any of the above method embodiments.
Any embodiment of the computer device executing the method for batch configuration of static IP can achieve the same or similar effects as any corresponding method embodiment.
Finally, it should be noted that, as will be understood by those skilled in the art, all or part of the processes in the methods of the above embodiments may be implemented by a computer program, which may be stored in a computer-readable storage medium, and when executed, may include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), a Random Access Memory (RAM), or the like.
In addition, the apparatuses, devices and the like disclosed in the embodiments of the present invention may be various electronic terminal devices, such as a mobile phone, a Personal Digital Assistant (PDA), a tablet computer (PAD), a smart television and the like, or may be a large terminal device, such as a server and the like, and therefore the scope of protection disclosed in the embodiments of the present invention should not be limited to a specific type of apparatus, device. The client disclosed in the embodiment of the present invention may be applied to any one of the above electronic terminal devices in the form of electronic hardware, computer software, or a combination of both.
Furthermore, the method disclosed according to an embodiment of the present invention may also be implemented as a computer program executed by a CPU, and the computer program may be stored in a computer-readable storage medium. The computer program, when executed by the CPU, performs the above-described functions defined in the method disclosed in the embodiments of the present invention.
Further, the above method steps and system elements may also be implemented using a controller and a computer readable storage medium for storing a computer program for causing the controller to implement the functions of the above steps or elements.
Further, it should be appreciated that the computer-readable storage media (e.g., memory) described herein can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory. By way of example, and not limitation, nonvolatile memory can include Read Only Memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which can act as external cache memory. By way of example and not limitation, RAM is available in a variety of forms such as synchronous RAM (DRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The storage devices of the disclosed aspects are intended to comprise, without being limited to, these and other suitable types of memory.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the disclosed embodiments of the present invention.
The various illustrative logical blocks, modules, and circuits described in connection with the disclosure herein may be implemented or performed with the following components designed to perform the functions described herein: a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. A general purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP, and/or any other such configuration.
The steps of a method or algorithm described in connection with the disclosure herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a user terminal. In the alternative, the processor and the storage medium may reside as discrete components in a user terminal.
In one or more exemplary designs, the functions may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a general-purpose or special-purpose computer, or a general-purpose or special-purpose processor. Also, any connection is properly termed a computer-readable medium. For example, if the software is transmitted from a website, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, Digital Subscriber Line (DSL), or wireless technologies such as infrared, radio, and microwave, then the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium. Disk and disc, as used herein, includes Compact Disc (CD), laser disc, optical disc, Digital Versatile Disc (DVD), floppy disk, blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk, an optical disk, or the like.
The above-described embodiments are possible examples of implementations and are presented merely for a clear understanding of the principles of the invention. Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of an embodiment of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.
Claims (10)
1. A method for configuring static IP in batches, comprising the steps of:
configuring a network configuration table and putting the network configuration table into an operating system installation mirror image, wherein the network configuration table comprises the corresponding relation between the serial numbers of a plurality of servers and network configuration information;
installing an operating system using the operating system installation image, and running an auto-answer file to perform the following:
acquiring a serial number of a current server;
searching the network configuration information configured for the server in the network configuration table according to the serial number;
and configuring a static IP for the server according to the acquired network configuration information.
2. The method of claim 1, wherein the network configuration information comprises an IP address, a gateway, a mask, and a DNS.
3. The method of claim 1, wherein configuring the network configuration table and placing the network configuration table into an operating system installation image comprises:
and decompressing the operating system installation mirror image, copying the automatic response file and the network configuration table to the mirror image directory, and repackaging the operating system installation mirror image.
4. The method of claim 1, wherein installing an operating system using the operating system installation image and running an auto-answer file to perform operations comprising:
and running the installed script in the automatic response file after the installation of the operating system is finished.
5. The method of claim 4, wherein the installed script is written using a shell.
6. An apparatus for batch configuration of static IPs, comprising:
at least one processor; and
a memory storing program code executable by the processor, the program code implementing the following steps when executed by the processor:
configuring a network configuration table and putting the network configuration table into an operating system installation mirror image, wherein the network configuration table comprises the corresponding relation between the serial numbers of a plurality of servers and network configuration information;
installing an operating system using the operating system installation image, and running an auto-answer file to perform the following:
acquiring a serial number of a current server;
searching the network configuration information configured for the server in the network configuration table according to the serial number;
and configuring a static IP for the server according to the acquired network configuration information.
7. The apparatus of claim 6, wherein the network configuration information comprises an IP address, a gateway, a mask, a DNS.
8. The apparatus of claim 6, wherein the configuring the network configuration table and placing the network configuration table into an operating system installation image comprises:
and decompressing the operating system installation mirror image, copying the automatic response file and the network configuration table to the mirror image directory, and repackaging the operating system installation mirror image.
9. The apparatus of claim 6, wherein the installing the operating system using the operating system installation image and running the auto-answer file to perform operations comprising:
and running the installed script in the automatic response file after the installation of the operating system is finished.
10. The apparatus of claim 9, wherein the installed script is written using a shell.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910750262.2A CN110677505A (en) | 2019-08-14 | 2019-08-14 | Method and device for configuring static IP in batch |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910750262.2A CN110677505A (en) | 2019-08-14 | 2019-08-14 | Method and device for configuring static IP in batch |
Publications (1)
Publication Number | Publication Date |
---|---|
CN110677505A true CN110677505A (en) | 2020-01-10 |
Family
ID=69068856
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910750262.2A Pending CN110677505A (en) | 2019-08-14 | 2019-08-14 | Method and device for configuring static IP in batch |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110677505A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111988166A (en) * | 2020-07-15 | 2020-11-24 | 杭州海康威视数字技术股份有限公司 | WIFI configuration method and device, electronic equipment and readable storage medium |
WO2022148291A1 (en) * | 2021-01-08 | 2022-07-14 | 苏州浪潮智能科技有限公司 | Method and system for configuring bmc ip addresses of bare metal servers, medium and device |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1916861A (en) * | 2006-07-21 | 2007-02-21 | 华为技术有限公司 | Method for modifying configuration information of computer |
CN101398762A (en) * | 2007-09-29 | 2009-04-01 | 联想(北京)有限公司 | Method and device for automatic installing operating system on computer |
CN106406951A (en) * | 2016-09-20 | 2017-02-15 | 杭州昆海信息技术有限公司 | An installing method and device for an operating system |
CN107479888A (en) * | 2017-08-11 | 2017-12-15 | 携程旅游信息技术(上海)有限公司 | Operating system mirror image deployment services device method, system, equipment and storage medium |
CN108810192A (en) * | 2018-07-20 | 2018-11-13 | 郑州云海信息技术有限公司 | A kind of static IP configuration method, device, equipment and readable storage medium storing program for executing |
CN108900656A (en) * | 2018-08-23 | 2018-11-27 | 郑州云海信息技术有限公司 | A kind of method and device of batch deployment |
CN109167687A (en) * | 2018-09-05 | 2019-01-08 | 山东浪潮云投信息科技有限公司 | A kind of method and system of batch initialization physical server cluster network configuration |
-
2019
- 2019-08-14 CN CN201910750262.2A patent/CN110677505A/en active Pending
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1916861A (en) * | 2006-07-21 | 2007-02-21 | 华为技术有限公司 | Method for modifying configuration information of computer |
CN101398762A (en) * | 2007-09-29 | 2009-04-01 | 联想(北京)有限公司 | Method and device for automatic installing operating system on computer |
CN106406951A (en) * | 2016-09-20 | 2017-02-15 | 杭州昆海信息技术有限公司 | An installing method and device for an operating system |
CN107479888A (en) * | 2017-08-11 | 2017-12-15 | 携程旅游信息技术(上海)有限公司 | Operating system mirror image deployment services device method, system, equipment and storage medium |
CN108810192A (en) * | 2018-07-20 | 2018-11-13 | 郑州云海信息技术有限公司 | A kind of static IP configuration method, device, equipment and readable storage medium storing program for executing |
CN108900656A (en) * | 2018-08-23 | 2018-11-27 | 郑州云海信息技术有限公司 | A kind of method and device of batch deployment |
CN109167687A (en) * | 2018-09-05 | 2019-01-08 | 山东浪潮云投信息科技有限公司 | A kind of method and system of batch initialization physical server cluster network configuration |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111988166A (en) * | 2020-07-15 | 2020-11-24 | 杭州海康威视数字技术股份有限公司 | WIFI configuration method and device, electronic equipment and readable storage medium |
WO2022148291A1 (en) * | 2021-01-08 | 2022-07-14 | 苏州浪潮智能科技有限公司 | Method and system for configuring bmc ip addresses of bare metal servers, medium and device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9439025B1 (en) | Multi-step mobile device initiation with intermediate partial reset | |
US9042877B1 (en) | System and method for retrofitting a branding framework into a mobile communication device | |
US20210250244A1 (en) | Internet of things system topology generation | |
CN111124288B (en) | VPD storage management method, device, equipment and readable storage medium | |
US10824642B2 (en) | Data synchronization architecture | |
US9462459B2 (en) | Mobile device configuration system and method | |
CN103634393A (en) | IVR (interactive voice response) and realization method thereof | |
CN110677505A (en) | Method and device for configuring static IP in batch | |
CN114385164A (en) | Page generation and rendering method and device, electronic equipment and storage medium | |
WO2019139855A1 (en) | Data driven user interfaces for device management | |
CN112214250A (en) | Application program assembly loading method and device | |
CN114371914A (en) | Container IP address configuration method and device, storage medium and electronic equipment | |
CN110968333A (en) | Configuration information replacement method and device, machine-readable storage medium and processor | |
KR20130014203A (en) | Multi operating system flatform in smart devices | |
WO2020135129A1 (en) | Method and device for loading plug-in of application, and terminal | |
US12068933B2 (en) | Launcher application with connectivity detection for shared mobile devices | |
KR20150123879A (en) | Method and apparatus for prefetching device drivers for peripheral devices connected to a smartphone prior to high-level operating system(hlos) boot | |
CN110659035A (en) | Method and device for batch mounting of mirror images based on BMC | |
US20150378688A1 (en) | Developing rich internet application | |
US11757976B2 (en) | Unified application management for heterogeneous application delivery | |
US10631177B1 (en) | Mobile phone chipset parameter adaptation framework | |
CN114880000A (en) | Remote operation and maintenance method and device for industrial personal computer, electronic equipment and storage medium | |
CN114090127A (en) | Electronic device, loading method and medium of configuration file of electronic device | |
KR101553539B1 (en) | Dynamic link providing method and computer readable storage medium for program therefor | |
KR102368826B1 (en) | Cloud Server And Method of Thereof |
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 | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20200110 |
|
RJ01 | Rejection of invention patent application after publication |