2.5. 创建架构
卫星中的架构代表主机和操作系统的逻辑分组。当主机通过 Puppet 签入时,卫星会自动创建架构。Satellite 中已预先设置 x86_64 架构。
使用这个流程在 Satellite 中创建架构。
支持的架构
仅支持 Intel x86_64 架构使用 PXE、发现和引导磁盘进行置备。如需更多信息,请参阅 Satellite 6 中的红帽知识库解决方案 支持的架构和置备场景。
流程
- 在 Satellite Web UI 中,导航到 Hosts > Architectures,再点 Create Architecture。
- 在 Name 字段中输入架构的名称。
- 从 Operating Systems 列表中,选择一个操作系统。如果没有可用的,您可以在 Hosts > Operating Systems 下创建并分配它们。
- 点 Submit。
CLI 过程
输入
hammer architecture create
命令来创建架构。指定包含此架构的名称和操作系统:hammer architecture create \ --name "My_Architecture" \ --operatingsystems "My_Operating_System"
# hammer architecture create \ --name "My_Architecture" \ --operatingsystems "My_Operating_System"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow