MSCBSC 移動通信論壇
搜索
登錄注冊
網(wǎng)絡(luò)優(yōu)化工程師招聘專欄 4G/LTE通信工程師最新職位列表 通信實(shí)習(xí)生/應(yīng)屆生招聘職位

  • 閱讀:2747
  • 回復(fù):0
APG修復(fù)的一些方法
火影忍者
初級會員



 發(fā)短消息    關(guān)注Ta 

積分 179
帖子 35
威望 5606 個(gè)
禮品券 0 個(gè)
專家指數(shù) 4
注冊 2011-11-28
專業(yè)方向  交換
回答問題數(shù) 0
回答被采納數(shù) 0
回答采納率 0%
 
發(fā)表于 2012-04-18 17:41:52  只看樓主 
【資料名稱】:APG修復(fù)

【資料作者】:周權(quán)

【資料日期】:2011.08.09

【資料語言】:中文

【資料格式】:DOC

【資料目錄和簡介】:

1配置IP之前:兩塊APUB板里面ETH-1和ETH-0(或者只把ETH-1互聯(lián)就可以)需要互聯(lián),相當(dāng)于之前心跳線的作用。配置IP之前雙邊敲 nsfstop。

2如果有NWI-E板的情況,連接網(wǎng)管有兩種方式,第一種:可以從兩塊APUB板的ETH-1和ETH-0口直接連網(wǎng)管、還有就是從NWI-E板直接連網(wǎng)管。第二種:APUB和SCB-RP連接,SCB-RP

和NWI-E連接,通過NWI-E連接網(wǎng)管。

3Restore的時(shí)候,對于AGM317的版本來說hwmreset執(zhí)行之前,先要hwmblk和hwmdeblk一下所要帶的板。

4如果在查hostname&prcstate -l時(shí)發(fā)現(xiàn)passvie邊總是down狀態(tài),可以用cluster group "ACS_CS_SERVICE_1/0" /on /wait(可以先檢查下net start clussvc是否是UP狀態(tài))


5當(dāng)APG配置成功時(shí),進(jìn)不去CP,可能是在配置APG的過程中administrator的權(quán)限部分丟失。net localgroup CPADMG administrator /add cuadef -g CPADMG -u administrator -c "BEB-EBSC13" -p 1


6 配置APG的過程發(fā)現(xiàn)B邊站不住,只要B變?yōu)閍ctive邊就自動重啟。一下是解決方法:

在active側(cè)運(yùn)行
nsfstop

telnet登陸到A側(cè):

確認(rèn)時(shí)間,日期和時(shí)區(qū)正確:
time /t&&date /t&&w32tm /tz

sc config kdc start= demand
net stop kdc

sc config clussvc start= demand
sc config acs_prc_clustercontrol start= demand
sc config acs_fch_server start= demand

netdom resetpwd /S:<hostname of node B> /UD:<Domain name>\Administrator /PD:Administrator1@

shutdown /r /f /t 1

等待A側(cè)啟動完成

sc config kdc start= auto
net start kdc

net stop burserver
for /F %i in ('findstr -v # C:\winnt\system32\setupservice.def') do net stop /y "%i"
for /F %i in ('findstr -v # C:\winnt\system32\setupservice.def') do fchstate -q "%i"
確認(rèn)服務(wù)都是stop的

setupservices -n
gpupdate /force

prcboot

等待A側(cè)啟動完成。

telnet登陸到B側(cè):

確認(rèn)時(shí)間,日期和時(shí)區(qū)正確:
time /t&&date /t&&w32tm /tz

sc config kdc start= demand
net stop kdc

sc config clussvc start= demand
sc config acs_prc_clustercontrol start= demand
sc config acs_fch_server start= demand

netdom resetpwd /S:<hostname of node A> /UD:<Domain name>\Administrator /PD:Administrator1@

shutdown /r /f /t 1

等待B側(cè)啟動完成

sc config kdc start= auto
net start kdc

netdom reset <hostname of node B> /Domain:<Domain name>

net stop burserver
for /F %i in ('findstr -v # C:\winnt\system32\setupservice.def') do net stop /y "%i"
for /F %i in ('findstr -v # C:\winnt\system32\setupservice.def') do fchstate -q "%i"
確認(rèn)服務(wù)都是stop的

setupservices -n

gpupdate /force

prcboot


7 在配置APG的過程在測試FRS文件時(shí),分別到192.168.170.1和192.168.170.2 copy testa和testb文件,發(fā)現(xiàn)170.2測查不到testa文件,一下是解決方法:

確認(rèn)兩個(gè)NODE的C:\winnt\sysvol\domain\Policies目錄下面都有3個(gè)目錄。

telnet登陸到B側(cè):
net stop ntfrs

telnet登陸到A側(cè):
net stop ntfrs
reg add "HKLM\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup" /v BurFlags /d 0xD4 /t REG_DWORD /f
上面的命令是一行。
net start ntfrs
等待1分鐘
aehevls -m 5 -l frs
確認(rèn)最后一個(gè)事件與下面類似:
Time: 2006-12-28 063922
User: N/A
Computer: WINS03A
Event ID: 13516
Source: NtFrs
Category: None
Type: Information
Description:
The File Replication Service is no longer preventing the computer WINS03A from
becoming a domain controller. The system volume has been successfully
initialized and the Netlogon service has been notified that the system
volume is now ready to be shared as SYSVOL.
Type "net share" to check for the SYSVOL share.

