主頁 > 知識(shí)庫(kù) > Linux中安裝oray服務(wù)的步驟分享

Linux中安裝oray服務(wù)的步驟分享

熱門標(biāo)簽:美圖手機(jī) 長(zhǎng)春外呼系統(tǒng)價(jià)格 聯(lián)客智能語音外呼系統(tǒng)賬號(hào)格式 長(zhǎng)沙智能外呼系統(tǒng)中心 電銷機(jī)器人的效果 南寧智能外呼系統(tǒng)線路商 成都移動(dòng)外呼系統(tǒng) 佛山外呼系統(tǒng)平臺(tái) 南昌語音外呼系統(tǒng)代理

1、首先安裝必要的開發(fā)包

[root@wangheng.org ~] apt-get install gcc g++ automake autoconf

2、下載phddns-2.0.2.16556.tar.gz到某一個(gè)目錄

[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、進(jìn)入目錄并編譯
[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、執(zhí)行編譯好的程序并配置(默認(rèn)使用/etc/phlinux.conf,如果不存在這個(gè)文件則自動(dòng)進(jìn)入交互配置)

[root@wangheng.org src]# ./phddns
輸入服務(wù)器地址,如無特殊情況可使用默認(rèn)值
Enter server address(press ENTER use phlinux3.oray.net):

輸入您的Oray帳號(hào)名稱
Enter your Oray account:

對(duì)應(yīng)的Oray帳號(hào)密碼
Password:

選擇幫定的網(wǎng)卡,如無特殊,默認(rèn)即可
Network interface(s):
eth0:192.168.141.18
lo:127.0.0.1
Choose one(default eth0):

選擇日志保存到哪個(gè)文件
Log to use(default /var/log/phddns.log):

保存配置文件,選擇yes則直接保存到/etc/phlinux.conf,輸入other可以指定文件
Save to configuration file (/etc/phlinux.conf)?(yes/no/other):

接下來程序?qū)⒁呀换ツJ介_始運(yùn)行
192.168.141.18
NIC bind success
OnStatusChanged okConnecting
OnStatusChanged okDomainListed
OnDomainRegistered skyvense22.gicp.net
OnStatusChanged okDomainsRegistered
UserType: 0
看到上面這些就表示登錄成功,這個(gè)時(shí)候可以按ctrl+c先退出程序


6、將phddns拷貝到你希望的位置
[root@wangheng.org src]# cp phddns /usr/bin/

7、以后臺(tái)模式啟動(dòng)花生殼并檢查運(yùn)行情況

[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、退出花生殼

查看進(jìn)程ID
[root@wangheng.org ~]# ps -A | grep phddns
13731 ? 00:00:00 phlinux
讓后臺(tái)進(jìn)程退出
[root@wangheng.org ~]# kill -9 13731

9、將花生殼加到系統(tǒng)啟動(dòng)時(shí)運(yùn)行
[root@wangheng.org ~]# vi /etc/rc.local
在文件的末尾加上一行:/usr/bin/phddns -c /etc/phlinux.conf -d

二、花生殼Linux版本命令行參數(shù)說明

[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
用于首次啟動(dòng)時(shí)配置參數(shù)

–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.
啟動(dòng)交互模式

–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.
后臺(tái)模式

–config
-c, run with configuration file
program will run with the file
指定使用哪一個(gè)配置文件

–user
-u, run as the user
program will run as the user
以指定用戶啟動(dòng)后臺(tái)進(jìn)程

–help
-h, print this screen.
Please visit http://www.oray.com for detail.

轉(zhuǎn)載自王恒的博客

標(biāo)簽:邵陽 云浮 新鄉(xiāng) 東營(yíng) 慶陽 法律服務(wù) 沈陽 阜陽

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Linux中安裝oray服務(wù)的步驟分享》,本文關(guān)鍵詞  Linux,中,安裝,oray,服務(wù),的,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Linux中安裝oray服務(wù)的步驟分享》相關(guān)的同類信息!
  • 本頁收集關(guān)于Linux中安裝oray服務(wù)的步驟分享的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章