WO2017185881A1 - 一种在计算机整机系统批量生产中确保网卡mac地址唯一性的方法 - Google Patents

一种在计算机整机系统批量生产中确保网卡mac地址唯一性的方法 Download PDF

Info

Publication number
WO2017185881A1
WO2017185881A1 PCT/CN2017/075917 CN2017075917W WO2017185881A1 WO 2017185881 A1 WO2017185881 A1 WO 2017185881A1 CN 2017075917 W CN2017075917 W CN 2017075917W WO 2017185881 A1 WO2017185881 A1 WO 2017185881A1
Authority
WO
WIPO (PCT)
Prior art keywords
mac address
test
mac
computer
address
Prior art date
Application number
PCT/CN2017/075917
Other languages
English (en)
French (fr)
Inventor
孙连震
王佩
Original Assignee
浪潮电子信息产业股份有限公司
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 浪潮电子信息产业股份有限公司 filed Critical 浪潮电子信息产业股份有限公司
Publication of WO2017185881A1 publication Critical patent/WO2017185881A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5046Resolving address allocation conflicts; Testing of addresses
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2101/00Indexing scheme associated with group H04L61/00
    • H04L2101/60Types of network addresses
    • H04L2101/618Details of network addresses
    • H04L2101/622Layer-2 addresses, e.g. medium access control [MAC] addresses

