• Topic ID: id_15460276
  • Version: 3.0
  • Date: Jun 15, 2020 11:01:02 PM

VeRB 1 or 2 Replacement with DIG-VeRB Common Computer

Prerequisites

Overview

This procedure describes steps necessary to replace the VeRB 1 or 2 with a DIG-VeRB Common Computer. The DIG-VeRB Common Computer does not contain the DIP and SAS cards which are only used in the DIG computer.

note:

DO NOT REMOVE THE GPU FROM THE COMMON COMPUTER FRU

Definitions:

VeRB1 = Volume Reconstruction Box, the 1 means it has the Nvidia GPU

VeRB2 = Volume Reconstruction Box, the 2 means it has the AMD / ATI GPU

SAS = Serial Attached SCSI

DIP = DAS Interface Processor, either VDIP or HDIP

GPU = Graphics Processing Unit

BMC = Baseboard Management Controller (Hardware on the Mother board)

RMM = Remote Management Module ( Adapter Card )

IPMI = Intelligent Platform Management Interface ( BMC is IPMI compatible )

Ipmitool = Utility for controlling IPMI enabled devices

SNMP = Simple Network Management Protocol

PXE Boot = Preboot eXecution Environment (pronounced pixie) boots/retrieves OS & Application software over a network.

IP Addressing:

172.16.0.2 darc = DIG

172.16.0.5 verb = VeRB

172.16.0.3 darcrmm = DIG rmm

172.16.0.4 verbrmm = VeRB rmm

172.16.0.6 darcarray = darcarray

172.16.0.7 darcarray2 = darcarray2

172.16.0.10 darcbmc = darcbmc

172.16.0.11 verbbmc = verbbmc

1 Power-Off (Shut Down) the Console

Procedure

  1. Select one of the following methods to power off the Operator Console:
    • Open a Unix Shell using the Toolchest.

    • Type: {ctuser@hostname} halt. Press Enter.

    The Operator Console monitor will display a ‘System Halted’ message when it is acceptable to power off the Operator Console.

  2. Power OFF the Operator Console at the front panel switch. Perform prescribed Lockout/Tagout procedure. For added protection, disconnect the Twist-N-Lock Main Power Cable from rear of console.

2 Remove VeRB Computer

Procedure

  1. Remove the front and rear Operator Console covers per prescribed cover removal procedure.
  2. Remove the two network cables at the rear of the VeRB Computer chassis being replaced. See Illustration below to identify the network cables Verb ETH and RMM ETH.
    note:

    Verify that all cables are labeled and clearly marked. If necessary, add a label for clarity.

  3. Remove the power cord at the rear of the VeRB Computer chassis.
  4. Remove the four (4) 5mm socket cap mounting screws and washers from the front of the VeRB Computer chassis, holding the chassis to the Operator Console rack.
  5. Slide the VeRB Computer chassis forward (out the front of console) and set aside.
  6. Remove two blank plates from the rear of the efective VeRB, to be used on the replacement VeRB.

3 Install Replacement VeRB Computer

Procedure

  1. Install two blank plates removed in the earlier step, to ensure proper airflow.
  2. Slide the replacement DIG-VeRB Common Computer into the Operator Console from the front.
  3. Replace the four (4) 5mm socket cap mounting screws and washers.
  4. Mount the power cord to the rear of the VeRB Computer chassis and verify that its power supply switch is turned to the ON position.
  5. Replace the rear network cable Verb ETH and RMM ETH.

    Figure 1. VeRB Cable Connections & Destination

    note:

    For cabling details, refer to the appropriate interconnect located in the System Diagrams folder of this service methods publication.

4 Disconnect Power Cable from the DIG Computer

Procedure

  1. Disconnect power cable from the DIG computer.
    note:

    The DIG-VeRB common computer is shipped configured as a DIG. Failure to disconnect the two network cables will cause network problems due to the IP addressing. The DIG-VeRB Common computer arrives configured as a DIG.

5 Power-On the Operator Console

Procedure

  1. Reconnect the Twist-N-Lock Main Power Cable from rear of console and remove Lockout Tagout protection applied earlier.
  2. Power ON the Operator Console at the console’s front panel switch.
  3. Cancel Application Startup when the CT Software Auto-start pop-up window appears.

    Note: Do not allow Applications to start. During boot-up If you miss the 5 seconds to stop application type the following:

    slay -f startMon

6 Verbrmm dhcpd setup

Enter the following commands:

Procedure

  1. Open a shell window, login as root su -
  2. Enter root password
  3. sed -i '/subnet/a range 172.16.0.4;' /etc/dhcpd.conf
    note:

    Run step #4 command line once. If the command is entered more than once it will cause a problem. The /etc/dhcpd.conf file should only have one “range 172.16.0.4;” line inside the file. Every time step #4 is entered a duplicate Line will be entered. Running reconfig will correct the multiple entry issue in the dhcpd.conf file.

    Note: ‘ = single quote

    Note: -i = lower case letter i

    Note: 172.16.0.4 verbrmm

  4. Service dhcpd restart

    Example of Good Output:

    Shutting down dhcpd: [OK]

    Starting dhcpd: [OK]

  5. Ping verbrmm , the verbrmm should start responding after 60 seconds.

    Note: Press the verb power button maybe required to ping the verbrmm.

7 IPMI IP Address/Channel SETUP from a DIG to a VeRB

