zoukankan      html  css  js  c++  java
  • Power Cycling Test -----Test enviroment setup

    1.Hardware

    Before starting the power cycling test,we need to complete the whole system configuration:Hardware  & Software . 

    We must need to considerate all of the tests include reboot&DC&AC stress when we built the system,so in this part i will descript what the system is .

    Now ,let's see the below system architecture

    There are 4 phycial machines in this system, but only AC stress will use the Baytech ,DC and reboot stress just need the other 3 machine.

    AC Hareware requirement :SUT (it means 'system under test'), Baytech ,Switch ,Console with ITAS tool.

    DC Hareware requirement :SUT (it means 'system under test'),Switch ,Console with ITAS tool. 

                                          Sometime we don'n need to use the switch via PNP connection,eg:SUT----Console .But when we test many SUT, we have to make use of the switch.

    Reboot Hareware requirement :SUT (it means 'system under test'),Switch ,Console with ITAS tool.                                       

                                          Sometime we don'n need to use the switch via PNP connection,eg:SUT----Console .But when we test many SUT, we have to make use of the switch.

    2.software

    ITAS is an intel Internal tool for the server test,it means Intel Test Application Suite.

    We need to intall the ITAS tool to manage the system, and most of our test is base on the console with ITAS tool.

    The installing steps can be refer to the ITAS userguide, but we need to pay attention to some confusions

    ITAS Software requirements:

    Windows based OS installation (Windows 7 x86)

    TCL/TK installed version 8.5 with threading support

    After install the above two features,it's very important to use adminstractor account to login the OS,

    found the ITAS shotcut on the desktop ,right click the application file  > Open

    1. In the popup that appears, choose “Select a program from a list of installed programs” then click ok
    2. In the next popup window, choose “Browse button (bottom right of screen)”
    3. Browse to “C:TCLin” directory and select the “wish85” .exe > click “Open” then “Ok”

    ITAS Configuration:

    Note : all of machine must set into the same tree directory.

    1. Adding Servers:

    The server object is your device under test; you will enter the address of one or more of the server’s baseboard management controllers (BMC) addresses.

    In the user and password fields you will enter the login name and password used to access the BMC via IPMI

    You can have multiple entries for each interface (Channel) An example would be:

    SERVER      MyServer-Channel-1 192.168.10.10     root       root
    SERVER      MyServer-Channel-3 192.168.10.20     administrator       password


     

    2.Adding RPC Controllers:

    ITAS currently supports the BayTech RPC controllers to do AC power cycling.

    These are SNMP enabled controllers and allow ITAS to control them via Ethernet. The serial controlled versions of the BayTech devices are not supported. There are no plans to add serial control to the existing framework.

    Additional devices will be added on a need basis.

    Adding a PRC device is the same process as the Server device only you will enter the read community in the USER/RCOM/ID field and the write community in the PASS/WCOM/ID field.

  • 相关阅读:
    常用SQL语句
    一个很准的心理测试
    视图,存储实现行列转换
    『原创』+『转载』配置模拟器网络环境(访问局域网)Step by Step!
    『原创』老范的XML文档编辑程序——不是一般的山寨!(原创附程序)
    『原创』+『参考』基于PPC的图像对比程序——使用直方图度量
    『原创』.Net CF下ListView的数据绑定
    『原创』+『参考』使用C#在PPC的Today界面上的任务栏加入应用程序图标
    关于RDA远程访问数据库的一个例子(亲手完成,不容易啊)
    『原创』+『参考』亲手实验:使用C#在PPC中播放声音
  • 原文地址:https://www.cnblogs.com/yongdaiblog-201409/p/6681126.html
Copyright © 2011-2022 走看看