Definitions

  • the present invention relates to the field of computer testing, and more particularly to a method for ensuring the uniqueness of a MAC address of a network card in mass production of a computer system.
  • a MAC (Media Access Control or Medium Access Control) address which is translated as media access control, or physical address, hardware address, is used to define the location of a network device.
  • the Layer 3 network layer is responsible for the IP address
  • the Layer 2 data link layer is responsible for the MAC address. Therefore, a host will have a MAC address, and each network location will have an IP address specific to it. To put it bluntly, the MAC address is like the ID number on our ID card, which is globally unique. .
  • the Ethernet Address Management Authority (IEEEXIEEE: Institute of Electrical and Electronics Engineers) divides the Ethernet address into several independent contiguous address groups. The manufacturer that produces the Ethernet NIC purchases one of them, and the specific production ⁇ , assigns the unique address to the Ethernet one by one. Network card.
  • the MAC address of the network card must be globally unique. To ensure the global uniqueness of the MAC address of the whole system, the whole system must test the MAC address before shipment.
  • the technical task of the present invention is to provide a method for ensuring the uniqueness of a MAC address of a network card in mass production of a computer system.
  • Step 1 Prepare the MA C address pool database server and write automatic test software as needed
  • Step 2 Connect the test computer and MAC address pool server to the same subnet
  • Step 3 Start the computer operating system to be tested, run the automatic test software written as needed
  • Step 4 Observe the test results
  • Step 5 Upload the test record.
  • the MAC address pool database server is built by: setting up a server in the whole system test network, and creating a database that can store a large number of MAC addresses on the server, which can be used as a MAC address pool database. server.
  • Step 1 Set up a database server for the MAC address pool, and write automatic test software as needed;
  • the third step starting the operating system, reading the MAC address of all the computers to be tested, if the number of MAC addresses read is different from the number of MAC addresses burned by the computer or a certain MAC address is duplicated, directly report The MAC address is incorrect.
  • the fourth step comparing the MAC addresses of all the computers to be tested with the allowed MAC address range applied by the company to the IEEE, if any of the MAC addresses are not within the MAC address range allowed by the company. Directly reporting the MAC address error;
  • Step 5 Compare all the MAC addresses of the tested machine to the MAC address in the database of the MAC address pool. If there is no duplicate, the MAC address test is successful, and if there is a duplicate, the test fails;
  • all the MAC addresses of the computer to be tested are read by using the ipconfig or ifconfig commands.
  • 1 is a test flow chart of a method for ensuring the uniqueness of a MAC address of a network card in mass production of a computer system.
  • IPConfig utility and its equivalent graphical user interface - WinlPCfg in Windows 95/98 can be used to display the settings of the current TCP/IP configuration. This information is typically used to verify that the manually configured TCP/IP settings are correct.
  • ifconfig is a command for displaying or configuring a network device (network interface card) in linux.
  • the full name of the English is net work interfaces configuring °
  • the specific principle is to build a MAC address pool database server, read all MAC addresses on the computer to be tested, ensure that the read address meets the rules, and compare with the MAC address pool database server, thereby ensuring that the MAC address of the computer to be tested is shipped. No repetition.
  • Step 1 Set up a database server of the MAC address pool, and write test software as needed;
  • the third step starting the Windows operating system of the computer to be tested, using the ipconfig command to read the MAC address of all the computers to be tested, if the number of MAC addresses read is different from the number of MAC addresses burned by the computer or read some The MAC addresses are duplicated, and the MAC address is directly reported incorrectly;
  • the fourth step comparing the MAC addresses of all the computers to be tested with the allowed MAC address range applied by the company to the IEEE, if any of the MAC addresses are not within the MAC address range allowed by the company. Directly reporting the MAC address error;
  • Step 5 Compare all the MAC addresses of the tested machine to the MAC address in the database of the MAC address pool. If there is no duplicate, the MAC address test is successful, and if there is a duplicate, the test fails;
  • Step 6 Upload the test result, if the test is successful, add all MAC addresses to the address pool database.
  • test software is written according to the detection steps and the detection requirements of the present invention; then the test software is executed to automatically complete the detection steps in the content of the present invention, and the MAC address in the whole system can be completely ensured.
  • the uniqueness of the site is written according to the detection steps and the detection requirements of the present invention.
  • Step 1 Set up a database server for the MAC address pool, and write test software as needed;
  • Step 3 Start the Linux operating system of the computer to be tested, and use the ifconfig command to read the MAC addresses of all the computers to be tested. If the number of MAC addresses read is different from the number of MAC addresses burned by the computer or read some The MAC addresses are duplicated, and the MAC address is directly reported incorrectly;
  • Step 4 Compare the MAC addresses of all the computers to be tested with the allowed MAC address range applied by the company to the IEEE, if any of the MAC addresses are not within the MAC address range allowed by the company. Directly reporting the MAC address error;
  • Step 5 Compare all MAC addresses of the tested machine to the MAC address in the database of the MAC address pool. If there is no duplicate, the MAC address test is successful, and if there is a duplicate, the test fails;
  • Step 6 Upload the test result, if the test is successful, add all MAC addresses to the address pool database.
  • a server is set up in the whole system test network, and a large number of Ms can be stored on the server.
  • the database of the AC address can be used as the database server of the MAC address pool.
  • test software is written according to the detection steps and the detection requirements of the present invention; then the test software is executed to automatically complete the detection steps in the content of the present invention, which can completely ensure the global uniqueness of the MAC address in the whole system. Sex.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本发明公开了一种在计算机整机系统批量生产中确保网卡MAC地址唯一性的方法,方法步骤如下,第一步:准备好MAC地址池数据库服务器和根据需要编写自动测试软件;第二步:将测试计算机和MAC地址池服务器连接到同一子网;第三步:启动待测试计算机操作系统,运行根据需要编写的自动测试软件;第四步:观察测试结果;第五步:上传测试记录。有益效果如下:用软件实现自动化测试,我们可以方便快捷的确保计算机整机系统网卡MAC地址有效性,大大节省整机测试和人力测试成本,有效降低产品出货不良率,降低产品返修成本。

Description

