Linux中安装oray服务的步骤分享

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.

转载自王恒的博客

(0)

相关推荐

  • WIN7中安装IIS服务器的步骤分享

    Internet Information Services(IIS,互联网信息服务),是由微软公司提供的基于运行Microsoft Windows的互联网基本服务。最初是Windows NT版本的可选 ...

  • Linux中安装rsync同步工具步骤详解

    rsync是一款服务器与服务器这间的同步工具了,通常我们可以利用rsync来实时数据同步操作了,下面我一起来看看安装rsync同步软件的教程. 安装 rsync-3.1.0.tar.gz #tar z ...

  • linux中安装Zend Optimizer与eAccelerator教程

    eAccelerator与Zend Optimizer是一个加速软件了,我们可以利用它与php环境同步运行使用得php性能更好了,下面来一起看看linux中安装Zend Optimizer与eAcce ...

  • 如何在Linux中安装JDK?

     在Linux中安装JDK,过程如下: 1. 先从网上下载jdk,下载后放在/home目录中,当然其它地方也行。 进入安装目录 #cd /home #cp jdk-1_6_0_03-linux-i58 ...

  • 在Win7系统中安装SkyDrive的详细步骤

    SkyDrive这么大的网盘,为啥不用起来咧~不过,网盘每次都要在浏览器里打开,多麻烦啊~微软肯定不这么想,有了Win7,把SkyDrive hold住当作自己的磁盘一样用也没问题,下面就教教大家怎么 ...

  • Linux如何安装Nginx服务

    Nginx不用多说,web开发工程师都特别熟悉吧,Nginx是一款轻量级的Web容器/代理服务器主要特点是占有内存少,并发能力强.今天就介绍下如何在linux上安装nginx服务吧. 操作方法 01 ...

  • 如何在Linux中安装Redis服务器

    Redis服务器是一种非关系型数据存储服务器,它经常和Linux系统搭配使用.那么如何在Linux系统中安装Redis服务器呢?下面小编给大家分享一下. 操作方法 01 首先我们运用tar命令解压re ...

  • 如何在 Kali Linux 上安装 SSH 服务

    我们的目的是 Kali Linux 上安装 SSH(安全 shell),你需要有特权访问你的 Kali Linux 安装或者 Live 系统,更多知识请查看<Linux就该这么学>. 操作 ...

  • 在WinXP系统中安装远程启动服务的方法

    所需软件:DLC协议程序,将下载后的文件解压到一个目录中(如 D:XPRPL),注意如果您使用的是10/100自适应的网卡,一定要将网线的另一端联好开机,即保证“本地连接”是启用的,在“本地连接”中选 ...