CN109376024B - Service information configuration method and device - Google Patents

Service information configuration method and device Download PDF

Info

Publication number
CN109376024B
CN109376024B CN201811293242.9A CN201811293242A CN109376024B CN 109376024 B CN109376024 B CN 109376024B CN 201811293242 A CN201811293242 A CN 201811293242A CN 109376024 B CN109376024 B CN 109376024B
Authority
CN
China
Prior art keywords
service
command line
request message
information
message structure
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.)
Active
Application number
CN201811293242.9A
Other languages
Chinese (zh)
Other versions
CN109376024A (en
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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201811293242.9A priority Critical patent/CN109376024B/en
Publication of CN109376024A publication Critical patent/CN109376024A/en
Application granted granted Critical
Publication of CN109376024B publication Critical patent/CN109376024B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses a service information configuration method and a device, comprising the following steps: receiving the command line by using a command line receiving module and verifying the parameters of the command line; assigning the command line to a global service structure by using a command line receiving module; assigning a global service structure to a request message structure by using an information processing module for packaging; verifying parameters in the request message structure by using the information processing module; and performing service configuration by using the information processing module through the parameters in the request message structure body. The technical scheme of the invention can configure the service information aiming at different BMCs or different types of BMCs, and is convenient for a user to inquire and configure the service information through a command line when the web service is stopped.

Description

Service information configuration method and device
Technical Field
The present invention relates to the field of computers, and more particularly, to a method and an apparatus for configuring service information.
Background
With the rapid development of the internet, the living standard of people has changed qualitatively, such as the consumption on the internet, network communication, working environment and the like, which are all supported by computers. The high-performance processing data is processed by the operation server, so that the stability and reliability of the operation of the server are very important. The Baseboard Management Controller (BMC) can monitor the temperature, voltage, fan, power supply and other resources of the system, and can prompt a user whether the system has problems by monitoring various hardware information. The information of the system service configuration, such as the configuration of web service, ssh service and the like, can be viewed in the BMC interface. But if the web service is not opened, the service configuration can not be carried out through the interface. Also, some users are accustomed to configuring service information using a command line interface, and there is no such means in the BMC.
Aiming at the problem that the BMC cannot configure the service information through a command line when the web service is stopped in the prior art, no effective solution is provided at present.
Disclosure of Invention
In view of this, an embodiment of the present invention provides a method and an apparatus for configuring service information, which can configure service information for different BMCs or different types of BMCs, and facilitate a user to query and configure service information through a command line when a web service is disabled.
Based on the above object, an aspect of the embodiments of the present invention provides a method for configuring service information, including the following steps:
receiving the command line by using a command line receiving module and verifying the parameters of the command line;
assigning the command line to a global service structure by using a command line receiving module;
assigning a global service structure to a request message structure by using an information processing module for packaging;
verifying parameters in the request message structure by using the information processing module;
and performing service configuration by using the information processing module through the parameters in the request message structure body.
In some embodiments, the parameters of the command line include a service name, and verifying the parameters of the command line includes the steps of:
listing all available service names;
judging whether the service name of the command line is an available service name or not;
when the service name of the command line is available, whether the non-service name parameter value of the command line accords with a preset rule related to the service name is judged.
In some embodiments, the available service names include at least one of: web, kvm, cd-media, fd-media, hd-media, ssh, telnet, solsh.
In some embodiments, the global service structure includes a service name, and assigning the global service structure to the request message structure for encapsulation includes the following steps:
acquiring a service name and a service ID corresponding to the service name from a global service structure;
and assigning the service ID and the non-service name parameter to a request message structure body for packaging.
In some embodiments, the parameters in the authentication request message structure include: the non-service name parameter in the request message structure is verified.
In some embodiments, using an information processing module to perform service configuration via parameters in the request message structure comprises: and carrying out service configuration through an intelligent platform management interface.
In some embodiments, after the service configuration is performed, the information processing module is used to store the result of the service configuration in the result message structure and display the information in the result message structure after format processing.
In some embodiments, the service configuration includes querying the service information and setting the service information; querying the service information includes querying at least one of: the method comprises the steps of obtaining a service name, a service state, a service interface, a service non-safety port number, a service safety port number, service timeout time, a maximum session number and a current active session number; setting the service information includes setting at least one of: service enable state, service non-secure port number, service timeout time.
In another aspect of the embodiments of the present invention, a device for configuring service information is further provided, including:
at least one processor; and
a memory storing program code executable by the processor, wherein the program code comprises:
the command line receiving module is used for receiving the command line and verifying the parameters of the command line; assigning the command line to a global service structure; and
the information processing module is used for assigning the global service structure body to the request message structure body and packaging the global service structure body; verifying parameters in the request message structure; and performing service configuration through the parameters in the request message structure body.
In another aspect of the embodiments of the present invention, a server or a device with the foregoing service information configuration is also provided.
The invention has the following beneficial technical effects: according to the service information configuration method and device provided by the embodiment of the invention, the command line receiving module is used for receiving the command line and verifying the parameters of the command line, and the command line is assigned to the global service structure; the technical scheme that the information processing module is used for assigning the global service structure body to the request message structure body to be packaged, verifying the parameters in the request message structure body and carrying out service configuration through the parameters in the request message structure body can carry out service information configuration aiming at different BMCs or different types of BMCs, and is convenient for users to inquire and configure service information through a command line when the web service is stopped.
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 schematic flow chart of a service information configuration method provided by the present invention;
fig. 2 is a schematic diagram of a service configuration function of the service information configuration method provided by the present invention.
Detailed Description
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.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it is understood that "first" and "second" are only used for convenience of expression and should not be construed as limitations to the embodiments of the present invention, and the descriptions thereof in the following embodiments are omitted.
In view of the foregoing, a first aspect of the embodiments of the present invention provides an embodiment of a method for configuring service information for different BMCs or different types of BMCs. Fig. 1 is a flowchart illustrating an embodiment of a service information configuration method provided by the present invention.
The service information configuration method comprises the following steps:
step S101, receiving a command line by using a command line receiving module, and verifying parameters of the command line;
step S103, assigning the command line to a global service structure body by using a command line receiving module;
step S105, assigning a global service structure to a request message structure by using an information processing module for packaging;
step S107, using the information processing module to verify the parameters in the request message structure;
step S109, using the information processing module to configure the service through the parameters in the request message structure.
The embodiment of the invention provides a system service configuration method based on BMC, which is convenient for a user to inquire or configure service through a command line device when a web service is not started through configuring service information and checking the service information through the command line, and can simultaneously solve the problem by starting ssh service.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can 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. Embodiments of the computer program may achieve the same or similar effects as any of the preceding method embodiments to which it corresponds.
In some embodiments, the parameters of the command line include a service name, and verifying the parameters of the command line includes the steps of:
listing all available service names;
judging whether the service name of the command line is an available service name or not;
when the service name of the command line is available, whether the non-service name parameter value of the command line accords with a preset rule related to the service name is judged.
In some embodiments, the available service names include at least one of: web, kvm, cd-media, fd-media, hd-media, ssh, telnet, solsh.
The method disclosed according to an embodiment of the present invention may also be implemented as a computer program executed by a CPU, which 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. The above method steps 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.
And the command line receiving module performs service function option acquisition and verification according to the command line parameters input by the user. The service name is first listed in the options list: web, kvm, cd-media, fd-media, hd-media, ssh, telnet, solsh, only service names in the option list can be configured. The pass option list is compared with the command line parameters and if in the option list, the verification is passed. And then analyzing the residual parameters of the command line, verifying the reasonability of the values of the residual parameters, and acquiring corresponding information to assign to the global service structure. For example, configuring the service state of the telnet service as enabled state enable and the non-secure port number as 2124, a command service set telnet state enable non-secure report 2124 may be used. Telnet service information can be viewed through the service get telnet command line.
The method steps 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 some embodiments, the global service structure includes a service name, and assigning the global service structure to the request message structure for encapsulation includes the following steps:
acquiring a service name and a service ID corresponding to the service name from a global service structure;
and assigning the service ID and the non-service name parameter to a request message structure body for packaging.
In some embodiments, the parameter in the authentication request message structure is a non-service name parameter in the authentication request message structure.
In some embodiments, using the information processing module to perform service configuration by requesting parameters in the message structure comprises: and carrying out service configuration through an intelligent platform management interface.
In some embodiments, after the service configuration is performed, the information processing module is further used for storing the result of the service configuration in the result message structure and displaying the information in the result message structure after the format processing.
The various illustrative logical 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 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 information processing module designs a request message structural body and a result message structural body, and assigns corresponding data of the global service structural body to the request message structural body for packaging. Specifically, in the setting of the service configuration function, a service ID needs to be obtained according to a service name, then the service ID and a message in a command line parameter are assigned to the request message structure body at the same time for encapsulation, and then data in the request message structure body is verified (for example, whether a port number is between 0 and 65535). And then sending the packaged message, completing the function of a service configuration command line through an IPMI (intelligent platform management interface) protocol, storing the returned message in a result message structure, and displaying the message after format processing. The service information may be viewed through the acquisition information of the service configuration module.
As shown in fig. 2, the service configuration includes inquiring service information and setting service information; querying the service information includes querying at least one of: the method comprises the steps of obtaining a service name, a service state, a service interface, a service non-safety port number, a service safety port number, service timeout time, a maximum session number and a current active session number; setting the service information includes setting at least one of: service enable state, service non-secure port number, service timeout time.
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.
As can be seen from the foregoing embodiments, in the service information configuration method provided in the embodiments of the present invention, the command line receiving module is used to receive the command line and verify the parameters of the command line, and the command line is assigned to the global service structure; the technical scheme that the information processing module is used for assigning the global service structure body to the request message structure body to be packaged, verifying the parameters in the request message structure body and carrying out service configuration through the parameters in the request message structure body can carry out service information configuration aiming at different BMCs or different types of BMCs, and is convenient for users to inquire and configure service information through a command line when the web service is stopped.
It should be particularly noted that, the steps in the embodiments of the service information configuration method described above may be mutually intersected, replaced, added, or deleted, and therefore, the service information configuration method based on these reasonable permutation and combination transformations shall also belong to the scope of the present invention, and shall not limit the scope of the present invention to the described embodiments.
In view of the foregoing, a second aspect of the embodiments of the present invention provides an embodiment of a device capable of configuring service information for different BMCs or different types of BMCs. The device comprises:
at least one processor; and
a memory storing program code executable by the processor, wherein the program code comprises:
the command line receiving module is used for receiving the command line and verifying the parameters of the command line; assigning the command line to a global service structure; and
the information processing module is used for assigning the global service structure body to the request message structure body and packaging the global service structure body; verifying parameters in the request message structure; and performing service configuration through the parameters in the request message structure body.
The devices and apparatuses disclosed in the embodiments of the present invention may be various electronic terminal apparatuses, 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 apparatus, such as a server, and therefore the scope of protection disclosed in the embodiments of the present invention should not be limited to a specific type of device and apparatus. 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.
The computer-readable storage media (e.g., memory) described herein may be either volatile memory or nonvolatile memory, or may 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.
In view of the foregoing, a third aspect of the embodiments of the present invention provides an embodiment of a server capable of configuring service information for different BMCs or different types of BMCs. The server has the service information configuration device.
The various exemplary servers 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.
As can be seen from the foregoing embodiments, according to the service information configuration apparatus and the server provided in the embodiments of the present invention, the command line receiving module is used to receive the command line and verify the parameters of the command line, so as to assign the command line to the global service structure; the technical scheme that the information processing module is used for assigning the global service structure body to the request message structure body to be packaged, verifying the parameters in the request message structure body and performing service configuration can be used for performing service information configuration aiming at different BMCs or different types of BMCs, and a user can conveniently inquire and configure service information through a command line when the web service is stopped.
It should be particularly noted that, the above embodiments of the service information configuration apparatus and the server adopt the embodiment of the service information configuration method to specifically describe the working process of each module, and those skilled in the art can easily think that these modules are applied to other embodiments of the service information configuration method. Of course, since the steps in the embodiment of the service information configuration method may be mutually intersected, replaced, added, or deleted, these reasonable permutations and combinations should also belong to the scope of the present invention for the service information configuration apparatus and the server, and should not limit the scope of the present invention to the embodiment.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
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 sequence 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.
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 (8)

1. A service information configuration method is characterized by comprising the following steps:
receiving a command line by using a command line receiving module and verifying parameters of the command line;
assigning the command line to a global service structure by using a command line receiving module, wherein the global service structure comprises a service name;
assigning the global service structure to a request message structure by using an information processing module for packaging, specifically comprising:
acquiring the service name and a service ID corresponding to the service name from the global service structure;
assigning the service ID and the non-service name parameter to the request message structure body for packaging;
verifying the non-service name parameter in the request message structure by using an information processing module;
and performing service configuration by using the information processing module through the parameters in the request message structure body.
2. The method of claim 1, wherein the parameters of the command line include a service name, and wherein validating the parameters of the command line comprises:
listing all available service names;
judging whether the service name of the command line is an available service name or not;
and when the service name of the command line is available, judging whether the non-service name parameter value of the command line conforms to a preset rule related to the service name.
3. The method of claim 2, wherein the available service names comprise at least one of: web, kvm, cd-media, fd-media, hd-media, ssh, telnet, solsh.
4. The method of claim 1, wherein using an information processing module to perform service configuration via parameters in the request message structure comprises: and carrying out service configuration through an intelligent platform management interface.
5. The method of claim 1, further comprising: after the service configuration is carried out, the information processing module is used for storing the result of the service configuration in a result message structure body and displaying the information in the result message structure body after format processing.
6. The method of claim 5, wherein the service configuration comprises querying service information and setting service information; the querying service information comprises querying at least one of: the method comprises the steps of obtaining a service name, a service state, a service interface, a service non-safety port number, a service safety port number, service timeout time, a maximum session number and a current active session number; the setting service information includes setting at least one of: service enable state, service non-secure port number, service timeout time.
7. A service information configuration apparatus, comprising:
at least one processor; and
a memory storing program code executable by the processor, wherein the program code comprises:
the command line receiving module is used for receiving the command line and verifying the parameters of the command line; assigning the command line to a global service structure, wherein the global service structure comprises a service name; and the information processing module is used for assigning the global service structure body to the request message structure body for packaging, and specifically comprises the following steps: acquiring the service name and a service ID corresponding to the service name from the global service structure, and assigning the service ID and the non-service name parameter to the request message structure for packaging; verifying the non-service name parameter in the request message structure; and performing service configuration through the parameters in the request message structure body.
8. A server, characterized by having the service information configuring apparatus as claimed in claim 7.
CN201811293242.9A 2018-11-01 2018-11-01 Service information configuration method and device Active CN109376024B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811293242.9A CN109376024B (en) 2018-11-01 2018-11-01 Service information configuration method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811293242.9A CN109376024B (en) 2018-11-01 2018-11-01 Service information configuration method and device

Publications (2)

Publication Number Publication Date
CN109376024A CN109376024A (en) 2019-02-22
CN109376024B true CN109376024B (en) 2021-07-06

Family

ID=65397263

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811293242.9A Active CN109376024B (en) 2018-11-01 2018-11-01 Service information configuration method and device

Country Status (1)

Country Link
CN (1) CN109376024B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101477645A (en) * 2008-12-11 2009-07-08 金蝶软件(中国)有限公司 Pre-alarm service management process and system
CN104363117A (en) * 2014-11-04 2015-02-18 浪潮电子信息产业股份有限公司 Method for realizing serial port redirection based on IPMI
CN104601373A (en) * 2015-01-05 2015-05-06 浪潮电子信息产业股份有限公司 Method for setting and synchronizing BIOS configuration parameters in out-of-band mode
CN107818002A (en) * 2016-09-12 2018-03-20 华为数字技术(成都)有限公司 The management method and device of a kind of Command Line Interface
CN107943637A (en) * 2017-12-07 2018-04-20 郑州云海信息技术有限公司 A kind of mains cycle test device and method based on IPMI platforms

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1486059A (en) * 2002-09-28 2004-03-31 深圳市中兴通讯股份有限公司 Method for transmitting localization information in mobile communication network
KR101288550B1 (en) * 2011-10-21 2013-07-22 주식회사 디지캡 Digital Multimedia Broadcasting service apparatus and recieving apparatus easy to manage for subscriber
CN107196800B (en) * 2017-05-27 2021-03-16 浪潮通用软件有限公司 Overtime hierarchical control method based on configuration

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101477645A (en) * 2008-12-11 2009-07-08 金蝶软件(中国)有限公司 Pre-alarm service management process and system
CN104363117A (en) * 2014-11-04 2015-02-18 浪潮电子信息产业股份有限公司 Method for realizing serial port redirection based on IPMI
CN104601373A (en) * 2015-01-05 2015-05-06 浪潮电子信息产业股份有限公司 Method for setting and synchronizing BIOS configuration parameters in out-of-band mode
CN107818002A (en) * 2016-09-12 2018-03-20 华为数字技术(成都)有限公司 The management method and device of a kind of Command Line Interface
CN107943637A (en) * 2017-12-07 2018-04-20 郑州云海信息技术有限公司 A kind of mains cycle test device and method based on IPMI platforms

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
WLAN系统安全及运行参数配置功能的设计与实现;刘雅文;《中国优秀硕士学位论文全文数据库 信息科技辑》;20160315;第I136-1846页 *
刘雅文.WLAN系统安全及运行参数配置功能的设计与实现.《中国优秀硕士学位论文全文数据库 信息科技辑》.2016, *

Also Published As

Publication number Publication date
CN109376024A (en) 2019-02-22

Similar Documents

Publication Publication Date Title
US11153754B2 (en) Devices, systems and methods for connecting and authenticating local devices to common gateway device
US10057251B2 (en) Provisioning account credentials via a trusted channel
US8973118B2 (en) Token based security protocol for managing access to web services
US11240314B2 (en) Systems and methods for remote management of appliances
US9967290B2 (en) Systems and methods for automating client-side discovery of public keys of external contacts that are secured by DANE using DNSSEC
TWI735429B (en) Authentication method, device, system and electronic equipment for client login server end
WO2019218747A1 (en) Third party authorized login method and system
JP2022547402A (en) Single sign-on (SSO) authentication with multiple authentication options
US20150117255A1 (en) Method and networking device for setting network connection parameters
CN112491776B (en) Security authentication method and related equipment
WO2019140790A1 (en) Service tracking method and apparatus, terminal device, and storage medium
CN109446093B (en) Method and device for testing expansion platform interface
CN115695012A (en) Login request processing method and device, electronic equipment and storage medium
CN110912865A (en) Security access control method, server and electronic equipment
CN109376024B (en) Service information configuration method and device
US20220417039A1 (en) Manufacturer usage description mud file obtaining method and device
TWI546688B (en) Method for processing url and associated server and non-transitory computer readable storage medium
US20230032867A1 (en) Certificate revocation at datacenters
CN111786932B (en) Account login method and device, electronic equipment and computer storage medium
CN110493038B (en) Communication model optimization method and device
US20230107859A1 (en) Method and Apparatus for Obtaining Network Address of MUD File, and Storage Medium
US20230208838A1 (en) Device, Method and System of Handling Access Control
KR100622274B1 (en) Method of processing message using regular expression-action list and apparatus there-of
CN114363408A (en) Information pushing method and device, computer readable medium and computer equipment
CN111917575A (en) Gateway offline configuration method, system, terminal device and 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
GR01 Patent grant
GR01 Patent grant