Procedure

  1. Open a shell window , login as root
  2. Type ipmitool –H verbbmc –P “” lan print 1

    Note: “” = two double quotes no spaces between them

    Note: print 1 = print “the number one”

  3. If the output displays the following, Skip to Set RMM SNMP Settings

    IP Address Source = Static Address

    IP Address = 172.16.0.11

    Note: 172.16.0.11 address is the verbbmc.

  4. Continue to Step 5. This message “Channel 1 is not a LAN channel” is normal.
  5. Type ipmitool –H darcbmc –P “” lan print 1

    Note: This command will print the darcbmc IP address, Write down the ip address for reference.

    Caution slow down, the next command is very important enter it correctly.

  6. Type ipmitool –H darcbmc –P “” lan set 1 ipaddr 172.16.0.11

    The following messages are normal:

    Example:

    ipmitool -H darcbmc -P '' lan set 1 ipaddr 172.16.0.11

    Setting LAN IP Address to 172.16.0.11 (write down the displayed IP address)

    Set LAN Parameter failed

    Set LAN Parameter failed

    Set LAN Parameter failed

    Close Session command failed

    Note: “” = two double quotes no spaces between them

    Note: print 1 = print “the number one”

    Note: 172.16.0.11 = verbbmc

  7. Write down the IP address displayed/reported on the screen it should be 172.16.0.11 but if you miss type you will need the displayed IP address to recover.
  8. Type ipmitool –H verbbmc –P “” lan print 1

    Note: “” = two double quotes no spaces between them

    Note: print 1 = print “the number one”

  9. Verify the screen output displays the IP Address Source as ‘static Address’, and the IP Address as ‘172.16.0.11’. (172.16.0.11 address is the verbbmc )

8 Set RMM SNMP Settings

Note: Caution – Do not to change any setting which is not documented. To access the RMM, open a Terminal Window, and log on as root:

Procedure

  1. Type: {ctuser@hostname} su-
  2. Type the root password
  3. Type: {root@hostname} mozilla verbrmm

    Note: The Mozilla (Fedora) WEB Browser will appear.

    Note: The WEB Browser will update and display the Login page for the VeRB (2) RMM.

  4. Username: Type: admin and press TAB
  5. Password Type: password and press ENTER

    Note: If the RMM logon screen does not appear, try pinging the DIG and/or VeRB Computers. Try reconfig again. In Terminal Window, Type: ping verbrmm (172.16.0.4) or ping darcrmm (174.16.0.3)

  6. If the computers fail to respond to the ping command, check Network Switch and Cables. See DIG/VeRB Troubleshooting in the Troubleshooting Chapter in the Service Manual.
  7. Click Device Settings in RMM Navigation Menu on left side of browser
  8. Click SNMP Settings in RMM Navigation Menu on left side of browser
  9. Confirm following SNMP Settings are selected:
    1. Enable SNMP Agent
    2. Read Community is set to public
    3. Write Community is set to private
    4. Set System Location to either, GEHCVERB (GOC6) or GEHCVERB2 (GOC6.5)

      Note: GEHCVERB or GEHCVERB2 Depends on Computer type and GPU card installed.

    GEHCVERB = VeRB-1 = DIG/VRB-1 5255299-100 = Nvidia GPU

    GEHCVERB2 = VeRB-2 = DIG/VRB-2 5255299-101 = AMD ATI GPU

  10. Click Apply
  11. Operation completed Successfully message is displayed

    Note: DO NOT Click Reset to defaults

  12. Close the Mozilla window.
  13. Type Halt the console
  14. Power off the console.

9 Reconnect Power Cable to the DIG Computer

Note: The power to the DIG was disconnected at Disconnect Power Cable from the DIG Computer

Procedure

  1. Reconnect power cable to the DIG computer previously removed.
  2. Power on the console
  3. Verify Verb and DIG power led is on, during boot up.
  4. Cancel Application Startup when the CT Software Auto-start pop-up window appears.

    Note: Do not allow Applications to start. During boot-up If you miss the 5 seconds to stop application type the following:

    slay -f startMon

  5. Verify Verb power is on if not press the Power-on button on the front of the Verb

10 Reconfig With Verb and DIG powered up

Procedure

  1. Run reconfig
    1. Open a Terminal window and log on as Root.
    2. Type: reconfig
    3. Select: Config

      Note: No changes are required in the System, Preferences, Hardware, Network settings. The Accept button needs to be executed in order for the automated scripts to run. During the reconfiguration process the DHCP Server running on the Host Computer is reconfigured to support the new DIG Computer Ethernet MAC addresses

      Note: Until the System Configuration procedure is performed, the Linux OS bootup text will display an error message when the DIG computer attempts to mount its NFS on the Host Computer. Ignore the error message.

      Note: This could take up to 10 minutes waiting for the darc to boot up, please be patient

    4. Verify in the hardware setting Number of VeRBs = 1
    5. Select: Accept
  2. Do you wish to reboot Now ? YES Reboot for change to take effect –minutes
  3. Open a Unix Shell

    Note: applications do not Autostart after a reconfig

  4. Type: st to bring application up

11 Finalization

Procedure

  1. Perform a complete shutdown of the Operator Console and restart the system.
  2. Confirm VeRB or DIG communication
    1. In Terminal Window, Type: ping verb and ping darc , reboot could take up to 10 minutes
    2. In Terminal Window, Type: ping verbrmm and ping darcrmm
    3. If these computers fail to respond to the ping command, check Network Switch and Cables. Otherwise suspect a failed computer. See DIG/VeRB Troubleshooting in the Troubleshooting Chapter in the Service Manual
  3. Run a patient scan to confirm proper system operation.

    Select Image Quality tab -> QA Phantom ImgSer Or

    Select Manufacturing tab -> Service System Scanning Test-> lower all ma settings to 40 ma

  4. Reinstall Console Front and Rear Covers.