User Tools

Site Tools


ds:hardware:mtca:overview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ds:hardware:mtca:overview [2020/09/23 12:17]
tobiashoffmann [Setup MTCA.4 System]
ds:hardware:mtca:overview [2021/03/11 10:19] (current)
tobiashoffmann [µTCA Modules]
Line 6: Line 6:
  
 So far BI has tested following µTCA parts: So far BI has tested following µTCA parts:
 +
 +===== µTCA IPMI Control =====
 +
 +Get M State via sensor: 
 +Example: Handle pulled out = M1 - board gets only management power
 +     $ ipmitool -I lan -H <mch_ip_addr> -A none sensor get "HS 009 AMC5"
 +Locating sensor record...\\
 +Sensor ID              : HS 009 AMC5 (0x3c)\\
 +Entity ID             : 193.101\\
 +Sensor Type (Discrete): PICMG FRU Hotswap\\
 +States Asserted       : FRU Hot Swap\\
 +[Transition to M1]\\
 +
 +Example 2: Handle pushed in (M4) - board is on
 +
 +     $ ipmitool -I lan -H <mch_ip_addr> -A none sensor get "HS 009 AMC5"
 +Locating sensor record...\\
 +Sensor ID              : HS 009 AMC5 (0x3c)\\
 + Entity ID             : 193.101\\
 + Sensor Type (Discrete): PICMG FRU Hotswap\\
 + States Asserted       : FRU Hot Swap\\
 +[Transition to M4]\\
 +
 +Switch of dedicated FRU:
 +     $ ipmitool -I lan -H <mch_ip_addr> -A none picmg deactivate <fru_id>
 +
 +Switch it on:
 +     $ ipmitool -I lan -H <mch_ip_addr> -A none picmg activate <fru_id>
 +
 +Cold reboot of complete system:
 +     $ ipmitool -I lan -H <mch_ip_addr> -A none chassis power reset
 +
 +Warm-reboot:
 +     $ ipmitool -I lan -H <mch_ip_addr> -A none chassis power cycle
 +
  
 ===== µTCA Crates ===== ===== µTCA Crates =====
Line 43: Line 78:
   * SIS8800 32 Ch. Scaler   * SIS8800 32 Ch. Scaler
   * SIS8980 16 Ch LE Discriminator RTM   * SIS8980 16 Ch LE Discriminator RTM
-  * Vadatech AMC217 8-Ch Switch+  * [[ds:hardware:mtca:AMC217|Vadatech AMC217 8-Ch Switch]]
   * [[:ds:hardware:mtca:sis8864|SIS8864 64bit I/O]]   * [[:ds:hardware:mtca:sis8864|SIS8864 64bit I/O]]
   * TAMC532 - 32Ch ADC 14 Bit with RTM   * TAMC532 - 32Ch ADC 14 Bit with RTM
ds/hardware/mtca/overview.1600856272.txt.gz · Last modified: 2020/09/23 12:17 by tobiashoffmann