laptop and a wrench

漏洞

When installing ArcGIS for Server on a Red Hat Enterprise Linux (RHEL) platform without the Linux Standard Base (LSB) package, the Server Diagnostics tool fails to run and the following error is displayed, "<ArcGISServer extracted location>/serverdiag/.diag/common.sh". The script called in the installation throws the following errors for every diagnostics check: [portal@redportal ArcGISServer]$ ./Setup “<ArcGISServer extracted location>/serverdiag/.diag/common.sh: line 193: [: too many arguments” “<ArcGISServer extracted location>/serverdiag/.diag/common.sh: line 195: [: !=: unary operator expected” “<ArcGISServer extracted location>/serverdiag/.diag/common.sh: line 197: [: !=: unary operator expected” “<ArcGISServer extracted location>/serverdiag/.diag/common.sh: line 199: [: !=: unary operator expected”

上次发布: August 5, 2015 ArcGIS for Server
漏洞 ID 编号 BUG-000086678
已提交April 6, 2015
上次修改时间June 5, 2024
适用范围ArcGIS for Server
找到的版本10.3
操作系统Red Hat Enterprise Linux
操作系统版本65 64 Bit
状态Non-Reproducible

附加信息

This issue is not reproduced at 10.3 and 10.3.1

解决办法

Installation still succeeds if errors are ignored. The following is a possible solution from a customer: Most systems work because they have a command available that helps with the system discovery process. The code snippet is as below: # Check for lsb_release executable HAS_LSB="true" [ ! -e /usr/bin/lsb_release ] && HAS_LSB="false" The Red Hat Linux 6.2 version where the script works has the ‘lsb_release’ command while the 6.5 version does not. It is believed that there is still and issue with the script because the failure happens when it attempts to figure out the system without this command. If the system is tested without this command installed (or comment out the code to use this other code in the script), the issue can be seen. The following lines are affected: elif [ -f /etc/redhat-release ]; then if [ `grep -i "Red Hat" /etc/redhat-release` != "" ]; then DISTRO="RedHatEnterpriseServer" elif [ `grep -i "CentOS" /etc/redhat-release` != "" ]; then DISTRO="CentOS" elif [ `grep -i "Scientific" /etc/redhat-release` != "" ]; then DISTRO="Scientific" elif [ `grep -i "Oracle" /etc/redhat-release` != "" ]; then DISTRO="OracleServer" fi # # SUSE # elif [ -f /etc/SuSE-release ]; then DISTRO="SUSE LINUX" # # UBUNTU # elif [ -f /etc/os-release ]; then if [ `grep -i "Ubuntu" /etc/os-release` != "" ]; then DISTRO="Ubuntu" fi fi

重现步骤

漏洞 ID: BUG-000086678

软件:

  • ArcGIS for Server

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项