技术领域
[0001] 本发明涉及计算机测试领域, 具体地说是一种在计算机整机系统批量生产中确 保网卡 MAC地址唯一性的方法。
背景技术
[0002] MAC(Media Access Control或者 Medium Access Control)地址, 意译为媒体访问 控制, 或称为物理地址、 硬件地址, 用来定义网络设备的位置。 在 0SI模型中, 第三层网络层负责 IP地址, 第二层数据链路层则负责 MAC地址。 因此一个主机 会有一个 MAC地址, 而每个网络位置会有一个专属于它的 IP地址。 形象地说, MAC地址就如同我们身份证上的身份证号码, 具有全球唯一性。 。 以太网地址 管理机构(IEEEXIEEE:电气和电子工程师协会)将以太网地址, 分为若干独立的 连续地址组, 生产以太网网卡的厂家就购买其中一组, 具体生产吋, 逐个将唯 一地址赋予以太网卡。
[0003] 在当前计算机系统中,网卡 MAC地址必须是全球唯一的,为确保整机系统出货 吋 MAC地址的全球唯一性,整机系统必须在出货前测试 MAC地址。
[0004] 在之前的系统组装测试过程中,费吋费力, 且确保 MAC地址的全球唯一性非常 困难,经常出现出货的整机系统网卡 MAC地址重复,从而造成整机退货,公司付出 高昂的代价。
技术问题
[0005] 本发明的技术任务是提供一种在计算机整机系统批量生产中确保网卡 MAC地 址唯一性的方法。
问题的解决方案
技术解决方案
[0006] 本发明的技术任务是按以下方式实现的, 具体步骤如下: 第一步: 准备好 MA C地址池数据库服务器和根据需要编写自动测试软件; 第二步: 将测试计算机和 MAC地址池服务器连接到同一子网; 第三步: 启动待测试计算机操作系统, 运 行根据需要编写的自动测试软件; 第四步: 观察测试结果; 第五步: 上传测试 记录。
[0007] 优选的, 所述的 MAC地址池数据库服务器的搭建方法是: 在整机系统测试网 络中架设一台服务器, 在服务器上创建可存放大量 MAC地址的数据库, 即可作 为 MAC地址池数据库服务器。
[0008] 更具体的实施步骤为:
[0009] 第一步: 搭建 MAC地址池数据库服务器, 根据需要编写自动测试软件;
[0010] 第二步: 连接所述服务器和待测计算机在同一子网内;
[0011] 第三步: 启动操作系统, 读取所有待测计算机的 MAC地址,如果读取的 MAC地 址数量与计算机烧录的 MAC地址数量不同或者读取的某个 MAC地址有重复,直接 报 MAC地址错误;
[0012] 第四步: 把读取的所有待测计算机的 MAC地址跟本公司向 IEEE申请的允许使 用的 MAC地址范围比较,如果有任何一个 MAC地址没在本公司允许使用的 MAC 地址范围内,直接报 MAC地址错误;
[0013] 第五步: 把读取的待测机所有 MAC地址逐一跟 MAC地址池数据库里的 MAC比 对,如果没有重复则报 MAC地址测试成功,如果有重复则报告测试失败;
[0014] 第六步: 上传测试结果,如果测试成功则把所有 MAC地址加入到地址池数据库
, 如果测试失败则在 MAC地址池数据库里刪除所有 MAC地址。
[0015] 优选的, 使用 ipconfig或 ifconfig命令读取待测计算机的所有 MAC地址。
发明的有益效果
有益效果
[0016] 本发明的一种在计算机整机系统批量生产中确保网卡 MAC地址唯一性的方法 和现有技术相比, 用软件实现自动化测试,我们可以方便快捷的确保计算机整机 系统网卡 MAC地址有效性,大大节省整机测试和人力测试成本, 有效降低产品出 货不良率,降低产品返修成本。
对附图的简要说明 附图说明
[0017] 附图 1为一种在计算机整机系统批量生产中确保网卡 MAC地址唯一性的方法 的测试流程图。
本发明的实施方式
[0018] IPConfig实用程序和它的等价图形用户界面 -Windows 95/98中的 WinlPCfg可用 于显示当前的 TCP/IP配置的设置值。 这些信息一般用来检验人工配置的 TCP/IP 设置是否正确。
[0019] ifconfig是 linux中用于显示或配置网络设备 (网络接口卡)的命令, 英文全称是 net work interfaces configuring °
[0020] 具体原理是搭建 MAC地址池数据库服务器,读取待测试计算机上所有 MAC地址, 确保读取的地址符合规则,并与 MAC地址池数据库服务器比对,从而确保待测试计 算机 MAC地址出货无重复。
[0021] 实施例 1 :
[0022] 第一步: 搭建 MAC地址池数据库服务器, 根据需要进行编写测试软件;
[0023] 第二步: 连接所述服务器和待测计算机在同一子网内;
[0024] 第三步: 启动待测试计算机的 Windows操作系统, 使用 ipconfig命令读取所有待 测计算机的 MAC地址,如果读取的 MAC地址数量与计算机烧录的 MAC地址数量 不同或者读取的某个 MAC地址有重复,直接报 MAC地址错误;
[0025] 第四步: 把读取的所有待测计算机的 MAC地址跟本公司向 IEEE申请的允许使 用的 MAC地址范围比较,如果有任何一个 MAC地址没在本公司允许使用的 MAC 地址范围内,直接报 MAC地址错误;
[0026] 第五步: 把读取的待测机所有 MAC地址逐一跟 MAC地址池数据库里的 MAC比 对,如果没有重复则报 MAC地址测试成功,如果有重复则报告测试失败;
[0027] 第六步: 上传测试结果,如果测试成功则把所有 MAC地址加入到地址池数据库
, 如果测试失败则在 MAC地址池数据库里刪除所有 MAC地址。
[0028] 测试软件, 根据本发明的各项检测步骤及检测需求进行编写; 然后执行测试软 件,自动完成本发明内容里的各项检测步骤, 完全可以确保整机系统里的 MAC地 址的全球唯一性。
[0029] 实施例 2:
[0030] 第一步: 搭建 MAC地址池数据库服务器, 根据需要进行编写测试软件;
[0031] 第二步: 连接所述服务器和待测计算机在同一子网内;
[0032] 第三步: 启动待测试计算机的 Linux操作系统, 使用 ifconfig命令读取所有待测 计算机的 MAC地址,如果读取的 MAC地址数量与计算机烧录的 MAC地址数量不 同或者读取的某个 MAC地址有重复,直接报 MAC地址错误;
[0033] 第四步: 把读取的所有待测计算机的 MAC地址跟本公司向 IEEE申请的允许使 用的 MAC地址范围比较,如果有任何一个 MAC地址没在本公司允许使用的 MAC 地址范围内,直接报 MAC地址错误;
[0034] 第五步: 把读取的待测机所有 MAC地址逐一跟 MAC地址池数据库里的 MAC比 对,如果没有重复则报 MAC地址测试成功,如果有重复则报告测试失败;
[0035] 第六步: 上传测试结果,如果测试成功则把所有 MAC地址加入到地址池数据库
, 如果测试失败则在 MAC地址池数据库里刪除所有 MAC地址。
[0036] 其中, 在整机系统测试网络中架设一台服务器, 在服务器上创建可存放大量 M
AC地址的数据库, 即可作为 MAC地址池数据库服务器。
[0037] 测试软件, 根据本发明的各项检测步骤及检测需求进行编写; 然后执行测试软 件,自动完成本发明内容里的各项检测步骤, 完全可以确保整机系统里的 MAC地 址的全球唯一性。
[0038] 通过上面具体实施方式, 所述技术领域的技术人员可容易的实现本发明。 但是 应当理解, 本发明并不限于上述的几种具体实施方式。 在公幵的实施方式的基 础上, 所述技术领域的技术人员可任意组合不同的技术特征, 从而实现不同的 技术方案。

