Deployment Guide

系统必备条件检查
EKM 3.0 在安装前进行系统必备条件检查。如果您在许可协议 屏幕之后收到出错消息请按照错误消息中的指
示操作。对于最常见错误的说明请参阅以下各项。
Minimum System Requirements Failed未满足最低系统要求
如果您收到未满足最低系统要求错误请单击取消并退出并确保您的系统满足要求。关于系统要求请参阅
件和软件要求
User not an Administrator on this System用户不是系统管理员
为安装 EKM 3.0您必须在 Linux 中是 root 用户或在 Windows 中具有管理员身份。
SELinux Must be Disabled必须禁用 SELinux
如果已安装并启用 SELinux请在安装前禁用 SELinux
要在 RHEL5 中禁用 SELinux请执行下列步骤
1. 从桌面顶部的工具栏导航至 系统 管理 安全等级与防火墙
随即出现安全等级配置窗口。
2. 请单击 SELinux 选项卡。在 SELinux 设置框中单击箭头并选择 Disabled禁用
3. 单击 Apply应用
4. 单击 OK确定
5. 重新引导系统以使更改生效。
要在 RHEL4 中禁用 SELinux请执行下列步骤
1. 导航至应用程序 系统设置 安全等级
随即出现一个弹出式窗口。
2. 在该弹出式窗口中选择 SELinux 选项卡。
3. 在下拉菜单中选择 Disable禁用
4. 重新引导系统。
compat-libstdc++ Not Installed未安装 compat-libstdc++
如果出现“未安装 compat-libstdc++ 错误消息请参阅 Installing the compat-libstdc++ Library安装 compat-
libstdc++ 程序库
Minimum Shared Memory Limits Requirements Failed未满足最低共享内存限制要求
Linux 中安装 EKM 3.0 出现下列错误
The system did not meet the minimum shared memory requirements needed for the
installation. Make sure your system meets the minimum requirements before
attempting this installation
系统未满足安装所需的最低共享内存要求。请在尝试此安装前确保您
的系统满足该最低要求)。
要解决此问题请执行以下步骤
1. 要将共享内存增加到所需大小并使其持久有效请打开终端会话并发布下列命令
echo "kernel.msgmni = 1024" >> /etc/sysctl.conf echo "kernel.msgmax =
65536" >> /etc/sysctl.conf echo "kernel.msgmnb = 65536" >> /etc/sysctl.conf
echo "kernel.sem = 250 256000 32 1024" >> /etc/sysctl.conf echo
"kernel.shmmax = 1268435456" >> /etc/sysctl.conf
47