select-waxtrace-asset.ps1: read bay-config.csv (17 bays) by default
Picker was still pointed at calibrations/INDEX.csv, which only listed 14 bays that have a per-asset cal ISO ripped. Three bays we just refreshed into bay-config.csv (WJF00450, WJF00461, WJRP0423) had no cal-disc entry, so they fell off the menu and tech had to drop to the free-text prompt to type the asset by hand - felt like a regression. Two changes: - select-waxtrace-asset.ps1: prefer bay-config.csv when -IndexPath points there (now the default). Auto-detect schema by checking for the ftpak_version column. Display columns become ASSET / FTPAK / MODEL / USER ID so the tech can confirm bay metadata at a glance before pressing Enter. Falls back to calibrations/INDEX.csv if bay-config.csv missing. - startnet.cmd: invoke the picker with -IndexPath bay-config.csv. Pushed: both boot.wim copies refreshed via wimupdate, new select-waxtrace-asset.ps1 deployed to PXE share, new boot.wim landed at /var/www/html/win11/sources/boot.wim on 172.16.9.1. bay-config.csv parent-dir copy synced with scripts/bay-config.csv so resolve-bay-config.ps1 (called from startnet.cmd in WinPE) and the picker both see the same 17-bay set.
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
asset_tag,ftpak_version,model,user_id
|
||||
WJF00159,6.103,AVANT,3974839712
|
||||
WJRP3689,5.510,CV-4500,3744284509
|
||||
WJRP2660,6.0,CV-4500,2365986521
|
||||
WJRP2659,6.0,CV-4500,2709054503
|
||||
WJF00545,6.213,AVANT,3878777362
|
||||
WJRP3638,5.602,CV-4500,0720778210
|
||||
WJF00052,6.103,AVANT,3270314998
|
||||
WJF00084,6.103,AVANT,1476212857
|
||||
WJF00083,6.103,AVANT,2934506987
|
||||
WJRP3025,6.0,CV-3200,2292822471
|
||||
WJF00197,6.104,AVANT,1191612605
|
||||
WJRP4802,6.002,AVANT,0920866935
|
||||
WJRP2347,6.0,CV-4500,3585172946
|
||||
WJRP2035,6.0,CV-4500,2292822471
|
||||
WJRP2335,6.0,CV-4500,1780916688
|
||||
asset_tag,ftpak_version,model,user_id,hw_sn,hw_id,host,notes
|
||||
WJF00052,6.103,CV-4500,3270314998,100032204,00039188,G2ZTNCX3ESF,bay-config was AVANT - corrected to CV-4500 per device-map
|
||||
WJF00083,6.103,AVANT,2934506987,100062206,00039341,GDMT28Y3ESF,
|
||||
WJF00084,6.103,AVANT,1476212857,100042205,00039348,G2GY4SY3ESF,
|
||||
WJF00159,6.103,AVANT,3974839712,100072210,00040145,G5PRTW04ESF,
|
||||
WJF00197,6.104,AVANT,1191612605,300022404,00041459,GHNWYRT3ESF,
|
||||
WJF00450,6.204,AVANT,MISSING_DATA,400052411,MISSING_DATA,G8KRCPZ3ESF,DO NOT MIGRATE - user_id + hw_id need dongle read
|
||||
WJF00461,6.213,AVANT,3878777362,400012504,00044757,G2PMG3D4ESF,new bay (was misattributed to WJF00545 in old CSV)
|
||||
WJF00545,6.213,AVANT,3268459559,500022512,00045652,G6MJG3D4ESF,user_id refreshed 2026-05-24 (was 3878777362)
|
||||
WJRP0423,6.0,CV-3100,3669340917,720104,00025834,GGDBWRT3ESF,old bay - device-map name 'NewCVSV' is Mitutoyo internal for CV-3100
|
||||
WJRP2035,6.0,CV-4500,2292822471,200011406,0008232,G6W7JK44ESF,live binary is 5.7.0.82 - migrating to original 6.0 target
|
||||
WJRP2335,6.0,CV-4500,1780916688,800011510,00011911,G4B48FZ3ESF,live binary is 5.7.0.82 - migrating to original 6.0 target
|
||||
WJRP2347,6.0,CV-4500,3585172946,800021510,00011674,GDR6B8B3ESF,live binary is 5.7.0.82 - migrating to original 6.0 target
|
||||
WJRP2659,6.0,CV-4500,2709054503,000021608,00015700,G33N20R3ESF,live binary is 5.7.0.82 - migrating to original 6.0 target
|
||||
WJRP2660,6.0,CV-4500,236598621,000011607,00015588,GGGMF1V3ESF,live binary is 5.7.0.92 - migrating to original 6.0 target
|
||||
WJRP3638,5.602,CV-4500,0720778210,400031808,00024395,GFDBWRT3ESF,
|
||||
WJRP3689,5.510,CV-4500,3744284509,400021807f,00024390,G4HCKF33ESF,live binary is 5.6.0.40 (release 5.602) - migrating to original 5.510 target
|
||||
WJRP4802,6.002,AVANT,0920866935,100062108,00034683,G5W7R704ESF,live binary is 5.7.0.92 - migrating to original 6.002 target
|
||||
|
||||
|
Reference in New Issue
Block a user