标签:main 创建 start star local home ref bsp 开机
1、创建新用户,不要在root下面直接安装
[root@localhost ~]# groupadd esri //创建esri组 [root@localhost ~]# useradd ags -g esri //创建ags用户,隶属于esri组 [root@localhost ~]# passwd ags // 设置密码,这里设置为ags
2、复制安装包到/home/ags/software/下
3、定位到软件目录安装
[ags@arcgisserver~]$ cd /home/ags/software/ArcGISServer //定位到安装文件目录 [ags@arcgisserver ArcGISServer]$ ./Setup //执行安装
4、打开浏览器,输入地址:http://ip:6080/arcgis/manager/,创建站点
5、设置服务开机自启动
chkconfig --add arcgisserver
chkconfig arcgisserver on
6、重启服务
启动服务:
service arcgisserver start
查看是否启动成功:
ps aux |grep arcgisserver
标签:main 创建 start star local home ref bsp 开机
原文地址:http://www.cnblogs.com/tiandi/p/7966000.html