Claims

权利要求书
[权利要求 1] 一种在计算机整机系统批量生产中确保网卡 MAC地址唯一性的方法
, 其特征在于, 方法步骤如下: 第一步: 准备好 MAC地址池数据库 服务器和根据需要编写自动测试软件; 第二步: 将测试计算机和 MA C地址池服务器连接到同一子网; 第三步: 启动待测试计算机操作系 统, 运行根据需要编写的自动测试软件; 第四步: 观察测试结果; 第 五步: 上传测试记录。
[权利要求 2] 根据权利要求 1所述的一种在计算机整机系统批量生产中确保网卡 M
AC地址唯一性的方法, 其特征在于, 所述的 MAC地址池数据库服务 器的搭建方法是: 在整机系统测试网络中架设一台服务器, 在服务器 上创建可存放大量 MAC地址的数据库, 即可作为 MAC地址池数据库 服务器。
[权利要求 3] 根据权利要求 1所述的一种在计算机整机系统批量生产中确保网卡 M
AC地址唯一性的方法, 其特征在于, 其详细步骤为:
第一步: 搭建 MAC地址池数据库服务器, 根据需要编写自动测试软 件;
第二步: 连接所述服务器和待测计算机在同一子网内;
第三步: 启动操作系统, 读取所有待测计算机的 MAC地址,如果读取 的 MAC地址数量与计算机烧录的 MAC地址数量不同或者读取的某个 MAC地址有重复,直接报 MAC地址错误;
第四步: 把读取的所有待测计算机的 MAC地址跟本公司向 IEEE申请 的允许使用的 MAC地址范围比较,如果有任何一个 MAC地址没在本公 司允许使用的 MAC地址范围内 ,直接报 MAC地址错误;
第五步: 把读取的待测机所有 MAC地址逐一跟 MAC地址池数据库里 的 MAC比对,如果没有重复则报 MAC地址测试成功,如果有重复则报 告测试失败;
第六步: 上传测试结果,如果测试成功则把所有 MAC地址加入到地址 池数据库, 如果测试失败则在 MAC地址池数据库里刪除所有 MAC地 址。
[权利要求 4] 根据权利要求 3所述的一种在计算机整机系统批量生产中确保网卡 M
AC地址唯一性的方法, 其特征在于, 使用 ipconfig或 ifconfig命令读取 待测计算机的所有 MAC地址。
PCT/CN2017/075917 2016-04-28 2017-03-08 一种在计算机整机系统批量生产中确保网卡mac地址唯一性的方法 WO2017185881A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610274313.5A CN105959429A (zh) 2016-04-28 2016-04-28 一种在计算机整机系统批量生产中确保网卡mac地址唯一性的方法
CN201610274313.5 2016-04-28

