From: compte admin git trc6500 Date: Fri, 6 Jun 2014 13:44:11 +0000 (+0200) Subject: Import from Clearcase LIV_TRC6500_V2.2.3 X-Git-Tag: debian_7.5_20141208~76 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=4e802319aadcac41890580ba80beb7b9139e07da;p=debian6500.git Import from Clearcase LIV_TRC6500_V2.2.3 element /tmp/c_trc6m5/TRC6500/... /main/int_trc6500_v2.3_001/LATEST element /tmp/c_trc6m5/TRC6500/... /main/LIV_TRC6500_V2.2.3 -mkbranch int_trc6500_v2.3_001 element /tmp/c_trc6m5/TRC6500/... /main/LATEST -mkbranch int_trc6500_v2.3_001 --- 4e802319aadcac41890580ba80beb7b9139e07da diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3da2e81 --- /dev/null +++ b/.gitignore @@ -0,0 +1,91 @@ +.sconsign.dblite +prod +prod_rhp* +*~ +*.contrib* +*.keep +*.pyc +*.o +*.os + +dev/*mccm_generated +dev/modele/implementation/trc6500_chaine_*/*/gcc_debian_tao +dev/modele/implementation/trc6500_chaine_*/*/mccm_generated +dev/modele/implementation/trc6500_chaine_gon/Lsu/libserveur_lsu_config.a +dev/modele/implementation/trc6500_testu/trc6500_simu_df/*/gcc_debian_tao +dev/modele/implementation/trc6500_testu/trc6500_simu_df/*/mccm_generated +dev/modele/implementation/trc6500_testu/trc6500_simu_soi/*/gcc_debian_tao +dev/modele/implementation/trc6500_testu/trc6500_simu_soi/*/mccm_generated +dev/modele/implementation_bouchon/trc6500_chaine_*/*/gcc_debian_tao +dev/modele/implementation_bouchon/trc6500_chaine_*/*/mccm_generated + +#symbolic links +dev/code_metier/monitoring/cfg/*.xml + +dev/common/libfe306/inc +dev/common/libfe306/src + +dev/tools/conversions/bin2sig/src/erreur.c +dev/tools/conversions/bin2sig/src/file_118.c +dev/tools/conversions/bin2sig/src/outils.c +dev/tools/conversions/bin2sig/src/signaux.c +dev/tools/conversions/dfe2sig/src/erreur.c +dev/tools/conversions/dfe2sig/src/file_118.c +dev/tools/conversions/dfe2sig/src/outils.c +dev/tools/conversions/dfe2sig/src/signaux.c + +dev/tools/sim_multicast/sim_multicast/src/CUdpSocket.cpp +dev/tools/sim_multicast/sim_multicast/src/erreur.c +dev/tools/sim_multicast/sim_multicast/src/file_118.c +dev/tools/sim_multicast/sim_multicast/src/freq_plan_common.c +dev/tools/sim_multicast/sim_multicast/src/outils.c +dev/tools/sim_multicast/sim_multicast/src/signaux.c + +dev/tools/sniffers/sniffer_suivi_soi/CUdpSocket.cpp +dev/tools/sniffers/sniffer_suivi_soi/Exception.cpp +dev/tools/sniffers/sniffer_suivi_soi/HtoN.cpp +dev/tools/sniffers/sniffer_suivi_soi/NtoH.cpp + +dev/common/libspe/trt/libsignl/inc +dev/common/libspe/trt/libsignl/src + +dev/common/libspe/spe/cfg/*.xml + +dev/common/libspe/trt/ac/inc + +dev/common/libspe/trt/common/src/*.c + +dev/common/libspe/trt/ic/inc/proto_ic.h +dev/common/libspe/trt/ic/src/*.c +dev/common/libspe/trt/ic/inc/i_alis/i_alis.h +dev/common/libspe/trt/ic/src/i_alis/i_alis.c + +dev/common/libspe/trt/common/inc/*.h +dev/common/libspe/trt/libcode/inc +dev/common/libspe/trt/libcode/src + +dev/common/libspe/trt/analyse/inc +dev/common/libspe/trt/analyse/recocod/recocod.cfg + +dev/common/libspe/trt/analyse/recomod/inc/identification +dev/common/libspe/trt/analyse/recomod/inc/proto_rm.h +dev/common/libspe/trt/analyse/recomod/inc/acars/*.h +dev/common/libspe/trt/analyse/recomod/inc/recomod +dev/common/libspe/trt/analyse/recomod/src/recomod +dev/common/libspe/trt/analyse/recomod/src/rec_modt.c +dev/common/libspe/trt/analyse/recomod/src/acars/demo_acars.c +dev/common/libspe/trt/analyse/recomod/src/identification/*.c + +dev/common/libspe/trt/ac/src/c_*.c + +dev/common/libspe/trt/sp/inc/*.h +dev/common/libspe/trt/sp/inc/p_alis/p_*.h +dev/common/libspe/trt/sp/inc/p_rds/*.h +dev/common/libspe/trt/sp/src/*.c +dev/common/libspe/trt/sp/src/p_alis/p_*.c +dev/common/libspe/trt/sp/src/p_alis/p_*.c +dev/common/libspe/trt/sp/src/p_rds/p_*.c + +dev/common/libspe/trt/md/inc/*.h +dev/common/libspe/trt/md/src/dem_*.c +dev/common/libspe/trt/md/src/cag_phonie.c diff --git a/install/bios/+init.sh b/install/bios/+init.sh new file mode 100644 index 0000000..0f588f3 --- /dev/null +++ b/install/bios/+init.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +./update_bios_cfg.sh -y -Y +reboot diff --git a/install/bios/SCELNX_64 b/install/bios/SCELNX_64 new file mode 100755 index 0000000..3c1404d Binary files /dev/null and b/install/bios/SCELNX_64 differ diff --git a/install/bios/bios-1.0b.cfg b/install/bios/bios-1.0b.cfg new file mode 100644 index 0000000..4c1c532 --- /dev/null +++ b/install/bios/bios-1.0b.cfg @@ -0,0 +1,4814 @@ +// Script File Name : t.cfg +// Created on 02/18/14 at 16:21:52 +// Copyright (c)2012 American Megatrends, Inc. +// AMISCE Utility. Ver 2.02.1036 + +HIICrc32= 4C2F5740 + +Setup Question = Smbios Event Log +Token =03 // Do NOT change this line +Offset =155 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Runtime Error Logging Support +Token =04 // Do NOT change this line +Offset =15D +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Memory Corr. Error Threshold +Token =05 // Do NOT change this line +Offset =161 +Width =01 +BIOS Default =A +Value =A + +Setup Question = PCI Error Logging Support +Token =06 // Do NOT change this line +Offset =162 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Poison Support +Token =07 // Do NOT change this line +Offset =15F +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Poison Support in IOH +Token =08 // Do NOT change this line +Offset =160 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Erase Event Log +Token =09 // Do NOT change this line +Offset =157 +Width =01 +BIOS Default =[00]No +Options =*[00]No // Move "*" to the desired Option + [01]Yes, Next reset + [02]Yes, Every reset + +Setup Question = When Log is Full +Token =0A // Do NOT change this line +Offset =156 +Width =01 +BIOS Default =[00]Do Nothing +Options =*[00]Do Nothing // Move "*" to the desired Option + [01]Erase Immediately + +Setup Question = Log System Boot Event +Token =0B // Do NOT change this line +Offset =158 +Width =01 +BIOS Default =[00]Disabled +Options =[01]Enabled // Move "*" to the desired Option + *[00]Disabled + +Setup Question = MECI +Token =0C // Do NOT change this line +Offset =15B +Width =01 +BIOS Default =1 +Value =1 + +Setup Question = METW +Token =0D // Do NOT change this line +Offset =15A +Width =01 +BIOS Default =3C +Value =3C + +Setup Question = Log OEM Codes +Token =0E // Do NOT change this line +Offset =159 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Convert OEM Codes +Token =0F // Do NOT change this line +Offset =15C +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = System Language +Token =01 // Do NOT change this line +Offset =00 +Width =02 +Options =[00] // Move "*" to the desired Option + [01] + +Setup Question = Relaxed Ordering +Token =12 // Do NOT change this line +Offset =06 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Extended Tag +Token =13 // Do NOT change this line +Offset =07 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = No Snoop +Token =14 // Do NOT change this line +Offset =08 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Extended Synch +Token =15 // Do NOT change this line +Offset =0C +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Link Training Retry +Token =16 // Do NOT change this line +Offset =0D +Width =01 +BIOS Default =[05]5 +Options =[00]Disabled // Move "*" to the desired Option + [02]2 + [03]3 + *[05]5 + +Setup Question = Link Training Timeout (uS) +Token =17 // Do NOT change this line +Offset =0E +Width =02 +BIOS Default =64 +Value =64 + +Setup Question = Unpopulated Links +Token =18 // Do NOT change this line +Offset =10 +Width =01 +BIOS Default =[00]Keep Link ON +Options =*[00]Keep Link ON // Move "*" to the desired Option + [01]Disable + +Setup Question = Completion Timeout +Token =19 // Do NOT change this line +Offset =11 +Width =01 +BIOS Default =[FF]Default +Options =*[FF]Default // Move "*" to the desired Option + [55]Shorter + [AA]Longer + [00]Disabled + +Setup Question = ARI Forwarding +Token =1A // Do NOT change this line +Offset =12 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = AtomicOp Requester Enable +Token =1B // Do NOT change this line +Offset =13 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = AtomicOp Egress Blocking +Token =1C // Do NOT change this line +Offset =14 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = IDO Request Enable +Token =1D // Do NOT change this line +Offset =15 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = IDO Completion Enable +Token =1E // Do NOT change this line +Offset =16 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = LTR Mechanism Enable +Token =1F // Do NOT change this line +Offset =17 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = End-End TLP Prefix Blocking +Token =20 // Do NOT change this line +Offset =18 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Target Link Speed +Token =21 // Do NOT change this line +Offset =19 +Width =01 +BIOS Default =[37]Auto +Options =*[37]Auto // Move "*" to the desired Option + [01]Force to 2.5 GT/s + [02]Force to 5.0 GT/s + +Setup Question = Clock Power Management +Token =22 // Do NOT change this line +Offset =1B +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Compliance SOS +Token =23 // Do NOT change this line +Offset =1C +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Hardware Autonomous Width +Token =24 // Do NOT change this line +Offset =1D +Width =01 +BIOS Default =[00]Enabled +Options =*[00]Enabled // Move "*" to the desired Option + [01]Disabled + +Setup Question = Hardware Autonomous Speed +Token =25 // Do NOT change this line +Offset =1E +Width =01 +BIOS Default =[00]Enabled +Options =*[00]Enabled // Move "*" to the desired Option + [01]Disabled + +Setup Question = Enable ACPI Auto Configuration +Token =26 // Do NOT change this line +Offset =1F +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = Enable Hibernation +Token =27 // Do NOT change this line +Offset =23 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = ACPI Sleep State +Token =28 // Do NOT change this line +Offset =20 +Width =02 +BIOS Default =[01]S1 (CPU Stop Clock) +Options =[00]Suspend Disabled // Move "*" to the desired Option + *[01]S1 (CPU Stop Clock) + +Setup Question = Lock Legacy Resources +Token =29 // Do NOT change this line +Offset =22 +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = NUMA +Token =2A // Do NOT change this line +Offset =6A +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = High Precision Event Timer +Token =2B // Do NOT change this line +Offset =11D +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Wake by Ring +Token =2C // Do NOT change this line +Offset =26 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = TPM SUPPORT +Token =2D // Do NOT change this line +Offset =2C +Width =01 +BIOS Default =[01]Enable +Options =[00]Disable // Move "*" to the desired Option + *[01]Enable + +Setup Question = TPM State +Token =2E // Do NOT change this line +Offset =27 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Pending operation +Token =2F // Do NOT change this line +Offset =28 +Width =01 +BIOS Default =[00]None +Options =*[00]None // Move "*" to the desired Option + [08]Enable Take Ownership + [09]Disable Take Ownership + [05]TPM Clear + +Setup Question = Security Device Support +Token =30 // Do NOT change this line +Offset =2C +Width =01 +BIOS Default =[01]Enable +Options =[00]Disable // Move "*" to the desired Option + *[01]Enable + +Setup Question = TCM State +Token =31 // Do NOT change this line +Offset =27 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Pending operation +Token =32 // Do NOT change this line +Offset =28 +Width =01 +BIOS Default =[00]None +Options =*[00]None // Move "*" to the desired Option + [08]Enable Take Ownership + [09]Disable Take Ownership + [05]TPM Clear + +Setup Question = TPM Enabled Status: +Token =33 // Do NOT change this line +Offset =29 +Width =01 +BIOS Default =[01]Disabled +Options =*[01]Disabled // Move "*" to the desired Option + [00]Enabled + +Setup Question = TPM Active Status: +Token =34 // Do NOT change this line +Offset =2A +Width =01 +BIOS Default =[01]Deactivated +Options =*[01]Deactivated // Move "*" to the desired Option + [00]Activated + +Setup Question = TPM Owner Status: +Token =35 // Do NOT change this line +Offset =2B +Width =01 +BIOS Default =[00]Unowned +Options =[01]Owned // Move "*" to the desired Option + *[00]Unowned + +Setup Question = TCM Enabled Status: +Token =36 // Do NOT change this line +Offset =29 +Width =01 +BIOS Default =[01]Disabled +Options =*[01]Disabled // Move "*" to the desired Option + [00]Enabled + +Setup Question = TCM Active Status: +Token =37 // Do NOT change this line +Offset =2A +Width =01 +BIOS Default =[01]Deactivated +Options =*[01]Deactivated // Move "*" to the desired Option + [00]Activated + +Setup Question = TCM Owner Status: +Token =38 // Do NOT change this line +Offset =2B +Width =01 +BIOS Default =[00]Unowned +Options =[01]Owned // Move "*" to the desired Option + *[00]Unowned + +Setup Question = WHEA Support +Token =3A // Do NOT change this line +Offset =33 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Clock Spread Spectrum +Token =3D // Do NOT change this line +Offset =4A +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = RTID +Token =3E // Do NOT change this line +Offset =6B +Width =01 +BIOS Default =[00]Optimal +Options =*[00]Optimal // Move "*" to the desired Option + [01]Alternate + +Setup Question = Hyper-threading +Token =3F // Do NOT change this line +Offset =36 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Active Processor Cores +Token =40 // Do NOT change this line +Offset =37 +Width =01 +BIOS Default =[00]All +Options =*[00]All // Move "*" to the desired Option + [01]1 + [02]2 + +Setup Question = Active Processor Cores +Token =41 // Do NOT change this line +Offset =39 +Width =01 +BIOS Default =[00]All +Options =*[00]All // Move "*" to the desired Option + [01]1 + [02]2 + [03]3 + +Setup Question = Active Processor Cores +Token =42 // Do NOT change this line +Offset =3C +Width =01 +BIOS Default =[00]All +Options =*[00]All // Move "*" to the desired Option + [01]1 + +Setup Question = Active Processor Cores +Token =43 // Do NOT change this line +Offset =3A +Width =01 +BIOS Default =[00]All +Options =*[00]All // Move "*" to the desired Option + [01]1 + [02]2 + [03]3 + [04]4 + [05]5 + +Setup Question = Active Processor Cores +Token =44 // Do NOT change this line +Offset =38 +Width =01 +BIOS Default =[08]All +Options =*[08]All // Move "*" to the desired Option + [01]1 + [02]2 + [03]3 + [04]4 + [05]5 + [06]6 + [07]7 + +Setup Question = Active Processor Cores +Token =45 // Do NOT change this line +Offset =3B +Width =01 +BIOS Default =[0A]All +Options =*[0A]All // Move "*" to the desired Option + [01]1 + [02]2 + [03]3 + [04]4 + [05]5 + [06]6 + [07]7 + [08]8 + [09]9 + +Setup Question = Active Processor Cores +Token =46 // Do NOT change this line +Offset =3D +Width =01 +BIOS Default =[06]All +Options =*[06]All // Move "*" to the desired Option + [01]1 + [02]2 + [04]4 + +Setup Question = Active Processor Cores +Token =47 // Do NOT change this line +Offset =3E +Width =01 +BIOS Default =[08]All +Options =*[08]All // Move "*" to the desired Option + [01]1 + [02]2 + [04]4 + [06]6 + +Setup Question = Limit CPUID Maximum +Token =48 // Do NOT change this line +Offset =3F +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Execute Disable Bit +Token =49 // Do NOT change this line +Offset =35 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Intel(R) AES-NI +Token =4A // Do NOT change this line +Offset =49 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = MLC Streamer Prefetcher +Token =4B // Do NOT change this line +Offset =42 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = MLC Spatial Prefetcher +Token =4C // Do NOT change this line +Offset =43 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = DCU Streamer Prefetcher +Token =4D // Do NOT change this line +Offset =44 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = DCU IP Prefetcher +Token =4E // Do NOT change this line +Offset =45 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Data Reuse Optimization +Token =4F // Do NOT change this line +Offset =46 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Intel Virtualization Technology +Token =50 // Do NOT change this line +Offset =40 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Local APIC Mode +Token =51 // Do NOT change this line +Offset =47 +Width =01 +BIOS Default =[02]Auto +Options =*[02]Auto // Move "*" to the desired Option + [01]x2APIC + [00]xAPIC + +Setup Question = Power Technology +Token =53 // Do NOT change this line +Offset =57 +Width =01 +BIOS Default =[01]Energy Efficient +Options =*[00]Disable // Move "*" to the desired Option + [01]Energy Efficient + [02]Custom + +Setup Question = EIST +Token =54 // Do NOT change this line +Offset =5E +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Turbo Mode +Token =55 // Do NOT change this line +Offset =4B +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = P-STATE Coordination +Token =56 // Do NOT change this line +Offset =60 +Width =01 +BIOS Default =[FE]HW_ALL +Options =*[FE]HW_ALL // Move "*" to the desired Option + [FC]SW_ALL + [FD]SW_ANY + +Setup Question = C1E Support +Token =57 // Do NOT change this line +Offset =58 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = CPU C3 Report +Token =58 // Do NOT change this line +Offset =59 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = CPU C6 Report +Token =59 // Do NOT change this line +Offset =5A +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = CPU C7 Report +Token =5A // Do NOT change this line +Offset =5B +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Package C State limit +Token =5B // Do NOT change this line +Offset =5D +Width =01 +BIOS Default =[06]C6 +Options =[00]C0 // Move "*" to the desired Option + [01]C2 + *[06]C6 + [FF]No Limit + +Setup Question = Energy/Performance Bias +Token =5C // Do NOT change this line +Offset =5F +Width =01 +BIOS Default =[07]Balanced Performance +Options =*[00]Performance // Move "*" to the desired Option + [07]Balanced Performance + [0B]Balanced Energy + [0F]Energy Efficient + +Setup Question = Long Duration Power Limit +Token =5D // Do NOT change this line +Offset =61 +Width =02 +BIOS Default =0 +Value =0 + +Setup Question = Long Duration Maintained +Token =5E // Do NOT change this line +Offset =65 +Width =02 +BIOS Default =0 +Value =0 + +Setup Question = Short Duration Power Limit +Token =5F // Do NOT change this line +Offset =63 +Width =02 +BIOS Default =0 +Value =0 + +Setup Question = 1-Core Ratio Limit +Token =60 // Do NOT change this line +Offset =4E +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 2-Core Ratio Limit +Token =61 // Do NOT change this line +Offset =4F +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 3-Core Ratio Limit +Token =62 // Do NOT change this line +Offset =50 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 4-Core Ratio Limit +Token =63 // Do NOT change this line +Offset =51 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 5-Core Ratio Limit +Token =64 // Do NOT change this line +Offset =52 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 6-Core Ratio Limit +Token =65 // Do NOT change this line +Offset =53 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 7-Core Ratio Limit +Token =66 // Do NOT change this line +Offset =54 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 8-Core Ratio Limit +Token =67 // Do NOT change this line +Offset =55 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = Compatibility RID +Token =6B // Do NOT change this line +Offset =D8 +Width =01 +BIOS Default =[00]Disabled +Options =[01]Enabled // Move "*" to the desired Option + *[00]Disabled + +Setup Question = Memory Mode +Token =6D // Do NOT change this line +Offset =69 +Width =01 +BIOS Default =[00]Independent +Options =*[00]Independent // Move "*" to the desired Option + [01]Mirroring + [02]Lock Step + [04]Sparing + +Setup Question = Spare Err Threshold +Token =6E // Do NOT change this line +Offset =6D +Width =01 +BIOS Default =F +Value =F + +Setup Question = DRAM RAPL MODE +Token =6F // Do NOT change this line +Offset =DC +Width =01 +BIOS Default =[02]DRAM RAPL MODE1 +Options =[00]Disabled // Move "*" to the desired Option + [01]DRAM RAPL MODE0 + *[02]DRAM RAPL MODE1 + +Setup Question = DDR Speed +Token =70 // Do NOT change this line +Offset =6F +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Force DDR3 800 + [02]Force DDR3 1066 + [03]Force DDR3 1333 + [04]Force DDR3 1600 + [09]Force SPD + +Setup Question = Channel Interleaving +Token =71 // Do NOT change this line +Offset =77 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]1 Way + [02]2 Way + [03]3 Way + [04]4 Way + +Setup Question = Rank Interleaving +Token =72 // Do NOT change this line +Offset =78 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]1 Way + [02]2 Way + [04]4 Way + [08]8 Way + +Setup Question = Patrol Scrub +Token =73 // Do NOT change this line +Offset =70 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Demand Scrub +Token =74 // Do NOT change this line +Offset =71 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Data Scrambling +Token =75 // Do NOT change this line +Offset =72 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Device Tagging +Token =76 // Do NOT change this line +Offset =73 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Thermal Throttling +Token =77 // Do NOT change this line +Offset =75 +Width =01 +BIOS Default =[08]CLTT +Options =[00]Disabled // Move "*" to the desired Option + *[08]CLTT + +Setup Question = Altitude +Token =78 // Do NOT change this line +Offset =7A +Width =01 +BIOS Default =[01]300 M +Options =[00]Auto // Move "*" to the desired Option + *[01]300 M + [02]900 M + [03]1500 M + [04]3000 M + +Setup Question = Intel(R) VT-d +Token =7A // Do NOT change this line +Offset =C0 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Intel(R) I/OAT +Token =7B // Do NOT change this line +Offset =BD +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = DCA Support +Token =7C // Do NOT change this line +Offset =BE +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = IOH Resource Selection Type +Token =7D // Do NOT change this line +Offset =D0 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Manual + +Setup Question = MMIOH Size +Token =7E // Do NOT change this line +Offset =CB +Width =01 +BIOS Default =[40]64G +Options =[01]1G // Move "*" to the desired Option + [02]2G + [04]4G + [08]8G + [10]16G + [20]32G + *[40]64G + [80]128G + +Setup Question = MMCFG BASE +Token =7F // Do NOT change this line +Offset =DB +Width =01 +BIOS Default =[01]0x80000000 +Options =*[01]0x80000000 // Move "*" to the desired Option + [02]0xA0000000 + [03]0xC0000000 + +Setup Question = Io Ratio Skt0 +Token =80 // Do NOT change this line +Offset =CE +Width =01 +BIOS Default =3 +Value =3 + +Setup Question = Io Ratio Skt1 +Token =81 // Do NOT change this line +Offset =CF +Width =01 +BIOS Default =2 +Value =2 + +Setup Question = Mmio Ratio Skt0 +Token =82 // Do NOT change this line +Offset =CC +Width =01 +BIOS Default =6 +Value =6 + +Setup Question = Mmio Ratio Skt1 +Token =83 // Do NOT change this line +Offset =CD +Width =01 +BIOS Default =2 +Value =2 + +Setup Question = IOU1 - PCIe Port +Token =84 // Do NOT change this line +Offset =80 +Width =01 +BIOS Default =[01]x8 +Options =[00]x4x4 // Move "*" to the desired Option + *[01]x8 + +Setup Question = CPU1 MLP PCI-E 3.0 x8 Link Speed +Token =85 // Do NOT change this line +Offset =81 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 1B Link Speed +Token =86 // Do NOT change this line +Offset =83 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = IOU2 - PCIe Port +Token =87 // Do NOT change this line +Offset =89 +Width =01 +BIOS Default =[05]Auto +Options =[00]x4x4x4x4 // Move "*" to the desired Option + [01]x4x4x8 + [02]x8x4x4 + [03]x8x8 + [04]x16 + *[05]Auto + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 Link Speed +Token =88 // Do NOT change this line +Offset =8A +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2C Link Speed +Token =89 // Do NOT change this line +Offset =8E +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 Link Speed +Token =8A // Do NOT change this line +Offset =8A +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 Link Speed +Token =8B // Do NOT change this line +Offset =8A +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2C Link Speed +Token =8C // Do NOT change this line +Offset =8E +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 Link Speed +Token =8D // Do NOT change this line +Offset =8A +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2B Link Speed +Token =8E // Do NOT change this line +Offset =8C +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2C Link Speed +Token =8F // Do NOT change this line +Offset =8E +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 Link Speed +Token =90 // Do NOT change this line +Offset =8A +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2C Link Speed +Token =91 // Do NOT change this line +Offset =8E +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2D Link Speed +Token =92 // Do NOT change this line +Offset =90 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 Link Speed +Token =93 // Do NOT change this line +Offset =8A +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2B Link Speed +Token =94 // Do NOT change this line +Offset =8C +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2C Link Speed +Token =95 // Do NOT change this line +Offset =8E +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2D Link Speed +Token =96 // Do NOT change this line +Offset =90 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = IOU3 - PCIe Port +Token =97 // Do NOT change this line +Offset =9A +Width =01 +BIOS Default =[03]x8x8 +Options =[00]x4x4x4x4 // Move "*" to the desired Option + [01]x4x4x8 + [02]x8x4x4 + *[03]x8x8 + [04]x16 + +Setup Question = CPU1 SXB2 PCI-E 3.0 x8 Link Speed +Token =98 // Do NOT change this line +Offset =9B +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB2 PCI-E 3.0 x8 Link Speed +Token =99 // Do NOT change this line +Offset =9B +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3C Link Speed +Token =9A // Do NOT change this line +Offset =9F +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB2 PCI-E 3.0 x8 Link Speed +Token =9B // Do NOT change this line +Offset =9B +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3B Link Speed +Token =9C // Do NOT change this line +Offset =9D +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3C Link Speed +Token =9D // Do NOT change this line +Offset =9F +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB2 PCI-E 3.0 x8 Link Speed +Token =9E // Do NOT change this line +Offset =9B +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3C Link Speed +Token =9F // Do NOT change this line +Offset =9F +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3D Link Speed +Token =A0 // Do NOT change this line +Offset =A1 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB2 PCI-E 3.0 x8 Link Speed +Token =A1 // Do NOT change this line +Offset =9B +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3B Link Speed +Token =A2 // Do NOT change this line +Offset =9D +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3C Link Speed +Token =A3 // Do NOT change this line +Offset =9F +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3D Link Speed +Token =A4 // Do NOT change this line +Offset =A1 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 0A +Token =A5 // Do NOT change this line +Offset =7E +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = PORT 1A +Token =A6 // Do NOT change this line +Offset =85 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 1B +Token =A7 // Do NOT change this line +Offset =87 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 2A +Token =A8 // Do NOT change this line +Offset =92 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 2B +Token =A9 // Do NOT change this line +Offset =94 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 2C +Token =AA // Do NOT change this line +Offset =96 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 2D +Token =AB // Do NOT change this line +Offset =98 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 3A +Token =AC // Do NOT change this line +Offset =A3 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 3B +Token =AD // Do NOT change this line +Offset =A5 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 3C +Token =AE // Do NOT change this line +Offset =A7 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 3D +Token =AF // Do NOT change this line +Offset =A9 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Coherency Support +Token =B0 // Do NOT change this line +Offset =C1 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = ATS Support +Token =B1 // Do NOT change this line +Offset =C2 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Isoc +Token =B2 // Do NOT change this line +Offset =7B +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = QPI Link Speed Mode +Token =B3 // Do NOT change this line +Offset =C4 +Width =01 +BIOS Default =[01]Fast +Options =[00]Slow // Move "*" to the desired Option + *[01]Fast + +Setup Question = QPI Link Frequency Select +Token =B4 // Do NOT change this line +Offset =C7 +Width =01 +BIOS Default =[06]Auto +Options =*[06]Auto // Move "*" to the desired Option + [01]6.4 GT/s + [02]7.2 GT/s + [03]8.0 GT/s + +Setup Question = QPI Link0s +Token =B5 // Do NOT change this line +Offset =C8 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = QPI Link0p +Token =B6 // Do NOT change this line +Offset =C9 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = QPI Link1 +Token =B7 // Do NOT change this line +Offset =CA +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = All USB Devices +Token =B8 // Do NOT change this line +Offset =10B +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = EHCI Controller 1 +Token =B9 // Do NOT change this line +Offset =10C +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = EHCI Controller 2 +Token =BA // Do NOT change this line +Offset =10D +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Legacy USB Support +Token =BB // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[00]Enabled +Options =*[00]Enabled // Move "*" to the desired Option + [01]Disabled + [02]Auto + +Setup Question = Port 60/64 Emulation +Token =BC // Do NOT change this line +Offset =06 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = EHCI Hand-off +Token =BD // Do NOT change this line +Offset =02 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = PCH Compatibility RID +Token =BE // Do NOT change this line +Offset =130 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = SMBus Controller +Token =BF // Do NOT change this line +Offset =11C +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SW SMI Timer +Token =C0 // Do NOT change this line +Offset =131 +Width =01 +BIOS Default =[01]Auto +Options =[00]Disabled // Move "*" to the desired Option + *[01]Auto + +Setup Question = GbE Controller +Token =C1 // Do NOT change this line +Offset =121 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Wake on LAN from S5 +Token =C2 // Do NOT change this line +Offset =123 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SLP_S4 Assertion Stretch Enable +Token =C3 // Do NOT change this line +Offset =11F +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SLP_S4 Assertion Width +Token =C4 // Do NOT change this line +Offset =120 +Width =01 +BIOS Default =[00]4-5 Seconds +Options =[03]1-2 Seconds // Move "*" to the desired Option + [02]2-3 Seconds + [01]3-4 Seconds + *[00]4-5 Seconds + +Setup Question = Azalia HD Audio +Token =C5 // Do NOT change this line +Offset =DD +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = Azalia internal HDMI codec +Token =C6 // Do NOT change this line +Offset =DE +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = PCI Express Port 1 +Token =CA // Do NOT change this line +Offset =104 +Width =01 +BIOS Default =[02]Auto +Options =[00]Disabled // Move "*" to the desired Option + [01]Enabled + *[02]Auto + +Setup Question = PME SCI +Token =CB // Do NOT change this line +Offset =105 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = PCIe Sub Decode +Token =CC // Do NOT change this line +Offset =106 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port Select +Token =CD // Do NOT change this line +Offset =107 +Width =01 +BIOS Default =[00]PCI Express Port 1 +Options =*[00]PCI Express Port 1 // Move "*" to the desired Option + [01]PCI Express Port 2 + [02]PCI Express Port 3 + [03]PCI Express Port 4 + [04]PCI Express Port 5 + [05]PCI Express Port 6 + [06]PCI Express Port 7 + [07]PCI Express Port 8 + +Setup Question = DMI Vc1 Control +Token =CE // Do NOT change this line +Offset =108 +Width =01 +BIOS Default =[01]Enabled +Options =*[01]Enabled // Move "*" to the desired Option + [00]Disabled + +Setup Question = DMI Vcp Control +Token =CF // Do NOT change this line +Offset =109 +Width =01 +BIOS Default =[01]Enabled +Options =*[01]Enabled // Move "*" to the desired Option + [00]Disabled + +Setup Question = DMI Vcm Control +Token =D0 // Do NOT change this line +Offset =10A +Width =01 +BIOS Default =[01]Enabled +Options =*[01]Enabled // Move "*" to the desired Option + [00]Disabled + +Setup Question = All USB Devices +Token =D1 // Do NOT change this line +Offset =10B +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = EHCI Controller 1 +Token =D2 // Do NOT change this line +Offset =10C +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = EHCI Controller 2 +Token =D3 // Do NOT change this line +Offset =10D +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 0 +Token =D4 // Do NOT change this line +Offset =10E +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 1 +Token =D5 // Do NOT change this line +Offset =10F +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 2 +Token =D6 // Do NOT change this line +Offset =110 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 3 +Token =D7 // Do NOT change this line +Offset =111 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 4 +Token =D8 // Do NOT change this line +Offset =112 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 5 +Token =D9 // Do NOT change this line +Offset =113 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 6 +Token =DA // Do NOT change this line +Offset =114 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 7 +Token =DB // Do NOT change this line +Offset =115 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 8 +Token =DC // Do NOT change this line +Offset =116 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 9 +Token =DD // Do NOT change this line +Offset =117 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 10 +Token =DE // Do NOT change this line +Offset =118 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 11 +Token =DF // Do NOT change this line +Offset =119 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 12 +Token =E0 // Do NOT change this line +Offset =11A +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 13 +Token =E1 // Do NOT change this line +Offset =11B +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = SATA Mode +Token =E2 // Do NOT change this line +Offset =DF +Width =01 +BIOS Default =[02]AHCI Mode +Options =[00]Disabled // Move "*" to the desired Option + [01]IDE Mode + *[02]AHCI Mode + [03]RAID Mode + +Setup Question = PCH RAID CodeBase +Token =E3 // Do NOT change this line +Offset =E1 +Width =01 +BIOS Default =[00]Intel +Options =*[00]Intel // Move "*" to the desired Option + +Setup Question = SATA RAID Option ROM/UEFI Driver +Token =E4 // Do NOT change this line +Offset =127 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Serial-ATA Controller 0 +Token =E5 // Do NOT change this line +Offset =E2 +Width =01 +BIOS Default =[02]Compatible +Options =[00]Disabled // Move "*" to the desired Option + [01]Enhanced + *[02]Compatible + +Setup Question = Serial-ATA Controller 1 +Token =E6 // Do NOT change this line +Offset =E3 +Width =01 +BIOS Default =[01]Enhanced +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enhanced + +Setup Question = Aggressive Link Power Management +Token =E7 // Do NOT change this line +Offset =F0 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SATA RAID Option ROM +Token =E8 // Do NOT change this line +Offset =E0 +Width =01 +BIOS Default =[00]Legacy +Options =*[00]Legacy // Move "*" to the desired Option + [01]EFI + +Setup Question = Port 0 Hot Plug +Token =E9 // Do NOT change this line +Offset =FD +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Port 1 Hot Plug +Token =EA // Do NOT change this line +Offset =FE +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Port 2 Hot Plug +Token =EB // Do NOT change this line +Offset =FF +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Port 3 Hot Plug +Token =EC // Do NOT change this line +Offset =100 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Port 4 Hot Plug +Token =ED // Do NOT change this line +Offset =101 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Port 5 Hot Plug +Token =EE // Do NOT change this line +Offset =102 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = External SATA Port 0 +Token =EF // Do NOT change this line +Offset =F7 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = External SATA Port 1 +Token =F0 // Do NOT change this line +Offset =F8 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = External SATA Port 2 +Token =F1 // Do NOT change this line +Offset =F9 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = External SATA Port 3 +Token =F2 // Do NOT change this line +Offset =FA +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = External SATA Port 4 +Token =F3 // Do NOT change this line +Offset =FB +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = External SATA Port 5 +Token =F4 // Do NOT change this line +Offset =FC +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port 0 Staggered Spin-up +Token =F5 // Do NOT change this line +Offset =E4 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port 1 Staggered Spin-up +Token =F6 // Do NOT change this line +Offset =E5 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port 2 Staggered Spin-up +Token =F7 // Do NOT change this line +Offset =E6 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port 3 Staggered Spin-up +Token =F8 // Do NOT change this line +Offset =E7 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port 4 Staggered Spin-up +Token =F9 // Do NOT change this line +Offset =E8 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port 5 Staggered Spin-up +Token =FA // Do NOT change this line +Offset =E9 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Storage Controller Unit +Token =FB // Do NOT change this line +Offset =126 +Width =01 +BIOS Default =[00]Enabled +Options =[01]Disabled // Move "*" to the desired Option + *[00]Enabled + +Setup Question = SCU RAID Option ROM/UEFI Driver +Token =FC // Do NOT change this line +Offset =125 +Width =01 +BIOS Default =[01]Legacy +Options =*[01]Legacy // Move "*" to the desired Option + [00]EFI + +Setup Question = SCU RAID Option ROM/UEFI Driver +Token =FD // Do NOT change this line +Offset =125 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SCU Option ROM CodeBase +Token =FE // Do NOT change this line +Offset =103 +Width =01 +BIOS Default =[00]Intel +Options =*[00]Intel // Move "*" to the desired Option + +Setup Question = Thermal Management +Token =FF // Do NOT change this line +Offset =128 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = ME SMBus Thermal Reporting +Token =100 // Do NOT change this line +Offset =129 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = PCH Temp Read +Token =101 // Do NOT change this line +Offset =12A +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = CPU Energy Read +Token =102 // Do NOT change this line +Offset =12B +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = CPU Temp Read +Token =103 // Do NOT change this line +Offset =12C +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Alert Enable Lock +Token =104 // Do NOT change this line +Offset =12D +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = PCH Alert +Token =105 // Do NOT change this line +Offset =12E +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = DIMM Alert +Token =106 // Do NOT change this line +Offset =12F +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = TXT Support +Token =107 // Do NOT change this line +Offset =137 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Runtime Memory Hole Switch +Token =108 // Do NOT change this line +Offset =138 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Support +Token =109 // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = USB transfer time-out +Token =10A // Do NOT change this line +Offset =08 +Width =01 +BIOS Default =[14]20 sec +Options =[01]1 sec // Move "*" to the desired Option + [05]5 sec + [0A]10 sec + *[14]20 sec + +Setup Question = Device reset time-out +Token =10B // Do NOT change this line +Offset =07 +Width =01 +BIOS Default =[01]20 sec +Options =[00]10 sec // Move "*" to the desired Option + *[01]20 sec + [02]30 sec + [03]40 sec + +Setup Question = Device power-up delay +Token =10C // Do NOT change this line +Offset =1B +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Manual + +Setup Question = Device power-up delay in seconds +Token =10D // Do NOT change this line +Offset =1C +Width =01 +BIOS Default =5 +Value =5 + +Setup Question = N/A +Token =10E // Do NOT change this line +Offset =09 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =10F // Do NOT change this line +Offset =0A +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =110 // Do NOT change this line +Offset =0B +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =111 // Do NOT change this line +Offset =0C +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =112 // Do NOT change this line +Offset =0D +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =113 // Do NOT change this line +Offset =0E +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =114 // Do NOT change this line +Offset =0F +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =115 // Do NOT change this line +Offset =10 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =116 // Do NOT change this line +Offset =11 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =117 // Do NOT change this line +Offset =12 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =118 // Do NOT change this line +Offset =13 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =119 // Do NOT change this line +Offset =14 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =11A // Do NOT change this line +Offset =15 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =11B // Do NOT change this line +Offset =16 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =11C // Do NOT change this line +Offset =17 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =11D // Do NOT change this line +Offset =18 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = ME Subsystem +Token =11E // Do NOT change this line +Offset =13A +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Serial Port +Token =121 // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Change Settings +Token =122 // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]IO=3F8h; IRQ=4; + [02]IO=3F8h; IRQ=3; + [03]IO=2F8h; IRQ=3; + [04]IO=3E8h; IRQ=5; + [05]IO=2E8h; IRQ=7; + [06]IO=3F8h; IRQ=3,4,5,6,7,10,11,12; + [07]IO=2F8h; IRQ=3,4,5,6,7,10,11,12; + [08]IO=3E8h; IRQ=3,4,5,6,7,10,11,12; + [09]IO=2E8h; IRQ=3,4,5,6,7,10,11,12; + +Setup Question = Device Mode +Token =123 // Do NOT change this line +Offset =02 +Width =01 +BIOS Default =[00]Normal +Options =*[00]Normal // Move "*" to the desired Option + [01]High Speed + +Setup Question = SOL Serial Port +Token =124 // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = SOL Change Settings +Token =125 // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]IO=3F8h; IRQ=4; + [02]IO=3F8h; IRQ=3; + [03]IO=2F8h; IRQ=3; + [04]IO=3E8h; IRQ=5; + [05]IO=2E8h; IRQ=7; + [06]IO=3F8h; IRQ=3,4,5,6,7,10,11,12; + [07]IO=2F8h; IRQ=3,4,5,6,7,10,11,12; + [08]IO=3E8h; IRQ=3,4,5,6,7,10,11,12; + [09]IO=2E8h; IRQ=3,4,5,6,7,10,11,12; + +Setup Question = SOL Device Mode +Token =126 // Do NOT change this line +Offset =02 +Width =01 +BIOS Default =[00]Normal +Options =*[00]Normal // Move "*" to the desired Option + [01]High Speed + +Setup Question = Serial Port 2 Attribute +Token =127 // Do NOT change this line +Offset =153 +Width =01 +BIOS Default =[03]SOL +Options =*[03]SOL // Move "*" to the desired Option + [01]COM + +Setup Question = COM Console Redirection +Token =128 // Do NOT change this line +Offset =177 +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = SOL Console Redirection +Token =12A // Do NOT change this line +Offset =178 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = EMS Console Redirection +Token =12C // Do NOT change this line +Offset =187 +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = Out-of-Band Mgmt Port +Token =12E // Do NOT change this line +Offset =188 +Width =01 +BIOS Default =[00]COM +Options =*[00]COM // Move "*" to the desired Option + [01]SOL + +Setup Question = Terminal Type +Token =12F // Do NOT change this line +Offset =189 +Width =01 +BIOS Default =[01]VT100+ +Options =[00]VT100 // Move "*" to the desired Option + *[01]VT100+ + [02]VT-UTF8 + [03]ANSI + +Setup Question = Bits per second +Token =130 // Do NOT change this line +Offset =18A +Width =01 +BIOS Default =[07]115200 +Options =[03]9600 // Move "*" to the desired Option + [04]19200 + [06]57600 + *[07]115200 + +Setup Question = Flow Control +Token =131 // Do NOT change this line +Offset =18B +Width =01 +BIOS Default =[00]None +Options =*[00]None // Move "*" to the desired Option + [01]Hardware RTS/CTS + [02]Software Xon/Xoff + +Setup Question = Terminal Type +Token =132 // Do NOT change this line +Offset =179 +Width =01 +BIOS Default =[01]VT100+ +Options =[00]VT100 // Move "*" to the desired Option + *[01]VT100+ + [02]VT-UTF8 + [03]ANSI + +Setup Question = Bits per second +Token =133 // Do NOT change this line +Offset =16B +Width =01 +BIOS Default =[07]115200 +Options =[03]9600 // Move "*" to the desired Option + [04]19200 + [05]38400 + [06]57600 + *[07]115200 + +Setup Question = Data Bits +Token =134 // Do NOT change this line +Offset =16D +Width =01 +BIOS Default =[08]8 +Options =[07]7 // Move "*" to the desired Option + *[08]8 + +Setup Question = Parity +Token =135 // Do NOT change this line +Offset =16F +Width =01 +BIOS Default =[01]None +Options =*[01]None // Move "*" to the desired Option + [02]Even + [03]Odd + [04]Mark + [05]Space + +Setup Question = Stop Bits +Token =136 // Do NOT change this line +Offset =171 +Width =01 +BIOS Default =[01]1 +Options =*[01]1 // Move "*" to the desired Option + [03]2 + +Setup Question = Flow Control +Token =137 // Do NOT change this line +Offset =173 +Width =01 +BIOS Default =[00]None +Options =*[00]None // Move "*" to the desired Option + [01]Hardware RTS/CTS + +Setup Question = VT-UTF8 Combo Key Support +Token =138 // Do NOT change this line +Offset =17B +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Recorder Mode +Token =139 // Do NOT change this line +Offset =17D +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = Resolution 100x31 +Token =13A // Do NOT change this line +Offset =17F +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Legacy OS Redirection Resolution +Token =13B // Do NOT change this line +Offset =181 +Width =01 +BIOS Default =[01]80x25 +Options =[00]80x24 // Move "*" to the desired Option + *[01]80x25 + +Setup Question = Putty KeyPad +Token =13C // Do NOT change this line +Offset =183 +Width =01 +BIOS Default =[01]VT100 +Options =*[01]VT100 // Move "*" to the desired Option + [02]LINUX + [04]XTERMR6 + [08]SCO + [10]ESCN + [20]VT400 + +Setup Question = Redirection After BIOS POST +Token =13D // Do NOT change this line +Offset =185 +Width =01 +BIOS Default =[00]Always Enable +Options =*[00]Always Enable // Move "*" to the desired Option + [01]BootLoader + +Setup Question = Terminal Type +Token =13E // Do NOT change this line +Offset =17A +Width =01 +BIOS Default =[01]VT100+ +Options =[00]VT100 // Move "*" to the desired Option + *[01]VT100+ + [02]VT-UTF8 + [03]ANSI + +Setup Question = Bits per second +Token =13F // Do NOT change this line +Offset =16C +Width =01 +BIOS Default =[07]115200 +Options =[03]9600 // Move "*" to the desired Option + [04]19200 + [05]38400 + [06]57600 + *[07]115200 + +Setup Question = Data Bits +Token =140 // Do NOT change this line +Offset =16E +Width =01 +BIOS Default =[08]8 +Options =[07]7 // Move "*" to the desired Option + *[08]8 + +Setup Question = Parity +Token =141 // Do NOT change this line +Offset =170 +Width =01 +BIOS Default =[01]None +Options =*[01]None // Move "*" to the desired Option + [02]Even + [03]Odd + [04]Mark + [05]Space + +Setup Question = Stop Bits +Token =142 // Do NOT change this line +Offset =172 +Width =01 +BIOS Default =[01]1 +Options =*[01]1 // Move "*" to the desired Option + [03]2 + +Setup Question = Flow Control +Token =143 // Do NOT change this line +Offset =174 +Width =01 +BIOS Default =[00]None +Options =*[00]None // Move "*" to the desired Option + [01]Hardware RTS/CTS + +Setup Question = VT-UTF8 Combo Key Support +Token =144 // Do NOT change this line +Offset =17C +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Recorder Mode +Token =145 // Do NOT change this line +Offset =17E +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = Resolution 100x31 +Token =146 // Do NOT change this line +Offset =180 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Legacy OS Redirection Resolution +Token =147 // Do NOT change this line +Offset =182 +Width =01 +BIOS Default =[01]80x25 +Options =[00]80x24 // Move "*" to the desired Option + *[01]80x25 + +Setup Question = Putty KeyPad +Token =148 // Do NOT change this line +Offset =184 +Width =01 +BIOS Default =[01]VT100 +Options =*[01]VT100 // Move "*" to the desired Option + [02]LINUX + [04]XTERMR6 + [08]SCO + [10]ESCN + [20]VT400 + +Setup Question = Redirection After BIOS POST +Token =149 // Do NOT change this line +Offset =186 +Width =01 +BIOS Default =[00]Always Enable +Options =*[00]Always Enable // Move "*" to the desired Option + [01]BootLoader + +Setup Question = Quiet Boot +Token =14A // Do NOT change this line +Offset =50 +Width =01 +BIOS Default =1 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = Early Video Logo +Token =14B // Do NOT change this line +Offset =1C7 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = AddOn ROM Display Mode +Token =14C // Do NOT change this line +Offset =132 +Width =01 +BIOS Default =[01]Force BIOS +Options =[00]Keep Current // Move "*" to the desired Option + *[01]Force BIOS + +Setup Question = Bootup Num-Lock +Token =14D // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =[01]On +Options =[00]Off // Move "*" to the desired Option + *[01]On + +Setup Question = Wait For "F1" If Error +Token =14E // Do NOT change this line +Offset =1BF +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Setup Prompt Timeout +Token =14F // Do NOT change this line +Offset =00 +Width =02 +BIOS Default =1 +Value =1 + +Setup Question = Interrupt 19 Capture +Token =150 // Do NOT change this line +Offset =133 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Re-try Boot +Token =151 // Do NOT change this line +Offset =1C4 +Width =01 +BIOS Default =[00]Disabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Legacy Boot + [02]EFI Boot + +Setup Question = BOOT PRIORITY STYLE +Token =152 // Do NOT change this line +Offset =1C5 +Width =01 +BIOS Default =[02]By BCP +Options =[00]Disabled // Move "*" to the desired Option + [01]Set to Last + *[02]By BCP + +Setup Question = Deep Sx(EUP) +Token =153 // Do NOT change this line +Offset =124 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [02]Enabled + +Setup Question = Watch Dog Function +Token =154 // Do NOT change this line +Offset =1C1 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Power Button Function +Token =155 // Do NOT change this line +Offset =1C2 +Width =01 +BIOS Default =[00]Instant Off +Options =*[00]Instant Off // Move "*" to the desired Option + [01]4 Seconds Override + +Setup Question = Restore on AC Power Loss +Token =156 // Do NOT change this line +Offset =11E +Width =01 +BIOS Default =[02]Last State +Options =[00]Stay Off // Move "*" to the desired Option + *[01]Power On + [02]Last State + +Setup Question = Launch Storage OpROM policy +Token =157 // Do NOT change this line +Offset =168 +Width =01 +BIOS Default =[02]Legacy only +Options =[01]UEFI only // Move "*" to the desired Option + *[02]Legacy only + +Setup Question = Launch PXE OpROM policy +Token =158 // Do NOT change this line +Offset =167 +Width =01 +BIOS Default =[03]Legacy first +Options =[00]Do not launch // Move "*" to the desired Option + [01]UEFI only + *[02]Legacy only + [03]Legacy first + [04]UEFI first + +Setup Question = Launch Video OpROM policy +Token =159 // Do NOT change this line +Offset =169 +Width =01 +BIOS Default =[02]Legacy only +Options =[01]UEFI only // Move "*" to the desired Option + *[02]Legacy only + +Setup Question = Other PCI device ROM priority +Token =15A // Do NOT change this line +Offset =16A +Width =01 +BIOS Default =[02]Legacy OpROM +Options =[01]UEFI OpROM // Move "*" to the desired Option + *[02]Legacy OpROM + +Setup Question = PCI Latency Timer +Token =15B // Do NOT change this line +Offset =02 +Width =01 +BIOS Default =[40]64 PCI Bus Clocks +Options =[20]32 PCI Bus Clocks // Move "*" to the desired Option + *[40]64 PCI Bus Clocks + [60]96 PCI Bus Clocks + [80]128 PCI Bus Clocks + [A0]160 PCI Bus Clocks + [C0]192 PCI Bus Clocks + [E0]224 PCI Bus Clocks + [F8]248 PCI Bus Clocks + +Setup Question = PERR# Generation +Token =15C // Do NOT change this line +Offset =04 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = SERR# Generation +Token =15D // Do NOT change this line +Offset =05 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Maximum Payload +Token =15E // Do NOT change this line +Offset =09 +Width =01 +BIOS Default =[37]Auto +Options =*[37]Auto // Move "*" to the desired Option + [00]128 Bytes + [01]256 Bytes + +Setup Question = Maximum Read Request +Token =15F // Do NOT change this line +Offset =0A +Width =01 +BIOS Default =[37]Auto +Options =*[37]Auto // Move "*" to the desired Option + [00]128 Bytes + [01]256 Bytes + [02]512 Bytes + [03]1024 Bytes + [04]2048 Bytes + [05]4096 Bytes + +Setup Question = ASPM Support +Token =160 // Do NOT change this line +Offset =0B +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [37]Auto + +Setup Question = Above 4G Decoding +Token =161 // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = MLP PCI-E 3.0 x8 OPROM +Token =162 // Do NOT change this line +Offset =1C8 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SXB1 PCI-E 3.0 x16 OPROM +Token =163 // Do NOT change this line +Offset =1CA +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SXB1 PCI-E 3.0 2nd x8 OPROM +Token =164 // Do NOT change this line +Offset =1CC +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SXB2 PCI-E 3.0 x8 OPROM +Token =165 // Do NOT change this line +Offset =1CE +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Onboard LAN Option ROM Select +Token =166 // Do NOT change this line +Offset =1DC +Width =01 +BIOS Default =[00]PXE +Options =*[00]PXE // Move "*" to the desired Option + [01]iSCSI + +Setup Question = Onboard 2nd LAN Option ROM Select +Token =167 // Do NOT change this line +Offset =1DD +Width =01 +BIOS Default =[00]PXE +Options =*[00]PXE // Move "*" to the desired Option + [01]iSCSI + [02]FCoE + +Setup Question = Load Onboard LAN 1 Option ROM +Token =168 // Do NOT change this line +Offset =1DF +Width =01 +BIOS Default =[01]Enabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Load Onboard LAN 2 Option ROM +Token =169 // Do NOT change this line +Offset =1E0 +Width =01 +BIOS Default =[00]Disabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = VGA Priority +Token =16A // Do NOT change this line +Offset =D2 +Width =01 +BIOS Default =[00]Onboard +Options =*[00]Onboard // Move "*" to the desired Option + [01]Offboard + +Setup Question = Network stack +Token =16B // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = IPv4 PXE Support +Token =16C // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SMART Self Test +Token =16D // Do NOT change this line +Offset =139 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Bootup NumLock State +Token =01 // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =[01]On +Options =*[01]On // Move "*" to the desired Option + [00]Off + +Setup Question = Boot option filter +Token =02 // Do NOT change this line +Offset =166 +Width =01 +BIOS Default =[00]UEFI and Legacy +Options =*[00]UEFI and Legacy // Move "*" to the desired Option + [01]Legacy only + [02]UEFI only + +Setup Question = GateA20 Active +Token =03 // Do NOT change this line +Offset =135 +Width =01 +BIOS Default =[00]Upon Request +Options =*[00]Upon Request // Move "*" to the desired Option + [01]Always + +Setup Question = Option ROM Messages +Token =04 // Do NOT change this line +Offset =132 +Width =01 +BIOS Default =[01]Force BIOS +Options =*[01]Force BIOS // Move "*" to the desired Option + [00]Keep Current + +Setup Question = INT19 Trap Response +Token =05 // Do NOT change this line +Offset =133 +Width =01 +BIOS Default =[01]Immediate +Options =*[01]Immediate // Move "*" to the desired Option + [00]Postponed + +Setup Question = CSM Support +Token =06 // Do NOT change this line +Offset =136 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + [02]Auto + +Setup Question = Fixed Boot Order +Token =08 // Do NOT change this line +Offset =1A1 +Width =02 +BIOS Default =[00]UEFI +Options =*[00]UEFI // Move "*" to the desired Option + [01]Hard Disk + [02]CD/DVD + [03]USB Hard Disk + [04]Removable + [05]Network + +Setup Question = Fixed Boot Order +Token =09 // Do NOT change this line +Offset =1A1 +Width =02 +BIOS Default =[00]UEFI: Built-in EFI Shell +Options =*[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [01]Hard Disk + [02]CD/DVD + [03]USB Hard Disk + [04]Removable + [05]Network + +Setup Question = 1st Boot Device +Token =460 // Do NOT change this line +Offset =18F +Width =02 +BIOS Default =[00]CD/DVD +Options =*[00]CD/DVD // Move "*" to the desired Option + [01]Hard Disk + [02]USB Hard Disk + [03]Removable + [04]Network + [05]UEFI: Built-in EFI Shell + [06]Disabled + +Setup Question = 2nd Boot Device +Token =461 // Do NOT change this line +Offset =191 +Width =02 +BIOS Default =[01]Hard Disk +Options =[00]CD/DVD // Move "*" to the desired Option + *[01]Hard Disk + [02]USB Hard Disk + [03]Removable + [04]Network + [05]UEFI: Built-in EFI Shell + [06]Disabled + +Setup Question = 3rd Boot Device +Token =462 // Do NOT change this line +Offset =193 +Width =02 +BIOS Default =[02]USB Hard Disk +Options =[00]CD/DVD // Move "*" to the desired Option + [01]Hard Disk + [02]USB Hard Disk + [03]Removable + *[04]Network + [05]UEFI: Built-in EFI Shell + [06]Disabled + +Setup Question = 4th Boot Device +Token =463 // Do NOT change this line +Offset =195 +Width =02 +BIOS Default =[03]Removable +Options =[00]CD/DVD // Move "*" to the desired Option + [01]Hard Disk + [02]USB Hard Disk + [03]Removable + [04]Network + [05]UEFI: Built-in EFI Shell + *[06]Disabled + +Setup Question = 5th Boot Device +Token =464 // Do NOT change this line +Offset =197 +Width =02 +BIOS Default =[04]Network +Options =[00]CD/DVD // Move "*" to the desired Option + [01]Hard Disk + [02]USB Hard Disk + [03]Removable + [04]Network + [05]UEFI: Built-in EFI Shell + *[06]Disabled + +Setup Question = 6th Boot Device +Token =465 // Do NOT change this line +Offset =199 +Width =02 +BIOS Default =[05]UEFI: Built-in EFI Shell +Options =[00]CD/DVD // Move "*" to the desired Option + [01]Hard Disk + [02]USB Hard Disk + [03]Removable + [04]Network + [05]UEFI: Built-in EFI Shell + *[06]Disabled + +Setup Question = USB Hard Disk special boot instance +Token =13 // Do NOT change this line +Offset =1B7 +Width =01 +BIOS Default =[00]1st Device +Options =*[00]1st Device // Move "*" to the desired Option + [01]2nd Device + [02]3rd Device + [03]4th Device + [04]5th Device + [05]6th Device + [06]7th Device + [07]8th Device + [08]9th Device + [09]10th Device + [0A]11th Device + [0B]12th Device + [0C]13th Device + [0D]14th Device + [0E]15th Device + [0F]16th Device + +Setup Question = HDD special boot instance +Token =14 // Do NOT change this line +Offset =1B8 +Width =01 +BIOS Default =[00]1st Device +Options =*[00]1st Device // Move "*" to the desired Option + [01]2nd Device + [02]3rd Device + [03]4th Device + [04]5th Device + [05]6th Device + [06]7th Device + [07]8th Device + [08]9th Device + [09]10th Device + [0A]11th Device + [0B]12th Device + [0C]13th Device + [0D]14th Device + [0E]15th Device + [0F]16th Device + +Setup Question = Removable special boot instance +Token =15 // Do NOT change this line +Offset =1B9 +Width =01 +BIOS Default =[00]1st Device +Options =*[00]1st Device // Move "*" to the desired Option + [01]2nd Device + [02]3rd Device + [03]4th Device + [04]5th Device + [05]6th Device + [06]7th Device + [07]8th Device + [08]9th Device + [09]10th Device + [0A]11th Device + [0B]12th Device + [0C]13th Device + [0D]14th Device + [0E]15th Device + [0F]16th Device + +Setup Question = Network special boot instance +Token =16 // Do NOT change this line +Offset =1BA +Width =01 +BIOS Default =[00]1st Device +Options =*[00]1st Device // Move "*" to the desired Option + [01]2nd Device + [02]3rd Device + [03]4th Device + [04]5th Device + [05]6th Device + [06]7th Device + [07]8th Device + [08]9th Device + [09]10th Device + [0A]11th Device + [0B]12th Device + [0C]13th Device + [0D]14th Device + [0E]15th Device + [0F]16th Device + +Setup Question = CD/DVD special boot instance +Token =17 // Do NOT change this line +Offset =1BB +Width =01 +BIOS Default =[00]1st Device +Options =*[00]1st Device // Move "*" to the desired Option + [01]2nd Device + [02]3rd Device + [03]4th Device + [04]5th Device + [05]6th Device + [06]7th Device + [07]8th Device + [08]9th Device + [09]10th Device + [0A]11th Device + [0B]12th Device + [0C]13th Device + [0D]14th Device + [0E]15th Device + [0F]16th Device + +Setup Question = Launch CSM +Token =43E // Do NOT change this line +Offset =165 +Width =01 +BIOS Default =[01]Enabled +Options =*[01]Enabled // Move "*" to the desired Option + [00]Disabled + +Setup Question = Boot option filter +Token =18 // Do NOT change this line +Offset =166 +Width =01 +BIOS Default =[00]UEFI and Legacy +Options =*[00]UEFI and Legacy // Move "*" to the desired Option + [01]Legacy only + [02]UEFI only + +Setup Question = Launch PXE OpROM policy +Token =19 // Do NOT change this line +Offset =167 +Width =01 +BIOS Default =[03]Legacy first +Options =[00]Do not launch // Move "*" to the desired Option + [01]UEFI only + *[02]Legacy only + [03]Legacy first + [04]UEFI first + +Setup Question = Launch Storage OpROM policy +Token =1A // Do NOT change this line +Offset =168 +Width =01 +BIOS Default =[02]Legacy only +Options =[00]Do not launch // Move "*" to the desired Option + [01]UEFI only + *[02]Legacy only + [03]Legacy first + [04]UEFI first + +Setup Question = Launch Video OpROM policy +Token =1B // Do NOT change this line +Offset =169 +Width =01 +BIOS Default =[02]Legacy only +Options =[00]Do not launch // Move "*" to the desired Option + [01]UEFI only + *[02]Legacy only + [03]Legacy first + [04]UEFI first + +Setup Question = Other PCI device ROM priority +Token =1C // Do NOT change this line +Offset =16A +Width =01 +BIOS Default =[02]Legacy OpROM +Options =[01]UEFI OpROM // Move "*" to the desired Option + *[02]Legacy OpROM + +Setup Question = Delete Boot Option +Token =21 // Do NOT change this line +Offset =00 +Width =02 +ListOrder =[0000] IBA GE Slot 0500 v1398 + [0001] P0: TS256GSSD720 + [0002] UEFI: Built-in EFI Shell + +Setup Question = 1st Device +Token =467 // Do NOT change this line +Offset =12 +Width =01 +BIOS Default =[00]P0: TS256GSSD720 +Options =*[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 2nd Device +Token =468 // Do NOT change this line +Offset =13 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 3rd Device +Token =469 // Do NOT change this line +Offset =14 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 4th Device +Token =46A // Do NOT change this line +Offset =15 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 5th Device +Token =46B // Do NOT change this line +Offset =16 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 6th Device +Token =46C // Do NOT change this line +Offset =17 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 7th Device +Token =46D // Do NOT change this line +Offset =18 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 8th Device +Token =46E // Do NOT change this line +Offset =19 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 9th Device +Token =46F // Do NOT change this line +Offset =1A +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 10th Device +Token =470 // Do NOT change this line +Offset =1B +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 11th Device +Token =471 // Do NOT change this line +Offset =1C +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 12th Device +Token =472 // Do NOT change this line +Offset =1D +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 13th Device +Token =473 // Do NOT change this line +Offset =1E +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 14th Device +Token =474 // Do NOT change this line +Offset =1F +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 15th Device +Token =475 // Do NOT change this line +Offset =20 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 16th Device +Token =476 // Do NOT change this line +Offset =21 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 1st Device +Token =478 // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[00] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 2nd Device +Token =479 // Do NOT change this line +Offset =02 +Width =01 +BIOS Default =[01] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 3rd Device +Token =47A // Do NOT change this line +Offset =03 +Width =01 +BIOS Default =[02] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 4th Device +Token =47B // Do NOT change this line +Offset =04 +Width =01 +BIOS Default =[03] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 5th Device +Token =47C // Do NOT change this line +Offset =05 +Width =01 +BIOS Default =[04] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 6th Device +Token =47D // Do NOT change this line +Offset =06 +Width =01 +BIOS Default =[05] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 7th Device +Token =47E // Do NOT change this line +Offset =07 +Width =01 +BIOS Default =[06] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 8th Device +Token =47F // Do NOT change this line +Offset =08 +Width =01 +BIOS Default =[07] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 9th Device +Token =480 // Do NOT change this line +Offset =09 +Width =01 +BIOS Default =[08] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 10th Device +Token =481 // Do NOT change this line +Offset =0A +Width =01 +BIOS Default =[09] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 11th Device +Token =482 // Do NOT change this line +Offset =0B +Width =01 +BIOS Default =[0A] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 12th Device +Token =483 // Do NOT change this line +Offset =0C +Width =01 +BIOS Default =[0B] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 13th Device +Token =484 // Do NOT change this line +Offset =0D +Width =01 +BIOS Default =[0C] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 14th Device +Token =485 // Do NOT change this line +Offset =0E +Width =01 +BIOS Default =[0D] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 15th Device +Token =486 // Do NOT change this line +Offset =0F +Width =01 +BIOS Default =[0E] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 16th Device +Token =487 // Do NOT change this line +Offset =10 +Width =01 +BIOS Default =[0F] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 1st Device +Token =489 // Do NOT change this line +Offset =45 +Width =01 +BIOS Default =[00]IBA GE Slot 0500 v1398 +Options =*[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 2nd Device +Token =48A // Do NOT change this line +Offset =46 +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 3rd Device +Token =48B // Do NOT change this line +Offset =47 +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 4th Device +Token =48C // Do NOT change this line +Offset =48 +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 5th Device +Token =48D // Do NOT change this line +Offset =49 +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 6th Device +Token =48E // Do NOT change this line +Offset =4A +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 7th Device +Token =48F // Do NOT change this line +Offset =4B +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 8th Device +Token =490 // Do NOT change this line +Offset =4C +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 9th Device +Token =491 // Do NOT change this line +Offset =4D +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 10th Device +Token =492 // Do NOT change this line +Offset =4E +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 11th Device +Token =493 // Do NOT change this line +Offset =4F +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 12th Device +Token =494 // Do NOT change this line +Offset =50 +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 13th Device +Token =495 // Do NOT change this line +Offset =51 +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 14th Device +Token =496 // Do NOT change this line +Offset =52 +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 15th Device +Token =497 // Do NOT change this line +Offset =53 +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 16th Device +Token =498 // Do NOT change this line +Offset =54 +Width =01 +Options =[00]IBA GE Slot 0500 v1398 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 1st Device +Token =49A // Do NOT change this line +Offset =23 +Width =01 +BIOS Default =[00] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 2nd Device +Token =49B // Do NOT change this line +Offset =24 +Width =01 +BIOS Default =[01] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 3rd Device +Token =49C // Do NOT change this line +Offset =25 +Width =01 +BIOS Default =[02] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 4th Device +Token =49D // Do NOT change this line +Offset =26 +Width =01 +BIOS Default =[03] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 5th Device +Token =49E // Do NOT change this line +Offset =27 +Width =01 +BIOS Default =[04] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 6th Device +Token =49F // Do NOT change this line +Offset =28 +Width =01 +BIOS Default =[05] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 7th Device +Token =4A0 // Do NOT change this line +Offset =29 +Width =01 +BIOS Default =[06] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 8th Device +Token =4A1 // Do NOT change this line +Offset =2A +Width =01 +BIOS Default =[07] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 9th Device +Token =4A2 // Do NOT change this line +Offset =2B +Width =01 +BIOS Default =[08] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 10th Device +Token =4A3 // Do NOT change this line +Offset =2C +Width =01 +BIOS Default =[09] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 11th Device +Token =4A4 // Do NOT change this line +Offset =2D +Width =01 +BIOS Default =[0A] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 12th Device +Token =4A5 // Do NOT change this line +Offset =2E +Width =01 +BIOS Default =[0B] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 13th Device +Token =4A6 // Do NOT change this line +Offset =2F +Width =01 +BIOS Default =[0C] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 14th Device +Token =4A7 // Do NOT change this line +Offset =30 +Width =01 +BIOS Default =[0D] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 15th Device +Token =4A8 // Do NOT change this line +Offset =31 +Width =01 +BIOS Default =[0E] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 16th Device +Token =4A9 // Do NOT change this line +Offset =32 +Width =01 +BIOS Default =[08] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 1st Device +Token =4AB // Do NOT change this line +Offset =34 +Width =01 +BIOS Default =[00] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 2nd Device +Token =4AC // Do NOT change this line +Offset =35 +Width =01 +BIOS Default =[01] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 3rd Device +Token =4AD // Do NOT change this line +Offset =36 +Width =01 +BIOS Default =[02] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 4th Device +Token =4AE // Do NOT change this line +Offset =37 +Width =01 +BIOS Default =[03] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 5th Device +Token =4AF // Do NOT change this line +Offset =38 +Width =01 +BIOS Default =[04] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 6th Device +Token =4B0 // Do NOT change this line +Offset =39 +Width =01 +BIOS Default =[05] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 7th Device +Token =4B1 // Do NOT change this line +Offset =3A +Width =01 +BIOS Default =[06] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 8th Device +Token =4B2 // Do NOT change this line +Offset =3B +Width =01 +BIOS Default =[07] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 9th Device +Token =4B3 // Do NOT change this line +Offset =3C +Width =01 +BIOS Default =[08] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 10th Device +Token =4B4 // Do NOT change this line +Offset =3D +Width =01 +BIOS Default =[09] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 11th Device +Token =4B5 // Do NOT change this line +Offset =3E +Width =01 +BIOS Default =[0A] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 12th Device +Token =4B6 // Do NOT change this line +Offset =3F +Width =01 +BIOS Default =[0B] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 13th Device +Token =4B7 // Do NOT change this line +Offset =40 +Width =01 +BIOS Default =[0C] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 14th Device +Token =4B8 // Do NOT change this line +Offset =41 +Width =01 +BIOS Default =[0D] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 15th Device +Token =4B9 // Do NOT change this line +Offset =42 +Width =01 +BIOS Default =[0E] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 16th Device +Token =4BA // Do NOT change this line +Offset =43 +Width =01 +BIOS Default =[0F] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 1st Device +Token =4BC // Do NOT change this line +Offset =56 +Width =01 +BIOS Default =[00]UEFI: Built-in EFI Shell +Options =*[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 2nd Device +Token =4BD // Do NOT change this line +Offset =57 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 3rd Device +Token =4BE // Do NOT change this line +Offset =58 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 4th Device +Token =4BF // Do NOT change this line +Offset =59 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 5th Device +Token =4C0 // Do NOT change this line +Offset =5A +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 6th Device +Token =4C1 // Do NOT change this line +Offset =5B +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 7th Device +Token =4C2 // Do NOT change this line +Offset =5C +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 8th Device +Token =4C3 // Do NOT change this line +Offset =5D +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 9th Device +Token =4C4 // Do NOT change this line +Offset =5E +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 10th Device +Token =4C5 // Do NOT change this line +Offset =5F +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 11th Device +Token =4C6 // Do NOT change this line +Offset =60 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 12th Device +Token =4C7 // Do NOT change this line +Offset =61 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 13th Device +Token =4C8 // Do NOT change this line +Offset =62 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 14th Device +Token =4C9 // Do NOT change this line +Offset =63 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 15th Device +Token =4CA // Do NOT change this line +Offset =64 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 16th Device +Token =4CB // Do NOT change this line +Offset =65 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = Password Check +Token =01 // Do NOT change this line +Offset =51 +Width =01 +BIOS Default =[00]Setup +Options =*[00]Setup // Move "*" to the desired Option + [01]Always + +Setup Question = BMC Support +Token =01 // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =[01]Enabled +Options =*[01]Enabled // Move "*" to the desired Option + [00]Disabled + +Setup Question = Wait For BMC +Token =02 // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[01]Enabled +Options =*[01]Enabled // Move "*" to the desired Option + [00]Disabled + +Setup Question = SEL Components +Token =03 // Do NOT change this line +Offset =02 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Erase SEL +Token =04 // Do NOT change this line +Offset =03 +Width =01 +BIOS Default =[00]No +Options =*[00]No // Move "*" to the desired Option + [01]Yes, On next reset + [02]Yes, On every reset + +Setup Question = When SEL is Full +Token =05 // Do NOT change this line +Offset =04 +Width =01 +BIOS Default =[00]Do Nothing +Options =*[00]Do Nothing // Move "*" to the desired Option + [01]Erase Immediately + +Setup Question = Log EFI Status Codes +Token =06 // Do NOT change this line +Offset =05 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [02]Enabled + +Setup Question = IPMI LAN Selection +Token =07 // Do NOT change this line +Offset =08 +Width =01 +BIOS Default =[02]Failover +Options =[00]Dedicated // Move "*" to the desired Option + [01]Share LAN + *[02]Failover + +Setup Question = Update IPMI LAN Configuration +Token =08 // Do NOT change this line +Offset =09 +Width =01 +BIOS Default =[00]No +Options =*[00]No // Move "*" to the desired Option + [01]Yes + +Setup Question = Configuration Address Source +Token =09 // Do NOT change this line +Offset =0A +Width =01 +BIOS Default =[02]DHCP +Options =[01]Static // Move "*" to the desired Option + *[02]DHCP + +Setup Question = Station IP Address +Token =806 // Do NOT change this line +Offset =0C +Width =1E +Value ="000.000.000.000" + +Setup Question = Subnet Mask +Token =807 // Do NOT change this line +Offset =2A +Width =1E +Value ="000.000.000.000" + +Setup Question = Gateway IP Address +Token =808 // Do NOT change this line +Offset =6A +Width =1E +Value ="000.000.000.000" + +Setup Question = Station MAC Address +Token =809 // Do NOT change this line +Offset =48 +Width =22 +Value ="00000-00-00-00-00" + +Setup Question = Router MAC Address +Token =80A // Do NOT change this line +Offset =88 +Width =22 +Value ="00000-00-00-00-00" diff --git a/install/bios/bios-3.0.cfg b/install/bios/bios-3.0.cfg new file mode 100644 index 0000000..ac2df26 --- /dev/null +++ b/install/bios/bios-3.0.cfg @@ -0,0 +1,4652 @@ +// Script File Name : bios.cfg +// Created on 02/13/14 at 14:24:50 +// Copyright (c)2012 American Megatrends, Inc. +// AMISCE Utility. Ver 2.02.1036 + +HIICrc32= 48F47339 + +Setup Question = Smbios Event Log +Token =03 // Do NOT change this line +Offset =15F +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Runtime Error Logging Support +Token =04 // Do NOT change this line +Offset =167 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Memory Corr. Error Threshold +Token =05 // Do NOT change this line +Offset =16B +Width =01 +BIOS Default =A +Value =A + +Setup Question = PCI Error Logging Support +Token =06 // Do NOT change this line +Offset =16C +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Poison Support +Token =07 // Do NOT change this line +Offset =169 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Poison Support in IOH +Token =08 // Do NOT change this line +Offset =16A +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Erase Event Log +Token =09 // Do NOT change this line +Offset =161 +Width =01 +BIOS Default =[00]No +Options =*[00]No // Move "*" to the desired Option + [01]Yes, Next reset + [02]Yes, Every reset + +Setup Question = When Log is Full +Token =0A // Do NOT change this line +Offset =160 +Width =01 +BIOS Default =[00]Do Nothing +Options =*[00]Do Nothing // Move "*" to the desired Option + [01]Erase Immediately + +Setup Question = Log System Boot Event +Token =0B // Do NOT change this line +Offset =162 +Width =01 +BIOS Default =[00]Disabled +Options =[01]Enabled // Move "*" to the desired Option + *[00]Disabled + +Setup Question = MECI +Token =0C // Do NOT change this line +Offset =165 +Width =01 +BIOS Default =1 +Value =1 + +Setup Question = METW +Token =0D // Do NOT change this line +Offset =164 +Width =01 +BIOS Default =3C +Value =3C + +Setup Question = Log OEM Codes +Token =0E // Do NOT change this line +Offset =163 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Convert OEM Codes +Token =0F // Do NOT change this line +Offset =166 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = System Language +Token =01 // Do NOT change this line +Offset =00 +Width =02 +Options =[00] // Move "*" to the desired Option + [01] + +Setup Question = Relaxed Ordering +Token =15 // Do NOT change this line +Offset =06 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Extended Tag +Token =16 // Do NOT change this line +Offset =07 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = No Snoop +Token =17 // Do NOT change this line +Offset =08 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Extended Synch +Token =18 // Do NOT change this line +Offset =0C +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Link Training Retry +Token =19 // Do NOT change this line +Offset =0D +Width =01 +BIOS Default =[05]5 +Options =[00]Disabled // Move "*" to the desired Option + [02]2 + [03]3 + *[05]5 + +Setup Question = Link Training Timeout (uS) +Token =1A // Do NOT change this line +Offset =0E +Width =02 +BIOS Default =64 +Value =64 + +Setup Question = Unpopulated Links +Token =1B // Do NOT change this line +Offset =10 +Width =01 +BIOS Default =[00]Keep Link ON +Options =*[00]Keep Link ON // Move "*" to the desired Option + [01]Disable + +Setup Question = Restore PCIE Registers +Token =1C // Do NOT change this line +Offset =11 +Width =01 +BIOS Default =[00]Disabled +Options =[FF]Enabled // Move "*" to the desired Option + *[00]Disabled + +Setup Question = Completion Timeout +Token =1D // Do NOT change this line +Offset =12 +Width =01 +BIOS Default =[FF]Default +Options =*[FF]Default // Move "*" to the desired Option + [55]Shorter + [AA]Longer + [00]Disabled + +Setup Question = ARI Forwarding +Token =1E // Do NOT change this line +Offset =13 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = AtomicOp Requester Enable +Token =1F // Do NOT change this line +Offset =14 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = AtomicOp Egress Blocking +Token =20 // Do NOT change this line +Offset =15 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = IDO Request Enable +Token =21 // Do NOT change this line +Offset =16 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = IDO Completion Enable +Token =22 // Do NOT change this line +Offset =17 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = LTR Mechanism Enable +Token =23 // Do NOT change this line +Offset =18 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = End-End TLP Prefix Blocking +Token =24 // Do NOT change this line +Offset =19 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Target Link Speed +Token =25 // Do NOT change this line +Offset =1A +Width =01 +BIOS Default =[37]Auto +Options =*[37]Auto // Move "*" to the desired Option + [01]Force to 2.5 GT/s + [02]Force to 5.0 GT/s + +Setup Question = Clock Power Management +Token =26 // Do NOT change this line +Offset =1C +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Compliance SOS +Token =27 // Do NOT change this line +Offset =1D +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Hardware Autonomous Width +Token =28 // Do NOT change this line +Offset =1E +Width =01 +BIOS Default =[00]Enabled +Options =*[00]Enabled // Move "*" to the desired Option + [01]Disabled + +Setup Question = Hardware Autonomous Speed +Token =29 // Do NOT change this line +Offset =1F +Width =01 +BIOS Default =[00]Enabled +Options =*[00]Enabled // Move "*" to the desired Option + [01]Disabled + +Setup Question = Enable ACPI Auto Configuration +Token =2A // Do NOT change this line +Offset =20 +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = Enable Hibernation +Token =2B // Do NOT change this line +Offset =24 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = ACPI Sleep State +Token =2C // Do NOT change this line +Offset =21 +Width =02 +BIOS Default =[01]S1 (CPU Stop Clock) +Options =[00]Suspend Disabled // Move "*" to the desired Option + *[01]S1 (CPU Stop Clock) + +Setup Question = Lock Legacy Resources +Token =2D // Do NOT change this line +Offset =23 +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = NUMA +Token =2E // Do NOT change this line +Offset =6F +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = High Precision Event Timer +Token =2F // Do NOT change this line +Offset =127 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Wake by Ring +Token =30 // Do NOT change this line +Offset =27 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = TPM SUPPORT +Token =31 // Do NOT change this line +Offset =2D +Width =01 +BIOS Default =[01]Enable +Options =[00]Disable // Move "*" to the desired Option + *[01]Enable + +Setup Question = TPM State +Token =32 // Do NOT change this line +Offset =28 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Pending operation +Token =33 // Do NOT change this line +Offset =29 +Width =01 +BIOS Default =[00]None +Options =*[00]None // Move "*" to the desired Option + [08]Enable Take Ownership + [09]Disable Take Ownership + [05]TPM Clear + +Setup Question = Security Device Support +Token =34 // Do NOT change this line +Offset =2D +Width =01 +BIOS Default =[01]Enable +Options =[00]Disable // Move "*" to the desired Option + *[01]Enable + +Setup Question = TCM State +Token =35 // Do NOT change this line +Offset =28 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Pending operation +Token =36 // Do NOT change this line +Offset =29 +Width =01 +BIOS Default =[00]None +Options =*[00]None // Move "*" to the desired Option + [08]Enable Take Ownership + [09]Disable Take Ownership + [05]TPM Clear + +Setup Question = TPM Enabled Status +Token =37 // Do NOT change this line +Offset =2A +Width =01 +BIOS Default =[01]Disabled +Options =*[01]Disabled // Move "*" to the desired Option + [00]Enabled + +Setup Question = TPM Active Status +Token =38 // Do NOT change this line +Offset =2B +Width =01 +BIOS Default =[01]Deactivated +Options =*[01]Deactivated // Move "*" to the desired Option + [00]Activated + +Setup Question = TPM Owner Status +Token =39 // Do NOT change this line +Offset =2C +Width =01 +BIOS Default =[00]Unowned +Options =[01]Owned // Move "*" to the desired Option + *[00]Unowned + +Setup Question = TCM Enabled Status +Token =3A // Do NOT change this line +Offset =2A +Width =01 +BIOS Default =[01]Disabled +Options =*[01]Disabled // Move "*" to the desired Option + [00]Enabled + +Setup Question = TCM Active Status +Token =3B // Do NOT change this line +Offset =2B +Width =01 +BIOS Default =[01]Deactivated +Options =*[01]Deactivated // Move "*" to the desired Option + [00]Activated + +Setup Question = TCM Owner Status +Token =3C // Do NOT change this line +Offset =2C +Width =01 +BIOS Default =[00]Unowned +Options =[01]Owned // Move "*" to the desired Option + *[00]Unowned + +Setup Question = WHEA Support +Token =3E // Do NOT change this line +Offset =34 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Clock Spread Spectrum +Token =41 // Do NOT change this line +Offset =4D +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = RTID +Token =42 // Do NOT change this line +Offset =70 +Width =01 +BIOS Default =[00]Optimal +Options =*[00]Optimal // Move "*" to the desired Option + [01]Alternate + +Setup Question = Hyper-threading +Token =43 // Do NOT change this line +Offset =37 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Active Processor Cores +Token =44 // Do NOT change this line +Offset =38 +Width =01 +BIOS Default =[00]All +Options =*[00]All // Move "*" to the desired Option + [01]1 + [02]2 + +Setup Question = Active Processor Cores +Token =45 // Do NOT change this line +Offset =3A +Width =01 +BIOS Default =[00]All +Options =*[00]All // Move "*" to the desired Option + [01]1 + [02]2 + [03]3 + +Setup Question = Active Processor Cores +Token =46 // Do NOT change this line +Offset =3D +Width =01 +BIOS Default =[00]All +Options =*[00]All // Move "*" to the desired Option + [01]1 + +Setup Question = Active Processor Cores +Token =47 // Do NOT change this line +Offset =3B +Width =01 +BIOS Default =[00]All +Options =*[00]All // Move "*" to the desired Option + [01]1 + [02]2 + [03]3 + [04]4 + [05]5 + +Setup Question = Active Processor Cores +Token =48 // Do NOT change this line +Offset =39 +Width =01 +BIOS Default =[08]All +Options =*[08]All // Move "*" to the desired Option + [01]1 + [02]2 + [03]3 + [04]4 + [05]5 + [06]6 + [07]7 + +Setup Question = Active Processor Cores +Token =49 // Do NOT change this line +Offset =3C +Width =01 +BIOS Default =[0A]All +Options =*[0A]All // Move "*" to the desired Option + [01]1 + [02]2 + [03]3 + [04]4 + [05]5 + [06]6 + [07]7 + [08]8 + [09]9 + +Setup Question = Active Processor Cores +Token =4A // Do NOT change this line +Offset =3E +Width =01 +BIOS Default =[06]All +Options =*[06]All // Move "*" to the desired Option + [01]1 + [02]2 + [04]4 + +Setup Question = Active Processor Cores +Token =4B // Do NOT change this line +Offset =3F +Width =01 +BIOS Default =[08]All +Options =*[08]All // Move "*" to the desired Option + [01]1 + [02]2 + [04]4 + [06]6 + +Setup Question = Active Processor Cores +Token =4C // Do NOT change this line +Offset =40 +Width =01 +BIOS Default =[0C]All +Options =*[0C]All // Move "*" to the desired Option + [01]1 + [02]2 + [03]3 + [04]4 + [05]5 + [06]6 + [07]7 + [08]8 + [09]9 + [0A]10 + [0B]11 + +Setup Question = Limit CPUID Maximum +Token =4D // Do NOT change this line +Offset =41 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Execute Disable Bit +Token =4E // Do NOT change this line +Offset =36 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Intel(R) AES-NI +Token =4F // Do NOT change this line +Offset =4C +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = MLC Streamer Prefetcher +Token =50 // Do NOT change this line +Offset =44 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = MLC Spatial Prefetcher +Token =51 // Do NOT change this line +Offset =45 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = DCU Streamer Prefetcher +Token =52 // Do NOT change this line +Offset =46 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = DCU IP Prefetcher +Token =53 // Do NOT change this line +Offset =47 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Data Reuse Optimization +Token =54 // Do NOT change this line +Offset =48 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Intel Virtualization Technology +Token =55 // Do NOT change this line +Offset =42 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Local APIC Mode +Token =56 // Do NOT change this line +Offset =49 +Width =01 +BIOS Default =[02]Auto +Options =*[02]Auto // Move "*" to the desired Option + [01]x2APIC + [00]xAPIC + +Setup Question = PPIN Support +Token =57 // Do NOT change this line +Offset =4B +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Power Technology +Token =59 // Do NOT change this line +Offset =5A +Width =01 +BIOS Default =[01]Energy Efficient +Options =[00]Disable // Move "*" to the desired Option + [01]Energy Efficient + [02]Custom + *[03]Max Performance + +Setup Question = EIST +Token =5A // Do NOT change this line +Offset =61 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Turbo Mode +Token =5B // Do NOT change this line +Offset =4E +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = P-STATE Coordination +Token =5C // Do NOT change this line +Offset =65 +Width =01 +BIOS Default =[FE]HW_ALL +Options =*[FE]HW_ALL // Move "*" to the desired Option + [FC]SW_ALL + [FD]SW_ANY + +Setup Question = C1E Support +Token =5D // Do NOT change this line +Offset =5B +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = CPU C3 Report +Token =5E // Do NOT change this line +Offset =5C +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = CPU C6 Report +Token =5F // Do NOT change this line +Offset =5D +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = CPU C7 Report +Token =60 // Do NOT change this line +Offset =5E +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Package C State limit +Token =61 // Do NOT change this line +Offset =60 +Width =01 +BIOS Default =[06]C6 +Options =[00]C0 // Move "*" to the desired Option + [01]C2 + *[06]C6 + [FF]No Limit + +Setup Question = Energy/Performance Bias +Token =62 // Do NOT change this line +Offset =63 +Width =01 +BIOS Default =[07]Balanced Performance +Options =*[00]Performance // Move "*" to the desired Option + [07]Balanced Performance + [0B]Balanced Energy + [0F]Energy Efficient + +Setup Question = Long Duration Power Limit +Token =63 // Do NOT change this line +Offset =66 +Width =02 +BIOS Default =0 +Value =0 + +Setup Question = Long Duration Maintained +Token =64 // Do NOT change this line +Offset =6A +Width =02 +BIOS Default =0 +Value =0 + +Setup Question = Short Duration Power Limit +Token =65 // Do NOT change this line +Offset =68 +Width =02 +BIOS Default =0 +Value =0 + +Setup Question = 1-Core Ratio Limit +Token =66 // Do NOT change this line +Offset =51 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 2-Core Ratio Limit +Token =67 // Do NOT change this line +Offset =52 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 3-Core Ratio Limit +Token =68 // Do NOT change this line +Offset =53 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 4-Core Ratio Limit +Token =69 // Do NOT change this line +Offset =54 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 5-Core Ratio Limit +Token =6A // Do NOT change this line +Offset =55 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 6-Core Ratio Limit +Token =6B // Do NOT change this line +Offset =56 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 7-Core Ratio Limit +Token =6C // Do NOT change this line +Offset =57 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = 8-Core Ratio Limit +Token =6D // Do NOT change this line +Offset =58 +Width =01 +BIOS Default =0 +Value =0 + +Setup Question = Compatibility RID +Token =71 // Do NOT change this line +Offset =E0 +Width =01 +BIOS Default =[00]Disabled +Options =[01]Enabled // Move "*" to the desired Option + *[00]Disabled + +Setup Question = Memory Mode +Token =73 // Do NOT change this line +Offset =6E +Width =01 +BIOS Default =[00]Independent +Options =*[00]Independent // Move "*" to the desired Option + [01]Mirroring + [02]Lock Step + [04]Sparing + +Setup Question = Spare Err Threshold +Token =74 // Do NOT change this line +Offset =72 +Width =01 +BIOS Default =F +Value =F + +Setup Question = DRAM RAPL MODE +Token =75 // Do NOT change this line +Offset =E4 +Width =01 +BIOS Default =[02]DRAM RAPL MODE1 +Options =[00]Disabled // Move "*" to the desired Option + [01]DRAM RAPL MODE0 + *[02]DRAM RAPL MODE1 + +Setup Question = DDR Speed +Token =76 // Do NOT change this line +Offset =74 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Force DDR3 800 + [02]Force DDR3 1066 + [03]Force DDR3 1333 + [04]Force DDR3 1600 + [05]Force DDR3 1866 + [09]Force SPD + +Setup Question = Channel Interleaving +Token =77 // Do NOT change this line +Offset =7C +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]1 Way + [02]2 Way + [03]3 Way + [04]4 Way + +Setup Question = Rank Interleaving +Token =78 // Do NOT change this line +Offset =7D +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]1 Way + [02]2 Way + [04]4 Way + [08]8 Way + +Setup Question = Patrol Scrub +Token =79 // Do NOT change this line +Offset =75 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Demand Scrub +Token =7A // Do NOT change this line +Offset =76 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Data Scrambling +Token =7B // Do NOT change this line +Offset =77 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Device Tagging +Token =7C // Do NOT change this line +Offset =78 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Double Refresh +Token =7D // Do NOT change this line +Offset =83 +Width =01 +BIOS Default =[01]Auto +Options =[00]Disabled // Move "*" to the desired Option + *[01]Auto + [02]Enabled + +Setup Question = Thermal Throttling +Token =7E // Do NOT change this line +Offset =7A +Width =01 +BIOS Default =[08]CLTT +Options =[00]Disabled // Move "*" to the desired Option + *[08]CLTT + +Setup Question = Altitude +Token =7F // Do NOT change this line +Offset =7F +Width =01 +BIOS Default =[01]300 M +Options =[00]Auto // Move "*" to the desired Option + *[01]300 M + [02]900 M + [03]1500 M + [04]3000 M + +Setup Question = Cmd addr parity check +Token =80 // Do NOT change this line +Offset =84 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Intel(R) VT-d +Token =82 // Do NOT change this line +Offset =C7 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Ageing Timer Rollover +Token =83 // Do NOT change this line +Offset =C8 +Width =01 +BIOS Default =[02]128 us +Options =[00]Disabled // Move "*" to the desired Option + [01]32 us + *[02]128 us + [03]512 us + +Setup Question = Intel(R) I/OAT +Token =84 // Do NOT change this line +Offset =C4 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = DCA Support +Token =85 // Do NOT change this line +Offset =C5 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = IOH Resource Selection Type +Token =86 // Do NOT change this line +Offset =D8 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Manual + +Setup Question = No Snoop Optimization +Token =87 // Do NOT change this line +Offset =E5 +Width =01 +BIOS Default =[01]VC1 +Options =[00]VC0/VCP/VC1 // Move "*" to the desired Option + *[01]VC1 + +Setup Question = MMIOH Size +Token =88 // Do NOT change this line +Offset =D3 +Width =01 +BIOS Default =[40]64G +Options =[01]1G // Move "*" to the desired Option + [02]2G + [04]4G + [08]8G + [10]16G + [20]32G + *[40]64G + [80]128G + +Setup Question = MMCFG BASE +Token =89 // Do NOT change this line +Offset =E3 +Width =01 +BIOS Default =[00]0x80000000 +Options =*[00]0x80000000 // Move "*" to the desired Option + [01]0x90000000 + [02]0xA0000000 + [03]0xB0000000 + [04]0xC0000000 + [05]0xD0000000 + [06]0xE0000000 + +Setup Question = Io Ratio Skt0 +Token =8A // Do NOT change this line +Offset =D6 +Width =01 +BIOS Default =3 +Value =3 + +Setup Question = Io Ratio Skt1 +Token =8B // Do NOT change this line +Offset =D7 +Width =01 +BIOS Default =2 +Value =2 + +Setup Question = Mmio Ratio Skt0 +Token =8C // Do NOT change this line +Offset =D4 +Width =01 +BIOS Default =6 +Value =6 + +Setup Question = Mmio Ratio Skt1 +Token =8D // Do NOT change this line +Offset =D5 +Width =01 +BIOS Default =2 +Value =2 + +Setup Question = IOU1 - PCIe Port +Token =8E // Do NOT change this line +Offset =87 +Width =01 +BIOS Default =[01]x8 +Options =[00]x4x4 // Move "*" to the desired Option + *[01]x8 + +Setup Question = CPU1 SXB2 PCI-E 3.0 x8 Link Speed +Token =8F // Do NOT change this line +Offset =88 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 1B Link Speed +Token =90 // Do NOT change this line +Offset =8A +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = IOU2 - PCIe Port +Token =91 // Do NOT change this line +Offset =90 +Width =01 +BIOS Default =[05]Auto +Options =[00]x4x4x4x4 // Move "*" to the desired Option + [01]x4x4x8 + [02]x8x4x4 + [03]x8x8 + [04]x16 + *[05]Auto + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 Link Speed +Token =92 // Do NOT change this line +Offset =91 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2C Link Speed +Token =93 // Do NOT change this line +Offset =95 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 Link Speed +Token =94 // Do NOT change this line +Offset =91 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 Link Speed +Token =95 // Do NOT change this line +Offset =91 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2C Link Speed +Token =96 // Do NOT change this line +Offset =95 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 Link Speed +Token =97 // Do NOT change this line +Offset =91 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2B Link Speed +Token =98 // Do NOT change this line +Offset =93 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2C Link Speed +Token =99 // Do NOT change this line +Offset =95 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 Link Speed +Token =9A // Do NOT change this line +Offset =91 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2C Link Speed +Token =9B // Do NOT change this line +Offset =95 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2D Link Speed +Token =9C // Do NOT change this line +Offset =97 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 Link Speed +Token =9D // Do NOT change this line +Offset =91 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2B Link Speed +Token =9E // Do NOT change this line +Offset =93 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2C Link Speed +Token =9F // Do NOT change this line +Offset =95 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 2D Link Speed +Token =A0 // Do NOT change this line +Offset =97 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = IOU3 - PCIe Port +Token =A1 // Do NOT change this line +Offset =A1 +Width =01 +BIOS Default =[03]x8x8 +Options =[00]x4x4x4x4 // Move "*" to the desired Option + [01]x4x4x8 + [02]x8x4x4 + *[03]x8x8 + [04]x16 + +Setup Question = CPU1 MLP PCI-E 3.0 x8 Link Speed +Token =A2 // Do NOT change this line +Offset =A2 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 MLP PCI-E 3.0 x8 Link Speed +Token =A3 // Do NOT change this line +Offset =A2 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3C Link Speed +Token =A4 // Do NOT change this line +Offset =A6 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 MLP PCI-E 3.0 x8 Link Speed +Token =A5 // Do NOT change this line +Offset =A2 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3B Link Speed +Token =A6 // Do NOT change this line +Offset =A4 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3C Link Speed +Token =A7 // Do NOT change this line +Offset =A6 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 MLP PCI-E 3.0 x8 Link Speed +Token =A8 // Do NOT change this line +Offset =A2 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3C Link Speed +Token =A9 // Do NOT change this line +Offset =A6 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3D Link Speed +Token =AA // Do NOT change this line +Offset =A8 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = CPU1 MLP PCI-E 3.0 x8 Link Speed +Token =AB // Do NOT change this line +Offset =A2 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3B Link Speed +Token =AC // Do NOT change this line +Offset =A4 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3C Link Speed +Token =AD // Do NOT change this line +Offset =A6 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 3D Link Speed +Token =AE // Do NOT change this line +Offset =A8 +Width =01 +BIOS Default =[02]GEN3 +Options =[00]GEN1 // Move "*" to the desired Option + [01]GEN2 + *[02]GEN3 + +Setup Question = PORT 0A +Token =AF // Do NOT change this line +Offset =85 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = PORT 1A +Token =B0 // Do NOT change this line +Offset =8C +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 1B +Token =B1 // Do NOT change this line +Offset =8E +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 2A +Token =B2 // Do NOT change this line +Offset =99 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 2B +Token =B3 // Do NOT change this line +Offset =9B +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 2C +Token =B4 // Do NOT change this line +Offset =9D +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 2D +Token =B5 // Do NOT change this line +Offset =9F +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 3A +Token =B6 // Do NOT change this line +Offset =AA +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 3B +Token =B7 // Do NOT change this line +Offset =AC +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 3C +Token =B8 // Do NOT change this line +Offset =AE +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = PORT 3D +Token =B9 // Do NOT change this line +Offset =B0 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Coherency Support +Token =BA // Do NOT change this line +Offset =C9 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = ATS Support +Token =BB // Do NOT change this line +Offset =CA +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Isoc +Token =BC // Do NOT change this line +Offset =80 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = QPI Link Speed Mode +Token =BD // Do NOT change this line +Offset =CC +Width =01 +BIOS Default =[01]Fast +Options =[00]Slow // Move "*" to the desired Option + *[01]Fast + +Setup Question = QPI Link Frequency Select +Token =BE // Do NOT change this line +Offset =CF +Width =01 +BIOS Default =[06]Auto +Options =*[06]Auto // Move "*" to the desired Option + [01]6.4 GT/s + [02]7.2 GT/s + [03]8.0 GT/s + +Setup Question = QPI Link0s +Token =BF // Do NOT change this line +Offset =D0 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = QPI Link0p +Token =C0 // Do NOT change this line +Offset =D1 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = QPI Link1 +Token =C1 // Do NOT change this line +Offset =D2 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = All USB Devices +Token =C2 // Do NOT change this line +Offset =115 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = EHCI Controller 1 +Token =C3 // Do NOT change this line +Offset =116 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = EHCI Controller 2 +Token =C4 // Do NOT change this line +Offset =117 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Legacy USB Support +Token =C5 // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[00]Enabled +Options =*[00]Enabled // Move "*" to the desired Option + [01]Disabled + [02]Auto + +Setup Question = Port 60/64 Emulation +Token =C6 // Do NOT change this line +Offset =06 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = EHCI Hand-off +Token =C7 // Do NOT change this line +Offset =02 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = PCH Compatibility RID +Token =C8 // Do NOT change this line +Offset =13B +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = SMBus Controller +Token =C9 // Do NOT change this line +Offset =126 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SW SMI Timer +Token =CA // Do NOT change this line +Offset =13C +Width =01 +BIOS Default =[01]Auto +Options =[00]Disabled // Move "*" to the desired Option + *[01]Auto + +Setup Question = GbE Controller +Token =CB // Do NOT change this line +Offset =12B +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Wake on LAN from S5 +Token =CC // Do NOT change this line +Offset =12D +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = USB WakeOnDev insertion +Token =CD // Do NOT change this line +Offset =12E +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = SLP_S4 Assertion Stretch Enable +Token =CE // Do NOT change this line +Offset =129 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SLP_S4 Assertion Width +Token =CF // Do NOT change this line +Offset =12A +Width =01 +BIOS Default =[00]4-5 Seconds +Options =[03]1-2 Seconds // Move "*" to the desired Option + [02]2-3 Seconds + [01]3-4 Seconds + *[00]4-5 Seconds + +Setup Question = Azalia HD Audio +Token =D0 // Do NOT change this line +Offset =E6 +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = Azalia internal HDMI codec +Token =D1 // Do NOT change this line +Offset =E7 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = PCI Express Port 1 +Token =D5 // Do NOT change this line +Offset =10E +Width =01 +BIOS Default =[02]Auto +Options =[00]Disabled // Move "*" to the desired Option + [01]Enabled + *[02]Auto + +Setup Question = PME SCI +Token =D6 // Do NOT change this line +Offset =10F +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = PCIe Sub Decode +Token =D7 // Do NOT change this line +Offset =110 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port Select +Token =D8 // Do NOT change this line +Offset =111 +Width =01 +BIOS Default =[00]PCI Express Port 1 +Options =*[00]PCI Express Port 1 // Move "*" to the desired Option + [01]PCI Express Port 2 + [02]PCI Express Port 3 + [03]PCI Express Port 4 + [04]PCI Express Port 5 + [05]PCI Express Port 6 + [06]PCI Express Port 7 + [07]PCI Express Port 8 + +Setup Question = DMI Vc1 Control +Token =D9 // Do NOT change this line +Offset =112 +Width =01 +BIOS Default =[01]Enabled +Options =*[01]Enabled // Move "*" to the desired Option + [00]Disabled + +Setup Question = DMI Vcp Control +Token =DA // Do NOT change this line +Offset =113 +Width =01 +BIOS Default =[01]Enabled +Options =*[01]Enabled // Move "*" to the desired Option + [00]Disabled + +Setup Question = DMI Vcm Control +Token =DB // Do NOT change this line +Offset =114 +Width =01 +BIOS Default =[01]Enabled +Options =*[01]Enabled // Move "*" to the desired Option + [00]Disabled + +Setup Question = All USB Devices +Token =DC // Do NOT change this line +Offset =115 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = EHCI Controller 1 +Token =DD // Do NOT change this line +Offset =116 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = EHCI Controller 2 +Token =DE // Do NOT change this line +Offset =117 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 0 +Token =DF // Do NOT change this line +Offset =118 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 1 +Token =E0 // Do NOT change this line +Offset =119 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 2 +Token =E1 // Do NOT change this line +Offset =11A +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 3 +Token =E2 // Do NOT change this line +Offset =11B +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 4 +Token =E3 // Do NOT change this line +Offset =11C +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 5 +Token =E4 // Do NOT change this line +Offset =11D +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 6 +Token =E5 // Do NOT change this line +Offset =11E +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 7 +Token =E6 // Do NOT change this line +Offset =11F +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 8 +Token =E7 // Do NOT change this line +Offset =120 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 9 +Token =E8 // Do NOT change this line +Offset =121 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 10 +Token =E9 // Do NOT change this line +Offset =122 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 11 +Token =EA // Do NOT change this line +Offset =123 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 12 +Token =EB // Do NOT change this line +Offset =124 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Port 13 +Token =EC // Do NOT change this line +Offset =125 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = SATA Mode +Token =ED // Do NOT change this line +Offset =E8 +Width =01 +BIOS Default =[02]AHCI Mode +Options =[00]Disabled // Move "*" to the desired Option + [01]IDE Mode + *[02]AHCI Mode + [03]RAID Mode + +Setup Question = PCH RAID CodeBase +Token =EE // Do NOT change this line +Offset =EA +Width =01 +BIOS Default =[00]Intel +Options =*[00]Intel // Move "*" to the desired Option + +Setup Question = SATA RAID Option ROM/UEFI Driver +Token =EF // Do NOT change this line +Offset =132 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Serial-ATA Controller 0 +Token =F0 // Do NOT change this line +Offset =EB +Width =01 +BIOS Default =[02]Compatible +Options =[00]Disabled // Move "*" to the desired Option + [01]Enhanced + *[02]Compatible + +Setup Question = Serial-ATA Controller 1 +Token =F1 // Do NOT change this line +Offset =EC +Width =01 +BIOS Default =[01]Enhanced +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enhanced + +Setup Question = Aggressive Link Power Management +Token =F2 // Do NOT change this line +Offset =F9 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SATA RAID Option ROM +Token =F3 // Do NOT change this line +Offset =E9 +Width =01 +BIOS Default =[00]Legacy +Options =*[00]Legacy // Move "*" to the desired Option + [01]EFI + +Setup Question = SATA Frozen +Token =F4 // Do NOT change this line +Offset =10D +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Port 0 Hot Plug +Token =F5 // Do NOT change this line +Offset =106 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Port 1 Hot Plug +Token =F6 // Do NOT change this line +Offset =107 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Port 2 Hot Plug +Token =F7 // Do NOT change this line +Offset =108 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Port 3 Hot Plug +Token =F8 // Do NOT change this line +Offset =109 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Port 4 Hot Plug +Token =F9 // Do NOT change this line +Offset =10A +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Port 5 Hot Plug +Token =FA // Do NOT change this line +Offset =10B +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = External SATA Port 0 +Token =FB // Do NOT change this line +Offset =100 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = External SATA Port 1 +Token =FC // Do NOT change this line +Offset =101 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = External SATA Port 2 +Token =FD // Do NOT change this line +Offset =102 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = External SATA Port 3 +Token =FE // Do NOT change this line +Offset =103 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = External SATA Port 4 +Token =FF // Do NOT change this line +Offset =104 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = External SATA Port 5 +Token =100 // Do NOT change this line +Offset =105 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port 0 Staggered Spin-up +Token =101 // Do NOT change this line +Offset =ED +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port 1 Staggered Spin-up +Token =102 // Do NOT change this line +Offset =EE +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port 2 Staggered Spin-up +Token =103 // Do NOT change this line +Offset =EF +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port 3 Staggered Spin-up +Token =104 // Do NOT change this line +Offset =F0 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port 4 Staggered Spin-up +Token =105 // Do NOT change this line +Offset =F1 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Port 5 Staggered Spin-up +Token =106 // Do NOT change this line +Offset =F2 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Storage Controller Unit +Token =107 // Do NOT change this line +Offset =131 +Width =01 +BIOS Default =[00]Enabled +Options =[01]Disabled // Move "*" to the desired Option + *[00]Enabled + +Setup Question = SCU RAID Option ROM/UEFI Driver +Token =108 // Do NOT change this line +Offset =130 +Width =01 +BIOS Default =[01]Legacy +Options =*[01]Legacy // Move "*" to the desired Option + [00]EFI + +Setup Question = SCU RAID Option ROM/UEFI Driver +Token =109 // Do NOT change this line +Offset =130 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SCU Option ROM CodeBase +Token =10A // Do NOT change this line +Offset =10C +Width =01 +BIOS Default =[00]Intel +Options =*[00]Intel // Move "*" to the desired Option + +Setup Question = Thermal Management +Token =10B // Do NOT change this line +Offset =133 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = ME SMBus Thermal Reporting +Token =10C // Do NOT change this line +Offset =134 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = PCH Temp Read +Token =10D // Do NOT change this line +Offset =135 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = CPU Energy Read +Token =10E // Do NOT change this line +Offset =136 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = CPU Temp Read +Token =10F // Do NOT change this line +Offset =137 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Alert Enable Lock +Token =110 // Do NOT change this line +Offset =138 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +//Setup Question = PCH Alert +//Token =111 // Do NOT change this line +//Offset =139 +//Width =01 +//BIOS Default =[00]Disabled +//Options =*[00]Disabled // Move "*" to the desired Option +// [01]Enabled + +Setup Question = DIMM Alert +Token =112 // Do NOT change this line +Offset =13A +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = TXT Support +Token =113 // Do NOT change this line +Offset =141 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Runtime Memory Hole Switch +Token =114 // Do NOT change this line +Offset =142 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = USB Support +Token =115 // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = USB Mass Storage Driver Support +Token =116 // Do NOT change this line +Offset =1E +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = USB transfer time-out +Token =117 // Do NOT change this line +Offset =08 +Width =01 +BIOS Default =[14]20 sec +Options =[01]1 sec // Move "*" to the desired Option + [05]5 sec + [0A]10 sec + *[14]20 sec + +Setup Question = Device reset time-out +Token =118 // Do NOT change this line +Offset =07 +Width =01 +BIOS Default =[01]20 sec +Options =[00]10 sec // Move "*" to the desired Option + *[01]20 sec + [02]30 sec + [03]40 sec + +Setup Question = Device power-up delay +Token =119 // Do NOT change this line +Offset =1B +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Manual + +Setup Question = Device power-up delay in seconds +Token =11A // Do NOT change this line +Offset =1C +Width =01 +BIOS Default =5 +Value =5 + +Setup Question = N/A +Token =11B // Do NOT change this line +Offset =09 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =11C // Do NOT change this line +Offset =0A +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =11D // Do NOT change this line +Offset =0B +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =11E // Do NOT change this line +Offset =0C +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =11F // Do NOT change this line +Offset =0D +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =120 // Do NOT change this line +Offset =0E +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =121 // Do NOT change this line +Offset =0F +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =122 // Do NOT change this line +Offset =10 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =123 // Do NOT change this line +Offset =11 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =124 // Do NOT change this line +Offset =12 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =125 // Do NOT change this line +Offset =13 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =126 // Do NOT change this line +Offset =14 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =127 // Do NOT change this line +Offset =15 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =128 // Do NOT change this line +Offset =16 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =129 // Do NOT change this line +Offset =17 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = N/A +Token =12A // Do NOT change this line +Offset =18 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]Floppy + [02]Forced FDD + [03]Hard Disk + [04]CD-ROM + +Setup Question = ME Subsystem +Token =12B // Do NOT change this line +Offset =144 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Serial Port +Token =12E // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Change Settings +Token =12F // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]IO=3F8h; IRQ=4; + [02]IO=3F8h; IRQ=3; + [03]IO=2F8h; IRQ=3; + [04]IO=3E8h; IRQ=5; + [05]IO=2E8h; IRQ=7; + [06]IO=3F8h; IRQ=3,4,5,6,7,10,11,12; + [07]IO=2F8h; IRQ=3,4,5,6,7,10,11,12; + [08]IO=3E8h; IRQ=3,4,5,6,7,10,11,12; + [09]IO=2E8h; IRQ=3,4,5,6,7,10,11,12; + +Setup Question = Device Mode +Token =130 // Do NOT change this line +Offset =02 +Width =01 +BIOS Default =[00]Normal +Options =*[00]Normal // Move "*" to the desired Option + [01]High Speed + +Setup Question = SOL Serial Port +Token =131 // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = SOL Change Settings +Token =132 // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[00]Auto +Options =*[00]Auto // Move "*" to the desired Option + [01]IO=3F8h; IRQ=4; + [02]IO=3F8h; IRQ=3; + [03]IO=2F8h; IRQ=3; + [04]IO=3E8h; IRQ=5; + [05]IO=2E8h; IRQ=7; + [06]IO=3F8h; IRQ=3,4,5,6,7,10,11,12; + [07]IO=2F8h; IRQ=3,4,5,6,7,10,11,12; + [08]IO=3E8h; IRQ=3,4,5,6,7,10,11,12; + [09]IO=2E8h; IRQ=3,4,5,6,7,10,11,12; + +Setup Question = SOL Device Mode +Token =133 // Do NOT change this line +Offset =02 +Width =01 +BIOS Default =[00]Normal +Options =*[00]Normal // Move "*" to the desired Option + [01]High Speed + +Setup Question = Serial Port 2 Attribute +Token =134 // Do NOT change this line +Offset =15D +Width =01 +BIOS Default =[03]SOL +Options =*[03]SOL // Move "*" to the desired Option + [01]COM + +Setup Question = COM Console Redirection +Token =135 // Do NOT change this line +Offset =181 +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = SOL Console Redirection +Token =137 // Do NOT change this line +Offset =182 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = EMS Console Redirection +Token =139 // Do NOT change this line +Offset =191 +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = Out-of-Band Mgmt Port +Token =13B // Do NOT change this line +Offset =192 +Width =01 +BIOS Default =[00]COM +Options =*[00]COM // Move "*" to the desired Option + [01]SOL + +Setup Question = Terminal Type +Token =13C // Do NOT change this line +Offset =193 +Width =01 +BIOS Default =[01]VT100+ +Options =[00]VT100 // Move "*" to the desired Option + *[01]VT100+ + [02]VT-UTF8 + [03]ANSI + +Setup Question = Bits per second +Token =13D // Do NOT change this line +Offset =194 +Width =01 +BIOS Default =[07]115200 +Options =[03]9600 // Move "*" to the desired Option + [04]19200 + [06]57600 + *[07]115200 + +Setup Question = Flow Control +Token =13E // Do NOT change this line +Offset =195 +Width =01 +BIOS Default =[00]None +Options =*[00]None // Move "*" to the desired Option + [01]Hardware RTS/CTS + [02]Software Xon/Xoff + +Setup Question = Terminal Type +Token =13F // Do NOT change this line +Offset =183 +Width =01 +BIOS Default =[01]VT100+ +Options =[00]VT100 // Move "*" to the desired Option + *[01]VT100+ + [02]VT-UTF8 + [03]ANSI + +Setup Question = Bits per second +Token =140 // Do NOT change this line +Offset =175 +Width =01 +BIOS Default =[07]115200 +Options =[03]9600 // Move "*" to the desired Option + [04]19200 + [05]38400 + [06]57600 + *[07]115200 + +Setup Question = Data Bits +Token =141 // Do NOT change this line +Offset =177 +Width =01 +BIOS Default =[08]8 +Options =[07]7 // Move "*" to the desired Option + *[08]8 + +Setup Question = Parity +Token =142 // Do NOT change this line +Offset =179 +Width =01 +BIOS Default =[01]None +Options =*[01]None // Move "*" to the desired Option + [02]Even + [03]Odd + [04]Mark + [05]Space + +Setup Question = Stop Bits +Token =143 // Do NOT change this line +Offset =17B +Width =01 +BIOS Default =[01]1 +Options =*[01]1 // Move "*" to the desired Option + [03]2 + +Setup Question = Flow Control +Token =144 // Do NOT change this line +Offset =17D +Width =01 +BIOS Default =[00]None +Options =*[00]None // Move "*" to the desired Option + [01]Hardware RTS/CTS + +Setup Question = VT-UTF8 Combo Key Support +Token =145 // Do NOT change this line +Offset =185 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Recorder Mode +Token =146 // Do NOT change this line +Offset =187 +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = Resolution 100x31 +Token =147 // Do NOT change this line +Offset =189 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Legacy OS Redirection Resolution +Token =148 // Do NOT change this line +Offset =18B +Width =01 +BIOS Default =[01]80x25 +Options =[00]80x24 // Move "*" to the desired Option + *[01]80x25 + +Setup Question = Putty KeyPad +Token =149 // Do NOT change this line +Offset =18D +Width =01 +BIOS Default =[01]VT100 +Options =*[01]VT100 // Move "*" to the desired Option + [02]LINUX + [04]XTERMR6 + [08]SCO + [10]ESCN + [20]VT400 + +Setup Question = Redirection After BIOS POST +Token =14A // Do NOT change this line +Offset =18F +Width =01 +BIOS Default =[00]Always Enable +Options =*[00]Always Enable // Move "*" to the desired Option + [01]BootLoader + +Setup Question = Terminal Type +Token =14B // Do NOT change this line +Offset =184 +Width =01 +BIOS Default =[01]VT100+ +Options =[00]VT100 // Move "*" to the desired Option + *[01]VT100+ + [02]VT-UTF8 + [03]ANSI + +Setup Question = Bits per second +Token =14C // Do NOT change this line +Offset =176 +Width =01 +BIOS Default =[07]115200 +Options =[03]9600 // Move "*" to the desired Option + [04]19200 + [05]38400 + [06]57600 + *[07]115200 + +Setup Question = Data Bits +Token =14D // Do NOT change this line +Offset =178 +Width =01 +BIOS Default =[08]8 +Options =[07]7 // Move "*" to the desired Option + *[08]8 + +Setup Question = Parity +Token =14E // Do NOT change this line +Offset =17A +Width =01 +BIOS Default =[01]None +Options =*[01]None // Move "*" to the desired Option + [02]Even + [03]Odd + [04]Mark + [05]Space + +Setup Question = Stop Bits +Token =14F // Do NOT change this line +Offset =17C +Width =01 +BIOS Default =[01]1 +Options =*[01]1 // Move "*" to the desired Option + [03]2 + +Setup Question = Flow Control +Token =150 // Do NOT change this line +Offset =17E +Width =01 +BIOS Default =[00]None +Options =*[00]None // Move "*" to the desired Option + [01]Hardware RTS/CTS + +Setup Question = VT-UTF8 Combo Key Support +Token =151 // Do NOT change this line +Offset =186 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Recorder Mode +Token =152 // Do NOT change this line +Offset =188 +Width =01 +BIOS Default =0 +Value =0 // Enabled = 1, Disabled = 0 + +Setup Question = Resolution 100x31 +Token =153 // Do NOT change this line +Offset =18A +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Legacy OS Redirection Resolution +Token =154 // Do NOT change this line +Offset =18C +Width =01 +BIOS Default =[01]80x25 +Options =[00]80x24 // Move "*" to the desired Option + *[01]80x25 + +Setup Question = Putty KeyPad +Token =155 // Do NOT change this line +Offset =18E +Width =01 +BIOS Default =[01]VT100 +Options =*[01]VT100 // Move "*" to the desired Option + [02]LINUX + [04]XTERMR6 + [08]SCO + [10]ESCN + [20]VT400 + +Setup Question = Redirection After BIOS POST +Token =156 // Do NOT change this line +Offset =190 +Width =01 +BIOS Default =[00]Always Enable +Options =*[00]Always Enable // Move "*" to the desired Option + [01]BootLoader + +Setup Question = Quiet Boot +Token =157 // Do NOT change this line +Offset =50 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Early Video Logo +Token =158 // Do NOT change this line +Offset =1D1 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Hotkey Message in Logo +Token =159 // Do NOT change this line +Offset =1D2 +Width =01 +BIOS Default =[01]Display Hotkey and Keystroke Messages +Options =[00]Disabled // Move "*" to the desired Option + *[01]Display Hotkey and Keystroke Messages + [02]Only Display Hotkey Message + [03]Only Display Keystroke Message + +Setup Question = AddOn ROM Display Mode +Token =15A // Do NOT change this line +Offset =13D +Width =01 +BIOS Default =[01]Force BIOS +Options =[00]Keep Current // Move "*" to the desired Option + *[01]Force BIOS + +Setup Question = Bootup Num-Lock +Token =15B // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =[01]On +Options =[00]Off // Move "*" to the desired Option + *[01]On + +Setup Question = Wait For "F1" If Error +Token =15C // Do NOT change this line +Offset =1C9 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Setup Prompt Timeout +Token =15D // Do NOT change this line +Offset =00 +Width =02 +BIOS Default =1 +Value =1 + +Setup Question = Interrupt 19 Capture +Token =15E // Do NOT change this line +Offset =13E +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Re-try Boot +Token =15F // Do NOT change this line +Offset =1CE +Width =01 +BIOS Default =[00]Disabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Legacy Boot + [02]EFI Boot + +Setup Question = BOOT PRIORITY STYLE +Token =160 // Do NOT change this line +Offset =1CF +Width =01 +BIOS Default =[02]By BCP +Options =[00]Disabled // Move "*" to the desired Option + [01]Set to Last + *[02]By BCP + +Setup Question = Deep Sx(EUP) +Token =161 // Do NOT change this line +Offset =12F +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [02]Enabled + +Setup Question = Watch Dog Function +Token =162 // Do NOT change this line +Offset =1CB +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Power Button Function +Token =163 // Do NOT change this line +Offset =1CC +Width =01 +BIOS Default =[00]Instant Off +Options =*[00]Instant Off // Move "*" to the desired Option + [01]4 Seconds Override + +Setup Question = Restore on AC Power Loss +Token =164 // Do NOT change this line +Offset =128 +Width =01 +BIOS Default =[02]Last State +Options =[00]Stay Off // Move "*" to the desired Option + *[01]Power On + [02]Last State + +Setup Question = Restore on AC Power Loss SMC +Token =165 // Do NOT change this line +Offset =1D0 +Width =01 +BIOS Default =[02]Last State +Options =[00]Stay Off // Move "*" to the desired Option + *[01]Power On + [02]Last State + +Setup Question = Launch Storage OpROM policy +Token =166 // Do NOT change this line +Offset =172 +Width =01 +BIOS Default =[02]Legacy only +Options =[01]UEFI only // Move "*" to the desired Option + *[02]Legacy only + +Setup Question = Launch PXE OpROM policy +Token =167 // Do NOT change this line +Offset =171 +Width =01 +BIOS Default =[03]Legacy first +Options =[00]Do not launch // Move "*" to the desired Option + [01]UEFI only + *[02]Legacy only + [03]Legacy first + [04]UEFI first + +Setup Question = Launch Video OpROM policy +Token =168 // Do NOT change this line +Offset =173 +Width =01 +BIOS Default =[02]Legacy only +Options =[01]UEFI only // Move "*" to the desired Option + *[02]Legacy only + +Setup Question = Other PCI device ROM priority +Token =169 // Do NOT change this line +Offset =174 +Width =01 +BIOS Default =[02]Legacy OpROM +Options =[01]UEFI OpROM // Move "*" to the desired Option + *[02]Legacy OpROM + +Setup Question = PCI Latency Timer +Token =16A // Do NOT change this line +Offset =02 +Width =01 +BIOS Default =[40]64 PCI Bus Clocks +Options =[20]32 PCI Bus Clocks // Move "*" to the desired Option + *[40]64 PCI Bus Clocks + [60]96 PCI Bus Clocks + [80]128 PCI Bus Clocks + [A0]160 PCI Bus Clocks + [C0]192 PCI Bus Clocks + [E0]224 PCI Bus Clocks + [F8]248 PCI Bus Clocks + +Setup Question = PERR# Generation +Token =16B // Do NOT change this line +Offset =04 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = SERR# Generation +Token =16C // Do NOT change this line +Offset =05 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Maximum Payload +Token =16D // Do NOT change this line +Offset =09 +Width =01 +BIOS Default =[37]Auto +Options =*[37]Auto // Move "*" to the desired Option + [00]128 Bytes + [01]256 Bytes + +Setup Question = Maximum Read Request +Token =16E // Do NOT change this line +Offset =0A +Width =01 +BIOS Default =[37]Auto +Options =*[37]Auto // Move "*" to the desired Option + [00]128 Bytes + [01]256 Bytes + [02]512 Bytes + [03]1024 Bytes + [04]2048 Bytes + [05]4096 Bytes + +Setup Question = ASPM Support +Token =16F // Do NOT change this line +Offset =0B +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [37]Auto + +Setup Question = Above 4G Decoding +Token =170 // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = MMIO Base Address +Token =171 // Do NOT change this line +Offset =1F1 +Width =02 +BIOS Default =[00]Default +Options =*[00]Default // Move "*" to the desired Option + [01]38 BITS + +Setup Question = SMBus Address Resolution Protocol +Token =172 // Do NOT change this line +Offset =1F0 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = CPU1 SXB2 PCI-E 3.0 x8 OPROM +Token =173 // Do NOT change this line +Offset =1D3 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = CPU1 SXB1 PCI-E 3.0 x16 OPROM +Token =174 // Do NOT change this line +Offset =1D5 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = CPU1 SXB1 PCI-E 3.0 2nd x8 OPROM +Token =175 // Do NOT change this line +Offset =1D7 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = CPU1 MLP PCI-E 3.0 x8 OPROM +Token =176 // Do NOT change this line +Offset =1D9 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Onboard LAN Option ROM Select +Token =177 // Do NOT change this line +Offset =1E7 +Width =01 +BIOS Default =[00]PXE +Options =*[00]PXE // Move "*" to the desired Option + [01]iSCSI + +Setup Question = Onboard 2nd LAN Option ROM Select +Token =178 // Do NOT change this line +Offset =1E8 +Width =01 +BIOS Default =[00]PXE +Options =*[00]PXE // Move "*" to the desired Option + [01]iSCSI + [02]FCoE + +Setup Question = Load Onboard LAN 1 Option ROM +Token =179 // Do NOT change this line +Offset =1EA +Width =01 +BIOS Default =[01]Enabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = Load Onboard LAN 2 Option ROM +Token =17A // Do NOT change this line +Offset =1EB +Width =01 +BIOS Default =[00]Disabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = VGA Priority +Token =17B // Do NOT change this line +Offset =DA +Width =01 +BIOS Default =[00]Onboard +Options =*[00]Onboard // Move "*" to the desired Option + [01]Offboard + +Setup Question = Network stack +Token =17C // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled + +Setup Question = IPv4 PXE Support +Token =17D // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = SMART Self Test +Token =17E // Do NOT change this line +Offset =143 +Width =01 +BIOS Default =1 +Value =1 // Enabled = 1, Disabled = 0 + +Setup Question = Bootup NumLock State +Token =01 // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =[01]On +Options =*[01]On // Move "*" to the desired Option + [00]Off + +Setup Question = Boot option filter +Token =02 // Do NOT change this line +Offset =170 +Width =01 +BIOS Default =[00]UEFI and Legacy +Options =*[00]UEFI and Legacy // Move "*" to the desired Option + [01]Legacy only + [02]UEFI only + +Setup Question = Fixed Boot Order +Token =04 // Do NOT change this line +Offset =1AB +Width =02 +BIOS Default =[00]UEFI +Options =*[00]UEFI // Move "*" to the desired Option + [01]Hard Disk + [02]CD/DVD + [03]USB Hard Disk + [04]Removable + [05]Network + +Setup Question = Fixed Boot Order +Token =05 // Do NOT change this line +Offset =1AB +Width =02 +BIOS Default =[00]UEFI: Built-in EFI Shell +Options =*[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [01]Hard Disk + [02]CD/DVD + [03]USB Hard Disk + [04]Removable + [05]Network + +Setup Question = 1st Boot Device +Token =461 // Do NOT change this line +Offset =199 +Width =02 +BIOS Default =[00]CD/DVD +Options =*[00]CD/DVD // Move "*" to the desired Option + [01]Hard Disk + [02]USB Hard Disk + [03]Removable + [04]Network + [05]UEFI: Built-in EFI Shell + [06]Disabled + +Setup Question = 2nd Boot Device +Token =462 // Do NOT change this line +Offset =19B +Width =02 +BIOS Default =[01]Hard Disk +Options =[00]CD/DVD // Move "*" to the desired Option + *[01]Hard Disk + [02]USB Hard Disk + [03]Removable + [04]Network + [05]UEFI: Built-in EFI Shell + [06]Disabled + +Setup Question = 3rd Boot Device +Token =463 // Do NOT change this line +Offset =19D +Width =02 +BIOS Default =[02]USB Hard Disk +Options =[00]CD/DVD // Move "*" to the desired Option + [01]Hard Disk + [02]USB Hard Disk + [03]Removable + *[04]Network + [05]UEFI: Built-in EFI Shell + [06]Disabled + +Setup Question = 4th Boot Device +Token =464 // Do NOT change this line +Offset =19F +Width =02 +BIOS Default =[03]Removable +Options =[00]CD/DVD // Move "*" to the desired Option + [01]Hard Disk + [02]USB Hard Disk + [03]Removable + [04]Network + [05]UEFI: Built-in EFI Shell + *[06]Disabled + +Setup Question = 5th Boot Device +Token =465 // Do NOT change this line +Offset =1A1 +Width =02 +BIOS Default =[04]Network +Options =[00]CD/DVD // Move "*" to the desired Option + [01]Hard Disk + [02]USB Hard Disk + [03]Removable + [04]Network + [05]UEFI: Built-in EFI Shell + *[06]Disabled + +Setup Question = 6th Boot Device +Token =466 // Do NOT change this line +Offset =1A3 +Width =02 +BIOS Default =[05]UEFI: Built-in EFI Shell +Options =[00]CD/DVD // Move "*" to the desired Option + [01]Hard Disk + [02]USB Hard Disk + [03]Removable + [04]Network + [05]UEFI: Built-in EFI Shell + *[06]Disabled + +Setup Question = USB Hard Disk special boot instance +Token =0F // Do NOT change this line +Offset =1C1 +Width =01 +BIOS Default =[00]1st Device +Options =*[00]1st Device // Move "*" to the desired Option + [01]2nd Device + [02]3rd Device + [03]4th Device + [04]5th Device + [05]6th Device + [06]7th Device + [07]8th Device + [08]9th Device + [09]10th Device + [0A]11th Device + [0B]12th Device + [0C]13th Device + [0D]14th Device + [0E]15th Device + [0F]16th Device + +Setup Question = HDD special boot instance +Token =10 // Do NOT change this line +Offset =1C2 +Width =01 +BIOS Default =[00]1st Device +Options =*[00]1st Device // Move "*" to the desired Option + [01]2nd Device + [02]3rd Device + [03]4th Device + [04]5th Device + [05]6th Device + [06]7th Device + [07]8th Device + [08]9th Device + [09]10th Device + [0A]11th Device + [0B]12th Device + [0C]13th Device + [0D]14th Device + [0E]15th Device + [0F]16th Device + +Setup Question = Removable special boot instance +Token =11 // Do NOT change this line +Offset =1C3 +Width =01 +BIOS Default =[00]1st Device +Options =*[00]1st Device // Move "*" to the desired Option + [01]2nd Device + [02]3rd Device + [03]4th Device + [04]5th Device + [05]6th Device + [06]7th Device + [07]8th Device + [08]9th Device + [09]10th Device + [0A]11th Device + [0B]12th Device + [0C]13th Device + [0D]14th Device + [0E]15th Device + [0F]16th Device + +Setup Question = Network special boot instance +Token =12 // Do NOT change this line +Offset =1C4 +Width =01 +BIOS Default =[00]1st Device +Options =*[00]1st Device // Move "*" to the desired Option + [01]2nd Device + [02]3rd Device + [03]4th Device + [04]5th Device + [05]6th Device + [06]7th Device + [07]8th Device + [08]9th Device + [09]10th Device + [0A]11th Device + [0B]12th Device + [0C]13th Device + [0D]14th Device + [0E]15th Device + [0F]16th Device + +Setup Question = CD/DVD special boot instance +Token =13 // Do NOT change this line +Offset =1C5 +Width =01 +BIOS Default =[00]1st Device +Options =*[00]1st Device // Move "*" to the desired Option + [01]2nd Device + [02]3rd Device + [03]4th Device + [04]5th Device + [05]6th Device + [06]7th Device + [07]8th Device + [08]9th Device + [09]10th Device + [0A]11th Device + [0B]12th Device + [0C]13th Device + [0D]14th Device + [0E]15th Device + [0F]16th Device + +Setup Question = Launch CSM +Token =43F // Do NOT change this line +Offset =16F +Width =01 +BIOS Default =[01]Enabled +Options =*[01]Enabled // Move "*" to the desired Option + [00]Disabled + +Setup Question = Launch PXE OpROM policy +Token =14 // Do NOT change this line +Offset =171 +Width =01 +BIOS Default =[03]Legacy first +Options =[00]Do not launch // Move "*" to the desired Option + [01]UEFI only + *[02]Legacy only + [03]Legacy first + [04]UEFI first + +Setup Question = Launch Storage OpROM policy +Token =15 // Do NOT change this line +Offset =172 +Width =01 +BIOS Default =[02]Legacy only +Options =[00]Do not launch // Move "*" to the desired Option + [01]UEFI only + *[02]Legacy only + [03]Legacy first + [04]UEFI first + +Setup Question = Launch Video OpROM policy +Token =16 // Do NOT change this line +Offset =173 +Width =01 +BIOS Default =[02]Legacy only +Options =[00]Do not launch // Move "*" to the desired Option + [01]UEFI only + *[02]Legacy only + [03]Legacy first + [04]UEFI first + +Setup Question = Other PCI device ROM priority +Token =17 // Do NOT change this line +Offset =174 +Width =01 +BIOS Default =[02]Legacy OpROM +Options =[01]UEFI OpROM // Move "*" to the desired Option + *[02]Legacy OpROM + +Setup Question = Delete Boot Option +Token =1C // Do NOT change this line +Offset =00 +Width =02 +ListOrder =[0000] HL-DT-STDVDRAM GE20NU10 EE06 + [0001] P0: TS256GSSD720 + [0002] IBA GE Slot 0501 v1513 + [0004] UEFI: Built-in EFI Shell + +Setup Question = 1st Device +Token =468 // Do NOT change this line +Offset =12 +Width =01 +BIOS Default =[00]P0: TS256GSSD720 +Options =*[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 2nd Device +Token =469 // Do NOT change this line +Offset =13 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 3rd Device +Token =46A // Do NOT change this line +Offset =14 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 4th Device +Token =46B // Do NOT change this line +Offset =15 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 5th Device +Token =46C // Do NOT change this line +Offset =16 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 6th Device +Token =46D // Do NOT change this line +Offset =17 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 7th Device +Token =46E // Do NOT change this line +Offset =18 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 8th Device +Token =46F // Do NOT change this line +Offset =19 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 9th Device +Token =470 // Do NOT change this line +Offset =1A +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 10th Device +Token =471 // Do NOT change this line +Offset =1B +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 11th Device +Token =472 // Do NOT change this line +Offset =1C +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 12th Device +Token =473 // Do NOT change this line +Offset =1D +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 13th Device +Token =474 // Do NOT change this line +Offset =1E +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 14th Device +Token =475 // Do NOT change this line +Offset =1F +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 15th Device +Token =476 // Do NOT change this line +Offset =20 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 16th Device +Token =477 // Do NOT change this line +Offset =21 +Width =01 +Options =[00]P0: TS256GSSD720 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 1st Device +Token =479 // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[00]HL-DT-STDVDRAM GE20NU10 EE06 +Options =*[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 2nd Device +Token =47A // Do NOT change this line +Offset =02 +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 3rd Device +Token =47B // Do NOT change this line +Offset =03 +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 4th Device +Token =47C // Do NOT change this line +Offset =04 +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 5th Device +Token =47D // Do NOT change this line +Offset =05 +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 6th Device +Token =47E // Do NOT change this line +Offset =06 +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 7th Device +Token =47F // Do NOT change this line +Offset =07 +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 8th Device +Token =480 // Do NOT change this line +Offset =08 +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 9th Device +Token =481 // Do NOT change this line +Offset =09 +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 10th Device +Token =482 // Do NOT change this line +Offset =0A +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 11th Device +Token =483 // Do NOT change this line +Offset =0B +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 12th Device +Token =484 // Do NOT change this line +Offset =0C +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 13th Device +Token =485 // Do NOT change this line +Offset =0D +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 14th Device +Token =486 // Do NOT change this line +Offset =0E +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 15th Device +Token =487 // Do NOT change this line +Offset =0F +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 16th Device +Token =488 // Do NOT change this line +Offset =10 +Width =01 +Options =[00]HL-DT-STDVDRAM GE20NU10 EE06 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 1st Device +Token =48A // Do NOT change this line +Offset =45 +Width =01 +BIOS Default =[00]IBA GE Slot 0501 v1513 +Options =*[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 2nd Device +Token =48B // Do NOT change this line +Offset =46 +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 3rd Device +Token =48C // Do NOT change this line +Offset =47 +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 4th Device +Token =48D // Do NOT change this line +Offset =48 +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 5th Device +Token =48E // Do NOT change this line +Offset =49 +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 6th Device +Token =48F // Do NOT change this line +Offset =4A +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 7th Device +Token =490 // Do NOT change this line +Offset =4B +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 8th Device +Token =491 // Do NOT change this line +Offset =4C +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 9th Device +Token =492 // Do NOT change this line +Offset =4D +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 10th Device +Token =493 // Do NOT change this line +Offset =4E +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 11th Device +Token =494 // Do NOT change this line +Offset =4F +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 12th Device +Token =495 // Do NOT change this line +Offset =50 +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 13th Device +Token =496 // Do NOT change this line +Offset =51 +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 14th Device +Token =497 // Do NOT change this line +Offset =52 +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 15th Device +Token =498 // Do NOT change this line +Offset =53 +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 16th Device +Token =499 // Do NOT change this line +Offset =54 +Width =01 +Options =[00]IBA GE Slot 0501 v1513 // Move "*" to the desired Option + [10]Disabled + +Setup Question = 1st Device +Token =49B // Do NOT change this line +Offset =23 +Width =01 +BIOS Default =[00] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 2nd Device +Token =49C // Do NOT change this line +Offset =24 +Width =01 +BIOS Default =[01] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 3rd Device +Token =49D // Do NOT change this line +Offset =25 +Width =01 +BIOS Default =[02] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 4th Device +Token =49E // Do NOT change this line +Offset =26 +Width =01 +BIOS Default =[03] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 5th Device +Token =49F // Do NOT change this line +Offset =27 +Width =01 +BIOS Default =[04] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 6th Device +Token =4A0 // Do NOT change this line +Offset =28 +Width =01 +BIOS Default =[05] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 7th Device +Token =4A1 // Do NOT change this line +Offset =29 +Width =01 +BIOS Default =[06] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 8th Device +Token =4A2 // Do NOT change this line +Offset =2A +Width =01 +BIOS Default =[07] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 9th Device +Token =4A3 // Do NOT change this line +Offset =2B +Width =01 +BIOS Default =[08] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 10th Device +Token =4A4 // Do NOT change this line +Offset =2C +Width =01 +BIOS Default =[09] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 11th Device +Token =4A5 // Do NOT change this line +Offset =2D +Width =01 +BIOS Default =[0A] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 12th Device +Token =4A6 // Do NOT change this line +Offset =2E +Width =01 +BIOS Default =[0B] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 13th Device +Token =4A7 // Do NOT change this line +Offset =2F +Width =01 +BIOS Default =[0C] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 14th Device +Token =4A8 // Do NOT change this line +Offset =30 +Width =01 +BIOS Default =[0D] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 15th Device +Token =4A9 // Do NOT change this line +Offset =31 +Width =01 +BIOS Default =[0E] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 16th Device +Token =4AA // Do NOT change this line +Offset =32 +Width =01 +BIOS Default =[08] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 1st Device +Token =4AC // Do NOT change this line +Offset =34 +Width =01 +BIOS Default =[00] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 2nd Device +Token =4AD // Do NOT change this line +Offset =35 +Width =01 +BIOS Default =[01] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 3rd Device +Token =4AE // Do NOT change this line +Offset =36 +Width =01 +BIOS Default =[02] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 4th Device +Token =4AF // Do NOT change this line +Offset =37 +Width =01 +BIOS Default =[03] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 5th Device +Token =4B0 // Do NOT change this line +Offset =38 +Width =01 +BIOS Default =[04] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 6th Device +Token =4B1 // Do NOT change this line +Offset =39 +Width =01 +BIOS Default =[05] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 7th Device +Token =4B2 // Do NOT change this line +Offset =3A +Width =01 +BIOS Default =[06] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 8th Device +Token =4B3 // Do NOT change this line +Offset =3B +Width =01 +BIOS Default =[07] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 9th Device +Token =4B4 // Do NOT change this line +Offset =3C +Width =01 +BIOS Default =[08] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 10th Device +Token =4B5 // Do NOT change this line +Offset =3D +Width =01 +BIOS Default =[09] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 11th Device +Token =4B6 // Do NOT change this line +Offset =3E +Width =01 +BIOS Default =[0A] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 12th Device +Token =4B7 // Do NOT change this line +Offset =3F +Width =01 +BIOS Default =[0B] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 13th Device +Token =4B8 // Do NOT change this line +Offset =40 +Width =01 +BIOS Default =[0C] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 14th Device +Token =4B9 // Do NOT change this line +Offset =41 +Width =01 +BIOS Default =[0D] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 15th Device +Token =4BA // Do NOT change this line +Offset =42 +Width =01 +BIOS Default =[0E] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 16th Device +Token =4BB // Do NOT change this line +Offset =43 +Width =01 +BIOS Default =[0F] +Options =[00] // Move "*" to the desired Option + [01] + [02] + [03] + [04] + [05] + [06] + [07] + [08] + [09] + [0A] + [0B] + [0C] + [0D] + [0E] + [0F] + [10]Disabled + +Setup Question = 1st Device +Token =4BD // Do NOT change this line +Offset =56 +Width =01 +BIOS Default =[00]UEFI: Built-in EFI Shell +Options =*[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 2nd Device +Token =4BE // Do NOT change this line +Offset =57 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 3rd Device +Token =4BF // Do NOT change this line +Offset =58 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 4th Device +Token =4C0 // Do NOT change this line +Offset =59 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 5th Device +Token =4C1 // Do NOT change this line +Offset =5A +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 6th Device +Token =4C2 // Do NOT change this line +Offset =5B +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 7th Device +Token =4C3 // Do NOT change this line +Offset =5C +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 8th Device +Token =4C4 // Do NOT change this line +Offset =5D +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 9th Device +Token =4C5 // Do NOT change this line +Offset =5E +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 10th Device +Token =4C6 // Do NOT change this line +Offset =5F +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 11th Device +Token =4C7 // Do NOT change this line +Offset =60 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 12th Device +Token =4C8 // Do NOT change this line +Offset =61 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 13th Device +Token =4C9 // Do NOT change this line +Offset =62 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 14th Device +Token =4CA // Do NOT change this line +Offset =63 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 15th Device +Token =4CB // Do NOT change this line +Offset =64 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = 16th Device +Token =4CC // Do NOT change this line +Offset =65 +Width =01 +Options =[00]UEFI: Built-in EFI Shell // Move "*" to the desired Option + [10]Disabled + +Setup Question = Password Check +Token =01 // Do NOT change this line +Offset =51 +Width =01 +BIOS Default =[00]Setup +Options =*[00]Setup // Move "*" to the desired Option + [01]Always + +Setup Question = BMC Support +Token =01 // Do NOT change this line +Offset =00 +Width =01 +BIOS Default =[01]Enabled +Options =*[01]Enabled // Move "*" to the desired Option + [00]Disabled + +Setup Question = Wait For BMC +Token =02 // Do NOT change this line +Offset =01 +Width =01 +BIOS Default =[01]Enabled +Options =*[01]Enabled // Move "*" to the desired Option + [00]Disabled + +Setup Question = SEL Components +Token =03 // Do NOT change this line +Offset =02 +Width =01 +BIOS Default =[01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled + +Setup Question = Erase SEL +Token =04 // Do NOT change this line +Offset =03 +Width =01 +BIOS Default =[00]No +Options =*[00]No // Move "*" to the desired Option + [01]Yes, On next reset + [02]Yes, On every reset + +Setup Question = When SEL is Full +Token =05 // Do NOT change this line +Offset =04 +Width =01 +BIOS Default =[00]Do Nothing +Options =*[00]Do Nothing // Move "*" to the desired Option + [01]Erase Immediately + +Setup Question = Log EFI Status Codes +Token =06 // Do NOT change this line +Offset =05 +Width =01 +BIOS Default =[00]Disabled +Options =*[00]Disabled // Move "*" to the desired Option + [02]Enabled + +Setup Question = IPMI LAN Selection +Token =07 // Do NOT change this line +Offset =08 +Width =01 +BIOS Default =[02]Failover +Options =[00]Dedicated // Move "*" to the desired Option + [01]Share LAN + *[02]Failover + +Setup Question = Update IPMI LAN Configuration +Token =08 // Do NOT change this line +Offset =09 +Width =01 +BIOS Default =[00]No +Options =*[00]No // Move "*" to the desired Option + [01]Yes + +Setup Question = Configuration Address Source +Token =09 // Do NOT change this line +Offset =0A +Width =01 +BIOS Default =[02]DHCP +Options =*[01]Static // Move "*" to the desired Option + [02]DHCP + +Setup Question = Station IP Address +Token =806 // Do NOT change this line +Offset =0C +Width =1E +Value ="010.133.025.160" + +Setup Question = Subnet Mask +Token =807 // Do NOT change this line +Offset =2A +Width =1E +Value ="255.255.255.000" + +Setup Question = Gateway IP Address +Token =808 // Do NOT change this line +Offset =6A +Width =1E +Value ="000.000.000.000" + +Setup Question = Station MAC Address +Token =809 // Do NOT change this line +Offset =48 +Width =22 +Value ="00000-00-00-00-00" + +Setup Question = Router MAC Address +Token =80A // Do NOT change this line +Offset =88 +Width =22 +Value ="00000-00-00-00-00" diff --git a/install/bios/dmidecode b/install/bios/dmidecode new file mode 100755 index 0000000..7705170 Binary files /dev/null and b/install/bios/dmidecode differ diff --git a/install/bios/update_bios_cfg.sh b/install/bios/update_bios_cfg.sh new file mode 100755 index 0000000..8bd3516 --- /dev/null +++ b/install/bios/update_bios_cfg.sh @@ -0,0 +1,65 @@ +#!/bin/sh + +PROGNAME=$(basename $0) + +# check binary directory + +mydir=$(dirname $0) +mydir=$(cd $mydir; pwd) + +# formating functions + +_echo () { [ "$(echo -e '')" ] && echo $@ || echo -e $@; } +title () { _echo "\033[0;1m$*\033[0;0m"; } +pass () { _echo "\033[1;32m$*\033[0;0m"; } +warn () { _echo "\033[1;33m$*\033[0;0m"; } +fail () { _echo "\033[1;31m$*\033[0;0m"; } + +usage () { + echo "usage: $PROGNAME [-h] [-y] [-Y]" + echo " -h: help message" + echo " -y: really do update" + echo " -Y: do not ask for confirmation" + exit $@ +} + +# do command + +do_cmd () { + if [ "$DUMMY" = "no" ]; then + warn $@ + { eval $@; } && pass OK || { fail KO; exit 1; } + else + echo ":: $@" + fi +} + +# argument processing + +while [ $# -gt 0 ]; do + case "$1" in + -h) usage 0;; + -y) DUMMY=no;; + -Y) ANS=yes + esac + shift +done +[ "$DUMMY" = "no" ] && \ + fail "Real mode, things will really append" || \ + warn "Dummy mode, nothing will be done" +if [ ! "$ANS" = "yes" ]; then + read -p "Press 'y' to continue: " ANS + [ "$ANS" = "y" ] || exit 1 +fi + +VERSION=$($mydir/dmidecode | awk '/BIOS Revision/ { print $(NF) }') +title "BIOS version: $VERSION" + +case "$VERSION" in +1.0b) CFG="bios-1.0b.cfg";; +3.0) CFG="bios-3.0.cfg";; +*) echo "unknown bios version ($VERSION)"; exit 1;; +esac + +title "Configure BIOS" +do_cmd $mydir/SCELNX_64 /i /s $mydir/$CFG /q diff --git a/install/cluster/Makefile b/install/cluster/Makefile new file mode 100644 index 0000000..bf3621d --- /dev/null +++ b/install/cluster/Makefile @@ -0,0 +1,43 @@ +current_dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) + +.PHONY: all root slave bios initrd clean +help: + @echo This make file contains severals targets: + @echo ' - help: print this help;' + @echo ' - root: creates root tarball;' + @echo ' - slave: creates slave tarballs;' + @echo ' - bios: creates bios tarball;' + @echo ' - initrd: update initrd;' + @echo ' - clean: remove created tarballs, and cleanup file system in order to build ISO.' + + +all: root slave bios + +root slave bios: + $(current_dir)bin/create_$@_tarball.sh + +initrd: + update-initramfs -u + +clean: + service trc6500 stop + -rm /opt/tftp/*.tgz + aptitude remove $(shell apt-mark showmanual trc6500\*|egrep -v webconfig\|rproxy) ace tao myccm + cp -f /etc/dhcp/dhcpd.conf.blank /etc/dhcp/dhcpd.conf + chown webconfig: /etc/dhcp/dhcpd.conf* + echo "Etc/Zulu" > /etc/timezone + sed -i 's/XKBLAYOUT=.*/XKBLAYOUT="us"/;s/XKBVARIANT=.*/XKBVARIANT=""/;s/XKBOPTIONS=.*/XKBOPTIONS=""/' /etc/default/keyboard + find -P /dump/ -mindepth 2 -maxdepth 2 -print -exec rm -rf -v {} \; + find -P /home/ -mindepth 1 -maxdepth 1 ! -wholename '/home/trc6500' -exec rm -rf -v {} \; + find -P /opt/ -mindepth 1 -maxdepth 1 -regextype posix-egrep ! -regex '.*/(bios|cluster|ipmi|tftp)$$' -exec rm -rf -v {} \; + find -P /root/ -mindepth 1 -maxdepth 1 -name ".*" -o -name bin -o -exec rm -rf -v {} \; + -mkdir --parents /opt/trc6500/debian-rep + rm -f /root/.bash_history + rm -rf $(shell mount|awk '/type ext/ {print $$3 "/lost+found/*"}') + rm -rf /var/lib/nfs/v4recovery/* + find /var/log/ -type f -exec rm -f {} \; + touch /var/log/btmp /var/log/wtmp /var/log/lastlog + chmod ug+rw,o-rw,a-x /var/log/btmp + chmod ug+rw,o+r,o-w,a-x /var/log/wtmp /var/log/lastlog + chown root:utmp /var/log/btmp /var/log/wtmp /var/log/lastlog + find / -name trc6500_list_patched_files.txt -exec rm -f {} \; diff --git a/install/cluster/bin/create_bios_tarball.sh b/install/cluster/bin/create_bios_tarball.sh new file mode 100755 index 0000000..0c4d84b --- /dev/null +++ b/install/cluster/bin/create_bios_tarball.sh @@ -0,0 +1,92 @@ +#!/bin/bash + +# ============================================================================ +# Copyright (C) THALES. All rights reserved +# Author: Laurent Mazet +# Date : 09/05/2014 +# ============================================================================ + +# TODO +# * + +PROGNAME=$(basename $0) +BIOS=/opt/bios +EXCLUDE=/tmp/$PROGNAME-exclude-$$ +TFTP=/opt/tftp +TARBALL=$TFTP/bios.tgz +TMPROOT=/tmp/$PROGNAME-root-$$ +TMPLOG=/tmp/$PROGNAME-$$.log +VER=1.0 + +# help function + +function usage () { + echo "usage: $PROGNAME [-h] [-v]" + echo " -h: help message" + echo " -v: version message" + exit $@ +} + +# formating functions + +function title () { echo -e "\033[0;1m$*\033[0;0m"; } +function pass () { echo -e "\033[1;32m$*\033[0;0m"; } +function warn () { echo -e "\033[1;33m$*\033[0;0m"; } +function fail () { echo -e "\033[1;31m$*\033[0;0m"; } +# check command + +function check () { + echo -n "$@: " + { eval $@; } >&$TMPLOG && pass OK || { fail KO; cat $TMPLOG; ERR=yes; } + rm -f $TMPLOG + test ! "$TEST" = yes +} + +# argument processing + +while [ $# -gt 0 ]; do + case "$1" in + -h) usage 0;; + -v) echo "$PROGNAME: version $VER"; exit;; + *) echo "unknown argument ($1)"; exit 1;; + esac + shift +done + +# create exclude list +cat - < $EXCLUDE +*~ +*.bak +.*.swp +.#* +EOF + +# create repository +check mkdir $TMPROOT +for f in $BIOS/*; do + check cp $f $TMPROOT +done + +cat > $TMPROOT/+init <&$TMPLOG && pass OK || { fail KO; cat $TMPLOG; ERR=yes; } + rm -f $TMPLOG + test ! "$TEST" = yes +} + +# argument processing + +while [ $# -gt 0 ]; do + case "$1" in + -h) usage 0;; + -v) echo "$PROGNAME: version $VER"; exit;; + *) echo "unknown argument ($1)"; exit 1;; + esac + shift +done + +# create exclude list +cat - < $EXCLUDE +backup +boot +dev/* +dump +etc/.git +etc/udev/rules.d/70-persistent-net.rules +home +lost+found +opt/* +proc/* +root/* +run/* +sys/* +tmp/* +trc6500_list_patched_files.txt +usr/share/doc +usr/share/i18n +usr/share/info +usr/share/locale +usr/share/man +usr/share/zoneinfo +var/backups/* +var/cache/apt/* +var/cache/debconf/* +var/cache/fontconfig/* +var/cache/man/* +var/lib/apt +var/lib/aptitude +var/lib/dpkg +var/lib/samba/* +var/lock/* +var/log/* +var/run/* +EOF +check test -f $EXCLUDE + +# checks +[ -f $IMAGE ] && check rm -f $IMAGE +_OLDPWD=$(pwd) +cd / +check tar czf $IMAGE --exclude-from $EXCLUDE . +cd $_OLDPWD + +# clean exclude list +check rm -f $EXCLUDE +exit 0 diff --git a/install/cluster/bin/create_slave_tarball.sh b/install/cluster/bin/create_slave_tarball.sh new file mode 100755 index 0000000..76f587e --- /dev/null +++ b/install/cluster/bin/create_slave_tarball.sh @@ -0,0 +1,77 @@ +#!/bin/bash + +# ============================================================================ +# Copyright (C) THALES. All rights reserved +# Author: Laurent Mazet +# Date : 02/05/2014 +# ============================================================================ + +# TODO +# * + +PROGNAME=$(basename $0) +BLADES="slave" +CLUSTER=/opt/cluster +EXCLUDE=/tmp/$PROGNAME-exclude-$$ +TFTP=/opt/tftp +TMPLOG=/tmp/$PROGNAME-$$.log +VER=1.0 + +# help function + +function usage () { + echo "usage: $PROGNAME [-h] [-v]" + echo " -h: help message" + echo " -v: version message" + exit $@ +} + +# formating functions + +function title () { echo -e "\033[0;1m$*\033[0;0m"; } +function pass () { echo -e "\033[1;32m$*\033[0;0m"; } +function warn () { echo -e "\033[1;33m$*\033[0;0m"; } +function fail () { echo -e "\033[1;31m$*\033[0;0m"; } +# check command + +function check () { + echo -n "$@: " + { eval $@; } >&$TMPLOG && pass OK || { fail KO; cat $TMPLOG; ERR=yes; } + rm -f $TMPLOG + test ! "$TEST" = yes +} + +# argument processing + +while [ $# -gt 0 ]; do + case "$1" in + -h) usage 0;; + -v) echo "$PROGNAME: version $VER"; exit;; + *) echo "unknown argument ($1)"; exit 1;; + esac + shift +done + +# create exclude list +cat - < $EXCLUDE +*~ +*.bak +.*.swp +.#* +EOF + +# create tarballs +_OLDPWD=$(pwd) +for target in $BLADES; do + tarball=$TFTP/$target.tgz + repository=$CLUSTER/$target + [ -d "$repository" ] || { warn "directory '$repository' does not exist"; continue; } + [ -f $tarball ] && check rm -f $tarball + cd $repository + check tar czf $tarball --exclude-from $EXCLUDE . +done +cd $_OLDPWD + +# clean exclude list +check rm -f $EXCLUDE +exit 0 diff --git a/install/cluster/bin/init_cluster_repository.sh b/install/cluster/bin/init_cluster_repository.sh new file mode 100755 index 0000000..d0e4cbd --- /dev/null +++ b/install/cluster/bin/init_cluster_repository.sh @@ -0,0 +1,82 @@ +#!/bin/bash + +# ============================================================================ +# Copyright (C) THALES. All rights reserved +# Author: Laurent Mazet +# Date : 02/05/2014 +# ============================================================================ + +# TODO +# * + +PROGNAME=$(basename $0) +CLUSTER=/opt/cluster +ETH0MASTER=$(ip add show dev eth0 |awk '$1=="inet" {sub(/\/.*/, ""); print $2; exit}') +ETH1MASTER=$(ip add show dev eth1 |awk '$1=="inet" {sub(/\/.*/, ""); print $2; exit}') +MASTER=$(hostname -s) +TMPLOG=/tmp/$PROGNAME-$$.log +VER=1.0 + +# help function + +function usage () { + echo "usage: $PROGNAME [-h] [-v]" + echo " -h: help message" + echo " -v: version message" + exit $@ +} + +# formating functions + +function title () { echo -e "\033[0;1m$*\033[0;0m"; } +function pass () { echo -e "\033[1;32m$*\033[0;0m"; } +function warn () { echo -e "\033[1;33m$*\033[0;0m"; } +function fail () { echo -e "\033[1;31m$*\033[0;0m"; } +# check command + +function check () { + echo -n "$@: " + eval $@ >&$TMPLOG && pass OK || { fail KO; cat $TMPLOG; ERR=yes; } + rm -f $TMPLOG + test ! "$TEST" = yes +} + +# argument processing + +while [ $# -gt 0 ]; do + case "$1" in + -h) usage 0;; + -v) echo "$PROGNAME: version $VER"; exit;; + *) echo "unknown argument ($1)"; exit 1;; + esac + shift +done + +# create root private key +[ -d /root/.ssh ] || check mkdir /root/.ssh +[ -f /root/.ssh/id_rsa ] && check rm -f /root/.ssh/id_rsa +[ -f /root/.ssh/id_rsa.pub ] && check rm -f /root/.ssh/id_rsa.pub +[ -f /root/.ssh/authorized_keys ] && check rm -f /root/.ssh/authorized_keys +check ssh-keygen -t rsa -N '""' -f /root/.ssh/id_rsa +check cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys +check chmod go-w /root /root/.ssh /root/.ssh/authorized_keys + +# create slave repository +slaveroot=$CLUSTER/slave +[ -d $slaveroot ] || check mkdir $slaveroot +[ -d $slaveroot/root ] || check mkdir $slaveroot/root +[ -d $slaveroot/root/.ssh ] || check mkdir $slaveroot/root/.ssh + +# copy ssh id +check cp -a /root/.ssh/{id_rsa,id_rsa.pub,authorized_keys} $slaveroot/root/.ssh +check chmod go-w $slaveroot/{root,root/.ssh,root/.ssh/authorized_keys} + +# create user homedir +[ -d $slaveroot/home ] || check mkdir $slaveroot/home +[ -d $slaveroot/home/trc6500 ] || check mkdir $slaveroot/home/trc6500 +check chown trc6500 $slaveroot/home/trc6500 + +# copy config files +check cp -a /root/{.bashrc,.profile,.screenrc,.vimrc} $slaveroot/root + +# vim:set tabstop=4 expandtab shiftwidth=4: diff --git a/install/cluster/bin/init_pxe_repository.sh b/install/cluster/bin/init_pxe_repository.sh new file mode 100755 index 0000000..d255914 --- /dev/null +++ b/install/cluster/bin/init_pxe_repository.sh @@ -0,0 +1,186 @@ +#!/bin/bash + +# ============================================================================ +# Copyright (C) THALES. All rights reserved +# Author: Laurent Mazet +# Date : 18/02/2014 +# ============================================================================ + +# TODO +# * + +PROGNAME=$(basename $0) +ETH0MASTER=$(ip add show dev eth0 |awk '$1=="inet" {sub(/\/.*/, ""); print $2; exit}') +ETH1MASTER=$(ip add show dev eth1 |awk '$1=="inet" {sub(/\/.*/, ""); print $2; exit}') +TFTP=/opt/tftp +PXELINUXCFG=$TFTP/pxelinux.cfg +TMPLOG=/tmp/$PROGNAME-$$.log +VER=1.0 + +# help function + +function usage () { + echo "usage: $PROGNAME [-h] [-v]" + echo " -h: help message" + echo " -v: version message" + exit $@ +} + +# formating functions + +function title () { echo -e "\033[0;1m$*\033[0;0m"; } +function pass () { echo -e "\033[1;32m$*\033[0;0m"; } +function warn () { echo -e "\033[1;33m$*\033[0;0m"; } +function fail () { echo -e "\033[1;31m$*\033[0;0m"; } +# check command + +function check () { + echo -n "$@: " + $@ >&$TMPLOG && pass OK || { fail KO; cat $TMPLOG; ERR=yes; } + rm -f $TMPLOG + test ! "$TEST" = yes +} + +# argument processing + +while [ $# -gt 0 ]; do + case "$1" in + -h) usage 0;; + -v) echo "$PROGNAME: version $VER"; exit;; + *) echo "unknown argument ($1)"; exit 1;; + esac + shift +done + +# checks +check dpkg -l syslinux || exit 1 + +# create repository +[ -d $TFTP ] && warn "directory $TFTP already exist" +check mkdir -p $TFTP +[ -d $PXELINUXCFG ] && warn "directory $PXELINUXCFG already exist" +check mkdir -p $PXELINUXCFG + +# create links from syslinux files +for f in memdisk menu.c32 pxelinux.0; do + [ -f $TFTP/$f ] && check rm -f $TFTP/$f + file=/usr/lib/syslinux/$f + [ -f $file ] || warn "file $file does not exist" + check ln -s $file $TFTP/$f +done + +# create links to kernel and initrd +for f in initrd.img vmlinuz; do + [ -f $TFTP/$f ] && check rm -f $TFTP/$f + file=/$f + [ -f $file ] || warn "file $file does not exist" + check ln -s $file $TFTP/$f +done + +# create pxelinux information message +cat - << EOF > $TFTP/pxelinux.txt +Boot Menu +========= + +PXE boot for TRC6500 slave blades +EOF +check test -f $TFTP/pxelinux.txt + +# create french mapping +# xxd -ps -c 32 fr.kmp +cat - << EOF | xxd -r -p > $TFTP/fr.kmp +000102030405060708090a0b0c0d0e0f10111213141516171819171b1c1d1e1f +203125333435377c3930382b3b293a2140267b2227282d7d5f2f4d6d3c3d2f5c +325142434445464748494a4b4c3f4e4f504152535455565a5859575e2a24365d +2a7162636465666768696a6b6c2c6e6f706172737475767a7879773c233e7e7f +808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9f +a0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebf +c0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedf +e0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff +EOF +check test -f $TFTP/fr.kmp + +# create standard pxe boot for slave blade +cat - << EOF > $PXELINUXCFG/default +PROMPT 2 +TIMEOUT 30 +UI /menu.c32 + +KBDMAP /fr.kmp + +MENU TITLE [[ PXE BOOT ]] + +DEFAULT debian + +LABEL debian + MENU LABEL ^Debian 7 (TRC6500) + KERNEL /vmlinuz + INITRD /initrd.img + APPEND noinitrd ramdisk_size=8192 boot=tftp fastboot tftpserver=@@tftpserver@@ tarballs=@@tarballs@@ + +LABEL freedos + MENU LABEL ^FreeDos 1.0 + KERNEL /memdisk + INITRD /balder10.imz + APPEND - +EOF +check test -f $PXELINUXCFG/default + +# convert IP address to hexadecimal code +function ip_dec_to_hex () { + for i in ${1//./ }; do + printf "%02X" $i + done +} + +# create pxeboot configuration +function pxeconfig () { + + [ -f $PXELINUXCFG/default ] || return 1 + + while [ $# -gt 0 ]; do + case "$1" in + -a) shift; tarballs=$1;; + -s) shift; tftpserver=$1;; + *) ip=$1;; + esac + shift + done + + iphex=$(ip_dec_to_hex $ip) + [ ${#iphex} -ge 1 -a ${#iphex} -le 8 ] || return 1 + + cat $PXELINUXCFG/default | \ + sed -e "s/@@tftpserver@@/$tftpserver/" \ + -e "s/@@tarballs@@/$tarballs/" \ + > $PXELINUXCFG/$iphex +} + +# standard boot for slave blades +subnetwork=$(echo $ETH0MASTER | sed 's/\.[0-9]*$//') +tftpserver=$ETH0MASTER +tarballs="root.tgz,slave.tgz" +check pxeconfig -a $tarballs -s $tftpserver $subnetwork + +# second boot for slave blades +subnetwork=$(echo $ETH1MASTER | sed 's/\.[0-9]*$//') +tftpserver=$ETH1MASTER +tarballs="root.tgz,slave.tgz" +check pxeconfig -a $tarballs -s $tftpserver $subnetwork + +# standard boot for rec blade +subnetwork=$(echo $ETH0MASTER | sed 's/\.[0-9]*$/.80/') +tftpserver=$ETH0MASTER +tarballs="root.tgz,slave.tgz,rec.tgz" +check pxeconfig -a $tarballs -s $tftpserver $subnetwork + +# second boot for rec blade +subnetwork=$(echo $ETH1MASTER | sed 's/\.[0-9]*$/.80/') +tftpserver=$ETH1MASTER +tarballs="root.tgz,slave.tgz,rec.tgz" +check pxeconfig -a $tarballs -s $tftpserver $subnetwork + +# check if balder image is present +[ -f $TFTP/balder10.imz ] || warn "Don't forget to download FreeDoss image (balder10.imz) on http://www.finnix.org/Balder" + +# vim:set tabstop=4 expandtab shiftwidth=4: diff --git a/install/cluster/master/etc/apt/sources.list b/install/cluster/master/etc/apt/sources.list new file mode 100644 index 0000000..8b8cd16 --- /dev/null +++ b/install/cluster/master/etc/apt/sources.list @@ -0,0 +1,18 @@ +# + +deb cdrom:[Debian GNU/Linux 7.5.0 _Wheezy_ - Official amd64 DVD Binary-3 20140426-13:37]/ wheezy contrib main +deb cdrom:[Debian GNU/Linux 7.5.0 _Wheezy_ - Official amd64 DVD Binary-2 20140426-13:37]/ wheezy contrib main +deb cdrom:[Debian GNU/Linux 7.5.0 _Wheezy_ - Official amd64 DVD Binary-1 20140426-13:37]/ wheezy contrib main + +#deb http://security.debian.org/ wheezy/updates main contrib non-free +#deb-src http://security.debian.org/ wheezy/updates main contrib non-free + +# wheezy-updates, previously known as 'volatile' +# A network mirror was not selected during install. The following entries +# are provided as examples, but you should amend them as appropriate +# for your mirror of choice. +# +# deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free +# deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free + +deb file:/opt/trc6500/debian-rep/ binary/ diff --git a/install/cluster/master/etc/chrony/chrony.conf b/install/cluster/master/etc/chrony/chrony.conf new file mode 100644 index 0000000..05e4502 --- /dev/null +++ b/install/cluster/master/etc/chrony/chrony.conf @@ -0,0 +1,98 @@ +# This the default chrony.conf file for the Debian chrony package. After +# editing this file use the command 'invoke-rc.d chrony restart' to make +# your changes take effect. John Hasler 1998-2008 + +# See www.pool.ntp.org for an explanation of these servers. Please +# consider joining the project if possible. If you can't or don't want to +# use these servers I suggest that you try your ISP's nameservers. We mark +# the servers 'offline' so that chronyd won't try to connect when the link +# is down. Scripts in /etc/ppp/ip-up.d and /etc/ppp/ip-down.d use chronyc +# commands to switch it on when a dialup link comes up and off when it goes +# down. Code in /etc/init.d/chrony attempts to determine whether or not +# the link is up at boot time and set the online status accordingly. If +# you have an always-on connection such as cable omit the 'offline' +# directive and chronyd will default to online. +# +# Note that if Chrony tries to go "online" and dns lookup of the servers +# fails they will be discarded. Thus under some circumstances it is +# better to use IP numbers than host names. + +server gps offline +#server 0.debian.pool.ntp.org offline minpoll 8 +#server 1.debian.pool.ntp.org offline minpoll 8 +#server 2.debian.pool.ntp.org offline minpoll 8 +#server 3.debian.pool.ntp.org offline minpoll 8 + + +# Look here for the admin password needed for chronyc. The initial +# password is generated by a random process at install time. You may +# change it if you wish. + +keyfile /etc/chrony/chrony.keys + +# Set runtime command key. Note that if you change the key (not the +# password) to anything other than 1 you will need to edit +# /etc/ppp/ip-up.d/chrony, /etc/ppp/ip-down.d/chrony, /etc/init.d/chrony +# and /etc/cron.weekly/chrony as these scripts use it to get the password. + +commandkey 1 + +# I moved the driftfile to /var/lib/chrony to comply with the Debian +# filesystem standard. + +driftfile /var/lib/chrony/chrony.drift + +# Comment this line out to turn off logging. + +log tracking measurements statistics +logdir /var/log/chrony + +# Stop bad estimates upsetting machine clock. + +maxupdateskew 100.0 + +# Dump measurements when daemon exits. + +dumponexit + +# Specify directory for dumping measurements. + +dumpdir /var/lib/chrony + +# Let computer be a server when it is unsynchronised. + +local stratum 10 + +# Allow computers on the unrouted nets to use the server. + +#allow 10/8 +#allow 192.168/16 +#allow 172.16/12 +allow 10.133.26/24 +allow 10.133.28/24 + +# This directive forces `chronyd' to send a message to syslog if it +# makes a system clock adjustment larger than a threshold value in seconds. + +logchange 0.5 + +# This directive defines an email address to which mail should be sent +# if chronyd applies a correction exceeding a particular threshold to the +# system clock. + +# mailonchange root@localhost 0.5 + +# This directive tells chrony to regulate the real-time clock and tells it +# Where to store related data. It may not work on some newer motherboards +# that use the HPET real-time clock. It requires enhanced real-time +# support in the kernel. I've commented it out because with certain +# combinations of motherboard and kernel it is reported to cause lockups. + +rtcfile /var/lib/chrony/chrony.rtc + +# If the last line of this file reads 'rtconutc' chrony will assume that +# the CMOS clock is on UTC (GMT). If it reads '# rtconutc' or is absent +# chrony will assume local time. The line (if any) was written by the +# chrony postinst based on what it found in /etc/default/rcS. You may +# change it if necessary. +# rtconutc diff --git a/install/cluster/master/etc/cron.d/getswitchtemp b/install/cluster/master/etc/cron.d/getswitchtemp new file mode 100644 index 0000000..40140af --- /dev/null +++ b/install/cluster/master/etc/cron.d/getswitchtemp @@ -0,0 +1,2 @@ +# m h dom mon dow user command +0-59/5 * * * * root /root/bin/getswitchtemp diff --git a/install/cluster/master/etc/default/atftpd b/install/cluster/master/etc/default/atftpd new file mode 100644 index 0000000..9b8fd8a --- /dev/null +++ b/install/cluster/master/etc/default/atftpd @@ -0,0 +1,2 @@ +USE_INETD=false +OPTIONS="--daemon --port 69 --retry-timeout 5 --no-multicast --maxthread 100 --verbose=5 /opt/tftp --logfile /var/log/atftpd.log" diff --git a/install/cluster/master/etc/default/halt b/install/cluster/master/etc/default/halt new file mode 100644 index 0000000..cd7eadd --- /dev/null +++ b/install/cluster/master/etc/default/halt @@ -0,0 +1,4 @@ +# Default behaviour of shutdown -h / halt. Set to "halt" or "poweroff". +HALT=poweroff +# Allow Wake On Lan on shutdown +NETDOWN=no diff --git a/install/cluster/master/etc/default/ntpdate b/install/cluster/master/etc/default/ntpdate new file mode 100644 index 0000000..211720b --- /dev/null +++ b/install/cluster/master/etc/default/ntpdate @@ -0,0 +1,14 @@ +# The settings in this file are used by the program ntpdate-debian, but not +# by the upstream program ntpdate. + +# Set to "yes" to take the server list from /etc/ntp.conf, from package ntp, +# so you only have to keep it in one place. +NTPDATE_USE_NTP_CONF="no" + +# List of NTP servers to use (Separate multiple servers with spaces.) +# Not used if NTPDATE_USE_NTP_CONF is yes. +#NTPSERVERS="0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org" +NTPSERVERS="gps" + +# Additional options to pass to ntpdate +NTPOPTIONS="" diff --git a/install/cluster/master/etc/default/rcS b/install/cluster/master/etc/default/rcS new file mode 100644 index 0000000..eb10176 --- /dev/null +++ b/install/cluster/master/etc/default/rcS @@ -0,0 +1,24 @@ +# +# /etc/default/rcS +# +# Default settings for the scripts in /etc/rcS.d/ +# +# For information about these variables see the rcS(5) manual page. +# +# This file belongs to the "initscripts" package. + +# delete files in /tmp during boot older than x days. +# '0' means always, -1 or 'infinite' disables the feature +#TMPTIME=0 + +# spawn sulogin during boot, continue normal boot if not used in 30 seconds +#SULOGIN=no + +# do not allow users to log in until the boot has completed +#DELAYLOGIN=no + +# be more verbose during the boot process +VERBOSE=yes + +# automatically repair filesystems with inconsistencies during boot +#FSCKFIX=no diff --git a/install/cluster/master/etc/default/rproxy b/install/cluster/master/etc/default/rproxy new file mode 100644 index 0000000..7b0dcda --- /dev/null +++ b/install/cluster/master/etc/default/rproxy @@ -0,0 +1,7 @@ +# rproxy configure options + +# Should webconfig be enabled? +SERVICE=yes + +# SITES: filename containing site declarations +SITES=/etc/rproxy/sites.csv diff --git a/install/cluster/master/etc/default/sensord b/install/cluster/master/etc/default/sensord new file mode 100644 index 0000000..b80ee1a --- /dev/null +++ b/install/cluster/master/etc/default/sensord @@ -0,0 +1,20 @@ +# Interval between scanning for alarms; e.g., 30s, 1m, 1h +# ALARM_INTERVAL=1m +# Interval between logging sensor measurements; e.g., 30s, 1m, 1h +LOG_INTERVAL=5m +# Syslog facility to use +SYSLOG_FACILITY=daemon +# Libsensors config file to use +# CONFIG_FILE=/etc/sensors3.conf +# Chips to scan +# SCAN_CHIPS=... + +# Uncomment this to enable a 7-day round-robin database of sensor +# readings. See the ROUND ROBIN DATABASES section of the sensord +# manual page for details. +# RRD_FILE=/var/log/sensord.rrd +# Interval between RRD readings; e.g. 30s, 5m (default), 1h +# RRD_INTERVAL=5m +# Include the load average in the RRD file. If you enable this you +# must remove your old RRD file and rebuild your CGI script. +# RRD_LOADAVG=yes diff --git a/install/cluster/master/etc/default/shutdownallblades b/install/cluster/master/etc/default/shutdownallblades new file mode 100644 index 0000000..25622a1 --- /dev/null +++ b/install/cluster/master/etc/default/shutdownallblades @@ -0,0 +1,5 @@ +# Default behaviour of shutdownallblades (halt [default] or reboot) on halt +REBOOT=yes + +# Timeout +TIMEOUT=30 diff --git a/install/cluster/master/etc/default/smartmontools b/install/cluster/master/etc/default/smartmontools new file mode 100644 index 0000000..5227d59 --- /dev/null +++ b/install/cluster/master/etc/default/smartmontools @@ -0,0 +1,13 @@ +# Defaults for smartmontools initscript (/etc/init.d/smartmontools) +# This is a POSIX shell fragment + +# List of devices you want to explicitly enable S.M.A.R.T. for +# Not needed (and not recommended) if the device is monitored by smartd +#enable_smart="/dev/hda /dev/hdb" +enable_smart="/dev/sda" + +# uncomment to start smartd on system startup +start_smartd=yes + +# uncomment to pass additional options to smartd on startup +#smartd_opts="--interval=1800" diff --git a/install/cluster/master/etc/default/snmpd b/install/cluster/master/etc/default/snmpd new file mode 100644 index 0000000..9fdb321 --- /dev/null +++ b/install/cluster/master/etc/default/snmpd @@ -0,0 +1,22 @@ +# This file controls the activity of snmpd and snmptrapd + +# Don't load any MIBs by default. +# You might comment this lines once you have the MIBs downloaded. +export MIBS= + +# snmpd control (yes means start daemon). +SNMPDRUN=yes + +# snmpd options (use syslog, close stdin/out/err). +SNMPDOPTS="-LS4d -Lf /dev/null -I -smux -p /var/run/snmpd.pid 127.0.0.1 10.133.28.160" + +# snmptrapd control (yes means start daemon). As of net-snmp version +# 5.0, master agentx support must be enabled in snmpd before snmptrapd +# can be run. See snmpd.conf(5) for how to do this. +TRAPDRUN=no + +# snmptrapd options (use syslog). +TRAPDOPTS='-LS4d -p /var/run/snmptrapd.pid' + +# create symlink on Debian legacy location to official RFC path +SNMPDCOMPAT=yes diff --git a/install/cluster/master/etc/dhcp/dhcpd.conf b/install/cluster/master/etc/dhcp/dhcpd.conf new file mode 100644 index 0000000..c4215bc --- /dev/null +++ b/install/cluster/master/etc/dhcp/dhcpd.conf @@ -0,0 +1,140 @@ +# /etc/dhcp3/dhcpd.conf +# Fichier de configuration du serveur DHCP de l'ISC (package 'dhcp3-server') +# Formation Debian GNU/Linux par Alexis de Lattre +# http://formation-debian.via.ecp.fr/ + +# Consultez "man dhcpd.conf" pour avoir toutes les informations sur les options + + +# ============================================================================ +# V1.4 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# Reprise avec ajouts des sub net eth1 +# - V1.2: Herve Petit 24/06/2010 +# Ajout option routers sur sub net eth1 +# - V1.3: Herve Petit 25/08/2010 +# Remplacement lame trc13 par lame trc27 a cause pb d'init_statique +# qui prennait 2 mn sur cette lame +# - V1.4: Herve Petit 18/04/2011 +# Suppression definition de la route par defaut a partir du fichier dhcp +# - V1.5: Laurent Mazet 09/05/2014 +# Netoyage +# ============================================================================ + +# DEBUT des options GLOBALES +# Les options globales s'appliqueront par defaut a tous les sous-reseaux + +# Nom de domaine +ddns-domainname "trc6500.thalesgroup.com"; +option domain-name "trc6500.thalesgroup.com"; + +# Duree du bail en secondes +default-lease-time 6000; +max-lease-time 6000; +server-name "maitre"; + +# FIN des options GLOBALES + +# DEBUT de la declaration des sous-reseaux et des machines + +subnet 10.133.26.0 netmask 255.255.255.0 +{ + next-server 10.133.26.160; + filename "pxelinux.0"; + option domain-name-servers 10.133.26.160; + option routers 10.133.26.231; + use-host-decl-names on; + authoritative; +} + +# liste des lames a completer dans l'ordre de la baie + +#lame fusion, pistage, LSU +host trc01-rf { hardware ethernet 00:25:90:8A:B2:08; fixed-address 10.133.26.161;} + +#lames gonio +host trc02-rf { hardware ethernet 00:25:90:4F:1E:8C; fixed-address 10.133.26.162;} +host trc03-rf { hardware ethernet 00:25:90:4F:23:9E; fixed-address 10.133.26.163;} +host trc04-rf { hardware ethernet 00:25:90:4F:23:A4; fixed-address 10.133.26.164;} +host trc05-rf { hardware ethernet 00:25:90:4F:18:62; fixed-address 10.133.26.165;} +host trc06-rf { hardware ethernet 00:25:90:4F:18:58; fixed-address 10.133.26.166;} +host trc07-rf { hardware ethernet 00:25:90:4F:1A:28; fixed-address 10.133.26.167;} +host trc08-rf { hardware ethernet 00:25:90:4F:BB:72; fixed-address 10.133.26.168;} +host trc09-rf { hardware ethernet 00:25:90:4F:BB:22; fixed-address 10.133.26.169;} +host trc10-rf { hardware ethernet 00:25:90:4F:BA:F2; fixed-address 10.133.26.170;} +host trc11-rf { hardware ethernet 00:25:90:4F:BA:F0; fixed-address 10.133.26.171;} +host trc12-rf { hardware ethernet 00:25:90:4f:bb:1e; fixed-address 10.133.26.172;} +host trc13-rf { hardware ethernet 00:25:90:4F:23:D4; fixed-address 10.133.26.173;} +host trc14-rf { hardware ethernet 00:25:90:4F:23:Dc; fixed-address 10.133.26.174;} +host trc15-rf { hardware ethernet 00:25:90:4F:BB:20; fixed-address 10.133.26.175;} +host trc16-rf { hardware ethernet 00:25:90:4F:E1:66; fixed-address 10.133.26.176;} +host trc17-rf { hardware ethernet 00:25:90:4F:EA:20; fixed-address 10.133.26.177;} +host trc18-rf { hardware ethernet 00:25:90:4F:E2:D2; fixed-address 10.133.26.178;} +host trc19-rf { hardware ethernet 00:25:90:4F:EF:00; fixed-address 10.133.26.179;} +host trc20-rf { hardware ethernet 00:25:90:4F:E8:0A; fixed-address 10.133.26.180;} +host trc21-rf { hardware ethernet 00:25:90:4F:C3:3C; fixed-address 10.133.26.181;} +host trc22-rf { hardware ethernet 00:25:90:4F:BB:68; fixed-address 10.133.26.182;} +host trc23-rf { hardware ethernet 00:25:90:4F:E1:62; fixed-address 10.133.26.183;} +host trc24-rf { hardware ethernet 00:25:90:4F:e4:86; fixed-address 10.133.26.184;} +host trc25-rf { hardware ethernet 00:25:90:4F:bb:74; fixed-address 10.133.26.185;} + +#lames monitoring +host trc26-rf { hardware ethernet 00:25:90:4F:BB:6E; fixed-address 10.133.26.186;} +host trc27-rf { hardware ethernet 00:25:90:4F:BB:66; fixed-address 10.133.26.187;} + +host trc28-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;} +host trc29-rf { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.189;} +host trc30-rf { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.190;} +host trc31-rf { hardware ethernet 00:25:90:88:E3:C2; fixed-address 10.133.26.191;} + +subnet 10.133.28.0 netmask 255.255.255.0 +{ + next-server 10.133.28.160; + filename "pxelinux.0"; + option routers 10.133.28.231; + option domain-name-servers 10.133.28.160; + use-host-decl-names on; + authoritative; +} + +#lame fusion, pistage, LSU +host trc01 { hardware ethernet 00:25:90:8A:B2:09; fixed-address 10.133.28.161;} + +#lames gonio +host trc02 { hardware ethernet 00:25:90:4F:1E:8D; fixed-address 10.133.28.162;} +host trc03 { hardware ethernet 00:25:90:4F:23:9F; fixed-address 10.133.28.163;} +host trc04 { hardware ethernet 00:25:90:4F:23:A5; fixed-address 10.133.28.164;} +host trc05 { hardware ethernet 00:25:90:4F:18:63; fixed-address 10.133.28.165;} +host trc06 { hardware ethernet 00:25:90:4F:18:59; fixed-address 10.133.28.166;} +host trc07 { hardware ethernet 00:25:90:4F:1A:29; fixed-address 10.133.28.167;} +host trc08 { hardware ethernet 00:25:90:4F:BB:73; fixed-address 10.133.28.168;} +host trc09 { hardware ethernet 00:25:90:4F:BB:23; fixed-address 10.133.28.169;} +host trc10 { hardware ethernet 00:25:90:4F:BA:F3; fixed-address 10.133.28.170;} +host trc11 { hardware ethernet 00:25:90:4F:BA:F1; fixed-address 10.133.28.171;} +host trc12 { hardware ethernet 00:25:90:4f:bb:1f; fixed-address 10.133.28.172;} +host trc13 { hardware ethernet 00:25:90:4F:23:D5; fixed-address 10.133.28.173;} +host trc14 { hardware ethernet 00:25:90:4F:23:DD; fixed-address 10.133.28.174;} +host trc15 { hardware ethernet 00:25:90:4F:BB:21; fixed-address 10.133.28.175;} +host trc16 { hardware ethernet 00:25:90:4F:E1:67; fixed-address 10.133.28.176;} +host trc17 { hardware ethernet 00:25:90:4F:EA:21; fixed-address 10.133.28.177;} +host trc18 { hardware ethernet 00:25:90:4F:E2:D3; fixed-address 10.133.28.178;} +host trc19 { hardware ethernet 00:25:90:4F:EF:01; fixed-address 10.133.28.179;} +host trc20 { hardware ethernet 00:25:90:4F:E8:0B; fixed-address 10.133.28.180;} +host trc21 { hardware ethernet 00:25:90:4F:C3:3D; fixed-address 10.133.28.181;} +host trc22 { hardware ethernet 00:25:90:4F:BB:69; fixed-address 10.133.28.182;} +host trc23 { hardware ethernet 00:25:90:4F:E1:63; fixed-address 10.133.28.183;} +host trc24 { hardware ethernet 00:25:90:4F:e4:87; fixed-address 10.133.28.184;} +host trc25 { hardware ethernet 00:25:90:4F:bb:75; fixed-address 10.133.28.185;} + +#lames monitoring +host trc26 { hardware ethernet 00:25:90:4F:BB:6F; fixed-address 10.133.28.186;} +host trc27 { hardware ethernet 00:25:90:4F:BB:67; fixed-address 10.133.28.187;} + +host trc28 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;} +host trc29 { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.189;} +host trc30 { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.190;} +host trc31 { hardware ethernet 00:25:90:88:E3:C3; fixed-address 10.133.28.191;} diff --git a/install/cluster/master/etc/dhcp/dhcpd.conf.alpha b/install/cluster/master/etc/dhcp/dhcpd.conf.alpha new file mode 100644 index 0000000..3a61b27 --- /dev/null +++ b/install/cluster/master/etc/dhcp/dhcpd.conf.alpha @@ -0,0 +1,148 @@ +# /etc/dhcp3/dhcpd.conf +# Fichier de configuration du serveur DHCP de l'ISC (package 'dhcp3-server') +# Formation Debian GNU/Linux par Alexis de Lattre +# http://formation-debian.via.ecp.fr/ + +# Consultez "man dhcpd.conf" pour avoir toutes les informations sur les options + + +# ============================================================================ +# V1.5 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# Reprise avec ajouts des sub net eth1 +# - V1.2: Herve Petit 24/06/2010 +# Ajout option routers sur sub net eth1 +# - V1.3: Herve Petit 25/08/2010 +# Remplacement lame trc13 par lame trc27 a cause pb d'init_statique +# qui prennait 2 mn sur cette lame +# - V1.4: Herve Petit 18/04/2011 +# Suppression definition de la route par defaut a partir du fichier dhcp +# - V1.5: Laurent Mazet 09/05/2014 +# Netoyage +# ============================================================================ + +# DEBUT des options GLOBALES +# Les options globales s'appliqueront par defaut a tous les sous-reseaux + +# Nom de domaine +ddns-domainname "trc6500.thalesgroup.com"; +option domain-name "trc6500.thalesgroup.com"; + +# Duree du bail en secondes +default-lease-time 6000; +max-lease-time 6000; +server-name "maitre"; + +# FIN des options GLOBALES + +# DEBUT de la declaration des sous-reseaux et des machines + +subnet 10.133.26.0 netmask 255.255.255.0 +{ + next-server 10.133.26.160; + filename "pxelinux.0"; + option domain-name-servers 10.133.26.160; + option routers 10.133.26.231; + use-host-decl-names on; + authoritative; +} + +# liste des lames a completer dans l'ordre de la baie + +#lames fusion +host trc01-rf { hardware ethernet 00:21:5E:98:C2:78; fixed-address 10.133.26.161;} + +#lames gonio +host trc02-rf { hardware ethernet 00:21:5E:98:C6:54; fixed-address 10.133.26.162;} +host trc03-rf { hardware ethernet 00:21:5E:98:C6:04; fixed-address 10.133.26.163;} +host trc04-rf { hardware ethernet 00:21:5E:98:C0:54; fixed-address 10.133.26.164;} +host trc05-rf { hardware ethernet 00:21:5E:98:C0:0C; fixed-address 10.133.26.165;} +host trc06-rf { hardware ethernet 00:21:5E:98:94:78; fixed-address 10.133.26.166;} +host trc07-rf { hardware ethernet 00:21:5E:98:C2:B4; fixed-address 10.133.26.167;} +host trc08-rf { hardware ethernet 00:21:5E:98:8F:30; fixed-address 10.133.26.168;} +host trc09-rf { hardware ethernet 00:21:5E:98:C7:94; fixed-address 10.133.26.169;} +host trc10-rf { hardware ethernet 00:21:5E:98:AE:5C; fixed-address 10.133.26.170;} +host trc11-rf { hardware ethernet 00:21:5E:98:C7:30; fixed-address 10.133.26.171;} +host trc12-rf { hardware ethernet 00:21:5E:98:C7:50; fixed-address 10.133.26.172;} +host trc13-rf { hardware ethernet 00:21:5E:98:C1:B8; fixed-address 10.133.26.173;} +host trc14-rf { hardware ethernet 00:21:5E:98:BE:64; fixed-address 10.133.26.174;} +host trc15-rf { hardware ethernet 00:21:5E:98:C5:30; fixed-address 10.133.26.175;} +host trc16-rf { hardware ethernet 00:21:5E:98:BF:A4; fixed-address 10.133.26.176;} +host trc17-rf { hardware ethernet 00:21:5E:98:C5:C4; fixed-address 10.133.26.177;} + +#lames monitoring +host trc18-rf { hardware ethernet 00:21:5E:98:C6:30; fixed-address 10.133.26.178;} +host trc19-rf { hardware ethernet 00:21:5E:98:BF:E4; fixed-address 10.133.26.179;} +host trc20-rf { hardware ethernet 00:21:5E:98:C6:20; fixed-address 10.133.26.180;} +host trc21-rf { hardware ethernet 00:21:5E:98:C6:70; fixed-address 10.133.26.181;} +host trc22-rf { hardware ethernet 00:21:5E:98:C5:98; fixed-address 10.133.26.182;} +host trc23-rf { hardware ethernet 00:21:5E:98:C6:94; fixed-address 10.133.26.183;} +host trc24-rf { hardware ethernet 00:21:5E:98:C3:68; fixed-address 10.133.26.184;} +host trc25-rf { hardware ethernet 00:21:5E:98:BC:F0; fixed-address 10.133.26.185;} + +#lame lsu +host trc26-rf { hardware ethernet 00:21:5E:98:B8:58; fixed-address 10.133.26.186;} + +#spare +host trc27-rf { hardware ethernet 00:21:5E:98:93:24; fixed-address 10.133.26.187;} + +host trc28-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;} +host trc29-rf { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.189;} +host trc30-rf { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.190;} +host trc31-rf { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.28.191;} + +subnet 10.133.28.0 netmask 255.255.255.0 +{ + next-server 10.133.28.160; + filename "pxelinux.0"; + option routers 10.133.28.231; + option domain-name-servers 10.133.28.160; + use-host-decl-names on; + authoritative; +} + +#lame fusion +host trc01 { hardware ethernet 00:21:5E:98:C2:7A; fixed-address 10.133.28.161;} + +#lames gonio eth1 +host trc02 { hardware ethernet 00:21:5E:98:C6:56; fixed-address 10.133.28.162;} +host trc03 { hardware ethernet 00:21:5E:98:C6:06; fixed-address 10.133.28.163;} +host trc04 { hardware ethernet 00:21:5E:98:C0:56; fixed-address 10.133.28.164;} +host trc05 { hardware ethernet 00:21:5E:98:C0:0E; fixed-address 10.133.28.165;} +host trc06 { hardware ethernet 00:21:5E:98:94:7A; fixed-address 10.133.28.166;} +host trc07 { hardware ethernet 00:21:5E:98:C2:B6; fixed-address 10.133.28.167;} +host trc08 { hardware ethernet 00:21:5E:98:8F:32; fixed-address 10.133.28.168;} +host trc09 { hardware ethernet 00:21:5E:98:C7:96; fixed-address 10.133.28.169;} +host trc10 { hardware ethernet 00:21:5E:98:AE:5E; fixed-address 10.133.28.170;} +host trc11 { hardware ethernet 00:21:5E:98:C7:32; fixed-address 10.133.28.171;} +host trc12 { hardware ethernet 00:21:5E:98:C7:52; fixed-address 10.133.28.172;} +host trc13 { hardware ethernet 00:21:5E:98:C1:BA; fixed-address 10.133.28.173;} +host trc14 { hardware ethernet 00:21:5E:98:BE:66; fixed-address 10.133.28.174;} +host trc15 { hardware ethernet 00:21:5E:98:C5:32; fixed-address 10.133.28.175;} +host trc16 { hardware ethernet 00:21:5E:98:BF:A6; fixed-address 10.133.28.176;} +host trc17 { hardware ethernet 00:21:5E:98:C5:C6; fixed-address 10.133.28.177;} + +#lames monitoring eth1 +host trc18 { hardware ethernet 00:21:5E:98:C6:32; fixed-address 10.133.28.178;} +host trc19 { hardware ethernet 00:21:5E:98:BF:E6; fixed-address 10.133.28.179;} +host trc20 { hardware ethernet 00:21:5E:98:C6:22; fixed-address 10.133.28.180;} +host trc21 { hardware ethernet 00:21:5E:98:C6:72; fixed-address 10.133.28.181;} +host trc22 { hardware ethernet 00:21:5E:98:C5:9A; fixed-address 10.133.28.182;} +host trc23 { hardware ethernet 00:21:5E:98:C6:96; fixed-address 10.133.28.183;} +host trc24 { hardware ethernet 00:21:5E:98:C3:6A; fixed-address 10.133.28.184;} +host trc25 { hardware ethernet 00:21:5E:98:BC:F2; fixed-address 10.133.28.185;} + +#lame lsu +host trc26 { hardware ethernet 00:21:5E:98:B8:5A; fixed-address 10.133.28.186;} + +#spare +host trc27 { hardware ethernet 00:21:5E:98:93:26; fixed-address 10.133.28.187;} + +host trc28 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;} +host trc29 { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.189;} +host trc30 { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.190;} +host trc31 { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.28.191;} diff --git a/install/cluster/master/etc/dhcp/dhcpd.conf.blank b/install/cluster/master/etc/dhcp/dhcpd.conf.blank new file mode 100644 index 0000000..0af472d --- /dev/null +++ b/install/cluster/master/etc/dhcp/dhcpd.conf.blank @@ -0,0 +1,140 @@ +# /etc/dhcp3/dhcpd.conf +# Fichier de configuration du serveur DHCP de l'ISC (package 'dhcp3-server') +# Formation Debian GNU/Linux par Alexis de Lattre +# http://formation-debian.via.ecp.fr/ + +# Consultez "man dhcpd.conf" pour avoir toutes les informations sur les options + + +# ============================================================================ +# V1.4 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# Reprise avec ajouts des sub net eth1 +# - V1.2: Herve Petit 24/06/2010 +# Ajout option routers sur sub net eth1 +# - V1.3: Herve Petit 25/08/2010 +# Remplacement lame trc13 par lame trc27 a cause pb d'init_statique +# qui prennait 2 mn sur cette lame +# - V1.4: Herve Petit 18/04/2011 +# Suppression definition de la route par defaut a partir du fichier dhcp +# - V1.5: Laurent Mazet 09/05/2014 +# Netoyage +# ============================================================================ + +# DEBUT des options GLOBALES +# Les options globales s'appliqueront par defaut a tous les sous-reseaux + +# Nom de domaine +ddns-domainname "trc6500.thalesgroup.com"; +option domain-name "trc6500.thalesgroup.com"; + +# Duree du bail en secondes +default-lease-time 6000; +max-lease-time 6000; +server-name "maitre"; + +# FIN des options GLOBALES + +# DEBUT de la declaration des sous-reseaux et des machines + +subnet 10.133.26.0 netmask 255.255.255.0 +{ + next-server 10.133.26.160; + filename "pxelinux.0"; + option domain-name-servers 10.133.26.160; + option routers 10.133.26.231; + use-host-decl-names on; + authoritative; +} + +# liste des lames a completer dans l'ordre de la baie + +#lame fusion, pistage, LSU +host trc01-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.161;} + +#lames gonio +host trc02-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.162;} +host trc03-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.163;} +host trc04-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.164;} +host trc05-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.165;} +host trc06-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.166;} +host trc07-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.167;} +host trc08-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.168;} +host trc09-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.169;} +host trc10-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.170;} +host trc11-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.171;} +host trc12-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.172;} +host trc13-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.173;} +host trc14-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.174;} +host trc15-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.175;} +host trc16-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.176;} +host trc17-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.177;} +host trc18-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.178;} +host trc19-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.179;} +host trc20-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.180;} +host trc21-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.181;} +host trc22-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.182;} +host trc23-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.183;} +host trc24-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.184;} +host trc25-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.185;} + +#lames monitoring +host trc26-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.186;} +host trc27-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.187;} + +host trc28-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;} +host trc29-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.189;} +host trc30-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.190;} +host trc31-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.191;} + +subnet 10.133.28.0 netmask 255.255.255.0 +{ + next-server 10.133.28.160; + filename "pxelinux.0"; + option routers 10.133.28.231; + option domain-name-servers 10.133.28.160; + use-host-decl-names on; + authoritative; +} + +#lame fusion, pistage, LSU +host trc01 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.161;} + +#lames gonio +host trc02 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.162;} +host trc03 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.163;} +host trc04 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.164;} +host trc05 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.165;} +host trc06 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.166;} +host trc07 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.167;} +host trc08 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.168;} +host trc09 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.169;} +host trc10 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.170;} +host trc11 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.171;} +host trc12 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.172;} +host trc13 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.173;} +host trc14 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.174;} +host trc15 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.175;} +host trc16 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.176;} +host trc17 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.177;} +host trc18 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.178;} +host trc19 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.179;} +host trc20 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.180;} +host trc21 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.181;} +host trc22 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.182;} +host trc23 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.183;} +host trc24 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.184;} +host trc25 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.185;} + +#lames monitoring +host trc26 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.186;} +host trc27 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.187;} + +host trc28 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;} +host trc29 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.189;} +host trc30 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.190;} +host trc31 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.28.191;} diff --git a/install/cluster/master/etc/dhcp/dhcpd.conf.bravo b/install/cluster/master/etc/dhcp/dhcpd.conf.bravo new file mode 100644 index 0000000..c2aae91 --- /dev/null +++ b/install/cluster/master/etc/dhcp/dhcpd.conf.bravo @@ -0,0 +1,148 @@ +# /etc/dhcp3/dhcpd.conf +# Fichier de configuration du serveur DHCP de l'ISC (package 'dhcp3-server') +# Formation Debian GNU/Linux par Alexis de Lattre +# http://formation-debian.via.ecp.fr/ + +# Consultez "man dhcpd.conf" pour avoir toutes les informations sur les options + + +# ============================================================================ +# V1.5 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# Reprise avec ajouts des sub net eth1 +# - V1.2: Herve Petit 24/06/2010 +# Ajout option routers sur sub net eth1 +# - V1.3: Herve Petit 25/08/2010 +# Remplacement lame trc13 par lame trc27 a cause pb d'init_statique +# qui prennait 2 mn sur cette lame +# - V1.4: Herve Petit 18/04/2011 +# Suppression definition de la route par defaut a partir du fichier dhcp +# - V1.5: Laurent Mazet 09/05/2014 +# Netoyage +# ============================================================================ + +# DEBUT des options GLOBALES +# Les options globales s'appliqueront par defaut a tous les sous-reseaux + +# Nom de domaine +ddns-domainname "trc6500.thalesgroup.com"; +option domain-name "trc6500.thalesgroup.com"; + +# Duree du bail en secondes +default-lease-time 6000; +max-lease-time 6000; +server-name "maitre"; + +# FIN des options GLOBALES + +# DEBUT de la declaration des sous-reseaux et des machines + +subnet 10.133.26.0 netmask 255.255.255.0 +{ + next-server 10.133.26.160; + filename "pxelinux.0"; + option domain-name-servers 10.133.26.160; + option routers 10.133.26.231; + use-host-decl-names on; + authoritative; +} + +# liste des lames a completer dans l'ordre de la baie + +#lames fusion +host trc01-rf { hardware ethernet 00:21:5E:98:CC:C8; fixed-address 10.133.26.161;} + +#lames gonio +host trc02-rf { hardware ethernet 00:21:5E:98:C6:EC; fixed-address 10.133.26.162;} +host trc03-rf { hardware ethernet 00:21:5E:98:C1:F8; fixed-address 10.133.26.163;} +host trc04-rf { hardware ethernet 00:21:5E:98:C7:78; fixed-address 10.133.26.164;} +host trc05-rf { hardware ethernet 00:21:5E:98:C6:18; fixed-address 10.133.26.165;} +host trc06-rf { hardware ethernet 00:21:5E:98:C5:B8; fixed-address 10.133.26.166;} +host trc07-rf { hardware ethernet 00:21:5E:98:C7:90; fixed-address 10.133.26.167;} +host trc08-rf { hardware ethernet 00:21:5E:98:C5:88; fixed-address 10.133.26.168;} +host trc09-rf { hardware ethernet 00:21:5E:98:C0:24; fixed-address 10.133.26.169;} +host trc10-rf { hardware ethernet 00:21:5E:98:C5:90; fixed-address 10.133.26.170;} +host trc11-rf { hardware ethernet 00:21:5E:98:C2:D8; fixed-address 10.133.26.171;} +host trc12-rf { hardware ethernet 00:21:5E:98:C1:CC; fixed-address 10.133.26.172;} +host trc13-rf { hardware ethernet 00:21:5E:98:C1:C0; fixed-address 10.133.26.173;} +host trc14-rf { hardware ethernet 00:21:5E:98:C6:3C; fixed-address 10.133.26.174;} +host trc15-rf { hardware ethernet 00:21:5E:98:C5:50; fixed-address 10.133.26.175;} +host trc16-rf { hardware ethernet 00:21:5E:98:C5:F8; fixed-address 10.133.26.176;} +host trc17-rf { hardware ethernet 00:21:5E:98:BF:68; fixed-address 10.133.26.177;} + +#lames monitoring +host trc18-rf { hardware ethernet 00:21:5E:98:AC:E4; fixed-address 10.133.26.178;} +host trc19-rf { hardware ethernet 00:21:5E:98:B6:B8; fixed-address 10.133.26.179;} +host trc20-rf { hardware ethernet 00:21:5E:98:C6:D4; fixed-address 10.133.26.180;} +host trc21-rf { hardware ethernet 00:21:5E:98:C6:DC; fixed-address 10.133.26.181;} +host trc22-rf { hardware ethernet 00:21:5E:98:C3:00; fixed-address 10.133.26.182;} +host trc23-rf { hardware ethernet 00:21:5E:98:BE:B4; fixed-address 10.133.26.183;} +host trc24-rf { hardware ethernet 00:21:5E:98:C4:90; fixed-address 10.133.26.184;} +host trc25-rf { hardware ethernet 00:21:5E:98:C5:94; fixed-address 10.133.26.185;} + +#lame lsu +host trc26-rf { hardware ethernet 00:21:5E:98:C5:7C; fixed-address 10.133.26.186;} + +#spare +host trc27-rf { hardware ethernet 00:21:5E:98:C7:18; fixed-address 10.133.26.187;} + +host trc28-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;} +host trc29-rf { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.189;} +host trc30-rf { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.190;} +host trc31-rf { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.26.191;} + +subnet 10.133.28.0 netmask 255.255.255.0 +{ + next-server 10.133.28.160; + filename "pxelinux.0"; + option routers 10.133.28.231; + option domain-name-servers 10.133.28.160; + use-host-decl-names on; + authoritative; +} + +#lame fusion +host trc01 { hardware ethernet 00:21:5E:98:CC:CA; fixed-address 10.133.28.161;} + +#lames gonio eth1 +host trc02 { hardware ethernet 00:21:5E:98:C6:EE; fixed-address 10.133.28.162;} +host trc03 { hardware ethernet 00:21:5E:98:C1:FA; fixed-address 10.133.28.163;} +host trc04 { hardware ethernet 00:21:5E:98:C7:7A; fixed-address 10.133.28.164;} +host trc05 { hardware ethernet 00:21:5E:98:C6:1A; fixed-address 10.133.28.165;} +host trc06 { hardware ethernet 00:21:5E:98:C5:BA; fixed-address 10.133.28.166;} +host trc07 { hardware ethernet 00:21:5E:98:C7:92; fixed-address 10.133.28.167;} +host trc08 { hardware ethernet 00:21:5E:98:C5:8A; fixed-address 10.133.28.168;} +host trc09 { hardware ethernet 00:21:5E:98:C0:26; fixed-address 10.133.28.169;} +host trc10 { hardware ethernet 00:21:5E:98:C5:92; fixed-address 10.133.28.170;} +host trc11 { hardware ethernet 00:21:5E:98:C2:DA; fixed-address 10.133.28.171;} +host trc12 { hardware ethernet 00:21:5E:98:C1:CE; fixed-address 10.133.28.172;} +host trc13 { hardware ethernet 00:21:5E:98:C1:C2; fixed-address 10.133.28.173;} +host trc14 { hardware ethernet 00:21:5E:98:C6:3E; fixed-address 10.133.28.174;} +host trc15 { hardware ethernet 00:21:5E:98:C5:52; fixed-address 10.133.28.175;} +host trc16 { hardware ethernet 00:21:5E:98:C5:FA; fixed-address 10.133.28.176;} +host trc17 { hardware ethernet 00:21:5E:98:BF:6A; fixed-address 10.133.28.177;} + +#lames monitoring eth1 +host trc18 { hardware ethernet 00:21:5E:98:AC:E6; fixed-address 10.133.28.178;} +host trc19 { hardware ethernet 00:21:5E:98:B6:BA; fixed-address 10.133.28.179;} +host trc20 { hardware ethernet 00:21:5E:98:C6:D6; fixed-address 10.133.28.180;} +host trc21 { hardware ethernet 00:21:5E:98:C6:DE; fixed-address 10.133.28.181;} +host trc22 { hardware ethernet 00:21:5E:98:C3:02; fixed-address 10.133.28.182;} +host trc23 { hardware ethernet 00:21:5E:98:BE:B6; fixed-address 10.133.28.183;} +host trc24 { hardware ethernet 00:21:5E:98:C4:92; fixed-address 10.133.28.184;} +host trc25 { hardware ethernet 00:21:5E:98:C5:96; fixed-address 10.133.28.185;} + +#lame lsu +host trc26 { hardware ethernet 00:21:5E:98:C5:7E; fixed-address 10.133.28.186;} + +#spare +host trc27 { hardware ethernet 00:21:5E:98:C7:1A; fixed-address 10.133.28.187;} + +host trc28 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;} +host trc29 { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.189;} +host trc30 { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.190;} +host trc31 { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.28.191;} diff --git a/install/cluster/master/etc/dhcp/dhcpd.conf.cl0 b/install/cluster/master/etc/dhcp/dhcpd.conf.cl0 new file mode 100644 index 0000000..c4215bc --- /dev/null +++ b/install/cluster/master/etc/dhcp/dhcpd.conf.cl0 @@ -0,0 +1,140 @@ +# /etc/dhcp3/dhcpd.conf +# Fichier de configuration du serveur DHCP de l'ISC (package 'dhcp3-server') +# Formation Debian GNU/Linux par Alexis de Lattre +# http://formation-debian.via.ecp.fr/ + +# Consultez "man dhcpd.conf" pour avoir toutes les informations sur les options + + +# ============================================================================ +# V1.4 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# Reprise avec ajouts des sub net eth1 +# - V1.2: Herve Petit 24/06/2010 +# Ajout option routers sur sub net eth1 +# - V1.3: Herve Petit 25/08/2010 +# Remplacement lame trc13 par lame trc27 a cause pb d'init_statique +# qui prennait 2 mn sur cette lame +# - V1.4: Herve Petit 18/04/2011 +# Suppression definition de la route par defaut a partir du fichier dhcp +# - V1.5: Laurent Mazet 09/05/2014 +# Netoyage +# ============================================================================ + +# DEBUT des options GLOBALES +# Les options globales s'appliqueront par defaut a tous les sous-reseaux + +# Nom de domaine +ddns-domainname "trc6500.thalesgroup.com"; +option domain-name "trc6500.thalesgroup.com"; + +# Duree du bail en secondes +default-lease-time 6000; +max-lease-time 6000; +server-name "maitre"; + +# FIN des options GLOBALES + +# DEBUT de la declaration des sous-reseaux et des machines + +subnet 10.133.26.0 netmask 255.255.255.0 +{ + next-server 10.133.26.160; + filename "pxelinux.0"; + option domain-name-servers 10.133.26.160; + option routers 10.133.26.231; + use-host-decl-names on; + authoritative; +} + +# liste des lames a completer dans l'ordre de la baie + +#lame fusion, pistage, LSU +host trc01-rf { hardware ethernet 00:25:90:8A:B2:08; fixed-address 10.133.26.161;} + +#lames gonio +host trc02-rf { hardware ethernet 00:25:90:4F:1E:8C; fixed-address 10.133.26.162;} +host trc03-rf { hardware ethernet 00:25:90:4F:23:9E; fixed-address 10.133.26.163;} +host trc04-rf { hardware ethernet 00:25:90:4F:23:A4; fixed-address 10.133.26.164;} +host trc05-rf { hardware ethernet 00:25:90:4F:18:62; fixed-address 10.133.26.165;} +host trc06-rf { hardware ethernet 00:25:90:4F:18:58; fixed-address 10.133.26.166;} +host trc07-rf { hardware ethernet 00:25:90:4F:1A:28; fixed-address 10.133.26.167;} +host trc08-rf { hardware ethernet 00:25:90:4F:BB:72; fixed-address 10.133.26.168;} +host trc09-rf { hardware ethernet 00:25:90:4F:BB:22; fixed-address 10.133.26.169;} +host trc10-rf { hardware ethernet 00:25:90:4F:BA:F2; fixed-address 10.133.26.170;} +host trc11-rf { hardware ethernet 00:25:90:4F:BA:F0; fixed-address 10.133.26.171;} +host trc12-rf { hardware ethernet 00:25:90:4f:bb:1e; fixed-address 10.133.26.172;} +host trc13-rf { hardware ethernet 00:25:90:4F:23:D4; fixed-address 10.133.26.173;} +host trc14-rf { hardware ethernet 00:25:90:4F:23:Dc; fixed-address 10.133.26.174;} +host trc15-rf { hardware ethernet 00:25:90:4F:BB:20; fixed-address 10.133.26.175;} +host trc16-rf { hardware ethernet 00:25:90:4F:E1:66; fixed-address 10.133.26.176;} +host trc17-rf { hardware ethernet 00:25:90:4F:EA:20; fixed-address 10.133.26.177;} +host trc18-rf { hardware ethernet 00:25:90:4F:E2:D2; fixed-address 10.133.26.178;} +host trc19-rf { hardware ethernet 00:25:90:4F:EF:00; fixed-address 10.133.26.179;} +host trc20-rf { hardware ethernet 00:25:90:4F:E8:0A; fixed-address 10.133.26.180;} +host trc21-rf { hardware ethernet 00:25:90:4F:C3:3C; fixed-address 10.133.26.181;} +host trc22-rf { hardware ethernet 00:25:90:4F:BB:68; fixed-address 10.133.26.182;} +host trc23-rf { hardware ethernet 00:25:90:4F:E1:62; fixed-address 10.133.26.183;} +host trc24-rf { hardware ethernet 00:25:90:4F:e4:86; fixed-address 10.133.26.184;} +host trc25-rf { hardware ethernet 00:25:90:4F:bb:74; fixed-address 10.133.26.185;} + +#lames monitoring +host trc26-rf { hardware ethernet 00:25:90:4F:BB:6E; fixed-address 10.133.26.186;} +host trc27-rf { hardware ethernet 00:25:90:4F:BB:66; fixed-address 10.133.26.187;} + +host trc28-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;} +host trc29-rf { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.189;} +host trc30-rf { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.190;} +host trc31-rf { hardware ethernet 00:25:90:88:E3:C2; fixed-address 10.133.26.191;} + +subnet 10.133.28.0 netmask 255.255.255.0 +{ + next-server 10.133.28.160; + filename "pxelinux.0"; + option routers 10.133.28.231; + option domain-name-servers 10.133.28.160; + use-host-decl-names on; + authoritative; +} + +#lame fusion, pistage, LSU +host trc01 { hardware ethernet 00:25:90:8A:B2:09; fixed-address 10.133.28.161;} + +#lames gonio +host trc02 { hardware ethernet 00:25:90:4F:1E:8D; fixed-address 10.133.28.162;} +host trc03 { hardware ethernet 00:25:90:4F:23:9F; fixed-address 10.133.28.163;} +host trc04 { hardware ethernet 00:25:90:4F:23:A5; fixed-address 10.133.28.164;} +host trc05 { hardware ethernet 00:25:90:4F:18:63; fixed-address 10.133.28.165;} +host trc06 { hardware ethernet 00:25:90:4F:18:59; fixed-address 10.133.28.166;} +host trc07 { hardware ethernet 00:25:90:4F:1A:29; fixed-address 10.133.28.167;} +host trc08 { hardware ethernet 00:25:90:4F:BB:73; fixed-address 10.133.28.168;} +host trc09 { hardware ethernet 00:25:90:4F:BB:23; fixed-address 10.133.28.169;} +host trc10 { hardware ethernet 00:25:90:4F:BA:F3; fixed-address 10.133.28.170;} +host trc11 { hardware ethernet 00:25:90:4F:BA:F1; fixed-address 10.133.28.171;} +host trc12 { hardware ethernet 00:25:90:4f:bb:1f; fixed-address 10.133.28.172;} +host trc13 { hardware ethernet 00:25:90:4F:23:D5; fixed-address 10.133.28.173;} +host trc14 { hardware ethernet 00:25:90:4F:23:DD; fixed-address 10.133.28.174;} +host trc15 { hardware ethernet 00:25:90:4F:BB:21; fixed-address 10.133.28.175;} +host trc16 { hardware ethernet 00:25:90:4F:E1:67; fixed-address 10.133.28.176;} +host trc17 { hardware ethernet 00:25:90:4F:EA:21; fixed-address 10.133.28.177;} +host trc18 { hardware ethernet 00:25:90:4F:E2:D3; fixed-address 10.133.28.178;} +host trc19 { hardware ethernet 00:25:90:4F:EF:01; fixed-address 10.133.28.179;} +host trc20 { hardware ethernet 00:25:90:4F:E8:0B; fixed-address 10.133.28.180;} +host trc21 { hardware ethernet 00:25:90:4F:C3:3D; fixed-address 10.133.28.181;} +host trc22 { hardware ethernet 00:25:90:4F:BB:69; fixed-address 10.133.28.182;} +host trc23 { hardware ethernet 00:25:90:4F:E1:63; fixed-address 10.133.28.183;} +host trc24 { hardware ethernet 00:25:90:4F:e4:87; fixed-address 10.133.28.184;} +host trc25 { hardware ethernet 00:25:90:4F:bb:75; fixed-address 10.133.28.185;} + +#lames monitoring +host trc26 { hardware ethernet 00:25:90:4F:BB:6F; fixed-address 10.133.28.186;} +host trc27 { hardware ethernet 00:25:90:4F:BB:67; fixed-address 10.133.28.187;} + +host trc28 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;} +host trc29 { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.189;} +host trc30 { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.190;} +host trc31 { hardware ethernet 00:25:90:88:E3:C3; fixed-address 10.133.28.191;} diff --git a/install/cluster/master/etc/dhcp/dhcpd.conf.gamma b/install/cluster/master/etc/dhcp/dhcpd.conf.gamma new file mode 100644 index 0000000..3dfb1db --- /dev/null +++ b/install/cluster/master/etc/dhcp/dhcpd.conf.gamma @@ -0,0 +1,95 @@ +# /etc/dhcp3/dhcpd.conf +# Fichier de configuration du serveur DHCP de l'ISC (package 'dhcp3-server') +# Formation Debian GNU/Linux par Alexis de Lattre +# http://formation-debian.via.ecp.fr/ + +# Consultez "man dhcpd.conf" pour avoir toutes les informations sur les options + + +# ============================================================================ +# V1.5 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# Reprise avec ajouts des sub net eth1 +# - V1.2: Herve Petit 24/06/2010 +# Ajout option routers sur sub net eth1 +# - V1.3: Herve Petit 25/08/2010 +# Remplacement lame trc13 par lame trc27 a cause pb d'init_statique +# qui prennait 2 mn sur cette lame +# - V1.4: Herve Petit 18/04/2011 +# Suppression definition de la route par defaut a partir du fichier dhcp +# - V1.5: Laurent Mazet 09/05/2014 +# Netoyage +# ============================================================================ + +# DEBUT des options GLOBALES +# Les options globales s'appliqueront par defaut a tous les sous-reseaux + +# Nom de domaine +ddns-domainname "trc6500.thalesgroup.com"; +option domain-name "trc6500.thalesgroup.com"; + +# Duree du bail en secondes +default-lease-time 6000; +max-lease-time 6000; +server-name "maitre"; + +# FIN des options GLOBALES + +# DEBUT de la declaration des sous-reseaux et des machines + +subnet 10.133.26.0 netmask 255.255.255.0 +{ + next-server 10.133.26.160; + filename "pxelinux.0"; + option domain-name-servers 10.133.26.160; + option routers 10.133.26.231; + use-host-decl-names on; + authoritative; +} + +# liste des lames a completer dans l'ordre de la baie + +host trc01-rf { hardware ethernet 00:21:5E:98:98:C0; fixed-address 10.133.26.161;} +host trc02-rf { hardware ethernet 00:21:5E:98:CD:08; fixed-address 10.133.26.162;} +host trc03-rf { hardware ethernet 00:21:5E:98:94:30; fixed-address 10.133.26.163;} +host trc04-rf { hardware ethernet 00:21:5E:98:97:10; fixed-address 10.133.26.164;} +host trc05-rf { hardware ethernet 00:21:5E:98:96:58; fixed-address 10.133.26.165;} + +host trc06-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.166;} +host trc07-rf { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.167;} +host trc08-rf { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.168;} +host trc09-rf { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.26.169;} +host trc10-rf { hardware ethernet 00:00:00:00:00:05; fixed-address 10.133.26.170;} +host trc11-rf { hardware ethernet 00:00:00:00:00:06; fixed-address 10.133.26.171;} +host trc12-rf { hardware ethernet 00:00:00:00:00:07; fixed-address 10.133.26.172;} +host trc13-rf { hardware ethernet 00:00:00:00:00:08; fixed-address 10.133.26.173;} + +subnet 10.133.28.0 netmask 255.255.255.0 +{ + next-server 10.133.28.160; + filename "pxelinux.0"; + option routers 10.133.28.231; + option domain-name-servers 10.133.28.160; + use-host-decl-names on; + authoritative; +} + +host trc01 { hardware ethernet 00:21:5E:98:98:C2; fixed-address 10.133.28.161;} +host trc02 { hardware ethernet 00:21:5E:98:CD:0A; fixed-address 10.133.28.162;} +host trc03 { hardware ethernet 00:21:5E:98:94:32; fixed-address 10.133.28.163;} +host trc04 { hardware ethernet 00:21:5E:98:97:12; fixed-address 10.133.28.164;} +host trc05 { hardware ethernet 00:21:5E:98:96:5A; fixed-address 10.133.28.165;} + +host trc06 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.166;} +host trc07 { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.167;} +host trc08 { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.168;} +host trc09 { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.26.169;} +host trc10 { hardware ethernet 00:00:00:00:00:05; fixed-address 10.133.26.170;} +host trc11 { hardware ethernet 00:00:00:00:00:06; fixed-address 10.133.26.171;} +host trc12 { hardware ethernet 00:00:00:00:00:07; fixed-address 10.133.26.172;} +host trc13 { hardware ethernet 00:00:00:00:00:08; fixed-address 10.133.26.173;} + diff --git a/install/cluster/master/etc/exports b/install/cluster/master/etc/exports new file mode 100644 index 0000000..aa60cb6 --- /dev/null +++ b/install/cluster/master/etc/exports @@ -0,0 +1,32 @@ +# /etc/exports: the access control list for filesystems which may be exported +# to NFS clients. See exports(5). +# +# Example for NFSv2 and NFSv3: +# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check) +# +# Example for NFSv4: +# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check) +# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check) +# + +# ============================================================================ +# V1.1 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# - ajouts export repertoire /home/trc6500 +# - ajout option subtree_check a /opt/trc6500 +# options: +# - rw: car pour l'instant les log libtraces ecrivent dans /opt/trc6500 (sig !) +# - no_root_squash: indispensable pour les systemes diskless +# - no_subtree_check: a mettre lorsque il y a beaucoup de possibilite de renommage de fichiers +# mais moins sur +# - subtree_check: a mettre sans risque pour les exports d'arborescence en ro +# - async: ameliore les perfs mais peut ete problematique si server instable +# ============================================================================ + +/opt *(rw,async,no_root_squash,subtree_check) +/home *(rw,async,no_root_squash,no_subtree_check) +/dump *(rw,async,no_root_squash,no_subtree_check) diff --git a/install/cluster/master/etc/fstab b/install/cluster/master/etc/fstab new file mode 100644 index 0000000..1f2f303 --- /dev/null +++ b/install/cluster/master/etc/fstab @@ -0,0 +1,14 @@ +# /etc/fstab: static file system information. +# +# Use 'blkid' to print the universally unique identifier for a +# device; this may be used with UUID= as a more robust way to name devices +# that works even if disks are added and removed. See fstab(5). +# +# +# / was on /dev/sda1 during installation +UUID=51c6eae6-c179-4224-912b-2b00c6a03567 / ext4 errors=remount-ro 0 1 +# /var/media/backup was on /dev/sda3 during installation +UUID=5d23d2c7-b3bc-4043-9a29-a85236a476a4 /var/media/backup ext4 defaults 0 2 +# swap was on /dev/sda2 during installation +UUID=d69bc2f1-ea0f-47d7-ace1-5f8bb95c683a none swap sw 0 0 +/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0 diff --git a/install/cluster/master/etc/hosts.12MHzDF b/install/cluster/master/etc/hosts.12MHzDF new file mode 100644 index 0000000..313edd5 --- /dev/null +++ b/install/cluster/master/etc/hosts.12MHzDF @@ -0,0 +1,101 @@ +127.0.0.1 localhost localhost.localdomain + +# The following lines are desirable for IPv6 capable hosts +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters +ff02::3 ip6-allhosts + +# ============================================================================ +# V1.5 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# Reprise avec ajouts des interfaces adresses eth1, chassis, fusion, lsu +# gps, fe306_x, ... +# - V1.2: Herve Petit 24/05/2010 +# RA-30095: MAJ @switch sw2: ajout vlan26 10.133.26.232 et changement vlan1 +# 10.133.28.131 -> 10.133.28.232 +# - V1.3: Herve Petit 27/01/2011 +# RA-30095: Prise en compte decision CFT +# swg: 10.133.26.231, swm: 10.133.28.231 +# - V1.4: Herve Petit 03/03/2011 +# Creation des alias acq_xx +# - V1.5: Laurent Mzaet 12/06/2013 +# 10.133.28.0/24 devient le reseau principal +# +# ATTENTION: le sigle "trc" doit etre utilise avec attention car +# il est parse par plusieurs scripts d'installation +# si une ligne est rajoutee contenant ce sigle, il faut reverifier le +# bon fonctionnement des scripts d'installation +# ============================================================================ + +# =============================== +# Reseau 10.133.26.0 +# ============================== + +10.133.26.160 trc00-rf maitre-rf sup-rf fusion-rf enr00-rf +10.133.26.161 trc01-rf lsu-rf +10.133.26.162 trc02-rf acq00-rf gon00-rf +10.133.26.163 trc03-rf acq01-rf gon01-rf +10.133.26.164 trc04-rf acq02-rf gon02-rf +10.133.26.165 trc05-rf acq03-rf gon03-rf +10.133.26.166 trc06-rf acq04-rf gon04-rf +10.133.26.167 trc07-rf acq05-rf gon05-rf +10.133.26.168 trc08-rf acq06-rf gon06-rf +10.133.26.169 trc09-rf acq07-rf gon07-rf +10.133.26.170 trc10-rf acq08-rf gon08-rf +10.133.26.171 trc11-rf acq09-rf gon09-rf +10.133.26.172 trc12-rf acq10-rf gon10-rf +10.133.26.173 trc13-rf acq11-rf gon11-rf +10.133.26.174 trc14-rf acq12-rf gon12-rf +10.133.26.175 trc15-rf acq13-rf gon13-rf +10.133.26.176 trc16-rf acq14-rf gon14-rf +10.133.26.177 trc17-rf acq15-rf gon15-rf + +10.133.26.231 swg + +# =============================== +# Reseau 10.133.28.0 +# =============================== + +# prod fe306 1 110->118 +10.133.28.110 fe306-1 +# prod fe306 2 120->1285 +10.133.28.120 fe306-2 +# prod fe306 3 130->138 +10.133.28.130 fe306-3 +# prod fe306 4 140->148 +10.133.28.140 fe306-4 +# prod fe306 5 150->158 +10.133.28.150 fe306-5 + +10.133.28.160 trc00 maitre sup fusion enr00 nfsserver +10.133.28.161 trc01 lsu +10.133.28.162 trc02 acq00 gon00 +10.133.28.163 trc03 acq01 gon01 +10.133.28.164 trc04 acq02 gon02 +10.133.28.165 trc05 acq03 gon03 +10.133.28.166 trc06 acq04 gon04 +10.133.28.167 trc07 acq05 gon05 +10.133.28.168 trc08 acq06 gon06 +10.133.28.169 trc09 acq07 gon07 +10.133.28.170 trc10 acq08 gon08 +10.133.28.171 trc11 acq09 gon09 +10.133.28.172 trc12 acq10 gon10 +10.133.28.173 trc13 acq11 gon11 +10.133.28.174 trc14 acq12 gon12 +10.133.28.175 trc15 acq13 gon13 +10.133.28.176 trc16 acq14 gon14 +10.133.28.177 trc17 acq15 gon15 + +10.133.28.231 swm + +10.133.28.253 matrix +10.133.28.254 gps + +100.100.100.101 tmt diff --git a/install/cluster/master/etc/hosts.12MHzMDF b/install/cluster/master/etc/hosts.12MHzMDF new file mode 100644 index 0000000..bdd26d0 --- /dev/null +++ b/install/cluster/master/etc/hosts.12MHzMDF @@ -0,0 +1,117 @@ +127.0.0.1 localhost localhost.localdomain + +# The following lines are desirable for IPv6 capable hosts +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters +ff02::3 ip6-allhosts + +# ============================================================================ +# V1.5 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# Reprise avec ajouts des interfaces adresses eth1, chassis, fusion, lsu +# gps, fe306_x, ... +# - V1.2: Herve Petit 24/05/2010 +# RA-30095: MAJ @switch sw2: ajout vlan26 10.133.26.232 et changement vlan1 +# 10.133.28.131 -> 10.133.28.232 +# - V1.3: Herve Petit 27/01/2011 +# RA-30095: Prise en compte decision CFT +# swg: 10.133.26.231, swm: 10.133.28.231 +# - V1.4: Herve Petit 03/03/2011 +# Creation des alias acq_xx +# - V1.5: Laurent Mzaet 12/06/2013 +# 10.133.28.0/24 devient le reseau principal +# +# ATTENTION: le sigle "trc" doit etre utilise avec attention car +# il est parse par plusieurs scripts d'installation +# si une ligne est rajoutee contenant ce sigle, il faut reverifier le +# bon fonctionnement des scripts d'installation +# ============================================================================ + +# =============================== +# Reseau 10.133.26.0 +# ============================== + +10.133.26.160 trc00-rf maitre-rf sup-rf fusion-rf enr00-rf +10.133.26.161 trc01-rf lsu-rf +10.133.26.162 trc02-rf acq00-rf gon00-rf +10.133.26.163 trc03-rf acq01-rf gon01-rf +10.133.26.164 trc04-rf acq02-rf gon02-rf +10.133.26.165 trc05-rf acq03-rf gon03-rf +10.133.26.166 trc06-rf acq04-rf gon04-rf +10.133.26.167 trc07-rf acq05-rf gon05-rf +10.133.26.168 trc08-rf acq06-rf gon06-rf +10.133.26.169 trc09-rf acq07-rf gon07-rf +10.133.26.170 trc10-rf acq08-rf gon08-rf +10.133.26.171 trc11-rf acq09-rf gon09-rf +10.133.26.172 trc12-rf acq10-rf gon10-rf +10.133.26.173 trc13-rf acq11-rf gon11-rf +10.133.26.174 trc14-rf acq12-rf gon12-rf +10.133.26.175 trc15-rf acq13-rf gon13-rf +10.133.26.176 trc16-rf acq14-rf gon14-rf +10.133.26.177 trc17-rf acq15-rf gon15-rf +10.133.26.178 trc18-rf mon00-rf +10.133.26.179 trc19-rf mon01-rf +10.133.26.180 trc20-rf mon02-rf +10.133.26.181 trc21-rf mon03-rf +10.133.26.182 trc22-rf mon04-rf +10.133.26.183 trc23-rf mon05-rf +10.133.26.184 trc24-rf mon06-rf +10.133.26.185 trc25-rf mon07-rf + +10.133.26.231 swg + +# =============================== +# Reseau 10.133.28.0 +# =============================== + +# prod fe306 1 110->118 +10.133.28.110 fe306-1 +# prod fe306 2 120->1285 +10.133.28.120 fe306-2 +# prod fe306 3 130->138 +10.133.28.130 fe306-3 +# prod fe306 4 140->148 +10.133.28.140 fe306-4 +# prod fe306 5 150->158 +10.133.28.150 fe306-5 + +10.133.28.160 trc00 maitre sup fusion enr00 nfsserver +10.133.28.161 trc01 lsu +10.133.28.162 trc02 acq00 gon00 +10.133.28.163 trc03 acq01 gon01 +10.133.28.164 trc04 acq02 gon02 +10.133.28.165 trc05 acq03 gon03 +10.133.28.166 trc06 acq04 gon04 +10.133.28.167 trc07 acq05 gon05 +10.133.28.168 trc08 acq06 gon06 +10.133.28.169 trc09 acq07 gon07 +10.133.28.170 trc10 acq08 gon08 +10.133.28.171 trc11 acq09 gon09 +10.133.28.172 trc12 acq10 gon10 +10.133.28.173 trc13 acq11 gon11 +10.133.28.174 trc14 acq12 gon12 +10.133.28.175 trc15 acq13 gon13 +10.133.28.176 trc16 acq14 gon14 +10.133.28.177 trc17 acq15 gon15 +10.133.28.178 trc18 mon00 +10.133.28.179 trc19 mon01 +10.133.28.180 trc20 mon02 +10.133.28.181 trc21 mon03 +10.133.28.182 trc22 mon04 +10.133.28.183 trc23 mon05 +10.133.28.184 trc24 mon06 +10.133.28.185 trc25 mon07 + +10.133.28.231 swm + +10.133.28.253 matrix +10.133.28.254 gps + +100.100.100.101 tmt diff --git a/install/cluster/master/etc/hosts.30MHz b/install/cluster/master/etc/hosts.30MHz new file mode 100644 index 0000000..54523fa --- /dev/null +++ b/install/cluster/master/etc/hosts.30MHz @@ -0,0 +1,122 @@ +127.0.0.1 localhost localhost.localdomain + +# The following lines are desirable for IPv6 capable hosts +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters +ff02::3 ip6-allhosts + +# ============================================================================ +# V1.5 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# Reprise avec ajouts des interfaces adresses eth1, chassis, fusion, lsu +# gps, fe306_x, ... +# - V1.2: Herve Petit 24/05/2010 +# RA-30095: MAJ @switch sw2: ajout vlan26 10.133.26.232 et changement vlan1 +# 10.133.28.131 -> 10.133.28.232 +# - V1.3: Herve Petit 27/01/2011 +# RA-30095: Prise en compte decision CFT +# swg: 10.133.26.231, swm: 10.133.28.231 +# - V1.4: Herve Petit 03/03/2011 +# Creation des alias acq_xx +# - V1.5: Laurent Mazet 12/06/2013 +# 10.133.28.0/24 devient le reseau principal +# +# ATTENTION: le sigle "trc" doit etre utilise avec attention car +# il est parse par plusieurs scripts d'installation +# si une ligne est rajoutee contenant ce sigle, il faut reverifier le +# bon fonctionnement des scripts d'installation +# ============================================================================ + +# =============================== +# Reseau 10.133.26.0 +# ============================== + +10.133.26.160 trc00-rf maitre-rf sup-rf fusion-rf enr00-rf +10.133.26.161 trc01-rf lsu-rf +10.133.26.162 trc02-rf acq00-rf gon00-rf +10.133.26.163 trc03-rf acq01-rf gon01-rf +10.133.26.164 trc04-rf acq02-rf gon02-rf +10.133.26.165 trc05-rf acq03-rf gon03-rf +10.133.26.166 trc06-rf acq04-rf gon04-rf +10.133.26.167 trc07-rf acq05-rf gon05-rf +10.133.26.168 trc08-rf acq06-rf gon06-rf +10.133.26.169 trc09-rf acq07-rf gon07-rf +10.133.26.170 trc10-rf acq08-rf gon08-rf +10.133.26.171 trc11-rf acq09-rf gon09-rf +10.133.26.172 trc12-rf acq10-rf gon10-rf +10.133.26.173 trc13-rf acq11-rf gon11-rf +10.133.26.174 trc14-rf acq12-rf gon12-rf +10.133.26.175 trc15-rf acq13-rf gon13-rf +10.133.26.176 trc16-rf acq14-rf gon14-rf +10.133.26.177 trc17-rf acq15-rf gon15-rf +10.133.26.178 trc18-rf acq16-rf gon16-rf +10.133.26.179 trc19-rf acq17-rf gon17-rf +10.133.26.180 trc20-rf acq18-rf gon18-rf +10.133.26.181 trc21-rf acq19-rf gon19-rf +10.133.26.182 trc22-rf acq20-rf gon20-rf +10.133.26.183 trc23-rf acq21-rf gon21-rf +10.133.26.184 trc24-rf acq22-rf gon22-rf +10.133.26.185 trc25-rf acq23-rf gon23-rf +10.133.26.186 trc26-rf mon00-rf +10.133.26.187 trc27-rf mon01-rf + +10.133.26.231 swg swg1 #swg2 +10.133.26.232 swg2 + +# =============================== +# Reseau 10.133.28.0 +# =============================== + +# prod fe306 1 110->118 +10.133.28.110 fe306-1 +# prod fe306 2 120->128 +10.133.28.120 fe306-2 +# prod fe306 3 130->138 +10.133.28.130 fe306-3 +# prod fe306 4 140->148 +10.133.28.140 fe306-4 +# prod fe306 5 150->158 +10.133.28.150 fe306-5 + +10.133.28.160 trc00 maitre sup fusion enr00 nfsserver +10.133.28.161 trc01 lsu +10.133.28.162 trc02 acq00 gon00 +10.133.28.163 trc03 acq01 gon01 +10.133.28.164 trc04 acq02 gon02 +10.133.28.165 trc05 acq03 gon03 +10.133.28.166 trc06 acq04 gon04 +10.133.28.167 trc07 acq05 gon05 +10.133.28.168 trc08 acq06 gon06 +10.133.28.169 trc09 acq07 gon07 +10.133.28.170 trc10 acq08 gon08 +10.133.28.171 trc11 acq09 gon09 +10.133.28.172 trc12 acq10 gon10 +10.133.28.173 trc13 acq11 gon11 +10.133.28.174 trc14 acq12 gon12 +10.133.28.175 trc15 acq13 gon13 +10.133.28.176 trc16 acq14 gon14 +10.133.28.177 trc17 acq15 gon15 +10.133.28.178 trc18 acq16 gon16 +10.133.28.179 trc19 acq17 gon17 +10.133.28.180 trc20 acq18 gon18 +10.133.28.181 trc21 acq19 gon19 +10.133.28.182 trc22 acq20 gon20 +10.133.28.183 trc23 acq21 gon21 +10.133.28.184 trc24 acq22 gon22 +10.133.28.185 trc25 acq23 gon23 +10.133.28.186 trc26 mon00 +10.133.28.187 trc27 mon01 + +10.133.28.231 swm + +10.133.28.253 matrix +10.133.28.254 gps + +100.100.100.101 tmt diff --git a/install/cluster/master/etc/hosts.8MHz b/install/cluster/master/etc/hosts.8MHz new file mode 100644 index 0000000..c06d77c --- /dev/null +++ b/install/cluster/master/etc/hosts.8MHz @@ -0,0 +1,62 @@ +127.0.0.1 localhost localhost.localdomain + +# The following lines are desirable for IPv6 capable hosts +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters +ff02::3 ip6-allhosts + +# ============================================================================ +# V1.0 +# Copyright (C) THALES. All rights reserved +# Author: Thomas Perennou +# +# ATTENTION: le sigle "trc" doit etre utilise avec attention car +# il est parse par plusieurs scripts d'installation +# si une ligne est rajoutee contenant ce sigle, il faut reverifier le +# bon fonctionnement des scripts d'installation +# ============================================================================ + +# =============================== +# Reseau 10.133.26.0 +# ============================== + +10.133.26.160 trc00-rf maitre-rf sup-rf fusion-rf +10.133.26.161 trc01-rf acq00-rf gon00-rf +10.133.26.162 trc02-rf acq01-rf gon01-rf +10.133.26.163 trc03-rf acq02-rf mon00-rf +10.133.26.164 trc04-rf acq03-rf mon01-rf +10.133.26.80 trc05-rf acq04-rf enr00-rf + +10.133.26.231 swg swg1 + +# =============================== +# Reseau 10.133.28.0 +# =============================== + +# prod fe306 1 110->118 +10.133.28.110 fe306-1 +# prod fe306 2 120->1285 +10.133.28.120 fe306-2 +# prod fe306 3 130->138 +10.133.28.130 fe306-3 +# prod fe306 4 140->148 +10.133.28.140 fe306-4 +# prod fe306 5 150->158 +10.133.28.150 fe306-5 + +10.133.28.160 trc00 maitre sup fusion nfsserver +10.133.28.161 trc01 acq00 gon00 +10.133.28.162 trc02 acq01 gon01 +10.133.28.163 trc03 acq02 mon00 +10.133.28.164 trc04 acq03 mon01 +10.133.28.80 trc05 acq04 enr00 + +10.133.28.231 swm + +10.133.28.253 matrix +10.133.28.254 gps + +100.100.100.101 tmt diff --git a/install/cluster/master/etc/inetd.conf b/install/cluster/master/etc/inetd.conf new file mode 100644 index 0000000..cc53dd7 --- /dev/null +++ b/install/cluster/master/etc/inetd.conf @@ -0,0 +1,49 @@ +# /etc/inetd.conf: see inetd(8) for further informations. +# +# Internet superserver configuration database +# +# +# Lines starting with "#:LABEL:" or "##" should not +# be changed unless you know what you are doing! +# +# If you want to disable an entry so it isn't touched during +# package updates just comment it out with a single '#' character. +# +# Packages should modify this file by using update-inetd(8) +# +# +# +#:INTERNAL: Internal services +#discard stream tcp nowait root internal +#discard dgram udp wait root internal +#daytime stream tcp nowait root internal +#time stream tcp nowait root internal + +#:STANDARD: These are standard services. + +#:BSD: Shell, login, exec and talk are BSD protocols. + +#:MAIL: Mail, news and uucp services. + +#:INFO: Info services + +#:BOOT: TFTP service is provided primarily for booting. Most sites +# run this only on machines acting as "boot servers." +# ============================================================================ +# V1.0 +# Copyright (C) THALES. All rights reserved +# Author: Herve Petit +# Date : 03/09/2010 +# Modification: +# - Suppression demarrage serveur tftp pour qu'il ne soit pas en concurrence +# du serveur atftpd lance en stand alone du capteur +# ============================================================================ +#tftp dgram udp4 wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /srv/tftp + +#:RPC: RPC based services + +#:HAM-RADIO: amateur-radio services + +#:OTHER: Other services +## netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd + diff --git a/install/cluster/master/etc/init.d/etherwake b/install/cluster/master/etc/init.d/etherwake new file mode 100755 index 0000000..4c10152 --- /dev/null +++ b/install/cluster/master/etc/init.d/etherwake @@ -0,0 +1,82 @@ +#!/bin/sh +VER=1.3 +# ============================================================================ +# +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# - V1.1: Herve Petit 10/03/2010 +# reprise de la commande recuperation des @mac pour prendre +# en compte le fait que l'interface eth1 a ete configuree +# - V1.2: Herve Petit 04/06/2010 +# etude probleme non demarrage lames esclave par tuning temps total et +# temps entre 2 wake +# - V1.3: Laurent Mazet 02/05/2013 +# Daemonisation +# ============================================================================ + +### BEGIN INIT INFO +# Provides: etherwake +# Required-Start: $network +# Required-Stop: +# Should-Start: +# Default-Start: S +# Default-Stop: +# Short-Description: EW cluster blades +# Description: Boot all cluster blades by EtherWake protocol +### END INIT INFO + +DHCPCONF=/etc/dhcp/dhcpd.conf +GROUP_SIZE=5 +NB_TRY=1 +ENABLE="yes" + +PATH=/sbin:/usr/sbin:/bin:/usr/bin +[ -f /etc/default/etherwake ] && . /etc/default/etherwake +[ "$ENABLE" = "yes" ] || exit 0 + +. /lib/lsb/init-functions + +do_start () { + + log_action_msg "Activate EtherWake" + + n=0 + while [ $NB_TRY -gt 0 ]; do + + for mac in $(awk '{sub(/#.*/, "")} /trc[0-9]/ && /-rf/ {gsub(/;/, " "); print $6}' $DHCPCONF); do + host=$(awk '{sub(/#.*/, "")} /'$mac'/ {print $2}' $DHCPCONF) + + log_action_msg "Wake-up $host ($mac)" + etherwake $mac + + n=$(expr $n + 1) + [ $(expr $n % $GROUP_SIZE) -eq 0 ] && sleep 1 + + done + + NB_TRY=$(expr $NB_TRY - 1) + done +} + +case "$1" in + -v) + echo "$(basename $0), version $VER" + ;; + start) + do_start + ;; + restart|reload|force-reload) + echo "Error: argument '$1' not supported" >&2 + exit 3 + ;; + stop) + # No-op + ;; + *) + echo "Usage: $0 start|stop" >&2 + exit 3 + ;; +esac + +# vim:set tabstop=4 expandtab shiftwidth=4: diff --git a/install/cluster/master/etc/init.d/shutdownallblades b/install/cluster/master/etc/init.d/shutdownallblades new file mode 100755 index 0000000..29cfd31 --- /dev/null +++ b/install/cluster/master/etc/init.d/shutdownallblades @@ -0,0 +1,91 @@ +#!/bin/bash -e +VER=1.3 +# ============================================================================ +# +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# - V1.1: Herve Petit 10/03/2010 +# - Raffinage du calcul du nb de lames pour prendre en compte +# que les interfaces eth1 sont aussi declarees dans /etc/hosts +# - Ajout appel a reboot_fe306.sh +# - V1.2: Herve Petit 02/06/2010 +# - Ajout sleep 1 entre chaque appel reboot_fe306.sh car sinon seule la +# derniere fe306 etait rebootee +# - V1.3: Laurent Mazet 17/05/2013 +# ============================================================================ + +### BEGIN INIT INFO +# Provides: shutdownallblades +# Required-Start: +# Required-Stop: nfs-kernel-server +# Default-Start: +# Default-Stop: 0 1 6 +# Short-Description: Shutdown all blades +# Description: +### END INIT INFO + +REBOOT="no" +TIMEOUT=15 +ENABLE="yes" + +PATH=/sbin:/usr/sbin:/bin:/usr/bin +[ -f /etc/default/shutdownallblades ] && . /etc/default/shutdownallblades +[ "$ENABLE" = "yes" ] || exit 0 + +. /lib/lsb/init-functions + +do_stop () { + + # command + cmd="halt" + [ "$REBOOT" = "yes" -a ! "$(runlevel | cut -d' ' -f2)" = "0" ] && cmd="reboot" + + # stop lg6500core + lg6500core=/opt/trc6500/script/stop_trc6500.sh + if [ -x $lg6500core ]; then + log_action_msg "stoping lg6500core" + $lg6500core + fi + + # fe306 reboot + fe306=/opt/trc6500/script/reboot_fe306.sh + if [ -x $fe306 ]; then + for id in $(seq 1 6); do + host=fe306-$id + grep $host /etc/hosts >&/dev/null || continue + ( ping -c 1 $host >&/dev/null && { log_action_msg "shutdowning $host"; $fe306 -i $host >&/dev/null; } ) & + done + fi + + # shutdown all blades + for host in $(awk '{sub(/#.*/, "")} /trc[0-9][0-9]/ && ! /-rf/ {print $2}' /etc/dhcp/dhcpd.conf); do + grep $host /etc/hosts >&/dev/null || continue + ( ping -c 1 $host >&/dev/null && { log_action_msg "shutdowning ${host/_1}"; ssh root@$host service $cmd stop; } ) & + done + + trap "echo 'timeout expired ($TIMEOUT)'; exit 0;" SIGVTALRM + ( sleep $TIMEOUT; kill -SIGVTALRM $$ ) & + + wait +} + +case "$1" in + -v) + echo "$(basename $0), version $VER" + ;; + start) + # No-op + ;; + restart|reload|force-reload) + echo "Error: argument '$1' not supported" >&2 + exit 3 + ;; + stop) + do_stop + ;; + *) + echo "Usage: $0 start|stop" >&2 + exit 3 + ;; +esac diff --git a/install/cluster/master/etc/init.d/waitslaves b/install/cluster/master/etc/init.d/waitslaves new file mode 100755 index 0000000..2354742 --- /dev/null +++ b/install/cluster/master/etc/init.d/waitslaves @@ -0,0 +1,57 @@ +#!/bin/sh +VER=1.0 +# ============================================================================ +# +# Copyright (C) THALES. All rights reserved +# Author: Thomas Perennou (Viveris Technologies) +# Date : 21/05/2014 +# ============================================================================ + +### BEGIN INIT INFO +# Provides: waitslaves +# Required-Start: $network $sshd isc-dhcp-server atftpd nfs-kernel-server wakeonlan etherwake +# Required-Stop: +# Should-Start: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Wait cluster slave blades +# Description: Wait for all cluster slave blades are ready for running +### END INIT INFO + +ENABLE="yes" +SCRIPT=/opt/trc6500/script/check_network.sh +TIMEOUT=360 + +PATH=/sbin:/usr/sbin:/bin:/usr/bin +[ -f /etc/default/waitslaves ] && . /etc/default/waitslaves +[ -x $SCRIPT ] || exit 1 +[ "$ENABLE" = "yes" ] || exit 0 + +. /lib/lsb/init-functions + +do_start () { + log_action_msg "Waite all slave blades" + $SCRIPT -t $TIMEOUT -w -c 'test -e /home/trc6500 && echo ok' +} + +case "$1" in + -v) + echo "$(basename $0), version $VER" + ;; + start) + do_start + ;; + restart|reload|force-reload) + echo "Error: argument '$1' not supported" >&2 + exit 3 + ;; + stop) + # No-op + ;; + *) + echo "Usage: $0 start|stop" >&2 + exit 3 + ;; +esac + +# vim:set tabstop=4 expandtab shiftwidth=4: diff --git a/install/cluster/master/etc/init.d/wakeonlan b/install/cluster/master/etc/init.d/wakeonlan new file mode 100755 index 0000000..a91473a --- /dev/null +++ b/install/cluster/master/etc/init.d/wakeonlan @@ -0,0 +1,71 @@ +#!/bin/sh +VER=1.3 +# ============================================================================ +# +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# - V1.1: Herve Petit 10/03/2010 +# reprise de la commande recuperation des @mac et @broadcast pour prendre +# en compte le fait que l'interface eth1 a ete configuree +# - V1.2: Thomas Perennou 25/03/2013 +# Adaptation Wheezy et simplification des recuperation des adresses mac +# et de broadcast +# - V1.4: Laurent Mazet 09/05/2014 +# Daemonisation +# ============================================================================ + +### BEGIN INIT INFO +# Provides: wakeonlan +# Required-Start: $network +# Required-Stop: +# Should-Start: +# Default-Start: S +# Default-Stop: +# Short-Description: WOL cluster blades +# Description: Boot all cluster blades by WakeOnLan protocol +### END INIT INFO + +DHCPCONF=/etc/dhcp/dhcpd.conf +ENABLE="yes" + +PATH=/sbin:/usr/sbin:/bin:/usr/bin +[ -f /etc/default/wakeonlan ] && . /etc/default/wakeonlan +[ "$ENABLE" = "yes" ] || exit 0 + +. /lib/lsb/init-functions + +do_start () { + + log_action_msg "Activate Wake On Lan" + + mac=$(awk '{ sub(/#.*/, "") } /trc[0-9]/ && ! /-rf/ { gsub(/;/, " "); print $6}' $DHCPCONF) + broadcast=$(ip add show dev eth1 |awk '$1=="inet" {sub(/\/.*/, ""); sub(/\.[0-9]*$/, ".255", $2); print $2; exit}') + + for m in $mac; do + log_action_msg "Wake-up $broadcast ($m)" + wakeonlan -p 7 -i $broadcast $m + done +} + +case "$1" in + -v) + echo "$(basename $0), version $VER" + ;; + start) + do_start + ;; + restart|reload|force-reload) + echo "Error: argument '$1' not supported" >&2 + exit 3 + ;; + stop) + # No-op + ;; + *) + echo "Usage: $0 start|stop" >&2 + exit 3 + ;; +esac + +# vim:set tabstop=4 expandtab shiftwidth=4: diff --git a/install/cluster/master/etc/initramfs-tools/scripts/tftp b/install/cluster/master/etc/initramfs-tools/scripts/tftp new file mode 100644 index 0000000..4e6caa0 --- /dev/null +++ b/install/cluster/master/etc/initramfs-tools/scripts/tftp @@ -0,0 +1,33 @@ +# TRC6500 specific mount sequence -*- shell-script -*- + +mountroot () +{ + + # configure ethernet + ipconfig -c dhcp eth0 + ipconfig -c dhcp eth1 + + mount -t ramfs /dev/ram0 ${rootmnt} + + # download all tarballs + for f in $(echo ${tarballs} | sed 's/,/ /g'); do + log_begin_msg "download $f" + tftp -b 32764 -g -r $f ${tftpserver} + log_begin_msg "Extract $f into ${rootmnt}" + log_end_msg + tar xzf $f -C ${rootmnt} || exec /bin/sh + rm -f $f + done + + # remove files predeced by tilde + for f in $(find ${rootmnt} -name '~*'); do + o=$(echo $f | sed 's/\/~/\//') + [ -f $o ] && rm -rf $o $f + done + + # execute files predeced by plus + for f in $(find ${rootmnt} -name '+*'); do + [ -x $f ] && ./$f + [ -f $f ] && rm -f $f + done +} diff --git a/install/cluster/master/etc/iptables/rules.v4 b/install/cluster/master/etc/iptables/rules.v4 new file mode 100644 index 0000000..639b348 --- /dev/null +++ b/install/cluster/master/etc/iptables/rules.v4 @@ -0,0 +1,16 @@ +# Generated by iptables-save v1.4.14 on Mon May 26 12:30:04 2014 +*filter +:INPUT ACCEPT [198143:895448841] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [188511:140603384] +COMMIT +# Completed on Mon May 26 12:30:04 2014 +# Generated by iptables-save v1.4.14 on Mon May 26 12:30:04 2014 +*nat +:PREROUTING ACCEPT [11:1385] +:INPUT ACCEPT [11:1385] +:OUTPUT ACCEPT [54:6828] +:POSTROUTING ACCEPT [54:6828] +-A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8080 +COMMIT +# Completed on Mon May 26 12:30:04 2014 diff --git a/install/cluster/master/etc/logrotate.d/trc6500 b/install/cluster/master/etc/logrotate.d/trc6500 new file mode 100644 index 0000000..5fa509b --- /dev/null +++ b/install/cluster/master/etc/logrotate.d/trc6500 @@ -0,0 +1,8 @@ +/var/log/trc6500.log { + rotate 15 + daily + compress + missingok + notifempty +} + diff --git a/install/cluster/master/etc/modules b/install/cluster/master/etc/modules new file mode 100644 index 0000000..cdd7feb --- /dev/null +++ b/install/cluster/master/etc/modules @@ -0,0 +1,13 @@ +# /etc/modules: kernel modules to load at boot time. +# +# This file contains the names of kernel modules that should be loaded +# at boot time, one per line. Lines beginning with "#" are ignored. +# Parameters can be specified after the module name. + +loop +ipmi_devintf +ipmi_si + +# Generated by sensors-detect on Tue May 20 12:30:20 2014 +# Chip drivers +coretemp diff --git a/install/cluster/master/etc/network/interfaces b/install/cluster/master/etc/network/interfaces new file mode 100644 index 0000000..843ddaa --- /dev/null +++ b/install/cluster/master/etc/network/interfaces @@ -0,0 +1,44 @@ +# This file describes the network interfaces available on your system +# and how to activate them. For more information, see interfaces(5). + +# The loopback network interface +auto lo +iface lo inet loopback + +# The primary network interface +auto eth0 +iface eth0 inet static + address 10.133.26.160 + netmask 255.255.255.0 + network 10.133.26.0 + broadcast 10.133.26.255 + pre-up ip addr flush dev eth0 + # FE306 pano + post-up ip route add 238.75.0.0/16 dev eth0 + # FE306 WP channels + # Pour prod voie PV 2eme octet vaut 111X XX11 (cf. libfreqplan/freqplancommon.h) + # => on met val de base vaut 224 (1110 0000) et mask a 224 (1110 0000) + # => 2eme octet associe aux valeurs de 224 a 255 + post-up ip route add 238.224.0.0/11 dev eth0 + + +# The secondary network interface +auto eth1 +iface eth1 inet static + address 10.133.28.160 + netmask 255.255.255.0 + network 10.133.28.0 + broadcast 10.133.28.255 + gateway 10.133.28.231 + pre-up ip addr flush dev eth1 + # FE306 authentification + post-up ip route add 238.0.0.0/24 dev eth1 + # FE306 RF channels + # Pour prod voie RF 2eme octet vaut 110X XX11 (cf. libfreqplan/freqplancommon.h) + # => on met val de base vaut 192 (1100 0000) et mask a 224 (1110 0000) + # => 2eme octet associe aux valeurs de 192 a 223 + post-up ip route add 238.192.0.0/11 dev eth1 + # Delay line + post-up ip route add 239.0.0.0/8 dev eth1 + # Sensor prod + post-up ip route add 225.0.0.0/8 dev eth1 diff --git a/install/cluster/master/etc/nsswitch.conf b/install/cluster/master/etc/nsswitch.conf new file mode 100644 index 0000000..4ed0c8f --- /dev/null +++ b/install/cluster/master/etc/nsswitch.conf @@ -0,0 +1,19 @@ +# /etc/nsswitch.conf +# +# Example configuration of GNU Name Service Switch functionality. +# If you have the `glibc-doc-reference' and `info' packages installed, try: +# `info libc "Name Service Switch"' for information about this file. + +passwd: files +group: files +shadow: files + +hosts: files +networks: files + +protocols: db files +services: db files +ethers: db files +rpc: db files + +netgroup: nis diff --git a/install/cluster/master/etc/rproxy/sites.csv b/install/cluster/master/etc/rproxy/sites.csv new file mode 100644 index 0000000..6589008 --- /dev/null +++ b/install/cluster/master/etc/rproxy/sites.csv @@ -0,0 +1,8 @@ +# Host;portExt;portInt +fe306-1;8110;80 +fe306-2;8120;80 +fe306-3;8130;80 +fe306-4;8140;80 +fe306-5;8150;80 +swg1;8231;80 +swg2;8232;80 diff --git a/install/cluster/master/etc/rsyslog.conf b/install/cluster/master/etc/rsyslog.conf new file mode 100644 index 0000000..13e8ad6 --- /dev/null +++ b/install/cluster/master/etc/rsyslog.conf @@ -0,0 +1,121 @@ +# /etc/rsyslog.conf Configuration file for rsyslog. +# +# For more information see +# /usr/share/doc/rsyslog-doc/html/rsyslog_conf.html + + +################# +#### MODULES #### +################# + +$ModLoad imuxsock # provides support for local system logging +$ModLoad imklog # provides kernel logging support +$ModLoad immark # provides --MARK-- message capability + +# provides UDP syslog reception +$ModLoad imudp +$UDPServerRun 514 + +# provides TCP syslog reception +#$ModLoad imtcp +#$InputTCPServerRun 514 + + +########################### +#### GLOBAL DIRECTIVES #### +########################### + +# +# Use traditional timestamp format. +# To enable high precision timestamps, comment out the following line. +# +$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat + +# +# Set the default permissions for all log files. +# +$FileOwner root +$FileGroup adm +$FileCreateMode 0640 +$DirCreateMode 0755 +$Umask 0022 + +# +# Where to place spool and state files +# +$WorkDirectory /var/spool/rsyslog + +# +# Include all config files in /etc/rsyslog.d/ +# +$IncludeConfig /etc/rsyslog.d/*.conf + + +############### +#### RULES #### +############### + +# +# First some standard log files. Log by facility. +# +auth,authpriv.* /var/log/auth.log +*.*;auth,authpriv.none -/var/log/syslog +#cron.* /var/log/cron.log +daemon.* -/var/log/daemon.log +kern.* -/var/log/kern.log +lpr.* -/var/log/lpr.log +mail.* -/var/log/mail.log +user.* -/var/log/user.log + +# +# Logging for the mail system. Split it up so that +# it is easy to write scripts to parse these files. +# +mail.info -/var/log/mail.info +mail.warn -/var/log/mail.warn +mail.err /var/log/mail.err + +# +# Logging for INN news system. +# +news.crit /var/log/news/news.crit +news.err /var/log/news/news.err +news.notice -/var/log/news/news.notice + +# +# Some "catch-all" log files. +# +*.=debug;\ + auth,authpriv.none;\ + news.none;mail.none -/var/log/debug +*.=info;*.=notice;*.=warn;\ + auth,authpriv.none;\ + cron,daemon.none;\ + mail,news.none -/var/log/messages + +# +# Emergencies are sent to everybody logged in. +# +*.emerg :omusrmsg:* + +# +# I like to have messages displayed on the console, but only on a virtual +# console I usually leave idle. +# +#daemon,mail.*;\ +# news.=crit;news.=err;news.=notice;\ +# *.=debug;*.=info;\ +# *.=notice;*.=warn /dev/tty8 + +# The named pipe /dev/xconsole is for the `xconsole' utility. To use it, +# you must invoke `xconsole' with the `-file' option: +# +# $ xconsole -file /dev/xconsole [...] +# +# NOTE: adjust the list below, or you'll go crazy if you have a reasonably +# busy site.. +# +daemon.*;mail.*;\ + news.err;\ + *.=debug;*.=info;\ + *.=notice;*.=warn |/dev/xconsole diff --git a/install/cluster/master/etc/snmp/snmpd.conf b/install/cluster/master/etc/snmp/snmpd.conf new file mode 100644 index 0000000..436f30d --- /dev/null +++ b/install/cluster/master/etc/snmp/snmpd.conf @@ -0,0 +1,197 @@ +############################################################################### +# +# EXAMPLE.conf: +# An example configuration file for configuring the Net-SNMP agent ('snmpd') +# See the 'snmpd.conf(5)' man page for details +# +# Some entries are deliberately commented out, and will need to be explicitly activated +# +############################################################################### +# +# AGENT BEHAVIOUR +# + +# Listen for connections from the local system only +#agentAddress udp:127.0.0.1:161 +# Listen for connections on all interfaces (both IPv4 *and* IPv6) +#agentAddress udp:161,udp6:[::1]:161 + + + +############################################################################### +# +# SNMPv3 AUTHENTICATION +# +# Note that these particular settings don't actually belong here. +# They should be copied to the file /var/lib/snmp/snmpd.conf +# and the passwords changed, before being uncommented in that file *only*. +# Then restart the agent + +# createUser authOnlyUser MD5 "remember to change this password" +# createUser authPrivUser SHA "remember to change this one too" DES +# createUser internalUser MD5 "this is only ever used internally, but still change the password" + +# If you also change the usernames (which might be sensible), +# then remember to update the other occurances in this example config file to match. + + + +############################################################################### +# +# ACCESS CONTROL +# + + # system + hrSystem groups only +view systemonly included .1.3.6.1.2.1.1 +view systemonly included .1.3.6.1.2.1.25.1 + + # Full access from the local host +#rocommunity public localhost + # Default access to basic system info +# rocommunity public default -V systemonly +rocommunity public + # Full access from an example network + # Adjust this network address to match your local + # settings, change the community string, + # and check the 'agentAddress' setting above +#rocommunity secret 10.0.0.0/16 + + # Full read-only access for SNMPv3 + rouser authOnlyUser + # Full write access for encrypted requests + # Remember to activate the 'createUser' lines above +#rwuser authPrivUser priv + +# It's no longer typically necessary to use the full 'com2sec/group/access' configuration +# r[ou]user and r[ow]community, together with suitable views, should cover most requirements + + + +############################################################################### +# +# SYSTEM INFORMATION +# + +# Note that setting these values here, results in the corresponding MIB objects being 'read-only' +# See snmpd.conf(5) for more details +sysLocation Sitting on the Dock of the Bay +sysContact Me + # Application + End-to-End layers +sysServices 72 + + +# +# Process Monitoring +# + # At least one 'mountd' process +proc mountd + # No more than 4 'ntalkd' processes - 0 is OK +proc ntalkd 4 + # At least one 'sendmail' process, but no more than 10 +proc sendmail 10 1 + +# Walk the UCD-SNMP-MIB::prTable to see the resulting output +# Note that this table will be empty if there are no "proc" entries in the snmpd.conf file + + +# +# Disk Monitoring +# + # 10MBs required on root disk, 5% free on /var, 10% free on all other disks +disk / 10000 +disk /var 5% +includeAllDisks 10% + +# Walk the UCD-SNMP-MIB::dskTable to see the resulting output +# Note that this table will be empty if there are no "disk" entries in the snmpd.conf file + + +# +# System Load +# + # Unacceptable 1-, 5-, and 15-minute load averages +load 12 10 5 + +# Walk the UCD-SNMP-MIB::laTable to see the resulting output +# Note that this table *will* be populated, even without a "load" entry in the snmpd.conf file + + + +############################################################################### +# +# ACTIVE MONITORING +# + + # send SNMPv1 traps +# trapsink localhost public + # send SNMPv2c traps +trap2sink localhost public + # send SNMPv2c INFORMs +#informsink localhost public + +# Note that you typically only want *one* of these three lines +# Uncommenting two (or all three) will result in multiple copies of each notification. + + +# +# Event MIB - automatically generate alerts +# + # Remember to activate the 'createUser' lines above +iquerySecName internalUser +rouser internalUser + # generate traps on UCD error conditions +#defaultMonitors yes + # generate traps on linkUp/Down +linkUpDownNotifications yes + + + +############################################################################### +# +# EXTENDING THE AGENT +# + +# +# Arbitrary extension commands +# + extend test1 /bin/echo Hello, world! + extend-sh test2 echo Hello, world! ; echo Hi there ; exit 35 +#extend-sh test3 /bin/sh /tmp/shtest + +# Note that this last entry requires the script '/tmp/shtest' to be created first, +# containing the same three shell commands, before the line is uncommented + +# Walk the NET-SNMP-EXTEND-MIB tables (nsExtendConfigTable, nsExtendOutput1Table +# and nsExtendOutput2Table) to see the resulting output + +# Note that the "extend" directive supercedes the previous "exec" and "sh" directives +# However, walking the UCD-SNMP-MIB::extTable should still returns the same output, +# as well as the fuller results in the above tables. + + +# +# "Pass-through" MIB extension command +# +#pass .1.3.6.1.4.1.8072.2.255 /bin/sh PREFIX/local/passtest +#pass .1.3.6.1.4.1.8072.2.255 /usr/bin/perl PREFIX/local/passtest.pl + +# Note that this requires one of the two 'passtest' scripts to be installed first, +# before the appropriate line is uncommented. +# These scripts can be found in the 'local' directory of the source distribution, +# and are not installed automatically. + +# Walk the NET-SNMP-PASS-MIB::netSnmpPassExamples subtree to see the resulting output + + +# +# AgentX Sub-agents +# + # Run as an AgentX master agent + master agentx + # Listen for network connections (from localhost) + # rather than the default named socket /var/agentx/master +#agentXSocket tcp:localhost:705 +rwcommunity private 10.133.28.160 +rocommunity readall +rwcommunity private localhost +pass_persist -p 100 .1.3.6.1.4.1.50005.1 /usr/bin/perl -x/opt/trc6500/snmp/ /opt/trc6500/snmp/THALES-TRC6500.pl diff --git a/install/cluster/master/etc/ssh/ssh_config b/install/cluster/master/etc/ssh/ssh_config new file mode 100644 index 0000000..0cbcbb1 --- /dev/null +++ b/install/cluster/master/etc/ssh/ssh_config @@ -0,0 +1,53 @@ + +# This is the ssh client system-wide configuration file. See +# ssh_config(5) for more information. This file provides defaults for +# users, and the values can be changed in per-user configuration files +# or on the command line. + +# Configuration data is parsed as follows: +# 1. command line options +# 2. user-specific file +# 3. system-wide file +# Any configuration value is only changed the first time it is set. +# Thus, host-specific definitions should be at the beginning of the +# configuration file, and defaults at the end. + +# Site-wide defaults for some commonly used options. For a comprehensive +# list of available options, their meanings and defaults, please see the +# ssh_config(5) man page. + +Host * +# ForwardAgent no + ForwardX11 no +# ForwardX11Trusted yes +# RhostsRSAAuthentication no +# RSAAuthentication yes +# PasswordAuthentication yes +# HostbasedAuthentication no +# GSSAPIAuthentication no +# GSSAPIDelegateCredentials no +# GSSAPIKeyExchange no +# GSSAPITrustDNS no +# BatchMode no +# CheckHostIP yes +# AddressFamily any +# ConnectTimeout 0 +StrictHostKeyChecking no +# IdentityFile ~/.ssh/identity +# IdentityFile ~/.ssh/id_rsa +# IdentityFile ~/.ssh/id_dsa +# Port 22 +# Protocol 2,1 +# Cipher 3des +# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc +# MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160 +# EscapeChar ~ +# Tunnel no +# TunnelDevice any:any +# PermitLocalCommand no +# VisualHostKey no +# ProxyCommand ssh -q -W %h:%p gateway.example.com + SendEnv LANG LC_* + HashKnownHosts yes + GSSAPIAuthentication yes + GSSAPIDelegateCredentials no diff --git a/install/cluster/master/etc/ssh/sshd_config b/install/cluster/master/etc/ssh/sshd_config new file mode 100644 index 0000000..9aba930 --- /dev/null +++ b/install/cluster/master/etc/ssh/sshd_config @@ -0,0 +1,87 @@ +# Package generated configuration file +# See the sshd_config(5) manpage for details + +# What ports, IPs and protocols we listen for +Port 22 +# Use these options to restrict which interfaces/protocols sshd will bind to +#ListenAddress :: +#ListenAddress 0.0.0.0 +Protocol 2 +# HostKeys for protocol version 2 +HostKey /etc/ssh/ssh_host_rsa_key +HostKey /etc/ssh/ssh_host_dsa_key +HostKey /etc/ssh/ssh_host_ecdsa_key +#Privilege Separation is turned on for security +UsePrivilegeSeparation yes + +# Lifetime and size of ephemeral version 1 server key +KeyRegenerationInterval 3600 +ServerKeyBits 768 + +# Logging +SyslogFacility AUTH +LogLevel INFO + +# Authentication: +LoginGraceTime 120 +PermitRootLogin yes +StrictModes yes + +RSAAuthentication yes +PubkeyAuthentication yes +#AuthorizedKeysFile %h/.ssh/authorized_keys + +# Don't read the user's ~/.rhosts and ~/.shosts files +IgnoreRhosts yes +# For this to work you will also need host keys in /etc/ssh_known_hosts +RhostsRSAAuthentication no +# similar for protocol version 2 +HostbasedAuthentication no +# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication +#IgnoreUserKnownHosts yes + +# To enable empty passwords, change to yes (NOT RECOMMENDED) +PermitEmptyPasswords no + +# Change to yes to enable challenge-response passwords (beware issues with +# some PAM modules and threads) +ChallengeResponseAuthentication no + +# Change to no to disable tunnelled clear text passwords +#PasswordAuthentication yes + +# Kerberos options +#KerberosAuthentication no +#KerberosGetAFSToken no +#KerberosOrLocalPasswd yes +#KerberosTicketCleanup yes + +# GSSAPI options +#GSSAPIAuthentication no +#GSSAPICleanupCredentials yes + +X11Forwarding no +X11DisplayOffset 10 +PrintMotd no +PrintLastLog yes +TCPKeepAlive yes +#UseLogin no + +#MaxStartups 10:30:60 +#Banner /etc/issue.net + +# Allow client to pass locale environment variables +AcceptEnv LANG LC_* + +Subsystem sftp /usr/lib/openssh/sftp-server + +# Set this to 'yes' to enable PAM authentication, account processing, +# and session processing. If this is enabled, PAM authentication will +# be allowed through the ChallengeResponseAuthentication and +# PasswordAuthentication. Depending on your PAM configuration, +# PAM authentication via ChallengeResponseAuthentication may bypass +# the setting of "PermitRootLogin without-password". +# If you just want the PAM account and session checks to run without +# PAM authentication, then enable this but set PasswordAuthentication +# and ChallengeResponseAuthentication to 'no'. +UsePAM no diff --git a/install/cluster/master/etc/ssmtp/ssmtp.conf b/install/cluster/master/etc/ssmtp/ssmtp.conf new file mode 100644 index 0000000..dba4c1d --- /dev/null +++ b/install/cluster/master/etc/ssmtp/ssmtp.conf @@ -0,0 +1,21 @@ +# +# Config file for sSMTP sendmail +# +# The person who gets all mail for userids < 1000 +# Make this empty to disable rewriting. +root=postmaster + +# The place where the mail goes. The actual machine name is required no +# MX records are consulted. Commonly mailhosts are named mail.domain.com +mailhub=smtp + +# Where will the mail seem to come from? +#rewriteDomain= + +# The full hostname +hostname=trc00 + +# Are users allowed to set their own From: address? +# YES - Allow the user to specify their own From: address +# NO - Use the system generated From: address +FromLineOverride=NO diff --git a/install/cluster/master/etc/sysctl.d/trc6500.conf b/install/cluster/master/etc/sysctl.d/trc6500.conf new file mode 100644 index 0000000..a930568 --- /dev/null +++ b/install/cluster/master/etc/sysctl.d/trc6500.conf @@ -0,0 +1,28 @@ +# ************ tuning IP ************ +# modification du nombre de groupes auxquels une socket peut s'abonner +#begin v1.8 Herve Petit 25/07/2012 +# - depend du nb de bin max par lame (cf. parametre PARAM_PV nb_bin_par_lame dans trc6500_config.xml) +# - du nb d'adresses mcast / bin (cf. nb_bin_par_adresse pour PARAM_MODULE_HARD et PARAM_LAR dans trc6500_config.xml) +# - du nb de voies par lame (depend du deploiement M/DF, M/HF) +# Soit pour un deploiement +# - M/DF 12 MHz: 63 bin * 10 voies / 2 bin/addr >> 320 groupes mcast max pour une lame +# - M/HF 8 MHz: 321 bin * 2 voies / 2 bin/addr >> 321 groupes mcast max pour une lame +# - M/DF 30 MHz: 110 bin * 10 voies / 2 bin/addr >> 550 groupes mcast max pour une lame +# Par mesure conservatoire, reservation margee pour 810 groupes +#end v1.8 Herve Petit 25/07/2012 +net.ipv4.igmp_max_memberships = 1100 + +# 28 octets par option de socket (par groupe) + 12 de base +# 1100*28+12 = 30812 +net.core.optmem_max = 30812 + +# modification de la pile IP en reception +# 100*100*1024*1024/61 = 171897705 +net.core.rmem_max = 171897705 + +# modification de la pile IP en emission pour la LAR +# 100*100*1024*1024/61 = 171897705 +net.core.wmem_max = 171897705 + +kernel.core_pattern = /dump/core/core.%e.%h.%s.%p +fs.suid_dumpable = 1 diff --git a/install/cluster/master/root/.bashrc b/install/cluster/master/root/.bashrc new file mode 100644 index 0000000..51a16d4 --- /dev/null +++ b/install/cluster/master/root/.bashrc @@ -0,0 +1,26 @@ +# ~/.bashrc: executed by bash(1) for non-login shells. + +# Note: PS1 and umask are already set in /etc/profile. You should not +# need this unless you want different defaults for root. +# PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ ' +# umask 022 + +# You may uncomment the following lines if you want `ls' to be colorized: +export LS_OPTIONS='--color=auto' +eval "`dircolors`" +alias ls='ls $LS_OPTIONS' +alias ll='ls $LS_OPTIONS -l' +alias l='ls $LS_OPTIONS -lA' +alias grep='grep --color=auto' +alias fgrep='fgrep --color=auto' +alias egrep='egrep --color=auto' + +# Some more alias to avoid making mistakes: +alias rm='rm -i' +alias cp='cp -i' +alias mv='mv -i' + +# Some global variables +export LESS=FRSX +export EDITOR=vim +export VISUAL=vim diff --git a/install/cluster/rec/etc/fstab b/install/cluster/rec/etc/fstab new file mode 100644 index 0000000..a04c448 --- /dev/null +++ b/install/cluster/rec/etc/fstab @@ -0,0 +1,30 @@ +# /etc/fstab: static file system information. +# +# ============================================================================ +# V1.3 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# - exports par interface eth1 plutot que eth0 +# - ajouts de l'exports de /home/trc6500 +# - V1.2: Thomas Perennou 30/04/2013 +# - V1.3: Laurent Mazet 20/05/2013 +# ============================================================================ +# +# Use 'blkid' to print the universally unique identifier for a +# device; this may be used with UUID= as a more robust way to name devices +# that works even if disks are added and removed. See fstab(5). +# +# + +/dev/ram0 / ramfs defaults 0 0 +tmpfs /tmp tmpfs defaults 0 0 + +#export du repertoire de dump +nfsserver:/dump /dump nfs acregmax=5,acdirmax=5,defaults 0 0 +nfsserver:/opt /opt nfs acregmax=5,acdirmax=5,defaults 0 0 +nfsserver:/home /home nfs acregmax=5,acdirmax=5,defaults 0 0 + +LABEL=REC /var/media/backup/rec ext4 defaults 0 2 diff --git a/install/cluster/slave/etc/+hostname b/install/cluster/slave/etc/+hostname new file mode 100755 index 0000000..cf7601d --- /dev/null +++ b/install/cluster/slave/etc/+hostname @@ -0,0 +1,3 @@ +#!/bin/sh + +sed -i "s/@@hostname@@/$(hostname)/" $(echo $0 | sed 's/+//') diff --git a/install/cluster/slave/etc/chrony/chrony.conf b/install/cluster/slave/etc/chrony/chrony.conf new file mode 100644 index 0000000..4495ec2 --- /dev/null +++ b/install/cluster/slave/etc/chrony/chrony.conf @@ -0,0 +1,96 @@ +# This the default chrony.conf file for the Debian chrony package. After +# editing this file use the command 'invoke-rc.d chrony restart' to make +# your changes take effect. John Hasler 1998-2008 + +# See www.pool.ntp.org for an explanation of these servers. Please +# consider joining the project if possible. If you can't or don't want to +# use these servers I suggest that you try your ISP's nameservers. We mark +# the servers 'offline' so that chronyd won't try to connect when the link +# is down. Scripts in /etc/ppp/ip-up.d and /etc/ppp/ip-down.d use chronyc +# commands to switch it on when a dialup link comes up and off when it goes +# down. Code in /etc/init.d/chrony attempts to determine whether or not +# the link is up at boot time and set the online status accordingly. If +# you have an always-on connection such as cable omit the 'offline' +# directive and chronyd will default to online. +# +# Note that if Chrony tries to go "online" and dns lookup of the servers +# fails they will be discarded. Thus under some circumstances it is +# better to use IP numbers than host names. + +server maitre offline +#server 0.debian.pool.ntp.org offline minpoll 8 +#server 1.debian.pool.ntp.org offline minpoll 8 +#server 2.debian.pool.ntp.org offline minpoll 8 +#server 3.debian.pool.ntp.org offline minpoll 8 + + +# Look here for the admin password needed for chronyc. The initial +# password is generated by a random process at install time. You may +# change it if you wish. + +keyfile /etc/chrony/chrony.keys + +# Set runtime command key. Note that if you change the key (not the +# password) to anything other than 1 you will need to edit +# /etc/ppp/ip-up.d/chrony, /etc/ppp/ip-down.d/chrony, /etc/init.d/chrony +# and /etc/cron.weekly/chrony as these scripts use it to get the password. + +commandkey 1 + +# I moved the driftfile to /var/lib/chrony to comply with the Debian +# filesystem standard. + +driftfile /var/lib/chrony/chrony.drift + +# Comment this line out to turn off logging. + +log tracking measurements statistics +logdir /var/log/chrony + +# Stop bad estimates upsetting machine clock. + +maxupdateskew 100.0 + +# Dump measurements when daemon exits. + +dumponexit + +# Specify directory for dumping measurements. + +dumpdir /var/lib/chrony + +# Let computer be a server when it is unsynchronised. + +local stratum 10 + +# Allow computers on the unrouted nets to use the server. + +#allow 10/8 +#allow 192.168/16 +#allow 172.16/12 + +# This directive forces `chronyd' to send a message to syslog if it +# makes a system clock adjustment larger than a threshold value in seconds. + +logchange 0.5 + +# This directive defines an email address to which mail should be sent +# if chronyd applies a correction exceeding a particular threshold to the +# system clock. + +# mailonchange root@localhost 0.5 + +# This directive tells chrony to regulate the real-time clock and tells it +# Where to store related data. It may not work on some newer motherboards +# that use the HPET real-time clock. It requires enhanced real-time +# support in the kernel. I've commented it out because with certain +# combinations of motherboard and kernel it is reported to cause lockups. + +rtcfile /var/lib/chrony/chrony.rtc + +# If the last line of this file reads 'rtconutc' chrony will assume that +# the CMOS clock is on UTC (GMT). If it reads '# rtconutc' or is absent +# chrony will assume local time. The line (if any) was written by the +# chrony postinst based on what it found in /etc/default/rcS. You may +# change it if necessary. +# rtconutc diff --git a/install/cluster/slave/etc/default/atftpd b/install/cluster/slave/etc/default/atftpd new file mode 100644 index 0000000..5b9e8e9 --- /dev/null +++ b/install/cluster/slave/etc/default/atftpd @@ -0,0 +1,2 @@ +USE_INETD=true +OPTIONS="--tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /srv/tftp" diff --git a/install/cluster/slave/etc/default/etherwake b/install/cluster/slave/etc/default/etherwake new file mode 100644 index 0000000..60d1c73 --- /dev/null +++ b/install/cluster/slave/etc/default/etherwake @@ -0,0 +1 @@ +ENABLE=no diff --git a/install/cluster/slave/etc/default/hddtemp b/install/cluster/slave/etc/default/hddtemp new file mode 100644 index 0000000..2b227be --- /dev/null +++ b/install/cluster/slave/etc/default/hddtemp @@ -0,0 +1,39 @@ +# Defaults for hddtemp initscript (/etc/init.d/hddtemp) +# This is a POSIX shell fragment + +# [automatically edited by postinst, do not change line format ] + +# hddtemp network daemon switch. If set to true, hddtemp will listen +# for incoming connections. +RUN_DAEMON="false" + +# List of devices you want to use with hddtemp. If none specified, +# hddtemp will probe standard devices. +#DISKS="/dev/hda" + +# List of devices you want to use with hddtemp, but that would not be +# probed for a working sensor. +DISKS_NOPROBE="" + +# IP address of the interface on which you want hddtemp to be bound +# on. If none specified, goes to 127.0.0.1. Use 0.0.0.0 to bind hddtemp +# on all interfaces. +INTERFACE="127.0.0.1" + +# Port number on which you want hddtemp to listen on. If none specified, +# the port 7634 is used. +PORT="7634" + +# Database file to use. If none specified, /etc/hddtemp.db is used. +#DATABASE="/etc/hddtemp.db" + +# Separator to use between fields. The default separator is '|'. +#SEPARATOR="|" + +# Logging period (in seconds) for the temperatures. If set to a value +# different than 0, hddtemp will run as a daemon periodically logging +# the temperatures through syslog +RUN_SYSLOG="0" + +# Other options to pass to hddtemp +OPTIONS="" diff --git a/install/cluster/slave/etc/default/nfs-common b/install/cluster/slave/etc/default/nfs-common new file mode 100644 index 0000000..99a93cb --- /dev/null +++ b/install/cluster/slave/etc/default/nfs-common @@ -0,0 +1,19 @@ +# If you do not set values for the NEED_ options, they will be attempted +# autodetected; this should be sufficient for most people. Valid alternatives +# for the NEED_ options are "yes" and "no". + +# Do you want to start the statd daemon? It is not needed for NFSv4. +NEED_STATD=no + +# Options for rpc.statd. +# Should rpc.statd listen on a specific port? This is especially useful +# when you have a port-based firewall. To use a fixed port, set this +# this variable to a statd argument like: "--port 4000 --outgoing-port 4001". +# For more information, see rpc.statd(8) or http://wiki.debian.org/SecuringNFS +STATDOPTS= + +# Do you want to start the idmapd daemon? It is only needed for NFSv4. +NEED_IDMAPD=no + +# Do you want to start the gssd daemon? It is required for Kerberos mounts. +NEED_GSSD=no diff --git a/install/cluster/slave/etc/default/ntpdate b/install/cluster/slave/etc/default/ntpdate new file mode 100644 index 0000000..b98c203 --- /dev/null +++ b/install/cluster/slave/etc/default/ntpdate @@ -0,0 +1,14 @@ +# The settings in this file are used by the program ntpdate-debian, but not +# by the upstream program ntpdate. + +# Set to "yes" to take the server list from /etc/ntp.conf, from package ntp, +# so you only have to keep it in one place. +NTPDATE_USE_NTP_CONF="no" + +# List of NTP servers to use (Separate multiple servers with spaces.) +# Not used if NTPDATE_USE_NTP_CONF is yes. +#NTPSERVERS="0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org" +NTPSERVERS="maitre" + +# Additional options to pass to ntpdate +NTPOPTIONS="" diff --git a/install/cluster/slave/etc/default/rproxy b/install/cluster/slave/etc/default/rproxy new file mode 100644 index 0000000..54c8e65 --- /dev/null +++ b/install/cluster/slave/etc/default/rproxy @@ -0,0 +1,8 @@ +# rproxy configure options + +# Should webconfig be enabled? +SERVICE=no + +# SITES: filename containing site declarations +SITES=/etc/rproxy/sites.csv + diff --git a/install/cluster/slave/etc/default/samba b/install/cluster/slave/etc/default/samba new file mode 100644 index 0000000..93b235b --- /dev/null +++ b/install/cluster/slave/etc/default/samba @@ -0,0 +1,13 @@ +# Defaults for samba initscript +# sourced by /etc/init.d/samba +# installed at /etc/default/samba by the maintainer scripts +# + +# +# This is a POSIX shell fragment +# + +# How should Samba (smbd) run? Possible values are "daemons" +# or "inetd". +RUN_MODE="inetd" +NMBD_DISABLED="Yes" diff --git a/install/cluster/slave/etc/default/shutdownallblades b/install/cluster/slave/etc/default/shutdownallblades new file mode 100644 index 0000000..bd4c10c --- /dev/null +++ b/install/cluster/slave/etc/default/shutdownallblades @@ -0,0 +1,2 @@ +# Desactivate for slaves +ENABLE="no" diff --git a/install/cluster/slave/etc/default/smartmontools b/install/cluster/slave/etc/default/smartmontools new file mode 100644 index 0000000..6cbd289 --- /dev/null +++ b/install/cluster/slave/etc/default/smartmontools @@ -0,0 +1,12 @@ +# Defaults for smartmontools initscript (/etc/init.d/smartmontools) +# This is a POSIX shell fragment + +# List of devices you want to explicitly enable S.M.A.R.T. for +# Not needed (and not recommended) if the device is monitored by smartd +#enable_smart="/dev/hda /dev/hdb" + +# uncomment to start smartd on system startup +#start_smartd=yes + +# uncomment to pass additional options to smartd on startup +#smartd_opts="--interval=1800" diff --git a/install/cluster/slave/etc/default/snmpd b/install/cluster/slave/etc/default/snmpd new file mode 100644 index 0000000..d21afbb --- /dev/null +++ b/install/cluster/slave/etc/default/snmpd @@ -0,0 +1,22 @@ +# This file controls the activity of snmpd and snmptrapd + +# Don't load any MIBs by default. +# You might comment this lines once you have the MIBs downloaded. +export MIBS= + +# snmpd control (yes means start daemon). +SNMPDRUN=no + +# snmpd options (use syslog, close stdin/out/err). +SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux -p /var/run/snmpd.pid' + +# snmptrapd control (yes means start daemon). As of net-snmp version +# 5.0, master agentx support must be enabled in snmpd before snmptrapd +# can be run. See snmpd.conf(5) for how to do this. +TRAPDRUN=no + +# snmptrapd options (use syslog). +TRAPDOPTS='-Lsd -p /var/run/snmptrapd.pid' + +# create symlink on Debian legacy location to official RFC path +SNMPDCOMPAT=yes diff --git a/install/cluster/slave/etc/default/trc6500 b/install/cluster/slave/etc/default/trc6500 new file mode 100644 index 0000000..365f1c3 --- /dev/null +++ b/install/cluster/slave/etc/default/trc6500 @@ -0,0 +1 @@ +SERVICE=no diff --git a/install/cluster/slave/etc/default/waitslaves b/install/cluster/slave/etc/default/waitslaves new file mode 100644 index 0000000..60d1c73 --- /dev/null +++ b/install/cluster/slave/etc/default/waitslaves @@ -0,0 +1 @@ +ENABLE=no diff --git a/install/cluster/slave/etc/default/wakeonlan b/install/cluster/slave/etc/default/wakeonlan new file mode 100644 index 0000000..60d1c73 --- /dev/null +++ b/install/cluster/slave/etc/default/wakeonlan @@ -0,0 +1 @@ +ENABLE=no diff --git a/install/cluster/slave/etc/default/webconfig b/install/cluster/slave/etc/default/webconfig new file mode 100644 index 0000000..05f1ad2 --- /dev/null +++ b/install/cluster/slave/etc/default/webconfig @@ -0,0 +1,10 @@ +# Weconfig configure options + +# Should webconfig be enabled? +ENABLED=0 + +# ALIASES: filename containing form declaration +#ALIASES=/etc/webconfig/aliases.csv + +# PORT: server port +PORT=8080 diff --git a/install/cluster/slave/etc/default/~isc-dhcp-server b/install/cluster/slave/etc/default/~isc-dhcp-server new file mode 100644 index 0000000..e69de29 diff --git a/install/cluster/slave/etc/exports b/install/cluster/slave/etc/exports new file mode 100644 index 0000000..3a4c658 --- /dev/null +++ b/install/cluster/slave/etc/exports @@ -0,0 +1,28 @@ +# /etc/exports: the access control list for filesystems which may be exported +# to NFS clients. See exports(5). +# +# Example for NFSv2 and NFSv3: +# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check) +# +# Example for NFSv4: +# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check) +# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check) +# + +# ============================================================================ +# V1.1 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# - ajouts export repertoire /home/trc6500 +# - ajout option subtree_check a /opt/trc6500 +# options: +# - rw: car pour l'instant les log libtraces ecrivent dans /opt/trc6500 (sig !) +# - no_root_squash: indispensable pour les systemes diskless +# - no_subtree_check: a mettre lorsque il y a beaucoup de possibilite de renommage de fichiers +# mais moins sur +# - subtree_check: a mettre sans risque pour les exports d'arborescence en ro +# - async: ameliore les perfs mais peut ete problematique si server instable +# ============================================================================ diff --git a/install/cluster/slave/etc/fstab b/install/cluster/slave/etc/fstab new file mode 100644 index 0000000..01bb710 --- /dev/null +++ b/install/cluster/slave/etc/fstab @@ -0,0 +1,28 @@ +# /etc/fstab: static file system information. +# +# ============================================================================ +# V1.3 +# Copyright (C) THALES. All rights reserved +# Author: Jean-Noel Raguenes +# Date : 07/12/2009 +# Modification: +# - V1.1: Herve Petit 10/03/2010 +# - exports par interface eth1 plutot que eth0 +# - ajouts de l'exports de /home/trc6500 +# - V1.2: Thomas Perennou 30/04/2013 +# - V1.3: Laurent Mazet 20/05/2013 +# ============================================================================ +# +# Use 'blkid' to print the universally unique identifier for a +# device; this may be used with UUID= as a more robust way to name devices +# that works even if disks are added and removed. See fstab(5). +# +# + +/dev/ram0 / ramfs defaults 0 0 +tmpfs /tmp tmpfs defaults 0 0 + +#export du repertoire de dump +nfsserver:/dump /dump nfs acregmax=5,acdirmax=5,defaults 0 0 +nfsserver:/opt /opt nfs acregmax=5,acdirmax=5,defaults 0 0 +nfsserver:/home /home nfs acregmax=5,acdirmax=5,defaults 0 0 diff --git a/install/cluster/slave/etc/hostname b/install/cluster/slave/etc/hostname new file mode 100644 index 0000000..e6c1fae --- /dev/null +++ b/install/cluster/slave/etc/hostname @@ -0,0 +1 @@ +@@hostname@@ diff --git a/install/cluster/slave/etc/inetd.conf b/install/cluster/slave/etc/inetd.conf new file mode 100644 index 0000000..c208f31 --- /dev/null +++ b/install/cluster/slave/etc/inetd.conf @@ -0,0 +1,40 @@ +# /etc/inetd.conf: see inetd(8) for further informations. +# +# Internet superserver configuration database +# +# +# Lines starting with "#:LABEL:" or "##" should not +# be changed unless you know what you are doing! +# +# If you want to disable an entry so it isn't touched during +# package updates just comment it out with a single '#' character. +# +# Packages should modify this file by using update-inetd(8) +# +# +# +#:INTERNAL: Internal services +#discard stream tcp nowait root internal +#discard dgram udp wait root internal +#daytime stream tcp nowait root internal +#time stream tcp nowait root internal + +#:STANDARD: These are standard services. + +#:BSD: Shell, login, exec and talk are BSD protocols. + +#:MAIL: Mail, news and uucp services. + +#:INFO: Info services + +#:BOOT: TFTP service is provided primarily for booting. Most sites +# run this only on machines acting as "boot servers." +#tftp dgram udp4 wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /srv/tftp + +#:RPC: RPC based services + +#:HAM-RADIO: amateur-radio services + +#:OTHER: Other services +## netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd + diff --git a/install/cluster/slave/etc/inittab b/install/cluster/slave/etc/inittab new file mode 100644 index 0000000..ae0a27e --- /dev/null +++ b/install/cluster/slave/etc/inittab @@ -0,0 +1,69 @@ +# /etc/inittab: init(8) configuration. +# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $ + +# The default runlevel. +id:2:initdefault: + +# Boot-time system configuration/initialization script. +# This is run first except when booting in emergency (-b) mode. +si::sysinit:/etc/init.d/rcS + +# What to do in single-user mode. +~~:S:wait:/sbin/sulogin + +# /etc/init.d executes the S and K scripts upon change +# of runlevel. +# +# Runlevel 0 is halt. +# Runlevel 1 is single-user. +# Runlevels 2-5 are multi-user. +# Runlevel 6 is reboot. + +l0:0:wait:/etc/init.d/rc 0 +l1:1:wait:/etc/init.d/rc 1 +l2:2:wait:/etc/init.d/rc 2 +l3:3:wait:/etc/init.d/rc 3 +l4:4:wait:/etc/init.d/rc 4 +l5:5:wait:/etc/init.d/rc 5 +l6:6:wait:/etc/init.d/rc 6 +# Normally not reached, but fallthrough in case of emergency. +z6:6:respawn:/sbin/sulogin + +# What to do when CTRL-ALT-DEL is pressed. +ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now + +# Action on special keypress (ALT-UpArrow). +#kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work." + +# What to do when the power fails/returns. +pf::powerwait:/etc/init.d/powerfail start +pn::powerfailnow:/etc/init.d/powerfail now +po::powerokwait:/etc/init.d/powerfail stop + +# /sbin/getty invocations for the runlevels. +# +# The "id" field MUST be the same as the last +# characters of the device (after "tty"). +# +# Format: +# ::: +# +# Note that on most Debian systems tty7 is used by the X Window System, +# so if you want to add more getty's go ahead but skip tty7 if you run X. +# +1:2345:respawn:/sbin/getty 38400 tty1 +2:23:respawn:/sbin/getty 38400 tty2 +#3:23:respawn:/sbin/getty 38400 tty3 +#4:23:respawn:/sbin/getty 38400 tty4 +#5:23:respawn:/sbin/getty 38400 tty5 +#6:23:respawn:/sbin/getty 38400 tty6 + +# Example how to put a getty on a serial line (for a terminal) +# +#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100 +#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100 + +# Example how to put a getty on a modem line. +# +#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3 + diff --git a/install/cluster/slave/etc/network/interfaces b/install/cluster/slave/etc/network/interfaces new file mode 100644 index 0000000..769f4e3 --- /dev/null +++ b/install/cluster/slave/etc/network/interfaces @@ -0,0 +1,35 @@ +# This file describes the network interfaces available on your system +# and how to activate them. For more information, see interfaces(5). + +# The loopback network interface +auto lo +iface lo inet loopback + +# The primary network interface +auto eth0 +iface eth0 inet dhcp + pre-up ip addr flush dev eth0 + # FE306 pano + post-up ip route add 238.75.0.0/16 dev eth0 + # FE306 WP channels + # Pour prod voie PV 2eme octet vaut 111X XX11 (cf. libfreqplan/freqplancommon.h) + # => on met val de base vaut 224 (1110 0000) et mask a 224 (1110 0000) + # => 2eme octet associe aux valeurs de 224 a 255 + post-up ip route add 238.224.0.0/11 dev eth0 + + +# The secondary network interface +auto eth1 +iface eth1 inet dhcp + pre-up ip addr flush dev eth1 + # FE306 authentification + post-up ip route add 238.0.0.0/24 dev eth1 + # FE306 RF channels + # Pour prod voie RF 2eme octet vaut 110X XX11 (cf. libfreqplan/freqplancommon.h) + # => on met val de base vaut 192 (1100 0000) et mask a 224 (1110 0000) + # => 2eme octet associe aux valeurs de 192 a 223 + post-up ip route add 238.192.0.0/11 dev eth1 + # Delay line + post-up ip route add 239.0.0.0/8 dev eth1 + # Sensor prod + post-up ip route add 225.0.0.0/8 dev eth1 diff --git a/install/cluster/slave/etc/rc.local b/install/cluster/slave/etc/rc.local new file mode 100755 index 0000000..37c199c --- /dev/null +++ b/install/cluster/slave/etc/rc.local @@ -0,0 +1,18 @@ +#!/bin/sh -e +# +# rc.local +# +# This script is executed at the end of each multiuser runlevel. +# Make sure that the script will "exit 0" on success or any other +# value on error. +# +# In order to enable or disable this script just change the execution +# bits. +# +# By default this script does nothing. + +for i in $(seq 1 25); do + echo TRC6500 +done + +exit 0 diff --git a/install/cluster/slave/etc/resolv.conf b/install/cluster/slave/etc/resolv.conf new file mode 100644 index 0000000..e69de29 diff --git a/install/cluster/slave/etc/rsyslog.conf b/install/cluster/slave/etc/rsyslog.conf new file mode 100644 index 0000000..5920c61 --- /dev/null +++ b/install/cluster/slave/etc/rsyslog.conf @@ -0,0 +1,129 @@ +# /etc/rsyslog.conf Configuration file for rsyslog. +# +# For more information see +# /usr/share/doc/rsyslog-doc/html/rsyslog_conf.html + + +################# +#### MODULES #### +################# + +$ModLoad imuxsock # provides support for local system logging +$ModLoad imklog # provides kernel logging support +$ModLoad immark # provides --MARK-- message capability + +# provides UDP syslog reception +#$ModLoad imudp +#$UDPServerRun 514 + +# provides TCP syslog reception +#$ModLoad imtcp +#$InputTCPServerRun 514 + +# provides RELP syslog transmission +#$ModLoad omrelp + +########################### +#### GLOBAL DIRECTIVES #### +########################### + +# +# Use traditional timestamp format. +# To enable high precision timestamps, comment out the following line. +# +$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat + +# +# Set the default permissions for all log files. +# +$FileOwner root +$FileGroup adm +$FileCreateMode 0640 +$DirCreateMode 0755 +$Umask 0022 + +# +# Where to place spool and state files +# +$WorkDirectory /var/spool/rsyslog + +# +# Include all config files in /etc/rsyslog.d/ +# +$IncludeConfig /etc/rsyslog.d/*.conf + + +############### +#### RULES #### +############### + +# +# First some standard log files. Log by facility. +# +auth,authpriv.* /var/log/auth.log +*.*;auth,authpriv.none -/var/log/syslog +#cron.* /var/log/cron.log +daemon.* -/var/log/daemon.log +kern.* -/var/log/kern.log +lpr.* -/var/log/lpr.log +mail.* -/var/log/mail.log +user.* -/var/log/user.log + +# +# Logging for the mail system. Split it up so that +# it is easy to write scripts to parse these files. +# +mail.info -/var/log/mail.info +mail.warn -/var/log/mail.warn +mail.err /var/log/mail.err + +# +# Logging for INN news system. +# +news.crit /var/log/news/news.crit +news.err /var/log/news/news.err +news.notice -/var/log/news/news.notice + +# +# Some "catch-all" log files. +# +*.=debug;\ + auth,authpriv.none;\ + news.none;mail.none -/var/log/debug +*.=info;*.=notice;*.=warn;\ + auth,authpriv.none;\ + cron,daemon.none;\ + mail,news.none -/var/log/messages + +# +# Emergencies are sent to everybody logged in. +# +*.emerg :omusrmsg:* + +# +# I like to have messages displayed on the console, but only on a virtual +# console I usually leave idle. +# +#daemon,mail.*;\ +# news.=crit;news.=err;news.=notice;\ +# *.=debug;*.=info;\ +# *.=notice;*.=warn /dev/tty8 + +# The named pipe /dev/xconsole is for the `xconsole' utility. To use it, +# you must invoke `xconsole' with the `-file' option: +# +# $ xconsole -file /dev/xconsole [...] +# +# NOTE: adjust the list below, or you'll go crazy if you have a reasonably +# busy site.. +# +daemon.*;mail.*;\ + news.err;\ + *.=debug;*.=info;\ + *.=notice;*.=warn |/dev/xconsole + +# For slave blades +*.* @maitre:514 ## UCP +#*.* @@maitre:514 ## TCP +#*.* :omrelp:maitre:514 ## RELP + diff --git a/install/cluster/slave/etc/ssmtp/+ssmtp.conf b/install/cluster/slave/etc/ssmtp/+ssmtp.conf new file mode 100755 index 0000000..cf7601d --- /dev/null +++ b/install/cluster/slave/etc/ssmtp/+ssmtp.conf @@ -0,0 +1,3 @@ +#!/bin/sh + +sed -i "s/@@hostname@@/$(hostname)/" $(echo $0 | sed 's/+//') diff --git a/install/cluster/slave/etc/ssmtp/ssmtp.conf b/install/cluster/slave/etc/ssmtp/ssmtp.conf new file mode 100644 index 0000000..889b122 --- /dev/null +++ b/install/cluster/slave/etc/ssmtp/ssmtp.conf @@ -0,0 +1,21 @@ +# +# Config file for sSMTP sendmail +# +# The person who gets all mail for userids < 1000 +# Make this empty to disable rewriting. +root=postmaster + +# The place where the mail goes. The actual machine name is required no +# MX records are consulted. Commonly mailhosts are named mail.domain.com +mailhub=smtp + +# Where will the mail seem to come from? +#rewriteDomain= + +# The full hostname +hostname=@@hostname@@ + +# Are users allowed to set their own From: address? +# YES - Allow the user to specify their own From: address +# NO - Use the system generated From: address +FromLineOverride=NO diff --git a/install/cluster/slave/root/.bashrc b/install/cluster/slave/root/.bashrc new file mode 100644 index 0000000..51a16d4 --- /dev/null +++ b/install/cluster/slave/root/.bashrc @@ -0,0 +1,26 @@ +# ~/.bashrc: executed by bash(1) for non-login shells. + +# Note: PS1 and umask are already set in /etc/profile. You should not +# need this unless you want different defaults for root. +# PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ ' +# umask 022 + +# You may uncomment the following lines if you want `ls' to be colorized: +export LS_OPTIONS='--color=auto' +eval "`dircolors`" +alias ls='ls $LS_OPTIONS' +alias ll='ls $LS_OPTIONS -l' +alias l='ls $LS_OPTIONS -lA' +alias grep='grep --color=auto' +alias fgrep='fgrep --color=auto' +alias egrep='egrep --color=auto' + +# Some more alias to avoid making mistakes: +alias rm='rm -i' +alias cp='cp -i' +alias mv='mv -i' + +# Some global variables +export LESS=FRSX +export EDITOR=vim +export VISUAL=vim diff --git a/install/cluster/slave/root/.profile b/install/cluster/slave/root/.profile new file mode 100644 index 0000000..517e612 --- /dev/null +++ b/install/cluster/slave/root/.profile @@ -0,0 +1,9 @@ +# ~/.profile: executed by Bourne-compatible login shells. + +if [ "$BASH" ]; then + if [ -f ~/.bashrc ]; then + . ~/.bashrc + fi +fi + +mesg n diff --git a/install/cluster/slave/root/.screenrc b/install/cluster/slave/root/.screenrc new file mode 100644 index 0000000..e583039 --- /dev/null +++ b/install/cluster/slave/root/.screenrc @@ -0,0 +1,37 @@ +# Now, let's override with our customizations +vbell off +autodetach on +startup_message off +#msgwait 1 +defutf8 on + +# Turns off alternate screen switching in xterms, +# so that text in screen will go into the xterm's scrollback buffer: +#termcapinfo xterm* ti@:te@ +#altscreen on + +# Enable 256 color terminal +#attrcolor b ".I" +#termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' +#defbce "on" + +# Log 10000 lines +defscrollback 10000 + +# Monitor windows +#defmonitor on +#activity "" + +#remove some stupid / dangerous key bindings +bind ^k +#bind L +bind ^\ +#make them better +bind \\ quit +bind K kill +bind I login on +bind O login off +bind } history + +# Status string, last line +hardstatus alwayslastline "%{r}%c%{k} | %{y}%n %t%{k} %?( %{b}%W%{k} )%? %=%{k}[%{m}%Y/%m/%d %{c}%H %{g}%l%{k}]" diff --git a/install/cluster/slave/root/.ssh/authorized_keys b/install/cluster/slave/root/.ssh/authorized_keys new file mode 100644 index 0000000..14e58f3 --- /dev/null +++ b/install/cluster/slave/root/.ssh/authorized_keys @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnPBWmR7auLt4ScbpB9Hzv7vfQo3Yg9cT4J8yMY7MJUZJoyzyjCiIL1W5nSorEtpK1cNwyjC7YzvkyLbs5qAMbT3KdtOTAATn9gw0/4Y653YyT3qH0btBbGUFVeKgGhLAKYyI1et4Im8T4e/SkOZsAYBtLLxoINaY4HoQJfmzF3WDECmW3fjmdTpm6h36afL0HCFjTU7uiVlmDQrVgeOjulDPwhRF6ip2jGo+OQhkk6FntarMOlDfNZJHFSL5H4LUq9PZFlFdQ9hMnM6ULUz6567aDW9YN0bluxWA+hUMAFlmdBfL6baT+Cu4bfwgJxOfHQcg8to2olRiPjzvUxf4h root@trc00.trc6500.thalesgroup.com diff --git a/install/cluster/slave/root/.ssh/id_rsa b/install/cluster/slave/root/.ssh/id_rsa new file mode 100644 index 0000000..93279fc --- /dev/null +++ b/install/cluster/slave/root/.ssh/id_rsa @@ -0,0 +1,27 @@ +-----BEGIN RSA PRIVATE KEY----- +MIIEpAIBAAKCAQEApzwVpke2ri7eEnG6QfR87+730KN2IPXE+CfMjGOzCVGSaMs8 +owoiC9VuZ0qKxLaStXDcMowu2M75Mi27OagDG09ynbTkwAE5/YMNP+GOud2Mk96h +9G7QWxlBVXioBoSwCmMiNXreCJvE+Hv0pDmbAGAbSy8aCDWmOB6ECX5sxd1gxApl +t345nU6Zuod+mny9BwhY01O7olZZg0K1YHjo7pQz8IUReoqdoxqPjkIZJOhZ7Wqz +DpQ3zWSRxUi+R+C1KvT2RZRXUPYTJzOlC1M+ueu2g1vWDdG5bsVgPoVDABZZnQXy ++m2k/gruG38ICcTnx0HIPLaNqJUYj4871MX+IQIDAQABAoIBAEEz2/0I2ODwxQTL +8qLkgBHMSjK+iMAxEqruWYIjHRr1AvB4zRuER+H1RSZgmdo4lNrJNhE/NsSxbddy +nRzNtOhhAX8bmFSEJegBwJi3iL5O8xB0LRDwY6whHKgGcvyXn0tte1j+nrMciJ+Z +NLkS/KwYzItzweKRiE05GKHa+O3r0N7x97M4ShrDUSKITZG3WJoY0FKgvRJFek4W +L8PpGEXpwmPkAVwjwL3y0Z2LKhkt4T4aLkRHUKfthgIJVgmmL+jsKumBN/M0j5wk +p0pTTjJkuYCF2jN5ftrohca0fLSmQcl3uPwDWEC6+MCWjgl1BKNETtQlkt8LjTzF +u7MwB0ECgYEA2By0th3xDFXGSWujAyXeqgqN9NA/SKAIct5KcR5qOnfixF2GOuc0 +m/X4VDp7UKsu6p+otL/0Dx7F6/nu9MYq4tH2SW4VGwnJXDuPdFRaYhf2Db2L1SUg +rP5BMuUhXKEYTOXwm+kn0DPhYcVCDuJkZVTN9LM5yqyIZywgBYfeFLcCgYEAxhnr +0iw6Afe6h2SZTN400Elofi/LCNwgkfhSN3492R0QkjkAtY1ahrVvBSRcG06vEjWZ +JzL/fQH+hy5sTRVih6gP8v8hSOW/M3eKgf9SYm0xAvgnQonqu8Ojbcw5EMJZW0Pk +bIKkXaVCx9pVMUJG4WwccQceb0LrESotZ2xeG+cCgYEAy+16kQd7+JnP/GQ3dLb9 +gBNplQQVU2C/2DTupgN/ViDeuVFPYrHdsPXQGRr+VkbShM+YEMe5c7MkLOKxnASL +X3GlJ/FatSLtAb2qRql6iGn340tjcgQQ620Y9P/GFXRmS9oGy/idexgZq3rKNOVo +uz3lAu1EsX1RUZoPtWhaJc0CgYA3/kOlmFKdE8RpWInsLDKJXPZoFGIzEuUx3RqA +DPK2V3zDl9EXf+jCgq3qqihOn6LkZrnvVn7YeqPS2dBKyWycI2i+qlZiIG42weco +b15965ca28FdEVaD0/xxoHPQxN406a+67AJBZeDGVHQYBD+8n646VGTJ1gRTSbSj +swG2qQKBgQDQXATRxteDbJlHSvH2HQ4SvsgBcuzRB4kCnNnAwXw4rqBM7OGNEL/w +0UrUMTMT2VgH5/MK5bdW7W+WSvk8EHyN5cXZWBJb4jDfB60tZuTWSxog2f38AEoo +trKUccr/iehj1bYqdC5L+03cqYkEni3QToQVjK8RcIfwHMBWMNKvXA== +-----END RSA PRIVATE KEY----- diff --git a/install/cluster/slave/root/.ssh/id_rsa.pub b/install/cluster/slave/root/.ssh/id_rsa.pub new file mode 100644 index 0000000..14e58f3 --- /dev/null +++ b/install/cluster/slave/root/.ssh/id_rsa.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnPBWmR7auLt4ScbpB9Hzv7vfQo3Yg9cT4J8yMY7MJUZJoyzyjCiIL1W5nSorEtpK1cNwyjC7YzvkyLbs5qAMbT3KdtOTAATn9gw0/4Y653YyT3qH0btBbGUFVeKgGhLAKYyI1et4Im8T4e/SkOZsAYBtLLxoINaY4HoQJfmzF3WDECmW3fjmdTpm6h36afL0HCFjTU7uiVlmDQrVgeOjulDPwhRF6ip2jGo+OQhkk6FntarMOlDfNZJHFSL5H4LUq9PZFlFdQ9hMnM6ULUz6567aDW9YN0bluxWA+hUMAFlmdBfL6baT+Cu4bfwgJxOfHQcg8to2olRiPjzvUxf4h root@trc00.trc6500.thalesgroup.com diff --git a/install/cluster/slave/root/.vimrc b/install/cluster/slave/root/.vimrc new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/install/cluster/slave/root/.vimrc @@ -0,0 +1 @@ + diff --git a/install/cluster/slave/usr/sbin/~winbindd b/install/cluster/slave/usr/sbin/~winbindd new file mode 100644 index 0000000..e69de29 diff --git a/install/cluster/swiches/swg1.txt b/install/cluster/swiches/swg1.txt new file mode 100644 index 0000000..f24f2a4 --- /dev/null +++ b/install/cluster/swiches/swg1.txt @@ -0,0 +1,334 @@ + +! +! Last configuration change at 08:13:53 UTC Wed Jun 12 2013 +! NVRAM config last updated at 08:21:36 UTC Wed Jun 12 2013 +! +version 12.2 +no service pad +service timestamps debug datetime msec +service timestamps log datetime msec +service password-encryption +service compress-config +service sequence-numbers +! +hostname SWG1 +! +boot-start-marker +boot system flash bootflash:cat4500-ipbase-mz.122-54.SG1.bin +boot system flash bootflash:cat4500e-ipbase-mz.122-54.SG1.bin +boot-end-marker +! +enable secret 5 $1$OMTZ$xM5SrEPag4m7MGrV1u86/0 +! +! +! +no aaa new-model +ip subnet-zero +no ip domain-lookup +! +! +ip vrf mgmtVrf +! +ip routing +ip multicast-routing +ip igmp snooping vlan 1 immediate-leave +vtp mode transparent +! +power redundancy-mode redundant +! +! +! +! +spanning-tree mode rapid-pvst +spanning-tree extend system-id +! +vlan internal allocation policy ascending +! +! +! +interface FastEthernet1 + ip vrf forwarding mgmtVrf + no ip address + speed auto + duplex auto +! +interface GigabitEthernet1/1 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/2 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/3 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/4 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/5 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/6 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/7 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/8 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/9 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/10 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/11 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/12 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/13 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/14 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/15 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/16 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/17 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/18 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/19 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/20 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/21 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/22 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/23 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/24 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/25 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/26 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/27 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/28 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/29 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/30 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/31 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/32 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/33 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/34 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/35 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/36 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/37 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/38 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/39 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/40 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/41 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/42 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/43 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/44 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/45 + media-type rj45 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/46 + media-type rj45 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/47 + media-type rj45 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/48 + media-type rj45 + speed 1000 + duplex full + spanning-tree portfast +! +interface TenGigabitEthernet1/49 +! +interface TenGigabitEthernet1/50 +! +interface TenGigabitEthernet1/51 +! +interface TenGigabitEthernet1/52 +! +interface Vlan1 + ip address 10.133.26.231 255.255.255.0 + ip pim dense-mode +! +ip http server +ip pim rp-address 10.133.26.231 +! +! +control-plane +! +! +line con 0 + password 7 01070E05570E15 + logging synchronous + login + stopbits 1 +line vty 0 4 + password 7 071B294D420C0A + login +line vty 5 15 + password 7 120D0D161E0E1F + login +! +ntp clock-period 17179537 +ntp server 10.133.26.160 +ntp server 10.133.28.160 +ntp server 10.133.28.254 +end diff --git a/install/cluster/swiches/swg2.txt b/install/cluster/swiches/swg2.txt new file mode 100644 index 0000000..c0b19e1 --- /dev/null +++ b/install/cluster/swiches/swg2.txt @@ -0,0 +1,334 @@ + +! +! Last configuration change at 08:13:53 UTC Wed Jun 12 2013 +! NVRAM config last updated at 08:21:36 UTC Wed Jun 12 2013 +! +version 12.2 +no service pad +service timestamps debug datetime msec +service timestamps log datetime msec +service password-encryption +service compress-config +service sequence-numbers +! +hostname SWG2 +! +boot-start-marker +boot system flash bootflash:cat4500-ipbase-mz.122-54.SG1.bin +boot system flash bootflash:cat4500e-ipbase-mz.122-54.SG1.bin +boot-end-marker +! +enable secret 5 $1$OMTZ$xM5SrEPag4m7MGrV1u86/0 +! +! +! +no aaa new-model +ip subnet-zero +no ip domain-lookup +! +! +ip vrf mgmtVrf +! +ip routing +ip multicast-routing +ip igmp snooping vlan 1 immediate-leave +vtp mode transparent +! +power redundancy-mode redundant +! +! +! +! +spanning-tree mode rapid-pvst +spanning-tree extend system-id +! +vlan internal allocation policy ascending +! +! +! +interface FastEthernet1 + ip vrf forwarding mgmtVrf + no ip address + speed auto + duplex auto +! +interface GigabitEthernet1/1 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/2 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/3 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/4 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/5 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/6 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/7 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/8 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/9 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/10 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/11 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/12 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/13 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/14 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/15 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/16 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/17 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/18 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/19 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/20 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/21 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/22 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/23 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/24 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/25 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/26 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/27 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/28 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/29 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/30 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/31 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/32 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/33 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/34 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/35 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/36 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/37 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/38 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/39 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/40 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/41 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/42 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/43 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/44 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/45 + media-type rj45 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/46 + media-type rj45 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/47 + media-type rj45 + speed 1000 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/48 + media-type rj45 + speed 1000 + duplex full + spanning-tree portfast +! +interface TenGigabitEthernet1/49 +! +interface TenGigabitEthernet1/50 +! +interface TenGigabitEthernet1/51 +! +interface TenGigabitEthernet1/52 +! +interface Vlan1 + ip address 10.133.26.232 255.255.255.0 + ip pim dense-mode +! +ip http server +ip pim rp-address 10.133.26.232 +! +! +control-plane +! +! +line con 0 + password 7 01070E05570E15 + logging synchronous + login + stopbits 1 +line vty 0 4 + password 7 071B294D420C0A + login +line vty 5 15 + password 7 120D0D161E0E1F + login +! +ntp clock-period 17179537 +ntp server 10.133.26.160 +ntp server 10.133.28.160 +ntp server 10.133.28.254 +end diff --git a/install/cluster/swiches/swm.txt b/install/cluster/swiches/swm.txt new file mode 100644 index 0000000..eeeeefc --- /dev/null +++ b/install/cluster/swiches/swm.txt @@ -0,0 +1,363 @@ + +! +! Last configuration change at 17:08:58 UTC Tue Jun 11 2013 +! NVRAM config last updated at 17:09:01 UTC Tue Jun 11 2013 +! +version 12.2 +no service pad +service timestamps debug datetime msec +service timestamps log datetime msec +service password-encryption +service compress-config +service sequence-numbers +! +hostname SWM +! +boot-start-marker +boot system flash bootflash:cat4500-ipbase-mz.122-54.SG1.bin +boot system flash bootflash:cat4500e-ipbase-mz.122-54.SG1.bin +boot-end-marker +! +enable secret 5 $1$OMTZ$xM5SrEPag4m7MGrV1u86/0 +! +! +! +no aaa new-model +ip subnet-zero +no ip domain-lookup +! +! +ip vrf mgmtVrf +! +ip routing +ip multicast-routing +ip igmp snooping vlan 1 immediate-leave +vtp mode transparent +! +power redundancy-mode redundant +! +! +! +! +spanning-tree mode rapid-pvst +spanning-tree extend system-id +! +vlan internal allocation policy ascending +! +vlan 10 + name SWITCH-IS +! +vlan 26 + name FE-306 +! +! +! +interface FastEthernet1 + ip vrf forwarding mgmtVrf + no ip address + speed auto + duplex auto +! +interface GigabitEthernet1/1 + switchport access vlan 26 + switchport mode access + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/2 + switchport access vlan 26 + switchport mode access + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/3 + switchport access vlan 26 + switchport mode access + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/4 + switchport access vlan 26 + switchport mode access + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/5 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/6 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/7 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/8 + switchport access vlan 10 + switchport mode access + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/9 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/10 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/11 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/12 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/13 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/14 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/15 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/16 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/17 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/18 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/19 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/20 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/21 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/22 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/23 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/24 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/25 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/26 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/27 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/28 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/29 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/30 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/31 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/32 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/33 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/34 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/35 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/36 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/37 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/38 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/39 + speed 100 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/40 + speed 100 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/41 + speed 100 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/42 + speed 100 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/43 + speed 100 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/44 + speed 100 + duplex full + spanning-tree portfast +! +interface GigabitEthernet1/45 + media-type rj45 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/46 + media-type rj45 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/47 + media-type rj45 + speed auto + duplex auto + spanning-tree portfast +! +interface GigabitEthernet1/48 + media-type rj45 + speed auto + duplex auto + spanning-tree portfast +! +interface TenGigabitEthernet1/49 +! +interface TenGigabitEthernet1/50 +! +interface TenGigabitEthernet1/51 +! +interface TenGigabitEthernet1/52 +! +interface Vlan1 + ip address 10.133.28.231 255.255.255.0 + ip pim dense-mode +! +interface Vlan10 + ip address 100.100.100.100 255.255.255.0 + ip pim sparse-mode +! +interface Vlan26 + ip address 10.133.26.232 255.255.255.0 + ip pim dense-mode +! +ip forward-protocol udp echo +ip route 0.0.0.0 255.255.255.255 100.100.100.101 +ip http server +ip pim rp-address 100.100.100.100 +! +ip http server +! +access-list 101 permit udp host 10.133.28.160 any eq echo +! +control-plane +! +! +line con 0 + password 7 01070E05570E15 + logging synchronous + login + stopbits 1 +line vty 0 4 + password 7 071B294D420C0A + login +line vty 5 15 + password 7 120D0D161E0E1F + login +! +ntp clock-period 17180156 +ntp server 10.133.26.160 +ntp server 10.133.28.160 +ntp server 10.133.28.254 +end diff --git a/install/debian-rep/install/firmware-bnx2_0.14+lenny2_all.deb b/install/debian-rep/install/firmware-bnx2_0.14+lenny2_all.deb new file mode 100755 index 0000000..3744197 Binary files /dev/null and b/install/debian-rep/install/firmware-bnx2_0.14+lenny2_all.deb differ diff --git a/install/debian-rep/install/igb-3.0.22.tar.gz b/install/debian-rep/install/igb-3.0.22.tar.gz new file mode 100755 index 0000000..e45e5a1 Binary files /dev/null and b/install/debian-rep/install/igb-3.0.22.tar.gz differ diff --git a/install/debian-rep/readme.txt b/install/debian-rep/readme.txt new file mode 100644 index 0000000..ab235a8 --- /dev/null +++ b/install/debian-rep/readme.txt @@ -0,0 +1,23 @@ +# +# Le contenu des paquets débian s'obtient de la façon suivante: + +# Pour avoir le contenu du dossier DEBIAN : fichiers control, preinst, prerm, postinst, et postrm +dpkg-deb -e .deb /DEBIAN/ +#Pour extraire le reste du paquet +dpkg-deb -x .deb / + + +#un paquet se crée de la façon suivante: +dpkg-deb -b + +#un repository doit contenir un fichier Packages.gz et les paquets débian utilisés pour générer l'archive Packages.gz +#La génération de Packages.gz se fait de la façon suivante: + +dpkg-scanpackages /dev/null |gzip > /Packages.gz + +#L'outil dpkg-scanpackages est disponible dans le paquet débian dpkg-dev + +#La prise en compte par aptitude du repostory se fait en insérant dans /etc/apt/sources.list + +deb file:/// / + diff --git a/install/debian-rep/trc6500-webconfig/trc6500-webconfig_1.1-1_all.deb b/install/debian-rep/trc6500-webconfig/trc6500-webconfig_1.1-1_all.deb new file mode 100644 index 0000000..dff0173 Binary files /dev/null and b/install/debian-rep/trc6500-webconfig/trc6500-webconfig_1.1-1_all.deb differ diff --git a/install/ipmi/ipmicfg b/install/ipmi/ipmicfg new file mode 100755 index 0000000..8cbc218 Binary files /dev/null and b/install/ipmi/ipmicfg differ diff --git a/install/ipmi/ipmicfg-linux.x86_64 b/install/ipmi/ipmicfg-linux.x86_64 new file mode 100755 index 0000000..8cbc218 Binary files /dev/null and b/install/ipmi/ipmicfg-linux.x86_64 differ diff --git a/install/ipmi/ipmicfg.sh b/install/ipmi/ipmicfg.sh new file mode 100755 index 0000000..cf65535 --- /dev/null +++ b/install/ipmi/ipmicfg.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +mydir=$(dirname $0) +mydir=$(cd $mydir; pwd) +pwd=$(pwd) + +trap "cd $pwd; exit 1;" 2 3 15 + +cd $mydir +./$(basename ${0%.sh}) $@ +cd $pwd +exit 0 diff --git a/install/ipmi/update_blade_cfg.sh b/install/ipmi/update_blade_cfg.sh new file mode 100755 index 0000000..413a9ca --- /dev/null +++ b/install/ipmi/update_blade_cfg.sh @@ -0,0 +1,66 @@ +#!/bin/sh + +PROGNAME=$(basename $0) + +# check binary directory + +mydir=$(dirname $0) +mydir=$(cd $mydir; pwd) + +# formating functions + +_echo () { [ "$(echo -e '')" ] && echo $@ || echo -e $@; } +title () { _echo "\033[0;1m$*\033[0;0m"; } +pass () { _echo "\033[1;32m$*\033[0;0m"; } +warn () { _echo "\033[1;33m$*\033[0;0m"; } +fail () { _echo "\033[1;31m$*\033[0;0m"; } + +usage () { + echo "usage: $PROGNAME [-h] [-y] [-Y]" + echo " -h: help message" + echo " -y: really do update" + echo " -Y: do not ask for confirmation" + exit $@ +} + +# do command + +do_cmd () { + if [ "$DUMMY" = "no" ]; then + warn $@ + { eval $@; } && pass OK || { fail KO; exit 1; } + else + echo ":: $@" + fi +} + +# argument processing + +while [ $# -gt 0 ]; do + case "$1" in + -h) usage 0;; + -y) DUMMY=no;; + -Y) ANS=yes + esac + shift +done +[ "$DUMMY" = "no" ] && \ + fail "Real mode, things will really append" || \ + warn "Dummy mode, nothing will be done" +if [ ! "$ANS" = "yes" ]; then + read -p "Press 'y' to continue: " ANS + [ "$ANS" = "y" ] || exit 1 +fi + +ID=$(getent hosts $(hostname -s) | sed 's/.*\.\([0-9]*\)\s.*/\1/') +[ "$ID" ] || ID=254 +title "Host ID: $ID" + +title "Configure IPMI" +do_cmd $mydir/ipmicfg.sh -dhcp off +do_cmd $mydir/ipmicfg.sh -vlan off +do_cmd $mydir/ipmicfg.sh -m 10.133.25.$ID +do_cmd $mydir/ipmicfg.sh -k 255.255.255.0 +#do_cmd $mydir/ipmicfg.sh -g 10.133.26.231 +do_cmd $mydir/ipmicfg.sh -g 0.0.0.0 +do_cmd $mydir/ipmicfg.sh -fan 3 diff --git a/install/scripts/getconfigTRC6500.bat b/install/scripts/getconfigTRC6500.bat new file mode 100644 index 0000000..0d2b36f --- /dev/null +++ b/install/scripts/getconfigTRC6500.bat @@ -0,0 +1,38 @@ +@echo off + +set session=root +set machine_IP=10.133.28.160 + +set pc_chemin_winscp=C:\"Program Files"\WinSCP\ +set pc_chemin_config=C:\temp\config_trc6500\ + + +echo Recuperation de la configuration du TRC6500... + +ping -n 1 %machine_IP% | find "TTL" > NUL +if errorlevel 1 goto cible_injoignable + + + + +cd %pc_chemin_winscp% +set cmd=winscp %session% /command call" tar czhf config.tar.gz * " lcd" %pc_chemin_config%/backup" get" *.gz " exit + +echo %cmd% +%cmd% + + +pause +exit 0 + + + + + + +:cible_injoignable +echo. +echo Erreur : Machine cible (%machine_IP%) non joignable +echo. +pause +exit 1 diff --git a/install/scripts/startTRC6500.bat b/install/scripts/startTRC6500.bat new file mode 100644 index 0000000..57cb2ed --- /dev/null +++ b/install/scripts/startTRC6500.bat @@ -0,0 +1,36 @@ +@echo off + +set machine_user=root +REM machine cible +set machine_IP=10.133.28.160 +REM mdp cible +set machine_pwd=thales +REM repertoire outil plink +set pc_chemin_plink=C:\outils + +@set script_demarrage_linux=/opt/trc6500/script/start_trc6500.sh +set script_demarrage_linux=/opt/trc6500/script/start_trc6500.sh + +set cmde_plink=%pc_chemin_plink%\plink -ssh %machine_user%@%machine_IP% -pw %machine_pwd% + +echo Demande de demarrage du TRC6500... + +ping -n 1 %machine_IP% | find "TTL" > NUL +if errorlevel 1 goto cible_injoignable + +%cmde_plink% %script_demarrage_linux% + + +pause +exit + + + + + +:cible_injoignable +echo. +echo Erreur : Machine cible (%machine_IP%) non joignable +echo. +pause +exit 1 diff --git a/install/scripts/stopTRC6500.bat b/install/scripts/stopTRC6500.bat new file mode 100644 index 0000000..0445be3 --- /dev/null +++ b/install/scripts/stopTRC6500.bat @@ -0,0 +1,36 @@ +@echo off + +set machine_user=root +REM machine cible +set machine_IP=10.133.28.160 +REM mdp cible +set machine_pwd=thales +REM repertoire outil plink +set pc_chemin_plink="C:\Program Files\KenBIT\Putty" + +@set script_demarrage_linux=/opt/trc6500/script/stop_trc6500.sh +set script_demarrage_linux=/opt/trc6500/script/stop_trc6500.sh + +set cmde_plink=%pc_chemin_plink%\plink -ssh %machine_user%@%machine_IP% -pw %machine_pwd% + +echo Stop TRC6500 request... + +ping -n 1 %machine_IP% | find "TTL" > NUL +if errorlevel 1 goto unreachable_target + +%cmde_plink% %script_demarrage_linux% + + +pause +exit + + + + + +:unreachable_target +echo. +echo Erreur : (%machine_IP%) unreachable +echo. +pause +exit 1 diff --git a/install/scripts/updateconfigTRC6500.bat b/install/scripts/updateconfigTRC6500.bat new file mode 100644 index 0000000..1b2c830 --- /dev/null +++ b/install/scripts/updateconfigTRC6500.bat @@ -0,0 +1,38 @@ +@echo off + +set session=root +set machine_IP=10.133.28.160 + +set pc_chemin_winscp=C:\"Program Files"\WinSCP\ +set pc_chemin_config=C:\temp\config_trc6500\ + + +echo Mise � jour de la configuration du TRC6500... + +ping -n 1 %machine_IP% | find "TTL" > NUL +if errorlevel 1 goto cible_injoignable + + + + +cd %pc_chemin_winscp% +set cmd=winscp %session% /command lcd" %pc_chemin_config%/new" call" rm config.tar.gz" call" mkdir -p temp" put" config.tar.gz " call" tar xzf config.tar.gz -C temp/" call" cat temp/dhcpd.conf.user >/etc/dhcp3/dhcpd.conf.user" call" cat temp/hosts.user >/etc/hosts" call" cat temp/hosts.user > ../system_esclave/etc/hosts" call" ../scripts/create_image.sh" call" rm -rf temp" call" rm -f ../boot_reseau/initramfs.*" call" ../scripts/create_bootloader.sh" call" /etc/init.d/dhcp3-server restart " exit + +echo %cmd% +%cmd% + + +pause +exit 0 + + + + + + +:cible_injoignable +echo. +echo Erreur : Machine cible (%machine_IP%) non joignable +echo. +pause +exit 1