Test system using local loop to establish connection to baseboard management control and method therefor
    1.
    发明申请
    Test system using local loop to establish connection to baseboard management control and method therefor 审中-公开
    测试系统使用本地环路建立与基板管理控制的连接及其方法

    公开(公告)号:US20080205286A1

    公开(公告)日:2008-08-28

    申请号:US11710495

    申请日:2007-02-26

    IPC分类号: H04L1/14

    CPC分类号: H04L1/243

    摘要: A test system using a local loop to establish connection to baseboard management control is provided. The test system includes more than one host terminals having at least one network interface card (NIC) and at least one baseboard management controller (BMC) having one NIC. After establishing a connection for test between the host terminals and a remote subscriber, a connection for loop test is established with the BMC through a virtual address, so as to deliver a test instruction to the BMC for testing and to loop back a test result. The test system establishes the connection for loop test through the virtual address so as to perform a remote platform test similar to an inner loop test. Therefore, the test result will not be influenced by a network environment setting, and thus a batch test can be adopted to save the test time.

    摘要翻译: 提供了使用本地环路建立与基板管理控制连接的测试系统。 测试系统包括具有至少一个网络接口卡(NIC)的多个主机终端和具有一个NIC的至少一个基板管理控制器(BMC)。 在主机终端和远程用户建立测试连接后,通过虚拟地址与BMC建立环路测试连接,以便向BMC发送测试指令以进行测试并循环测试结果。 测试系统通过虚拟地址建立循环测试的连接,以便执行类似于内环测试的远程平台测试。 因此,测试结果不会受到网络环境设置的影响,因此可以采用批量测试来节省测试时间。

    File data restoring system and method of computer operating system and software thereof
    2.
    发明授权
    File data restoring system and method of computer operating system and software thereof 有权
    文件数据恢复系统及其计算机操作系统及其软件方法

    公开(公告)号:US07770065B2

    公开(公告)日:2010-08-03

    申请号:US12026734

    申请日:2008-02-06

    IPC分类号: G06F11/00

    CPC分类号: G06F11/0751 G06F11/0706

    摘要: A file data restoring system and method of a computer operating system and software thereof are applied in the installation of an operating system into a client computer. Divide the file data corresponding to the operating system into data blocks according to an appointed data size. Generate a check code for each of the data blocks to form a sequence list of original check codes and a sequence list of target check codes. Compare the sequence list of original check codes with the sequence list of target check codes, after installing the operating system into the computer. If the comparison result is inconsistent, a restoring call information is sent out. The position of the inconsistent check code is acquired through the restoring call information and the comparison result. The original file data corresponding to the position of the check code is read and restored to a corresponding target file.

    摘要翻译: 在将操作系统安装到客户端计算机中时,应用计算机操作系统的文件数据恢复系统和方法及其软件。 根据指定的数据大小将对应于操作系统的文件数据划分为数据块。 生成每个数据块的校验码,以形成原始校验码的序列表和目标校验码的序列表。 在将操作系统安装到计算机后,将原始检查代码的顺序列表与目标检查代码的顺序列表进行比较。 如果比较结果不一致,则发送恢复呼叫信息。 通过恢复呼叫信息和比较结果获取不一致检查码的位置。 对应于检查码的位置的原始文件数据被读取并恢复到相应的目标文件。

    Stress testing method of file system
    3.
    发明授权
    Stress testing method of file system 有权
    文件系统的压力测试方法

    公开(公告)号:US07730358B2

    公开(公告)日:2010-06-01

    申请号:US11976370

    申请日:2007-10-24

    IPC分类号: G06F11/00

    CPC分类号: G11B20/182

    摘要: A stress testing method of a file system includes traversing local or network storage devices with a drive letter; detecting a network mapping path of the network storage devices; calculating an absolute path of all the storage devices through a mounted point and a system volume; collecting the above information to update the path information of the file system; and then calling a corresponding test algorithm and stressing strategy according to different types of storage devices, so as to perform the stress test. The stress testing method can make the file system display storage devices without a drive letter, and call appropriate testing methods and stressing strategies for different types of storage devices, so the depth and scope of the stress testing for file system are expanded, the accuracy of the test is enhanced, and the problem of occupying too many system resources is avoided.

    摘要翻译: 文件系统的压力测试方法包括遍历具有驱动器号的本地或网络存储设备; 检测网络存储设备的网络映射路径; 通过安装点和系统卷计算所有存储设备的绝对路径; 收集上述信息以更新文件系统的路径信息; 然后根据不同类型的存储设备调用相应的测试算法和应力策略,进行压力测试。 压力测试方法可以使文件系统不用驱动器号显示存储设备,并对不同类型的存储设备调用适当的测试方法和强调策略,扩大文件系统的压力测试的深度和范围, 测试得到加强,避免了占用太多系统资源的问题。

    NETWORK PACKET CAPTURING METHOD
    4.
    发明申请
    NETWORK PACKET CAPTURING METHOD 审中-公开
    网络包捕获方法

    公开(公告)号:US20090225767A1

    公开(公告)日:2009-09-10

    申请号:US12042832

    申请日:2008-03-05

    IPC分类号: H04L12/56

    摘要: A network packet capturing method for capturing a plurality of packets from a physical layer to an application layer by a network server through a network card is described. The packet capturing method includes the following steps. Capture packets by a new application interface (NAPI); set a ring queue in a kernel; provide a hook process for capturing the packets; store the captured packets into the ring queue; and map the packets stored in the ring queue into a memory space of a corresponding application through memory mapping, thereby reducing the number of interrupts of the system and the number of replications during the packets parsing.

    摘要翻译: 描述了一种网络分组捕获方法,用于通过网卡从网络服务器捕获从物理层到应用层的多个分组。 分组捕获方法包括以下步骤。 通过新的应用程序接口(NAPI)捕获数据包; 在内核中设置一个环队列; 提供捕获数据包的钩子进程; 将捕获的数据包存储到环队列中; 并通过存储器映射将存储在环队列中的数据包映射到对应应用程序的存储空间,从而减少了系统中断次数和数据包解析期间的复制次数。

    System and method for performing data reading and writing on physical storage device
    5.
    发明申请
    System and method for performing data reading and writing on physical storage device 审中-公开
    在物理存储设备上执行数据读写的系统和方法

    公开(公告)号:US20090132772A1

    公开(公告)日:2009-05-21

    申请号:US11984748

    申请日:2007-11-21

    IPC分类号: G06F12/00

    CPC分类号: G06F12/084

    摘要: A system and a method for performing data reading and writing on a physical storage device. A plurality of controllers under a common storage environment is used to realize data read and write operation performed on the physical storage device by a remote client. Firstly, the client assigns a controller in the plurality of controllers as a controller for executing the read and write operation, and each controller performs transmission of management data and cache data of the data to be written in the physical storage device through interlink. Then, the assigned controller reads data from the physical storage device or writes data into the physical storage device through corresponding logical storage device.

    摘要翻译: 一种用于在物理存储设备上执行数据读取和写入的系统和方法。 使用公共存储环境下的多个控制器来实现由远程客户端对物理存储设备执行的数据读写操作。 首先,客户端将多个控制器中的控制器分配为用于执行读写操作的控制器,并且每个控制器通过互连来执行要写入物理存储设备的数据的管理数据和高速缓存数据的传输。 然后,分配的控制器从物理存储设备读取数据,或通过相应的逻辑存储设备将数据写入物理存储设备。

    Remote replication synchronizing/accessing system and method thereof
    6.
    发明申请
    Remote replication synchronizing/accessing system and method thereof 审中-公开
    远程复制同步/访问系统及其方法

    公开(公告)号:US20090132534A1

    公开(公告)日:2009-05-21

    申请号:US11984747

    申请日:2007-11-21

    IPC分类号: G06F17/30

    CPC分类号: G06F16/275

    摘要: A remote replication synchronizing/accessing system and a method thereof applied between a local system and a remote mirroring system of the local system. After the remote mirroring system is created, an initialization synchronous operation of the remote mirroring system is sequentially performed according to a sequence of data blocks in storage of the local system. A small-granulated exclusive lock function is established between the initialization synchronous operation and a data-accessing request operation of the local system. During the initialization synchronous process of the remote mirroring system, it is determined whether a data block position corresponding to the current initialization synchronous operation is the same as that corresponding to the data-accessing request operation or not. Finally, according to a position determination result and the small-granulated exclusive lock function, a data-accessing request is directed processed or processed after finishing the initialization synchronous operation.

    摘要翻译: 远程复制同步/访问系统及其方法应用于本地系统和本地系统的远程镜像系统之间。 在创建远程镜像系统之后,根据本地系统的存储中的数据块的顺序依次执行远程镜像系统的初始化同步操作。 在初始化同步操作和本地系统的数据访问请求操作之间建立一个小粒度的独占锁定功能。 在远程镜像系统的初始化同步过程中,确定与当前初始化同步操作相对应的数据块位置是否与数据访问请求操作相对应。 最后,根据位置确定结果和小粒度排他锁定功能,在完成初始化同步操作之后,对数据访问请求进行指示处理或处理。

    Parallel burunig system and method
    7.
    发明申请
    Parallel burunig system and method 失效
    平行布鲁尼系统和方法

    公开(公告)号:US20090089469A1

    公开(公告)日:2009-04-02

    申请号:US11905291

    申请日:2007-09-28

    IPC分类号: G06F13/18

    CPC分类号: G01R31/2868

    摘要: A parallel burning system and method is for burning chips of various different bus types in parallel. A computer compiles configuration information according to corresponding connection relations between the chips and the micro controller units, and transmits the configuration information, burning command and burning data to a master micro controller unit of the micro controller units. The master micro controller unit distributes the burning data to slave micro controller units of the micro controller units based on the analyzed configuration information, and controls each slave micro controller unit to activate its burning operation. Then, the slave micro controller units burn the burning data onto the chips connected thereto, and transmit the burning results back to the master micro controller unit after completion of the burning operations. Finally, the master micro controller unit transmits the burning results back to the computer after completion of all the burning operations.

    摘要翻译: 并行燃烧系统和方法是并行烧录各种不同总线类型的芯片。 计算机根据芯片和微控制器单元之间的对应连接关系编译配置信息,并将配置信息,刻录命令和刻录数据发送到微控制器单元的主微控制器单元。 主微控制器单元基于分析的配置信息将燃烧数据分配到微控制器单元的从属微控制器单元,并控制每个从微控制器单元激活其燃烧操作。 然后,从属微控制器单元将燃烧数据刻录到与其连接的芯片上,并且在完成燃烧操作之后将燃烧结果传送回主微控制器单元。 最后,在完成所有燃烧操作之后,主微控制器单元将燃烧结果传送回计算机。

    Accessory-testing device and method therefor
    8.
    发明申请
    Accessory-testing device and method therefor 审中-公开
    附件检测装置及其方法

    公开(公告)号:US20090089003A1

    公开(公告)日:2009-04-02

    申请号:US11905339

    申请日:2007-09-28

    IPC分类号: G06F19/00

    CPC分类号: G06F11/24

    摘要: An accessory-testing device for an information processing apparatus includes a micro-processing unit (MPU) and a signal conversion unit. The MPU sends a mimic signal. The signal conversion unit is electrically connected to the MPU and an accessory respectively, for receiving the mimic signal and converting the mimic signal into a test signal to test the accessory. The accessory receives the test signal and then responds to the test signal to output a feedback signal. The feedback signal is received by the signal conversion unit and transmitted to the MPU, such that the MPU determines if the accessory operates normally according to the feedback signal. Conventional testing methods are Therefore, it is achieved that the effects of reducing the inspection time and improving the production efficiency.

    摘要翻译: 用于信息处理设备的附件测试设备包括微处理单元(MPU)和信号转换单元。 MPU发送模拟信号。 信号转换单元分别电连接到MPU和附件,用于接收模拟信号并将模拟信号转换成测试信号以测试附件。 附件接收测试信号,然后响应测试信号输出反馈信号。 反馈信号由信号转换单元接收并发送到MPU,使得MPU根据反馈信号确定附件是否正常工作。 传统的检测方法因此,实现了缩短检验时间,提高生产效率的效果。

    Apparatus and method for testing audio jacks of sound card
    9.
    发明申请
    Apparatus and method for testing audio jacks of sound card 审中-公开
    用于测试声卡插孔的装置和方法

    公开(公告)号:US20090086985A1

    公开(公告)日:2009-04-02

    申请号:US11905335

    申请日:2007-09-28

    IPC分类号: H04R29/00

    CPC分类号: H04R29/001 H04R29/008

    摘要: An apparatus and a method for testing audio jacks of a sound card are applicable for detecting whether at least one audio jack of the sound card in a personal computer (PC) sounds normally. Each audio jack provides at least one sound channel for transmitting a sound signal. The testing system includes driving circuits and a plurality of light-emitting units. The driving circuits are electrically connected to the sound card and an external voltage source, and used to change a current transmitting path according to the received sound signal. The light-emitting units are electrically connected to the driving circuits, and receive the current generated from the driving circuit, such that the light-emitting units emit lights. A sound channel to be tested is selected first, and a sound signal is sent to the sound channel. After the testing apparatus receives the sound signal, the light-emitting units emit lights.

    摘要翻译: 用于测试声卡的音频插孔的装置和方法适用于检测个人计算机(PC)中的声卡的至少一个音频插孔是否正常发声。 每个音频插孔提供至少一个用于传输声音信号的声音通道。 测试系统包括驱动电路和多个发光单元。 驱动电路电连接到声卡和外部电压源,并用于根据接收到的声音信号改变当前的发送路径。 发光单元电连接到驱动电路,并且接收从驱动电路产生的电流,使得发光单元发光。 首先选择要测试的声道,并将声音信号发送到声道。 在测试装置接收到声音信号之后,发光单元发光。

    SYSTEM OF CREATING LOGICAL VOLUME AND METHOD THEREOF
    10.
    发明申请
    SYSTEM OF CREATING LOGICAL VOLUME AND METHOD THEREOF 审中-公开
    创造逻辑体系的系统及其方法

    公开(公告)号:US20090083503A1

    公开(公告)日:2009-03-26

    申请号:US11858319

    申请日:2007-09-20

    IPC分类号: G06F12/16

    CPC分类号: G06F11/1458 G06F2201/84

    摘要: A system of creating logical volume and method thereof is used to solve the problems such as creation steps are complicated, a space of storage medium is wasted and the number of snapshots to be created is limited. An available logical volume space and a timestamp storage area are allocated in the logical volume according to space allocation algorithm. According to original data and data amended at subsequent time point in the logical volume, copy-on-write operation is sequentially performed on the amended data in the logical volume to create a timestamp corresponding to the time point. The timestamp of the corresponding time point is stored in the timestamp storage area. A storage medium offset address pointer is created to record writing position of the copy-on-write operation of the corresponding time point. And the pointer is stored in the storage medium to serve as index information of address of each timestamp.

    摘要翻译: 使用创建逻辑卷及其方法的系统来解决诸如创建步骤复杂,存储介质的空间被浪费并且要创建的快照的数量受限的问题。 根据空间分配算法,在逻辑卷中分配可用的逻辑卷空间和时间戳存储区域。 根据在逻辑卷的后续时间点修改的原始数据和数据,对逻辑卷中的修改数据顺序执行写时操作,以创建对应于时间点的时间戳。 相应时间点的时间戳存储在时间戳存储区域中。 创建存储介质偏移地址指针以记录对应时间点的写时复制操作的写入位置。 并且指针被存储在存储介质中以用作每个时间戳的地址的索引信息。