搜索
登錄
注冊
網(wǎng)絡優(yōu)化工程師招聘專欄
4G/LTE通信工程師最新職位列表
通信實習生/應屆生招聘職位
MSCBSC 移動通信論壇
»
通信設備廠商技術區(qū)
»
愛立信技術資料區(qū)
» APG修復的一些方法
討論帖
資料帖
投票帖
懸賞帖
閱讀:
2727
回復:
0
關注樓主
APG修復的一些方法
火影忍者
初級會員
發(fā)短消息
關注Ta
積分 179
帖子 35
威望 5606 個
禮品券 0 個
專家指數(shù) 4
注冊 2011-11-28
專業(yè)方向 交換
回答問題數(shù)
0
回答被采納數(shù)
0
回答采納率
0%
#1
大
中
小
使用道具
發(fā)表于 2012-04-18 17:41:52
只看樓主
【資料名稱】:APG修復
【資料作者】:周權
【資料日期】:2011.08.09
【資料語言】:中文
【資料格式】:DOC
【資料目錄和簡介】:
1配置IP之前:兩塊APUB板里面ETH-1和ETH-0(或者只把ETH-1互聯(lián)就可以)需要互聯(lián),相當于之前心跳線的作用。配置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的時候,對于AGM317的版本來說hwmreset執(zhí)行之前,先要hwmblk和hwmdeblk一下所要帶的板。
4如果在查hostname&prcstate -l時發(fā)現(xiàn)passvie邊總是down狀態(tài),可以用cluster group "ACS_CS_SERVICE_1/0" /on /wait(可以先檢查下net start clussvc是否是UP狀態(tài))
5當APG配置成功時,進不去CP,可能是在配置APG的過程中administrator的權限部分丟失。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側運行
nsfstop
telnet登陸到A側:
確認時間,日期和時區(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側啟動完成
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"
確認服務都是stop的
setupservices -n
gpupdate /force
prcboot
等待A側啟動完成。
telnet登陸到B側:
確認時間,日期和時區(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側啟動完成
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"
確認服務都是stop的
setupservices -n
gpupdate /force
prcboot
7 在配置APG的過程在測試FRS文件時,分別到192.168.170.1和192.168.170.2 copy testa和testb文件,發(fā)現(xiàn)170.2測查不到testa文件,一下是解決方法:
確認兩個NODE的C:\winnt\sysvol\domain\Policies目錄下面都有3個目錄。
telnet登陸到B側:
net stop ntfrs
telnet登陸到A側:
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
確認最后一個事件與下面類似:
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側
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
確認最后一個事件與下面類似:
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前先確認以下的情況:
Before parameter change:
確認APG43兩側時間,日期和時區(qū)一致
確認APG43兩側ACTIVE DIRECTORY同步正常
確認APG43兩側的FILE REPLICATION工作正常
確認APG43磁盤鏡像工作正常
確認APG43兩側的IPNA,IPNB和PUBLIC均能PING通
確認GPO下DOMAIN下是否打開。
清除所有7個日志文件
在APG43兩側運行NSFSTOP命令
做好APG43的備份
確認兩側C:\winnt\sysvol\domain 里面應該只有Policies和scripts文件夾。
注:如果為了確保能跑成功可以最先運行周權給的“APG43Fix.txt”腳本執(zhí)行一遍修復一下帳戶權限和同步問題。
During parameter change:
如果所用PC的系統(tǒng)是Windows XP SP3或以上(包括Vista和Win7),則使用mstsc /admin來啟動遠程桌面連接
如果所用PC的系統(tǒng)是Windows XP SP3以下(包括XPSP2和XPSP1),則使用mstsc /console來啟動遠程桌面連接
如果運行CloConfig,5分鐘之后就停止了,可以嘗試再次運行CloConfig
8:在開測試基站是,如果發(fā)現(xiàn)TS起不來了(除了TS,其他都起來了),可以查看table表的FLEXABIS這個屬性。
附件下載列表:
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)
掃碼關注5G通信官方公眾號,免費領取以下5G精品資料
1、回復“
YD5GAI
”免費領取《
中國移動:5G網(wǎng)絡AI應用典型場景技術解決方案白皮書
》
2、回復“
5G6G
”免費領取《
5G_6G毫米波測試技術白皮書-2022_03-21
》
3、回復“
YD6G
”免費領取《
中國移動:6G至簡無線接入網(wǎng)白皮書
》
4、回復“
LTBPS
”免費領取《
《中國聯(lián)通5G終端白皮書》
》
5、回復“
ZGDX
”免費領取《
中國電信5G NTN技術白皮書
》
6、回復“
TXSB
”免費領取《
通信設備安裝工程施工工藝圖解
》
7、回復“
YDSL
”免費領取《
中國移動算力并網(wǎng)白皮書
》
8、回復“
5GX3
”免費領取《
R16 23501-g60 5G的系統(tǒng)架構1
》
對本帖內容的看法?
我要點評
作者的更多帖子
APG43參數(shù)配置
2012-07-19
[
充值威望,立即自動到帳
] [
VIP貴賓權限+威望套餐
] 另有大量優(yōu)惠贈送活動,請光臨充值中心
充值擁有大量的威望和最高的下載權限,下載站內資料無憂
討論帖
資料帖
投票帖
懸賞帖
快速回復主題
標題
內容
上傳資料請點左側【添加附件】
(勾選中文件為要刪除文件)
Factory Start Up and Initial NE Test of APZ 212 55_Rev.G.pdf
您即將訪問其它網(wǎng)站
關閉
您即將訪問的地址是其它網(wǎng)站的內容,MSCBSC將不再對其安全性和可靠性負責,請自行判斷是否繼續(xù)前往
繼續(xù)訪問
取消訪問,關閉
當前時區(qū) GMT+8, 現(xiàn)在時間是 2025-01-10 17:43:20
渝ICP備11001752號
Copyright @ 2006-2016 mscbsc.com
本站統(tǒng)一服務郵箱:mscbsc@163.com
Processed in 0.405061 second(s), 13 queries , Gzip enabled
TOP
清除 Cookies
-
聯(lián)系我們
-
移動通信網(wǎng)
-
移動通信論壇
-
通信招聘網(wǎng)
-
Archiver