Method for rapidly deploying extensible cluster
An easy-to-expand, cluster technology, applied in the computer field, can solve the problems such as the inability to support the ultra-large cluster system, the failure to fundamentally improve the system scalability, and the complex maintenance of server heartbeat information, so as to achieve good scalability. stability, good system scale expansion, and the effect of adapting to system scale expansion
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
specific Embodiment approach
[0044] 1) Main data structure:
[0045] a) Nodes to be deployed:
[0046] struct deploy_node
[0047] {
[0048] u_int8_t mac_addr[6];
[0049] struct in_addr ip_addr;
[0050] u_int32_t clients;
[0051] u_int32_t max_clients;
[0052] struct deploy_node *next;
[0053] struct deploy_node *parent;
[0054] struct deploy_node *firstChild;
[0055] struct deploy_node *sibling;
[0056]}
[0057] b) Communication messages between the DHCP server and the command line program:
[0058] struct deploy_msg{
[0059] u_int8_t op;
[0060] char msg[MAX_LINE];
[0061]};
[0062] c) DHCP response message:
[0063] struct dhcp_packet{
[0064] u_int8_t op; / *0: Message opcode / type* /
[0065] u_int8_t htype; / *1: Hardware addr type(net / if_types.h)* /
[0066] u_int8_t hlen; / *2: Hardware addr length* /
[0067] u_int8_t hops; / *3: Number of relay agent hops from client* /
[0068] u_int32_t xid; / *4: Transaction ID* /
[0069] u_...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com