Publications (1)

Publication Number Publication Date
WO2017185881A1 true WO2017185881A1 (zh) 2017-11-02

Family

ID=56915776

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/075917 WO2017185881A1 (zh) 2016-04-28 2017-03-08 一种在计算机整机系统批量生产中确保网卡mac地址唯一性的方法

Country Status (2)

Country Link
CN (1) CN105959429A (zh)
WO (1) WO2017185881A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112333008A (zh) * 2020-10-22 2021-02-05 济南浪潮数据技术有限公司 一种云主机整机备份还原方法、装置、设备及存储介质
CN115529296A (zh) * 2022-08-25 2022-12-27 惠州市德赛西威汽车电子股份有限公司 一种id地址的测试方法,系统,测试工具以及存储介质

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105959429A (zh) * 2016-04-28 2016-09-21 浪潮电子信息产业股份有限公司 一种在计算机整机系统批量生产中确保网卡mac地址唯一性的方法
CN109639847A (zh) * 2018-12-18 2019-04-16 浪潮电子信息产业股份有限公司 一种刷写mac地址的设备、方法以及系统
CN111221540B (zh) * 2019-10-18 2023-09-01 惠州高盛达科技有限公司 基于服务器的多拼板的并行烧录方法及烧录系统
CN112003766B (zh) * 2020-08-13 2022-04-26 苏州浪潮智能科技有限公司 一种网卡mac重复测试异常处理方法及装置
CN112187966B (zh) * 2020-09-17 2023-04-28 浪潮(北京)电子信息产业有限公司 一种加速卡及其mac地址生成方法、装置和存储介质
CN114124904B (zh) * 2022-01-25 2022-05-24 北京智象信息技术有限公司 一种服务端校验mac地址被烧录到多台设备的方法及系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101951415A (zh) * 2010-08-30 2011-01-19 清华大学 提高地址冲突检测过程安全性的方法
CN102333013A (zh) * 2011-10-17 2012-01-25 中兴通讯股份有限公司 一种介质访问控制地址冲突检测方法、装置和系统
CN102664766A (zh) * 2012-04-12 2012-09-12 Tcl王牌电器(惠州)有限公司 网络端口的检测装置和检测方法
CN105430118A (zh) * 2015-12-28 2016-03-23 广州慧睿思通信息科技有限公司 一种mac地址生成方法及装置
CN105959429A (zh) * 2016-04-28 2016-09-21 浪潮电子信息产业股份有限公司 一种在计算机整机系统批量生产中确保网卡mac地址唯一性的方法

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7457300B2 (en) * 2003-01-21 2008-11-25 Telefonaktiebolaget L M Ericsson (Publ) Ethernet address management system
CN1767545B (zh) * 2004-10-27 2010-06-16 中兴通讯股份有限公司 一种获取设备mac地址的方法
CN102983968B (zh) * 2011-09-02 2017-03-22 深圳市快播科技有限公司 一种软件后台认证方法、认证服务器和终端

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101951415A (zh) * 2010-08-30 2011-01-19 清华大学 提高地址冲突检测过程安全性的方法
CN102333013A (zh) * 2011-10-17 2012-01-25 中兴通讯股份有限公司 一种介质访问控制地址冲突检测方法、装置和系统
CN102664766A (zh) * 2012-04-12 2012-09-12 Tcl王牌电器(惠州)有限公司 网络端口的检测装置和检测方法
CN105430118A (zh) * 2015-12-28 2016-03-23 广州慧睿思通信息科技有限公司 一种mac地址生成方法及装置
CN105959429A (zh) * 2016-04-28 2016-09-21 浪潮电子信息产业股份有限公司 一种在计算机整机系统批量生产中确保网卡mac地址唯一性的方法

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112333008A (zh) * 2020-10-22 2021-02-05 济南浪潮数据技术有限公司 一种云主机整机备份还原方法、装置、设备及存储介质
CN112333008B (zh) * 2020-10-22 2023-01-24 济南浪潮数据技术有限公司 一种云主机整机备份还原方法、装置、设备及存储介质
CN115529296A (zh) * 2022-08-25 2022-12-27 惠州市德赛西威汽车电子股份有限公司 一种id地址的测试方法,系统,测试工具以及存储介质
CN115529296B (zh) * 2022-08-25 2023-10-03 惠州市德赛西威汽车电子股份有限公司 一种id地址的测试方法,系统,测试工具以及存储介质

