请输入搜索词进行查询
搜索 <book_title>...
Veritas Access 安装指南
Last Published:
2018-10-26
Product(s):
Access (7.4.2)
Platform: Linux
- Veritas Access 授权许可
- 系统要求
- 准备安装 Veritas Access
- 在 VMware ESXi 中部署用于安装 Veritas Access 的虚拟机
- 安装和配置群集
- 使用响应文件自动运行 Veritas Access 安装和配置
- 显示和添加群集节点
- 升级操作系统和 Veritas Access
- 执行滚动升级
- 卸载 Veritas Access
- 附录 A. 安装参考
- 附录 B. 配置安全 Shell 进行通信
- 附录 C. 手动部署 Veritas Access
设置 Oracle Linux yum 服务器存储库
可按照以下过程从 Oracle Linux yum 服务器上提供的存储库下载软件包。
- 运行以下命令,原位下载适当的 Oracle Linux yum 服务器配置文件:
# cd /etc/yum.repos.d
# wget https://yum.oracle.com/public-yum-release.repo -O /etc/yum.repos.d/public-yum-release.repo
其中,release 是 Oracle Linux 版本。例如,要下载适用于 Oracle Linux 7 的配置文件,请运行以下命令:
# wget https://yum.oracle.com/public-yum-ol7.repo -O /etc/yum.repos.d/public-yum-ol7.repo
/etc/yum.conf
yum 存储库配置文件可以包含一个或多个定义存储库的部分。默认情况下,启用最新的存储库。要启用备用存储库,请编辑 yum 配置文件:在文本编辑器中打开 yum 配置文件。
找到要启用的存储库对应的部分。例如
[ol7_addons]
要启用存储库,请将 enabled 指令的值从 0 更改为 1。
enabled=1
- 开始使用 yum。例如:
# yum list
# yum install glibc