CN113126694B - Time setting method, system, equipment and storage medium of computer management subsystem - Google Patents

Time setting method, system, equipment and storage medium of computer management subsystem Download PDF

Info

Publication number
CN113126694B
CN113126694B CN202110395850.6A CN202110395850A CN113126694B CN 113126694 B CN113126694 B CN 113126694B CN 202110395850 A CN202110395850 A CN 202110395850A CN 113126694 B CN113126694 B CN 113126694B
Authority
CN
China
Prior art keywords
time
management subsystem
computer management
rtc
local
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
CN202110395850.6A
Other languages
Chinese (zh)
Other versions
CN113126694A (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.)
Shandong Yingxin Computer Technology Co Ltd
Original Assignee
Shandong Yingxin Computer 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 Shandong Yingxin Computer Technology Co Ltd filed Critical Shandong Yingxin Computer Technology Co Ltd
Priority to CN202110395850.6A priority Critical patent/CN113126694B/en
Publication of CN113126694A publication Critical patent/CN113126694A/en
Application granted granted Critical
Publication of CN113126694B publication Critical patent/CN113126694B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/04Generating or distributing clock signals or signals derived directly therefrom
    • G06F1/14Time supervision arrangements, e.g. real time clock
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Electric Clocks (AREA)

Abstract

The application discloses a time synchronization method of a computer management subsystem, which comprises the following steps: acquiring time stored in an RTC; acquiring a local time zone and a service system time mode; when the acquired service system time mode is a default time mode, overlapping the acquired time stored in the RTC with a local time zone to obtain the local time of the computer management subsystem; when the acquired service system time mode is a local time mode, taking the acquired time stored in the RTC as the acquired local time of the computer management subsystem. By applying the scheme of the application, accurate time synchronization of the computer management subsystem is realized. The application also provides a time setting system, equipment and a storage medium of the computer management subsystem, which have corresponding technical effects.

Description

