- For RHEL 6: from Desktop group
- X Window System package group
- Xvfb
DIAG010 |
Check Xvfb ports |
ArcGIS Server requires Xvfb and will start it on any port in the range of 6600-6619. If this check returns a warning, ArcGIS Server will not run properly. To correct this issue, open one of the ports in the range of 6600-6619 and restart ArcGIS Server. |
DIAG010 |
检查 Xvfb 端口 |
ArcGIS Server 需要 Xvfb,并可在 6600 至 6619 的范围内的任何端口上启动 Xvfb。如果此检查返回一则警告,ArcGIS Server 将无法正常运行。要更正此问题,请开启在 6600 至 6619 范围内的其中一个端口,然后重新启动 ArcGIS Server。 |
- [ags@linghe ~]$ find -name xvfb
- ./arcgis/server/framework/runtime/xvfb
- [ags@linghe ~]$ cd arcgis/server/framework/runtime/xvfb/
- [ags@linghe xvfb]$ ll
- total 24
- -rwx------. 1 ags ags 4458 Aug 16 19:18 init_Xvfb.sh
- drwx------. 2 ags ags 4096 Jun 21 02:45 RHEL
- drwx------. 2 ags ags 4096 Jun 21 02:45 SuSE
- -rw-------. 1 ags ags 133 Aug 16 19:19 xvfb_err.log
- -rw-------. 1 ags ags 4 Aug 16 19:19 xvfb.port
- # fall back to our own
- if [ -f /etc/SuSE-release ]; then
- XVFBBIN="${XVFBHOME}/SuSE/Xvfb"
- elif [ -f /etc/lsb-release ]; then
- XVFBBIN="${XVFBHOME}/Ubuntu/Xvfb"
- else
- XVFBBIN="${XVFBHOME}/RHEL/Xvfb"
- fi
- # fall back to our own
- if [ -f /etc/SuSE-release ]; then
- XVFBBIN="${XVFBHOME}/SuSE/Xvfb"
- elif [ -f /etc/lsb-release ]; then
- XVFBBIN="${XVFBHOME}/RHEL/Xvfb"
- else
- XVFBBIN="${XVFBHOME}/RHEL/Xvfb"
- fi
- login as: ags
- ags@192.168.100.203's password:
- Last login: Fri Aug 16 18:47:56 2013 from 192.168.100.111
- [ags@linghe ~]$ cd arcgis/server/framework/runtime/xvfb/
- [ags@linghe xvfb]$ ll
- total 20
- -rwx------. 1 ags ags 4460 Jun 21 02:46 init_Xvfb.sh
- drwx------. 2 ags ags 4096 Jun 21 02:45 RHEL
- drwx------. 2 ags ags 4096 Jun 21 02:45 SuSE
- -rw-------. 1 ags ags 157 Aug 16 18:46 xvfb_err.log
- [ags@linghe xvfb]$ vi init_Xvfb.sh
- [ags@linghe xvfb]$ cd
- [ags@linghe ~]$ cd arcgis/server/
- [ags@linghe server]$ ./startserver.sh
- Attempting to start ArcGIS Server...
- [ OK ]