安裝方法:
得到金萬維gnhostlinux動態(tài)域名Linux/Unix下客戶端軟件
- wget http://res.gnway.com/download/res/gnhostlinux1.3.2.tgz
解壓軟件
- tar zxvf gnhostlinux1.3.2.tgz
運行安裝程序
- [root@gnway root] ./GNDDNSCtl.sh install
啟動金萬維動態(tài)域名Linux/Unix下客戶端軟件
- [root@gnway root]./GNDDNSCtl.sh start
注:第一次啟動的時候,要求輸入用戶名、密碼
停此金萬維動態(tài)域名Linux/Unix下客戶端軟件
- [root@gnway root]./GNDDNSCtl.sh stop
重啟金萬維動態(tài)域名Linux/Unix下客戶端軟件
- [root@gnway root]./GNDDNSCtl.sh restart
看更新日志:
- [root@gnway root] tail -f /var/log/gnhostlinux.log
配置文件:
修改用戶名/密碼
- vi /etc/gnhostlinux.conf
- USERNAME=youname
- PASSWORD=passwd^M
- #serverIP是備份服務(wù)器的IP,可以不用^M
- serverIP=211.100.24.18
高級配置選項
如果要求某個域名(比如xxx.domain.com)不在本機解析,可以在配置文件/etc/gnhostlinux.conf中
加上如下選項:
xxx.domain.com = no
64位無法啟動解決辦法
修復/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory問題
1、在64系統(tǒng)里執(zhí)行32位程序如果出現(xiàn)/lib/ld-linux.so.2:
bad ELF interpreter: No such file or directory,安裝下glic即可
- yum -y install glibc.i686
- yum -y install perl*
2、error while loading shared libraries: libz.so.1:
cannot open shared object file: No such file or directory
- yum install zlib.i686
附注:
如果您在使用過程中碰到下情況,請按照相應(yīng)方法做手工調(diào)整
1) 現(xiàn)象:IP 變化后更新不是很及時
解決方法:找到 ip -up 文件 (一般在 /etc/ppp/目錄下 ),在文件倒數(shù)第二行 (exit 0 前)增加一行:
- /etc/rc.d/init.d/gnhostlinuxd restart
評論