Time setting method, system, equipment and storage medium of computer management subsystem
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a time synchronization method, system, device, and storage medium for a computer management subsystem.
Background
In a complex computer system such as a server, a storage system and a switch, the monitoring management subsystem is a key module thereof and is used for recording fault logs, system operation logs and the like, the log records need accurate time consistent with a service system, the monitoring management subsystem is usually in a local area network, and time checking of the system is carried out through public network time without a method, so that a time checking mechanism with the service system needs to be set.
In the current scheme, the Time of the service system is stored in an RTC (real_time Clock). Windows typically stores the local time, i.e., the local time obtained by adding the local time zone time to the 0 time zone time, in the RTC, and the monitoring management subsystem accesses the RTC and uses the time stored in the RTC as the local time of the monitoring management subsystem. However, in Linux, unix, mac, and other systems, UTC (Universal Time Coordinated, coordinated universal time) time, that is, 0 time zone time is stored in the RTC, and time zones are stored in a system configuration file, and the monitoring management subsystem directly uses the time stored in the RTC as the local time of the monitoring management subsystem, so that a situation that the time cannot be aligned with the service system may occur.
In summary, how to effectively perform accurate time synchronization of the computer management subsystem is a technical problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a time synchronization method, a system, equipment and a storage medium of a computer management subsystem, so as to effectively perform accurate time synchronization of the computer management subsystem.
In order to solve the technical problems, the invention provides the following technical scheme:
a time synchronization method of a computer management subsystem, comprising:
acquiring time stored in an RTC;
acquiring a local time zone and a service system time mode;
when the acquired time mode of the service system is a default time mode, overlapping the acquired time stored in the RTC with the local time zone to obtain the local time of the computer management subsystem; and when the acquired service system time mode is a local time mode, taking the acquired time stored in the RTC as the acquired local time of the computer management subsystem.
Preferably, the acquiring the local time zone and the service system time mode includes:
and acquiring the local time zone and the service system time mode input by the user through the first interface.
Preferably, the acquiring the local time zone and the service system time mode includes:
and acquiring a local time zone and a service system time mode which are automatically transmitted by the OS through a second interface.
Preferably, the time stored in the RTC is obtained. Comprising the following steps:
and acquiring the time stored in the RTC according to a preset period.
Preferably, the acquiring the local time zone and the service system time mode includes:
the local time zone and the business system time pattern stored in the first storage medium are obtained.
Preferably, the first storage medium is a first storage medium expanded in the RTC, or the first storage medium is a first storage medium outside the RTC and connected to the OS and the computer management subsystem.
Preferably, the computer management subsystem is a computer management subsystem in a BMC.
A time synchronization system of a computer management subsystem, comprising:
the time stamp obtaining module is used for obtaining the time stored in the RTC;
the parameter acquisition module is used for acquiring a local time zone and a service system time mode;
the local time determining module is used for superposing the acquired time stored in the RTC with the local time zone when the acquired time mode of the service system is a default time mode to obtain the local time of the computer management subsystem; and when the acquired service system time mode is a local time mode, taking the acquired time stored in the RTC as the acquired local time of the computer management subsystem.
A time tick device of a computer management subsystem, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of the time tick method of the computer management subsystem as described in any of the above.
A computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the time tick method of a computer management subsystem as described in any of the preceding claims.
By applying the technical scheme provided by the embodiment of the invention, after the computer management subsystem acquires the time stored in the RTC, the time is not directly used as the local time of the computer management subsystem, but the local time zone and the service system time mode are further received and acquired. When the time mode of the service system obtained by receiving is the default time mode, the time stored in the RTC at the moment is indicated to be 0 time zone time, so that the obtained time stored in the RTC is overlapped with the local time zone, and the accurate local time of the computer management subsystem can be obtained. When the acquired service system time mode is the local time mode, it is indicated that the time stored in the RTC is already the time after the 0 time zone time is overlapped with the local time zone, so that the acquired time stored in the RTC can be directly used as the acquired local time of the computer management subsystem. In summary, the solution of the present application enables accurate time synchronization of the computer management subsystem.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for timing a computer management subsystem according to the present invention;
fig. 2 is a schematic diagram of a time synchronization system of a computer management subsystem according to the present invention.
Detailed Description
The core of the invention is to provide a time synchronization method of a computer management subsystem, which realizes accurate time synchronization of the computer management subsystem.
In order to better understand the aspects of the present invention, the present invention will be described in further detail with reference to the accompanying drawings and detailed description. It will be apparent that the described embodiments are only some, but not all, embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating an embodiment of a method for time synchronization of a computer management subsystem according to the present invention, the method for time synchronization of a computer management subsystem may include the following steps:
step S101: the time stored in the RTC is acquired.
The time stored in the RTC is typically written by the OS (Operation System) through a fixed interface after the start-up. The RTC may be accessed by the computer management subsystem, and in practical applications, it may be generally set to be accessed periodically, that is, in a specific embodiment of the present invention, step S101 may specifically be to obtain, according to a preset period, a time stored in the RTC, so that the computer management subsystem may periodically perform updating of the local time thereof. Of course, in other cases, other updating methods may be set as needed.
The computer management subsystem of the application is independent of the service system, and in practical application, the computer management subsystem in the BMC can be generally specified. Of course, other computer management subsystems with time synchronization requirements can also apply the scheme of the application to realize accurate time synchronization. When the computer management subsystem is specifically a computer management subsystem in the BMC, a program may be set in the BMC, and then the time stored in the RTC may be directly or indirectly acquired, for example, in a specific case, based on the Intel architecture, the RTC may be indirectly accessed through the ME or the BIOS, so that the time stored in the RTC is acquired.
Step S102: and acquiring a local time zone and a service system time mode.
In addition to obtaining the time stored in the RTC, the computer management subsystem needs to obtain the local time zone and the service system time mode to achieve accurate time synchronization.
In a specific embodiment of the present invention, step S102 may specifically be:
and acquiring the local time zone and the service system time mode input by the user through the first interface. The first interface may be, for example, an IPMI interface provided by a computer management subsystem, or a setup interface, or a Redfish interface, so that the user may perform local time zone and business system time mode input.
In a specific embodiment of the present invention, step S102 may specifically be:
and acquiring a local time zone and a service system time mode which are automatically transmitted by the OS through a second interface.
In this embodiment, the OS is code-adjusted to automatically send the local time zone and the service system time mode to the BMC, considering that if the local time zone and the service system time mode are input by the user, the operation is more complex and the efficiency is lower.
The type of the second interface may be set as required, and may be, for example, an LPC interface, or a USB interface.
In addition, since the conventional standard OS issued by each OS vendor cannot realize automatic transmission of the local time zone and the service system time mode, one executable program may be set to be installed in the OS, and it should be applicable to the mainstream OS such as Windows, linux, etc., or different executable programs may be set for different OS, considering that the mainstream OS has different types such as Windows, linux, etc., as long as the object of step S102 in this embodiment can be achieved.
In a specific embodiment of the present invention, step S102 may specifically be:
the local time zone and the business system time pattern stored in the first storage medium are obtained.
In this embodiment, considering that the local time zone is usually stored in the system configuration file, the computer management subsystem cannot conveniently and directly access, and if in the foregoing embodiment, the OS is adjusted so that the OS automatically sends the local time zone and the service system time mode, the implementation is more complicated, so in this embodiment, a first storage medium storing the local time zone and the service system time mode is specially set, and the computer management subsystem can conveniently obtain the local time zone and the service system time mode by accessing the first storage medium.
There are various specific implementations of the first storage medium, and in one specific embodiment of the present invention, the first storage medium may be specifically a first storage medium that is expanded in the RTC.
In this embodiment, the RTC is extended and the local time zone and the business system time pattern are stored in the extended memory space. The computer management subsystem may periodically perform the acquisition of three parameters, namely, the time stored in the RTC, the local time zone, and the service system time mode, by accessing the RTC, e.g., periodically.
In addition, it should be noted that, the local time zone and the service system time mode stored in the RTC after expansion may be generally written by the OS, for example, the OS periodically performs time stamping, where the local time zone and the service system time mode are written, and the time stamp is the time stored in the RTC.
In another embodiment of the present invention, the first storage medium may be a first storage medium other than RTC and connected to the OS and the computer management subsystem. For example, the first storage medium is specifically selected as EEPROM (Electrically Erasable Programmable read only memory, electrically erasable and programmable read only memory), which can be configured on a motherboard for storing local time zones and service system time modes, and which also needs to be connected to the OS and the computer management subsystem. The OS may write at start-up or periodically during run-time to the local time zone and business system time patterns. The computer management subsystem is coupled to the first storage medium, e.g., periodically accessed, for local time zone and business system time pattern acquisition.
Step S103: when the acquired service system time mode is a default time mode, overlapping the acquired time stored in the RTC with a local time zone to obtain the local time of the computer management subsystem; when the acquired service system time mode is a local time mode, taking the acquired time stored in the RTC as the acquired local time of the computer management subsystem.
When the acquired service system time mode is the default time mode, the time stored in the RTC at this time is indicated to be the time of 0 time zone, so that the local time of the computer management subsystem is obtained by superposing the acquired time stored in the RTC with the local time zone, taking the local time zone as an east 8 zone as an example, and the local time of the computer management subsystem can be obtained by adding 8 hours to the acquired time stored in the RTC.
And if the acquired service system time mode is a local time mode, the time stored in the RTC is the time overlapped with the local time zone, so that the acquired time stored in the RTC is directly taken as the acquired local time of the computer management subsystem.
By applying the technical scheme provided by the embodiment of the invention, after the computer management subsystem acquires the time stored in the RTC, the time is not directly used as the local time of the computer management subsystem, but the local time zone and the service system time mode are further received and acquired. When the time mode of the service system obtained by receiving is the default time mode, the time stored in the RTC at the moment is indicated to be 0 time zone time, so that the obtained time stored in the RTC is overlapped with the local time zone, and the accurate local time of the computer management subsystem can be obtained. When the acquired service system time mode is the local time mode, it is indicated that the time stored in the RTC is already the time after the 0 time zone time is overlapped with the local time zone, so that the acquired time stored in the RTC can be directly used as the acquired local time of the computer management subsystem. In summary, the solution of the present application enables accurate time synchronization of the computer management subsystem.
Corresponding to the above method embodiment, the embodiment of the invention also provides a time synchronization system of the computer management subsystem, which can be referred to above in a mutual correspondence manner.
Referring to fig. 2, a schematic structure diagram of a time synchronization system of a computer management subsystem according to the present invention includes:
a timestamp acquisition module 201, configured to acquire a time stored in the RTC;
a parameter obtaining module 202, configured to obtain a local time zone and a service system time mode;
the local time determining module 203 is configured to, when the acquired time mode of the service system is a default time mode, superimpose the acquired time stored in the RTC with the local time zone to obtain a local time of the computer management subsystem; and when the acquired service system time mode is a local time mode, taking the acquired time stored in the RTC as the acquired local time of the computer management subsystem.
In one embodiment of the present invention, the parameter obtaining module 202 is specifically configured to:
and acquiring the local time zone and the service system time mode input by the user through the first interface.
In one embodiment of the present invention, the parameter obtaining module 202 is specifically configured to:
and acquiring a local time zone and a service system time mode which are automatically transmitted by the OS through a second interface.
In one embodiment of the present invention, the timestamp obtaining module 201 is specifically configured to:
and acquiring the time stored in the RTC according to a preset period.
In one embodiment of the present invention, the parameter obtaining module 202 is specifically configured to:
the local time zone and the business system time pattern stored in the first storage medium are obtained.
In a specific embodiment of the present invention, the first storage medium is a first storage medium extended in the RTC, or the first storage medium is a first storage medium other than the RTC and connected to the OS and the computer management subsystem.
In one embodiment of the present invention, the computer management subsystem is a computer management subsystem in a BMC.
Corresponding to the above method and system embodiments, embodiments of the present invention further provide a time synchronization device of a computer management subsystem and a computer readable storage medium, which may be referred to above in correspondence with each other. The computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the time synchronization method of the computer management subsystem described in any of the embodiments above. The computer readable storage medium as described herein includes Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The time setting device of the computer management subsystem may include:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of the time synchronization method of the computer management subsystem described in any of the embodiments above.
It is further noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. 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 present invention.
The principles and embodiments of the present invention have been described herein with reference to specific examples, but the description of the examples above is only for aiding in understanding the technical solution of the present invention and its core ideas. It should be noted that it will be apparent to those skilled in the art that various modifications and adaptations of the invention can be made without departing from the principles of the invention and these modifications and adaptations are intended to be within the scope of the invention as defined in the following claims.