telnet登陸到B側(cè)
reg add "HKLM\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup" /v BurFlags /d 0xD2 /t REG_DWORD /f
上面的命令是一行。
net start ntfrs
等待1分鐘
aehevls -m 5 -l frs
確認(rèn)最后一個(gè)事件與下面類似:
Time: 2006-12-28 063922
User: N/A
Computer: WINS03A
Event ID: 13516
Source: NtFrs
Category: None
Type: Information
Description:
The File Replication Service is no longer preventing the computer WINS03A from
becoming a domain controller. The system volume has been successfully
initialized and the Netlogon service has been notified that the system
volume is now ready to be shared as SYSVOL.
Type "net share" to check for the SYSVOL share.


8 正式配置ip前先確認(rèn)以下的情況:

Before parameter change:

確認(rèn)APG43兩側(cè)時(shí)間,日期和時(shí)區(qū)一致

確認(rèn)APG43兩側(cè)ACTIVE DIRECTORY同步正常

確認(rèn)APG43兩側(cè)的FILE REPLICATION工作正常

確認(rèn)APG43磁盤鏡像工作正常

確認(rèn)APG43兩側(cè)的IPNA,IPNB和PUBLIC均能PING通

確認(rèn)GPO下DOMAIN下是否打開。

清除所有7個(gè)日志文件

在APG43兩側(cè)運(yùn)行NSFSTOP命令

做好APG43的備份

確認(rèn)兩側(cè)C:\winnt\sysvol\domain 里面應(yīng)該只有Policies和scripts文件夾。

注:如果為了確保能跑成功可以最先運(yùn)行周權(quán)給的“APG43Fix.txt”腳本執(zhí)行一遍修復(fù)一下帳戶權(quán)限和同步問題。



During parameter change:

如果所用PC的系統(tǒng)是Windows XP SP3或以上(包括Vista和Win7),則使用mstsc /admin來啟動遠(yuǎn)程桌面連接

如果所用PC的系統(tǒng)是Windows XP SP3以下(包括XPSP2和XPSP1),則使用mstsc /console來啟動遠(yuǎn)程桌面連接

如果運(yùn)行CloConfig,5分鐘之后就停止了,可以嘗試再次運(yùn)行CloConfig




8:在開測試基站是,如果發(fā)現(xiàn)TS起不來了(除了TS,其他都起來了),可以查看table表的FLEXABIS這個(gè)屬性。

查看積分策略說明
附件下載列表:
2012-4-18 17:41:52  下載次數(shù): 17
Factory Start Up and Initial NE Test of APZ 212 55_Rev.G.pdf (723.23 KB)
掃碼關(guān)注5G通信官方公眾號,免費(fèi)領(lǐng)取以下5G精品資料
  • 1、回復(fù)“YD5GAI”免費(fèi)領(lǐng)取《中國移動:5G網(wǎng)絡(luò)AI應(yīng)用典型場景技術(shù)解決方案白皮書
  • 2、回復(fù)“5G6G”免費(fèi)領(lǐng)取《5G_6G毫米波測試技術(shù)白皮書-2022_03-21
  • 3、回復(fù)“YD6G”免費(fèi)領(lǐng)取《中國移動:6G至簡無線接入網(wǎng)白皮書
  • 4、回復(fù)“LTBPS”免費(fèi)領(lǐng)取《《中國聯(lián)通5G終端白皮書》
  • 5、回復(fù)“ZGDX”免費(fèi)領(lǐng)取《中國電信5G NTN技術(shù)白皮書
  • 6、回復(fù)“TXSB”免費(fèi)領(lǐng)取《通信設(shè)備安裝工程施工工藝圖解
  • 7、回復(fù)“YDSL”免費(fèi)領(lǐng)取《中國移動算力并網(wǎng)白皮書
  • 8、回復(fù)“5GX3”免費(fèi)領(lǐng)取《 R16 23501-g60 5G的系統(tǒng)架構(gòu)1
  • 對本帖內(nèi)容的看法? 我要點(diǎn)評


    作者的更多帖子
     
    [充值威望,立即自動到帳] [VIP貴賓權(quán)限+威望套餐] 另有大量優(yōu)惠贈送活動,請光臨充值中心
    充值擁有大量的威望和最高的下載權(quán)限,下載站內(nèi)資料無憂

    快速回復(fù)主題    
    標(biāo)題
    內(nèi)容
     上傳資料請點(diǎn)左側(cè)【添加附件】

    (勾選中文件為要?jiǎng)h除文件)


    當(dāng)前時(shí)區(qū) GMT+8, 現(xiàn)在時(shí)間是 2025-04-10 09:18:31
    渝ICP備11001752號  Copyright @ 2006-2016 mscbsc.com  本站統(tǒng)一服務(wù)郵箱:mscbsc@163.com

    Processed in 0.525081 second(s), 13 queries , Gzip enabled
    TOP
    清除 Cookies - 聯(lián)系我們 - 移動通信網(wǎng) - 移動通信論壇 - 通信招聘網(wǎng) - Archiver