這篇文章主要介紹“Linux中安裝oray服務的步驟”,在日常操作中,相信很多人在Linux中安裝oray服務的步驟問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”Linux中安裝oray服務的步驟”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
創新互聯企業建站,10多年網站建設經驗,專注于網站建設技術,精于網頁設計,有多年建站和網站代運營經驗,設計師為客戶打造網絡企業風格,提供周到的建站售前咨詢和貼心的售后服務。對于成都網站設計、成都網站建設中不同領域進行深入了解和探索,創新互聯在網站建設中充分了解客戶行業的需求,以靈動的思維在網頁中充分展現,通過對客戶行業精準市場調研,為客戶提供的解決方案。
1、首先安裝必要的開發包
[root@wangheng.org ~] apt-get install gcc g++ automake autoconf
2、下載phdDNS-2.0.2.16556.tar.gz到某一個目錄
[root@wangheng.org ~]# wget http://download.oray.com/peanuthull/phddns-2.0.2.16556.tar.gz
3、解壓所有文件
[root@wangheng.org ~]# tar zxvf phddns-2.0.2.16556.tar.gz
4、進入目錄并編譯
[root@wangheng.org ~]# cd phddns-2.0.2.16556
[root@wangheng.org phddns-2.0.2.16556]# aclocal
[root@wangheng.org phddns-2.0.2.16556]# autoconf
[root@wangheng.org phddns-2.0.2.16556]# automake
[root@wangheng.org phddns-2.0.2.16556]# ./configure
[root@wangheng.org phddns-2.0.2.16556]# make
[root@wangheng.org phddns-2.0.2.16556]# cd src
[root@wangheng.org src]# ls -l phddns
-rwxr-xr-x 1 root root 80968 Aug 2 11:18 phddns
5、執行編譯好的程序并配置(默認使用/etc/phlinux.conf,如果不存在這個文件則自動進入交互配置)
[root@wangheng.org src]# ./phddns
輸入服務器地址,如無特殊情況可使用默認值
Enter server address(press ENTER use phlinux3.oray.net):
輸入您的Oray帳號名稱
Enter your Oray account:
對應的Oray帳號密碼
Password:
選擇幫定的網卡,如無特殊,默認即可
Network interface(s):
eth0:192.168.141.18
lo:127.0.0.1
Choose one(default eth0):
選擇日志保存到哪個文件
Log to use(default /var/log/phddns.log):
保存配置文件,選擇yes則直接保存到/etc/phlinux.conf,輸入other可以指定文件
Save to configuration file (/etc/phlinux.conf)?(yes/no/other):
接下來程序將已交互模式開始運行
192.168.141.18
NIC bind success
OnStatusChanged okConnecting
OnStatusChanged okDomainListed
OnDomainRegistered skyvense22.gicp.net
OnStatusChanged okDomainsRegistered
UserType: 0
看到上面這些就表示登錄成功,這個時候可以按ctrl+c先退出程序
6、將phddns拷貝到你希望的位置
[root@wangheng.org src]# cp phddns /usr/bin/
7、以后臺模式啟動花生殼并檢查運行情況
[root@wangheng.org ~]# /usr/bin/phddns -c /etc/phlinux.conf -d
phlinux started as daemon!
[root@wangheng.org ~]# tail /var/log/phddns.log
2011/08/02 11:28:58.256| ExecuteUpdate OK, BeginKeepAlive!
2011/08/02 11:29:59.354| SendKeepAlive() 8208
2011/08/02 11:30:00.355| RecvKeepaliveResponse() Data comes, OPCODE:8272
2011/08/02 11:30:00.356| Keepalive response received, client ip: 116.***.123.96
2011/08/02 11:31:00.447| SendKeepAlive() 8208
2011/08/02 11:31:01.450| RecvKeepaliveResponse() Data comes, OPCODE:8272
2011/08/02 11:31:01.450| Keepalive response received, client ip: 116.***.123.96
8、退出花生殼
查看進程ID
[root@wangheng.org ~]# ps -A | grep phddns
13731 ? 00:00:00 phlinux
讓后臺進程退出
[root@wangheng.org ~]# kill -9 13731
9、將花生殼加到系統啟動時運行
[root@wangheng.org ~]# vi /etc/rc.local
在文件的末尾加上一行:/usr/bin/phddns -c /etc/phlinux.conf -d
二、花生殼Linux版本命令行參數說明
[root@wangheng.org ~]# /usr/bin/phlinux -h
Peanuthull Linux-core 2.0 by oray.com, copyright 2011
Peanuthull Linux-core Help
–first-run
-f, run for the first time
用于首次啟動時配置參數
–interact
-i, run as interactive mode
program will request for necessary parameters.
this mode will automatically enabled at first running,
or your configuration file has been lost.
啟動交互模式
–daemon
-d, run as a daemon
program will quit after put itself to background,
and continue running even you logout,
you can use kill -9 <PID> to terminate.
后臺模式
–config
-c, run with configuration file
program will run with the file
指定使用哪一個配置文件
–user
-u, run as the user
program will run as the user
以指定用戶啟動后臺進程
–help
-h, print this screen.
Please visit http://www.oray.com for detail.
到此,關于“Linux中安裝oray服務的步驟”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注創新互聯網站,小編會繼續努力為大家帶來更多實用的文章!
網站題目:Linux中安裝oray服務的步驟
URL分享:http://vcdvsql.cn/article36/pespsg.html
成都網站建設公司_創新互聯,為您提供營銷型網站建設、云服務器、網站建設、手機網站建設、Google、自適應網站
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