Claims (6)

1. A method of time synchronization for a computer management subsystem, comprising:
acquiring time stored in an RTC;
acquiring a local time zone and a service system time mode;
when the acquired time mode of the service system is a default time mode, overlapping the acquired time stored in the RTC with the local time zone to obtain the local time of the computer management subsystem; when the acquired service system time mode is a local time mode, taking the acquired time stored in the RTC as the acquired local time of the computer management subsystem;
the obtaining the local time zone and the service system time mode comprises the following steps:
acquiring a local time zone and a service system time mode which are automatically transmitted by an OS through a second interface;
the obtaining the time stored in the RTC includes: acquiring the time stored in the RTC according to a preset period;
wherein an executable program is installed in the OS to automatically transmit the local time zone and the business system time mode.
2. The method of time synchronization of a computer management subsystem according to claim 1, wherein the obtaining a local time zone and a business system time pattern comprises:
acquiring a local time zone and a service system time mode stored in a first storage medium;
the first storage medium is a first storage medium expanded in the RTC, or the first storage medium is a first storage medium which is outside the RTC and is connected with the OS and the computer management subsystem.
3. The method of time synchronization of a computer management subsystem according to claim 1 or 2, wherein the computer management subsystem is a computer management subsystem in a BMC.
4. A time synchronization system of a computer management subsystem, comprising:
the time stamp obtaining module is used for obtaining the time stored in the RTC;
the parameter acquisition module is used for acquiring a local time zone and a service system time mode;
the local time determining module is used for superposing the acquired time stored in the RTC with the local time zone when the acquired time mode of the service system is a default time mode to obtain the local time of the computer management subsystem; when the acquired service system time mode is a local time mode, taking the acquired time stored in the RTC as the acquired local time of the computer management subsystem;
the parameter acquisition module is specifically configured to:
acquiring a local time zone and a service system time mode which are automatically transmitted by an OS through a second interface;
the obtaining the time stored in the RTC includes: acquiring the time stored in the RTC according to a preset period;
wherein an executable program is installed in the OS to automatically transmit the local time zone and the business system time mode.
5. A time tick device of a computer management subsystem, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of the time synchronization method of the computer management subsystem of any one of claims 1 to 3.
6. A computer readable storage medium, characterized in that the computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the time synchronization method of the computer management subsystem according to any of claims 1 to 3.
CN202110395850.6A 2021-04-13 2021-04-13 Time setting method, system, equipment and storage medium of computer management subsystem Active CN113126694B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110395850.6A CN113126694B (en) 2021-04-13 2021-04-13 Time setting method, system, equipment and storage medium of computer management subsystem

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110395850.6A CN113126694B (en) 2021-04-13 2021-04-13 Time setting method, system, equipment and storage medium of computer management subsystem

