Intel MPCMM0001 Network Card User Manual


 
MPCMM0001 Chassis Management Module Software Technical Product Specification 171
CMM Scripting
nor
# its suppliers assumes any responsibility or liability for any errors or
# inaccuracies that may appear herein. Except as expressly permitted by
the
# Software license, no part of the Software may be reproduced, stored in a
# retrieval system, transmitted in any form, or distributed by any means
without
# the express written consent of Intel Corporation.
# Command line arguments passed to this script
#
# $1 = IPMB address
# $2 = FRU ID
# $3 = Previous state (1 - M1, 2 - M2, ...)
# $4 = Current state (1 - M1, 2 - M2, ...)
#
DEVICE=""
case $1 in
98) DEVICE=blade13:fru$2
;;
90) DEVICE=blade11:fru$2
;;
8c) DEVICE=blade10:fru$2
;;
42) DEVICE=fantray1:fru$2
;;
62) DEVICE=pem1:fru$2
;;
64) DEVICE=pem2:fru$2
;;