【資料名稱】:APG43克隆完后定義硬件配置表出錯解決
【資料作者】:Reed
【資料日期】:2012-3-2
【資料語言】:中文
【資料格式】:DOC
【資料目錄和簡介】:
APG克隆完后定義硬件配置表出錯解決
出現(xiàn)問題:
APG43在克隆完后定義硬件配置表時出現(xiàn)了以下情況:
C:\WINNT\Profiles\Administrator.QYM09B2AP1D>hwcadd -m 1.2.0.4 -s5 -n CPUB-y 1 -e A -t CP -d normal -a 10.30.100.1,10.31.100.1 -b 255.255.0.0,255.255.0.0
Functional board name not allowed for this SS
C:\WINNT\Profiles\Administrator.QYM09B2AP1D>hwcadd -m 1.2.0.4 -s7 -n MAUB-y 1-t CP -d client
Functional board name not allowed for this SS
C:\WINNT\Profiles\Administrator.QYM09B2AP1D>hwcadd -m 1.2.0.4 -s8 -n CPUB-y 1 -e B -t CP -d normal -a 10.30.100.2,10.31.100.2 -b 255.255.0.0,255.255.0.0
Functional board name not allowed for this SS
C:\WINNT\Profiles\Administrator.QYM09B2AP1D>hwcadd -m 1.2.0.4 -s 25 -n SCB-RP -d client -e B -u 2
分析問題:
因為定義APG的硬件配置表時只有CP部分定義不上,而有關(guān)APG部分的都可以定義上,說明是CP的類型不對。
解決問題:
APG中跟CP類型有關(guān)的參數(shù)只有ACS_APCONFBIN_CpAndProtocolType 這個參數(shù)。
用指令:phaprint ACS_APCONFBIN_CpAndProtocolType 得出:
C:\WINNT\Profiles\Administrator.QYM09B2AP1D>phaprint ACS_APCONFBIN_CpAndProtocolType
Name: ACS_APCONFBIN_CpAndProtocolType
Level: SystemNamed Table: N/A
[Unsigned Int]: 1
而正確的結(jié)果是ACS_APCONFBIN_CpAndProtocolType的參數(shù)值必須為4。
而要修改此參數(shù)值必須用SOFT FUNCTION CHANGE來做,如下步驟:
C:\WINNT\Profiles\Administrator.QYM09B2AP1D>sfcexec
Soft Function Change Session
NOTE: The session can be aborted at any time before switch to
the new system has been ordered. Press Ctrl+C and ENTER to abort.
Would you like to copy parameter files from disk? [y(es)/n(o)]:n
Would you like to edit parameter files? [y(es)/n(o)]:y
Choose one of the packages to upgrade parameters in:
NOCXCNUMBERMODULENAME REVISIONCNI
1 CXC1371211ACABINR2EAPZ21255/1-500
2 CXC1371217RTRBINR1GAPZ21255/1-452
3 CXC1371268AVIRBIN R1A
4 CXC1371270APCONFBINR1A
5 CXC1371271BURBINR1CAPZ21255/4-466
6 CXC1371187TELSRVBINR1FAPZ21230/4-1378
7 CXC1371235GCCBINR1DAPZ21255/2-413
8 CXC1371240CDHBINR2DAPZ21260/1-89
9 CXC1371241DBOBINR1CAPZ21255/1-483
10CXC1371266SSHSERVBIN R1DAPZ21401/3-35
11CXC1371152BUSRVBINR3DAPZ21255/2-327
12CXC1371154TESRVADMBINR2CAPZ21255/2-333
13CXC1371204FCSRVBINR1A03
14CXC1372002CQRHBIN R2BAPZ21255/4-514
15CXC1371208CPFADMBINR1FAPZ21255/4-521
16CXC1371233FCCAPIBINR1A
17CXC1372003CPTASPBINR1F01APZ21230/8-1459
18CXC1372004CPTMP1DBIN R2A06
19CXC1372006MISCLHBINR1BAPZ21255/2-453
20CXC1371127MLSMSSBINR1BAPZ21260/1-87
21CXC1371165ALECADMBIN R1CAPZ21255/1-122
22CXC1371219ADHADMBINR2MAPZ21255/1-531
23CXC1371220MMLAPIBINR1FAPZ21255/1-556
24CXC1371222MCCBINR1DAPZ21255/1-384
25CXC1371223PDSPGMBINR1EAPZ21255/2-321
26CXC1371226ALDABIN R2A
27CXC1371229MLSMMLBINR1HAPZ21255/1-468
28CXC1371231MLSMTSBINR2FAPZ21260/1-85
29CXC1371193CLHADMBINR2D01APZ21255/4-539
30CXC1371249SGSBINR1FAPZ21260/1-55
31CXC1371248STSCBIN R2SAPZ21260/1-122
Enter a number for the package to upgrade parameters in or
enter 'c(ontinue)' to continue soft function change session.
:4
Parsing format file ...
Parsing parameter file ...
Parameter editing session started.
:list
ACS_APCONFBIN_CpAndProtocolType
:edit ACS_APCONFBIN_CpAndProtocolType
Category: System
unsignedInt[0, 4] (1):4
:end
Parameters updated
Exiting ...
Would you like to edit more parameter files? [y(es)/n(o)]:n
System upgrade performed. Would you like to switch to the new system,
thereby starting the supervision period? (No will abort and restore
the system. [y(es)/n(o)]:y
Parameter tables generated. No errors found.
Change of parameter(s) succeeded, supervision period has started.
Execute sfcend when supervision period is over.
再次查看結(jié)果:
C:\WINNT\Profiles\Administrator.QYM09B2AP1D>phaprint ACS_APCONFBIN_CpAndProtocolType
Name: ACS_APCONFBIN_CpAndProtocolType
Level: SystemNamed Table: N/A
[Unsigned Int]: 4
發(fā)現(xiàn)已經(jīng)修改過來,再次定義APG中關(guān)于CP的硬件配置表,這下可以通過,
C:\WINNT\Profiles\Administrator>hwcadd -m 1.2.0.4 -s5 -n CPUB-y 1 -e A -t CP -d normal -a 10.30.100.1,10.31.100.1 -b 255.255.0.0,255.255.0.0
C:\WINNT\Profiles\Administrator>hwcadd -m 1.2.0.4 -s7 -n MAUB-y 1-t CP -d client
C:\WINNT\Profiles\Administrator>hwcadd -m 1.2.0.4 -s8 -n CPUB-y 1 -e B -t CP -d normal -a 10.30.100.2,10.31.100.2 -b 255.255.0.0,255.255.0.0
掃碼關(guān)注5G通信官方公眾號,免費領(lǐng)取以下5G精品資料
1、回復(fù)“YD5GAI”免費領(lǐng)取《中國移動:5G網(wǎng)絡(luò)AI應(yīng)用典型場景技術(shù)解決方案白皮書》
2、回復(fù)“5G6G”免費領(lǐng)取《5G_6G毫米波測試技術(shù)白皮書-2022_03-21》
3、回復(fù)“YD6G”免費領(lǐng)取《中國移動:6G至簡無線接入網(wǎng)白皮書》
4、回復(fù)“LTBPS”免費領(lǐng)取《《中國聯(lián)通5G終端白皮書》》
5、回復(fù)“ZGDX”免費領(lǐng)取《中國電信5G NTN技術(shù)白皮書》
6、回復(fù)“TXSB”免費領(lǐng)取《通信設(shè)備安裝工程施工工藝圖解》
7、回復(fù)“YDSL”免費領(lǐng)取《中國移動算力并網(wǎng)白皮書》
8、回復(fù)“5GX3”免費領(lǐng)取《 R16 23501-g60 5G的系統(tǒng)架構(gòu)1》
|