Publications (2)

Publication Number Publication Date
CN113126694A CN113126694A (en) 2021-07-16
CN113126694B true CN113126694B (en) 2023-08-04

Family

ID=76776157

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110395850.6A Active CN113126694B (en) 2021-04-13 2021-04-13 Time setting method, system, equipment and storage medium of computer management subsystem

Country Status (1)

Country Link
CN (1) CN113126694B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012117526A1 (en) * 2011-03-01 2012-09-07 株式会社日立製作所 Computer, computer time administration method
CN103077067A (en) * 2012-12-26 2013-05-01 华为技术有限公司 Method, device and equipment for detecting system time of virtual machine
CN105516118A (en) * 2015-12-03 2016-04-20 Tcl集团股份有限公司 Time synchronization method and time synchronization system based on non-RTC smart television
CN106791112A (en) * 2016-12-23 2017-05-31 深圳市万普拉斯科技有限公司 Time zone automatic update method, system and mobile terminal
CN107493499A (en) * 2017-08-08 2017-12-19 青岛海信电器股份有限公司 Terminal system method for updating time, device and electronic equipment
CN107729123A (en) * 2017-10-24 2018-02-23 郑州云海信息技术有限公司 The virtual machine method, apparatus synchronous with host time time zone, equipment and medium
CN108282493A (en) * 2018-03-05 2018-07-13 深圳市兴威帆电子技术有限公司 A kind of Wireless clock module and wireless calibration method
CN110196614A (en) * 2019-05-21 2019-09-03 苏州浪潮智能科技有限公司 The method and device in the time zone WEB page UTC of automated setting BMC
CN111061338A (en) * 2019-11-30 2020-04-24 苏州浪潮智能科技有限公司 Method, system and equipment for updating time sequence of baseboard management controller
CN111399916A (en) * 2020-02-28 2020-07-10 苏州浪潮智能科技有限公司 Time conversion method, device, equipment and storage medium
CN111694699A (en) * 2020-05-23 2020-09-22 苏州浪潮智能科技有限公司 Method and device for testing server BMC (baseboard management controller) automatic synchronization RTC (real time clock)
CN112230942A (en) * 2020-09-28 2021-01-15 烽火通信科技股份有限公司 Automatic deployment method and system supporting various domestic operating systems
CN112260892A (en) * 2020-10-14 2021-01-22 国网山东省电力公司临朐县供电公司 Management method, system, terminal and storage medium for power distribution system scheduling node
CN112463232A (en) * 2020-11-26 2021-03-09 张帆 Linux training machine

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9652258B2 (en) * 2013-07-01 2017-05-16 Oracle International Corporation Dynamic time zone definition update manager
US9740176B2 (en) * 2014-08-19 2017-08-22 International Business Machines Corporation Dynamically reconfiguring time zones in real-time using plural time zone libraries

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012117526A1 (en) * 2011-03-01 2012-09-07 株式会社日立製作所 Computer, computer time administration method
CN103077067A (en) * 2012-12-26 2013-05-01 华为技术有限公司 Method, device and equipment for detecting system time of virtual machine
CN105516118A (en) * 2015-12-03 2016-04-20 Tcl集团股份有限公司 Time synchronization method and time synchronization system based on non-RTC smart television
CN106791112A (en) * 2016-12-23 2017-05-31 深圳市万普拉斯科技有限公司 Time zone automatic update method, system and mobile terminal
CN107493499A (en) * 2017-08-08 2017-12-19 青岛海信电器股份有限公司 Terminal system method for updating time, device and electronic equipment
CN107729123A (en) * 2017-10-24 2018-02-23 郑州云海信息技术有限公司 The virtual machine method, apparatus synchronous with host time time zone, equipment and medium
CN108282493A (en) * 2018-03-05 2018-07-13 深圳市兴威帆电子技术有限公司 A kind of Wireless clock module and wireless calibration method
CN110196614A (en) * 2019-05-21 2019-09-03 苏州浪潮智能科技有限公司 The method and device in the time zone WEB page UTC of automated setting BMC
CN111061338A (en) * 2019-11-30 2020-04-24 苏州浪潮智能科技有限公司 Method, system and equipment for updating time sequence of baseboard management controller
CN111399916A (en) * 2020-02-28 2020-07-10 苏州浪潮智能科技有限公司 Time conversion method, device, equipment and storage medium
CN111694699A (en) * 2020-05-23 2020-09-22 苏州浪潮智能科技有限公司 Method and device for testing server BMC (baseboard management controller) automatic synchronization RTC (real time clock)
CN112230942A (en) * 2020-09-28 2021-01-15 烽火通信科技股份有限公司 Automatic deployment method and system supporting various domestic operating systems
CN112260892A (en) * 2020-10-14 2021-01-22 国网山东省电力公司临朐县供电公司 Management method, system, terminal and storage medium for power distribution system scheduling node
CN112463232A (en) * 2020-11-26 2021-03-09 张帆 Linux training machine

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"linux时间与Windows时间不一致的解决";Joe;《CSND博客(https://blog.csdn.net/weixin_34293141/article/details/92663685)》;20141221;第1-2页 *

Also Published As

Publication number Publication date
CN113126694A (en) 2021-07-16

Similar Documents

Publication Publication Date Title
US6581110B1 (en) Method and system for reading and propagating authenticated time throughout a worldwide enterprise system
US11201810B2 (en) Data transmission method and apparatus
CN102880532A (en) Cloud technology-based test system and method
CN109413164B (en) Access service recovery method, device, equipment and readable storage medium
WO2019128299A1 (en) Test system and test method
CN110716538A (en) Vehicle diagnosis method, device, equipment and readable storage medium
CN109254922A (en) A kind of automated testing method and device of server B MC Redfish function
WO2020248727A1 (en) Management method and device for software module, and server
JPWO2012111112A1 (en) Information processing apparatus, time setting method, and time setting program
CN114020340B (en) Server system and data processing method thereof
CN104516744A (en) Software updating method and system
CN114706690A (en) Method and system for sharing GPU (graphics processing Unit) by Kubernetes container
CN113126694B (en) Time setting method, system, equipment and storage medium of computer management subsystem
CN113849328B (en) Management method and device of disaster recovery system
CN112866049B (en) Method and system for collecting index of server host
US20100251025A1 (en) Operation management system, process analyzing apparatus, recording medium in which process analysis program is recorded, and process analysis method
CN100382506C (en) Method for verifying network-unit server in network management system
CN109756570A (en) A kind of method and electronic equipment for realizing customization pypi mirror image server
CN109766235A (en) Configuration file detection method, system, equipment and medium based on software supervision
WO2021168654A1 (en) Method and apparatus for detecting synchronized data, server, and data synchronization system
CN111130861B (en) Method and device for stateless automatic management of whole cabinet equipment
CN110519001B (en) Clock synchronization method and device and ammeter communication module
CN114168383A (en) Application state monitoring restart tool, method, medium and equipment
Lochmann et al. Reproducible load tests for android systems with trace-based benchmarks
US9197519B2 (en) Tracking objects within dynamic environments

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