Also Published As

Publication number Publication date
CN105959429A (zh) 2016-09-21

Similar Documents

Publication Publication Date Title
WO2017185881A1 (zh) 一种在计算机整机系统批量生产中确保网卡mac地址唯一性的方法
AU2019226217A1 (en) Configuration of a digital twin for a building or other facility via bim data extraction and asset register mapping
CN104484274B (zh) 一种基于itp工具的内存轮巡检查功能测试方法
CN104461611A (zh) 一种rack机柜批量刷新节点bios的方法
CN104317617A (zh) 一种批量刷新BMC Firmware的方法
US8473787B2 (en) Intelligent LUN generation and management
TW200522594A (en) Method for burning MAC address
EP3042254A1 (en) Systems and methods for virtualizing a programmable logic controller
US9703937B2 (en) Method to prevent operating system digital product key activation failures
CN103973515A (zh) 一种网卡稳定性测试方法
CN108923997B (zh) 一种基于python的云服务节点自动测试方法及装置
CN101982815A (zh) 软件测试的系统及方法
JP2018067282A (ja) 工業用自動化制御装置のための改良型テストマネージャ
CN105260274A (zh) 一种基于linux下的硬盘随机热拔插稳定性检测方法
US20180332002A1 (en) Manufacturing line computer system and network setup method of the same
CN109120730B (zh) 在连接的系统的调试期间解决双地址故障的系统和方法
TWI664431B (zh) 測試系統
CN105550090A (zh) 一种基于linux平台下的bmc压力自动测试方法
US8280715B2 (en) Storage system management tool including simulation mode to support pre-configuration of storage systems
CN104484254A (zh) 一种测试高密度机柜内部震动对io性能影响的方法
US20070294430A1 (en) Generating a device address persistent across different instantiations of an electronic device
CN105183597A (zh) 一种快速有效进行系统硬盘失效分析及修复的方法
TWI685791B (zh) 產生bios變更紀錄的方法
US20240104185A1 (en) Device registration methods and apparatuses, electronic devices and storage media
CN106897188A (zh) 一种实时监控Sandisk_SSD温度的方法

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17788536

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17788536

Country of ref document: EP

Kind code of ref document: A1