WO2024129098A1 - Implementing an infrastructure management service - Google Patents
Implementing an infrastructure management service Download PDFInfo
- Publication number
- WO2024129098A1 WO2024129098A1 PCT/US2022/053179 US2022053179W WO2024129098A1 WO 2024129098 A1 WO2024129098 A1 WO 2024129098A1 US 2022053179 W US2022053179 W US 2022053179W WO 2024129098 A1 WO2024129098 A1 WO 2024129098A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- bare metal
- instructions
- functions
- use case
- different concrete
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5061—Partitioning or combining of resources
- G06F9/5072—Grid computing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/61—Installation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
- G06F9/5038—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/50—Indexing scheme relating to G06F9/50
- G06F2209/5011—Pool
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W16/00—Network planning, e.g. coverage or traffic planning tools; Network deployment, e.g. resource partitioning or cells structures
- H04W16/02—Resource partitioning among network components, e.g. reuse partitioning
Definitions
- This invention relates generally to the field of cellular communication, and, more particularly, to implementing an Infrastructure Management Service (IMS).
- IMS Infrastructure Management Service
- Systemd is a software suite that provides an array of system components for Linux operating systems. Systemd can unify service configuration and behavior across Linux distributions. Systemd includes a system and service manager initialization system used to bootstrap user space and manage user processes.
- IMS Infrastructure Management Service
- an IMS agent can be designed for a specific set of call flows (e.g., zero touch provisioning (ztp)) and life cycle management functionality, including: upgrading OS, installing packages, configuring Network Time Protocol (NTP), etc.
- ztp zero touch provisioning
- NTP Network Time Protocol
- IMS agents When an IMS agent runs as a systemd process, the IMS agent needs to be monitored to ensure smooth operation and to take corrective action when appropriate. An IMS agent can handle interactions between firmware and hardware and is thus prone to bugs and crashes. If an IMS agent crashes and stops running, all callflow functionality and lifecycle management operations re broken. [0008] From time to time, IMS agents require upgrade. In some environments, Service Management and Orchestration (SMO) (an automation platform for Open RAN Radio resources) manages numerous (e.g., thousands or more) bare metal servers. Upgrading IMS agents at a large scale can be difficult. During an upgrade window, SMO can also block operations to an IMS agent. Upgrade processes can also experience errors due to network outages, download issues, rollbacks, etc.
- SMO Service Management and Orchestration
- IMS agents can be designed per bare metal server.
- An IMS agent designed for one bare metal server e.g., Dell iDRAC 9
- another bare metal server e.g., HPE
- ILO v5 IMS agent development is server specific. Since IMS agents are installed and run on bare metal servers management can be difficult.
- Figure 1 illustrates an example architecture that facilitates implementing an Infrastructure Management Service.
- Figure 2 illustrates a flow chart of an example method for implementing an Infrastructure Management Service.
- Figure 3 A illustrates an example profile pack.
- Figure 3B illustrates an example list of OSpacks.
- Figure 3C illustrates an example bare metal JSON configuration.
- Figure 4 illustrates an example block diagram of a computing device.
- the present invention extends to methods, systems, and computer program products for implementing an Infrastructure Management Service (IMS).
- IMS Infrastructure Management Service
- An abstract function workflow is selected.
- the abstract function workflow defines an order for implementing a plurality of different abstract functions for a use case.
- a bare metal server of a specified configuration is selected to receive the use case.
- a bare metal profile pack is accessed.
- the bare metal profile pack corresponds to the specified configuration and the use case.
- a plurality of different concrete functions within the bare metal profile pack for implementing the use case are identified. Each concrete function in the plurality of different concrete functions implements business logic corresponding to an abstract function in the plurality of different abstract functions.
- a secure shell protocol daemon on the bare metal server acts an IMS agent.
- the secure shell protocol daemon receives instructions from the plurality of different concrete functions to implement the use case on the bare metal server.
- the instructions are received from worker pools executing the plurality of different concrete functions in the defined order. .
- An 0-RAN implements radio access technology.
- UE User Equipment
- An 0-RAN can include one or more nodes that facilitate connections between UE and a core network.
- 0-RAN nodes can include one or more “Centralized Units (CUs)”, one or more “Distributed Units (DUs)”, and one or more “Radio Units (RUs)”.
- CUs Centralized Units
- DUs Distributed Units
- RUs Radio Units
- a CU provides support for the higher layers of protocol stack (higher L2 and L3), such as, Service Data Adaptation Protocol (SDAP), Packet Data Convergence Protocol (PDCP), and Radio Resource Control Protocol (RRC).
- a DU provides support for the lower layers of the protocol stack (LI and lower L2), such as, Radio Link Control Protocol (RLC), Medium Access Control Protocol (MAC), and upper parts of a Physical layer.
- RLC Radio Link Control Protocol
- MAC Medium Access Control Protocol
- One CU can control multiple DUs.
- Each DU can support one or more cells.
- a DU may be deployed on site at a commercial- off-the-shelf (COTS) server.
- a cell can include an RU that converts between radio signals sent to and from an antenna and digital signals for transfer over packet networks.
- An RU can also handle digital front end (DFE) and lower parts of a Physical Layer.
- DFE digital front end
- IMS infrastructure Management Service
- FaaS Flexible Framework
- aaS Framework as a service
- a serverless architecture such as, when building microservices applications. FaaS does not require any server process constantly being run. Developers may pay for function execution time (but not necessarily process idle time). As such, lower costs at higher scalability can be achieved.
- an “abstract function” (or “anonymous function”) is defined as a function definition that is not bound to an identifier.
- Abstract functions can be arguments passed to higher-order functions (e.g., concrete functions) or can be used for constructing the result of a higher-order function (e.g., a concrete function) that needs to return a function.
- a function is used once or a limited number of times, an abstract function may be syntactically lighter than using a named function.
- Abstract functions can also be referred to as function literals, lambda abstractions, lambda functions, or lambda expressions.
- An abstract function can define an abstract functionality to a user but hide the implementation and/or internal details.
- an abstract function is a method that includes a method definition but does not contain implementation/defmition (e.g., a signature without a body).
- an abstract function can abstractly define upgrading a Basic Input/Output System (BIOS) without any written implementation/defmition of how to upgrade the BIOS.
- BIOS Basic Input/Output System
- a workflow is defined a flow of calls to different functions.
- a workflow is an abstract workflow defining an order in which plurality of abstract functions are to be called.
- an abstract workflow can define upgrading a BIOS at a bare metal server, then upgrading a Baseboard Management Controller (BMC) at the bare metal server, and then installing an operating system at the bare metal server.
- BMC Baseboard Management Controller
- a “concrete function” is defined as a function that includes a method definition and contains a written implementation/defmition indicating how to implement a corresponding abstract function.
- a concrete function can define an entire business logic implementation written in a bare metal profile pack. Bare metal profile packs can differ for different bare metal configurations, for example, by vendor, by installed components, by installed capabilities, etc. Bare metal profile packs can also differ by configuration use case, such as, Radio Access Network (RAN), edge, core, database, etc.
- RAN Radio Access Network
- a bare metal profile pack can include a collection of configurations
- Quanta Altiostar RAN Profile Pack can be a tar ball of configurations, firmware, and software for bringing up Altiostar RAN on Quanta Server.
- a Dell Affirmed Core Profile Pack can be a tar ball of configurations, firmware, and software for bringing up Mariner OS and Affirmed 5G Core.
- a Super Micro Yuga Byte Profile Pac can be a tar ball of configurations, firmware, and software for bringing up Yuga Byte Distributed database on Super Micro.
- Zero-touch provisioning is defined as a technique for at least partially automatically setting up devices.
- ZTP can automate operations, such as, for example, installing operating systems, updating operating systems, deploying patches or bug fixes, adding features, upgrading Basic Input/Output System (BIOS), upgrading a BMC, upgrading a network interface card (NIC), etc.
- BIOS Basic Input/Output System
- NIC network interface card
- ZTP can be implemented by starting an abstract function workflow and referring to corresponding concrete functions when appropriate.
- SSH Secure Shell Protocol
- a transport layer provides server authentication, confidentiality, and integrity
- a user authentication layer validates the user to the server
- a connection layer multiplexes an encrypted tunnel into multiple logical communication channels.
- An SSH client program can be used for establishing connections to an SSH daemon. such as, SSHD, accepting remote connections.
- SSH can be used in cloud computing to solve connectivity problems, for example, reducing security issues of exposing a cloud-based virtual machine directly on the Internet.
- An SSH tunnel can provide a secure path over the Internet, through a firewall to a virtual machine.
- SSHD Secure Shell Protocol Daemon
- An initial SSHD process can be started when a system boots.
- the initial SSHD process can act as a master server that listens to incoming connections.
- the initial SSHD process can also be the parent process of the other sshd processes.
- SSHD is configured so that the server processes serving existing connections continue to operate. Continuing to serve existing connections minimizes the disruption to users when, for example, server configuration is changed.
- LCM Life Cycle Management
- LCM can include asset life-cycle management, supply chain management, and financials adapted for telecommunication network operators.
- LCM can include a spectrum of network planning and realization tasks from supply and demand planning to project management, cost, revenue planning, and asset accounting.
- LCM can include: (a) Day-(-l) - before device onboarding, (b) Day-0 - during device on-boarding, (c) Day-1 after device on-boarding, (d) Day2..N - After Day-1
- Day-(-l) can include bootstrap, pre-requisite, or pre-existing configurations on a device (e.g., a bare metal server).
- Day-0 can include configurations pushed via ZTP or configurations applied during device on-boarding.
- Day-1 can include configurations applied after device on- boarding, configurations pushed after a device is added, or pushed directly to a device via a controller.
- Day2..N incudes ongoing configurations application after Day- 1 configurations.
- Figure 1 illustrates an example architecture 100 that facilitates implementing IMS.
- computer architecture includes orchestrator 101, profile packs 104, and bare metal server 106.
- Orchestrator 101 can include a workflow manager that implements Service Management and Orchestration (SMO).
- SMO Service Management and Orchestration
- Orchestrator 101 can include components to orchestrate and manage lifecycle of any workflow, including bare-metal provisioning, cloud platform instanti tion, Network Functions (NF) lifecycle management.
- Automated workflows support Cloud Native Network Functions (CNF), Virtual Network Functions (VNF) and 3rd party Physical Network Functions (PNF), simultaneously.
- CNF Cloud Native Network Functions
- VNF Virtual Network Functions
- PNF 3rd party Physical Network Functions
- Orchestrator 101 further includes function match 102 and scheduler 103.
- function matcher 102 can match abstract functions to corresponding concrete functions included in profile packs.
- scheduler 103 can schedule concrete function for execution in a defined order.
- scheduler 103 configures worker pools to execute concrete functions and send instructions to SSHDs acting as IMS agents at bare metal servers.
- Profile packs 104 can include a plurality of profile packs including profile packs 104 A, 104B, 104C etc. Different profile packs within profile packs 104 can differ by bare metal configurations (e.g., by vendor, by brand, by installed components, by installed capabilities, etc.) and/or by configuration use case (e.g., Radio Access Network (RAN), edge, core, database, etc.)
- RAN Radio Access Network
- Bare metal server 106 includes operating system 107 running SSHD 108.
- Bare metal server 106 can be a particular brand of server with particular components and capabilities represented in bare metal configuration 113.
- Orchestrator 101 can access bare metal configuration 113 from an external source, such as, a website or database. In another aspect, orchestrator 101 profiles server 106 to derive bare metal configuration 113.
- Figure 2 illustrates a flow chart of an example method 200 for implementing IMS. Method 200 will be described with respect to the components and data in cellular network architecture 100.
- Method 200 includes selecting an abstract workflow defining an order for implementing a plurality of different abstract functions for a use case (201).
- orchestrator 101 can access abstract workflow 111.
- Abstract workflow 111 can be manual created by a user or stored in a database.
- Abstract workflow 111 can define an order for implementing abstract functions 111 A, 11 IB, . . . , 11 IN to implement use case 114.
- Use case 114 can be selected from among RAN, edge, code, database, etc.
- Method 200 includes selecting a bare metal server of a specified configuration to receive the use case (202).
- orchestrator 101 can select bare metal server 106 having configuration 113 to receive use case 114.
- Bare metal server 106 can be selected from among a plurality of bare metal servers of different configurations.
- Method 200 includes accessing a bare metal profile pack corresponding to the specified configuration and the use case (203).
- orchestrator 101 can query profile packs 104 with use case 114 and bare metal configuration 113.
- Profile packs 104 can determine that profile pack 104C is an appropriate match based on use case 114 and bare metal configuration 113.
- Profile packs 104 can return profile pack 104C to orchestrator 101.
- Profile pack 104C can include a plurality of concrete functions for implementing use case 114 at bare metal server 106.
- Method 200 includes identifying a plurality of different concrete functions within the bare metal profile pack for implementing the use case, each concrete function in the plurality of different concrete functions implementing business logic corresponding to an abstract function in the plurality of different abstract functions (204).
- function matcher 102 can match concrete functions 112A, 112B, ... 112N (included in profile pack 104C) to corresponding abstract functions 111 A, 11 IB, ... 11 IN.
- scheduler 103 schedules concrete functions 112A, 112B, ... 112N within worker pools 109A, 109B, ... 109N in worker pools 109.
- Concrete functions 112A, 112B, ... 112N can implement business logic corresponding to abstract functions 111A, 11 IB, ... 11 IN.
- Method 200 includes a secure shell protocol daemon on the bare metal server acting as as an Infrastructure Management Service agent (205).
- SSHD 108 can act as an IMS agent at bare metal server 106.
- Method 200 includes the secure shell protocol daemon receiving instructions from the plurality of different concrete functions to implement the use case on the bare metal server, the instructions received from worker pools executing the plurality of different concrete functions in the defined order (206).
- worker pool 109A can perform functions execution 113A of concrete function 112A sending instructions to SSHD 108.
- SSHD 108 can receive instructions from function execution 113 A.
- worker pool 109B can perform functions execution 113B of concrete function 112B sending instructions to SSHD 108.
- SSHD 108 can receive instructions from function execution 113B.
- worker pool 109N can perform functions execution 113N of concrete function 112N sending instructions to SSHD 108.
- SSHD 108 can receive instructions from function execution 113N.
- orchestrator 101 manages and orchestrates components in an 0-RAN.
- Orchestrator 101 installs an 0-RAN use case onto bare metal server 106 to configure bare metal server 106 as a component within the 0-RAN, such as, for example, part of a CU or DU.
- an example of abstract functions may be:
- a corresponding example, abstract workflow may be:
- FIG. 3A illustrates an example profile pack 300.
- Contents of profile pack 300 can access other files using macros like ⁇ PROFILE ? ACK URL ⁇ , which can be resolved by orchestrator 101 with actual URLs.
- a user can consume profile pack 300 by uploading an operating system (OS) to an artifactory or have an external artifactory host the operating system.
- OS operating system
- the user can get a profile pack tarball and upload the profile pack tarball to the artifactory.
- the artifactory can unpack the profile tarball, such as, for example: artifact upload Quanta_SKU5_SRIOV_OSPack-O.Ltgz quanta_sku5_sriov ospack
- Unpacking can reveal a list of ospacks 310 as depicted in Figure 3B.
- JSON configuration 320 can be edited as depicted in Figure 3C.
- the bare metal JSON can then be added to orchestrator 101 and the OS installed.
- the ⁇ artifactory.ospack url ⁇ macro can be resolved inside the worker, main.ks is updated with actual value.
- the bare metal imports this rendered KS file and downloads the packages like: curl -g —fail -o /tmp/vdu_extra_pkg.tgz
- FIG. 4 illustrates an example block diagram of a computing device 400.
- Computing device 400 can be used to perform various procedures, such as those discussed herein.
- Computing device 400 can function as a server, a client, or any other computing entity.
- Computing device 400 can perform various communication and data transfer functions as described herein and can execute one or more application programs, such as the application programs described herein.
- Computing device 400 can be any of a wide variety of computing devices, such as a mobile telephone or other mobile device, a desktop computer, a notebook computer, a server computer, a handheld computer, tablet computer and the like.
- Computing device 400 includes one or more processor(s) 402, one or more memory device(s) 404, one or more interface(s) 406, one or more mass storage device(s) 408, one or more Input/Output (VO) device(s) 410, and a display device 430 all of which are coupled to a bus 412.
- Processor(s) 402 include one or more processors or controllers that execute instructions stored in memory device(s) 404 and/or mass storage device(s) 408.
- Processor(s) 402 may also include various types of computer storage media, such as cache memory.
- Memory device(s) 404 include various computer storage media, such as volatile memory (e.g., random access memory (RAM) 414) and/or nonvolatile memory (e.g., read-only memory (ROM) 416). Memory device(s) 404 may also include rewritable ROM, such as Flash memory.
- volatile memory e.g., random access memory (RAM) 41
- ROM read-only memory
- Memory device(s) 404 may also include rewritable ROM, such as Flash memory.
- Mass storage device(s) 408 include various computer storage media, such as magnetic tapes, magnetic disks, optical disks, solid state memory (e.g., Flash memory), and so forth. As depicted in Figure 4, a particular mass storage device is a hard disk drive 424. Various drives may also be included in mass storage device(s) 408 to enable reading from and/or writing to the various computer readable media. Mass storage device(s) 408 include removable media 426 and/or nonremovable media.
- I/O device(s) 410 include various devices that allow data and/or other information to be input to or retrieved from computing device 400.
- Example I/O device(s) 410 include cursor control devices, keyboards, keypads, barcode scanners, microphones, monitors or other display devices, speakers, printers, network interface cards, modems, cameras, lenses, radars, CCDs or other image capture devices, and the like.
- Display device 430 includes any type of device capable of displaying information to one or more users of computing device 400. Examples of display device 430 include a monitor, display terminal, video projection device, and the like.
- Interface(s) 406 include various interfaces that allow computing device 400 to interact with other systems, devices, or computing environments as well as humans.
- Example interface(s) 406 can include any number of different network interfaces 420, such as interfaces to personal area networks (PANs), local area networks (LANs), wide area networks (WANs), wireless networks (e.g., near field communication (NFC), Bluetooth, Wi-Fi, etc., networks), and the Internet.
- Other interfaces include user interface 418 and peripheral device interface 422.
- Bus 412 allows processor(s) 402, memory device(s) 404, interface(s) 406, mass storage device(s) 408, and I/O device(s) 410 to communicate with one another, as well as other devices or components coupled to bus 412.
- Bus 412 represents one or more of several types of bus structures, such as a system bus, PCI bus, IEEE 1394 bus, USB bus, and so forth.
- one or more processors are configured to execute instructions (e.g., computer-readable instructions, computer-executable instructions, etc.) to perform any of a plurality of described operations.
- the one or more processors can access information from system memory and/or store information in system memory.
- the one or more processors can transform information between different formats, such as, for example, abstract functions, abstract workflows, concrete functions, concrete workflows, profile packs, use cases, bare metal configurations, IMS agents, JSON, tar balls, firmware, software, configurations, SKUs, ospacks, KS files, etc.
- System memory can be coupled to the one or more processors and can store instructions (e.g., computer-readable instructions, computer-executable instructions, etc.) executed by the one or more processors.
- the system memory can also be configured to store any of a plurality of other types of data generated by the described components, such as, for example, abstract functions, abstract workflows, concrete functions, concrete workflows, profile packs, use cases, bare metal configurations, IMS agents, JSON, tar balls, firmware, software, configurations, SKUs, ospacks,
- Implementations of the systems, devices, and methods disclosed herein may comprise or utilize a special purpose or general-purpose computer including computer hardware, such as, for example, one or more processors and system memory, as discussed herein. Implementations within the scope of the present disclosure may also include physical and other computer-readable media for carrying or storing computer-executable instructions and/or data structures. Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer system. Computer-readable media that store computer-executable instructions are computer storage media (devices). Computer-readable media that carry computerexecutable instructions are transmission media.
- implementations of the disclosure can comprise at least two distinctly different kinds of computer- readable media: computer storage media (devices) and transmission media.
- Computer storage media (devices) includes RAM, ROM, EEPROM, CD-ROM, solid state drives (“SSDs”) (e.g., based on RAM), Flash memory, phase-change memory (“PCM”), other types of memory, other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.
- An implementation of the devices, systems, and methods disclosed herein may communicate over a computer network.
- a “network” is defined as one or more data links that enable the transport of electronic data between computer systems and/or modules and/or other electronic devices.
- Transmissions media can include a network and/or data links, which can be used to carry desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer. Combinations of the above should also be included within the scope of computer-readable media.
- Computer-executable instructions comprise, for example, instructions and data which, when executed at a processor, cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions.
- the computer executable instructions may be, for example, binaries, intermediate format instructions such as assembly language, or even source code.
- the disclosure may be practiced in network computing environments with many types of computer system configurations, including, an indash or other vehicle computer, personal computers, desktop computers, laptop computers, message processors, hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, mobile telephones, PDAs, tablets, pagers, routers, switches, various storage devices, and the like.
- the disclosure may also be practiced in distributed system environments where local and remote computer systems, which are linked (either by hardwired data links, wireless data links, or by a combination of hardwired and wireless data links) through a network, both perform tasks.
- program modules may be located in both local and remote memory storage devices.
- ASICs application specific integrated circuits
- a sensor may include computer code configured to be executed in one or more processors, and may include hardware logic/electrical circuitry controlled by the computer code.
- processors may include hardware logic/electrical circuitry controlled by the computer code.
- At least some embodiments of the disclosure have been directed to computer program products comprising such logic (e.g., in the form of software) stored on any computer useable medium.
- Such software when executed in one or more data processing devices, causes a device to operate as described herein.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Mathematical Physics (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/006,973 US12572347B2 (en) | 2022-12-16 | 2022-12-16 | Implementing an infrastructure management service |
| PCT/US2022/053179 WO2024129098A1 (en) | 2022-12-16 | 2022-12-16 | Implementing an infrastructure management service |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/US2022/053179 WO2024129098A1 (en) | 2022-12-16 | 2022-12-16 | Implementing an infrastructure management service |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2024129098A1 true WO2024129098A1 (en) | 2024-06-20 |
Family
ID=91485472
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2022/053179 Ceased WO2024129098A1 (en) | 2022-12-16 | 2022-12-16 | Implementing an infrastructure management service |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US12572347B2 (en) |
| WO (1) | WO2024129098A1 (en) |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20020165819A1 (en) * | 2001-05-02 | 2002-11-07 | Gateway, Inc. | System and method for providing distributed computing services |
| US20140040343A1 (en) * | 2005-09-15 | 2014-02-06 | Peter Nickolov | Globally Distributed Utility Computing Cloud |
| US20180329862A1 (en) * | 2017-05-11 | 2018-11-15 | Beijing Baidu Netcom Science And Technology Co., Ltd. | Method and apparatus for updating server firmware in server, and server |
| US20190303212A1 (en) * | 2018-03-30 | 2019-10-03 | Cisco Technology, Inc. | Method for managing application configuration state with cloud based application management techniques |
Family Cites Families (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101223754A (en) | 2005-07-19 | 2008-07-16 | 艾利森电话股份有限公司 | Method and device for allocating application server address in IMS |
| US7509519B2 (en) * | 2005-11-29 | 2009-03-24 | International Business Machines Corporation | Recovery and debugging of failed network-accessible service construction |
| US8401022B2 (en) | 2008-02-08 | 2013-03-19 | Oracle International Corporation | Pragmatic approaches to IMS |
| KR20110038605A (en) | 2008-02-22 | 2011-04-14 | 세이지 코넥스, 엘엘씨 | Personal data portal on PSN and online home with virtual rooms and objects |
| JP5671297B2 (en) | 2009-11-16 | 2015-02-18 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | Method and system for optimizing multimedia services over an IMS network |
| US8811977B2 (en) | 2010-05-06 | 2014-08-19 | At&T Mobility Ii Llc | Device-driven intelligence and feedback for performance optimization and planning of a service network |
| EP2622812B1 (en) | 2010-09-30 | 2014-08-06 | Telefonaktiebolaget L M Ericsson (PUBL) | Method and network entity for checking, in an ip based communications network, a status of a destination network |
| US9311160B2 (en) | 2011-11-10 | 2016-04-12 | Verizon Patent And Licensing Inc. | Elastic cloud networking |
| US9450817B1 (en) | 2013-03-15 | 2016-09-20 | Juniper Networks, Inc. | Software defined network controller |
| US10095506B2 (en) * | 2016-02-12 | 2018-10-09 | Nutanix, Inc. | Virtualized file server data sharing |
| US11698780B2 (en) * | 2021-04-21 | 2023-07-11 | Hewlett Packard Enterprise Development Lp | Deployment and configuration of an edge site based on declarative intents indicative of a use case |
| US12445427B2 (en) * | 2023-03-30 | 2025-10-14 | Rakuten Symphony, Inc. | Agentless GitOps and custom resources for application orchestration and management |
| US12254011B2 (en) * | 2023-05-23 | 2025-03-18 | Rakuten Mobile, Inc. | Database access request processing distribution |
-
2022
- 2022-12-16 WO PCT/US2022/053179 patent/WO2024129098A1/en not_active Ceased
- 2022-12-16 US US18/006,973 patent/US12572347B2/en active Active
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20020165819A1 (en) * | 2001-05-02 | 2002-11-07 | Gateway, Inc. | System and method for providing distributed computing services |
| US20140040343A1 (en) * | 2005-09-15 | 2014-02-06 | Peter Nickolov | Globally Distributed Utility Computing Cloud |
| US20180329862A1 (en) * | 2017-05-11 | 2018-11-15 | Beijing Baidu Netcom Science And Technology Co., Ltd. | Method and apparatus for updating server firmware in server, and server |
| US20190303212A1 (en) * | 2018-03-30 | 2019-10-03 | Cisco Technology, Inc. | Method for managing application configuration state with cloud based application management techniques |
Also Published As
| Publication number | Publication date |
|---|---|
| US20250298598A1 (en) | 2025-09-25 |
| US12572347B2 (en) | 2026-03-10 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US12536054B1 (en) | Solver for cluster management system | |
| US10664388B2 (en) | Continuous integration testing for network-based applications | |
| US9274843B2 (en) | Multi-redundant switchable process pooling for cloud it services delivery | |
| US9311161B2 (en) | Automatically configured management service payloads for cloud IT services delivery | |
| US20210406079A1 (en) | Persistent Non-Homogeneous Worker Pools | |
| US12445427B2 (en) | Agentless GitOps and custom resources for application orchestration and management | |
| US9612815B1 (en) | Method and tool for automating deployment of reference implementation architectures for pre-integrated multi-product solutions | |
| US9754303B1 (en) | Service offering templates for user interface customization in CITS delivery containers | |
| US9590872B1 (en) | Automated cloud IT services delivery solution model | |
| CN103309703B (en) | For identifying the system and method for optimal upgrading scheme in networked computer environments | |
| WO2022037612A1 (en) | Method for providing application construction service, and application construction platform, application deployment method and system | |
| US11528186B2 (en) | Automated initialization of bare metal servers | |
| US10067863B1 (en) | Feature targeting of test automation lab machines | |
| US20240330069A1 (en) | Agentless gitops and custom resources for infrastructure orchestration and management | |
| CN118170431B (en) | Cross-operating system service migration method and device and electronic equipment | |
| US11750451B2 (en) | Batch manager for complex workflows | |
| US12039473B2 (en) | Software development project infrastructure builder tool | |
| US20220197633A1 (en) | Software defined build infrastructure for hybrid, virtualized and native build environments | |
| US10073689B2 (en) | Managing application lifecycles within a federation of distributed software applications | |
| US12572347B2 (en) | Implementing an infrastructure management service | |
| CN112527377B (en) | Application generation processing method, device, computer equipment and storage medium | |
| US12432063B2 (en) | Git webhook authorization for GitOps management operations | |
| US20250077191A1 (en) | Building software using volume snapshots | |
| US9772833B2 (en) | Application instance staging | |
| US11743188B2 (en) | Check-in monitoring for workflows |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 18006973 Country of ref document: US |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 22968719 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWP | Wipo information: published in national office |
Ref document number: 18006973 Country of ref document: US |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 22968719 Country of ref document: EP Kind code of ref document: A1 |
|
| WWG | Wipo information: grant in national office |
Ref document number: 18006973 Country of ref document: US |