以文本方式查看主题

-  走遍中国  (http://www.china960.net/bbs/index.asp)
--  电脑技术  (http://www.china960.net/bbs/list.asp?boardid=13)
----  UIP安装一些细节  (http://www.china960.net/bbs/dispbbs.asp?boardid=13&id=47)

--  作者:PABX
--  发布时间:2016/9/30 8:50:31
--  UIP安装一些细节
<!--[if !mso]> <![endif]-->

 

安装UIP

 

一、安装CenOs

1、BASE就可以了。

2、分区的时候,需要规则,BOOT下,够用就行,根目录尽量大,swap至少为内存的一半,其它再总结。

3、注意修改ONBOOT=yes 默认为no

   BOOTPROTO=none 手动  dhcp自动  static静态

   Vi /etc/sysconfig/network-scripts/ifcfg-eth0

   /etc/init.d/network restart


Cat /etc/sysconfig/network

 

Cat /etc/hosts

 

关闭防火墙

Service iptables off  status

 

查看硬盘

Df -h

 

查看运的exe

 

Ps -X|grep exe

 

运行安装文件 rpm -ivh  xxxxx.rpm

 

/usr/sbin/asterisk

/usr/sbin/asterisk -r

/usr/sbin/asterisk -c

起服务 

 

4、 

二、安装UIP

1、获得安装包

2、将安装包CP至系统的草某个目录下,如TMPMNTDEV

3、修改安包目录的权限,不然不能执行安装

   Chmod -R 777 文件夹

  

4、安装后,装入的目录

   /usr/src/


5、setup启动项

<!--[if gte mso 9]> Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE MicrosoftInternetExplorer4 <![endif]--><!--[if gte mso 9]> <![endif]--><!--[if gte mso 10]> <![endif]-->
[此贴子已经被作者于2016-9-30 8:50:57编辑过]

--  作者:PABX
--  发布时间:2016/9/30 8:51:35
--  
好,可以多试试。