请输入搜索词进行查询
搜索 <book_title>...
APTARE IT Analytics 系统管理指南
Last Published:
2022-09-02
Product(s):
APTARE IT Analytics (10.6)
- 简介
- 准备更新
- 备份和还原数据
- 监控 APTARE IT Analytics
- 使用 REST API 访问 APTARE IT Analytics 报告
- 定义 NetBackup 估计磁带容量
- 自动化主机组管理
- 按平台和版本对主机操作系统分类
- 批量加载实用程序
- 自动化 NetBackup 实用程序
- 计划实用程序自动运行
- 属性管理
- 导入常规备份数据
- 备份作业覆盖
- 管理主机数据收集
- 门户中的系统配置
- 性能配置文件计划自定义
- 配置 AD/LDAP
- 使用安全声明标记语言 (SAML) 配置单点登录 (SSO)
- 更改 Oracle 数据库用户密码
- 与 CyberArk 集成
- 优化 APTARE IT Analytics
- 使用日志文件
- 定义报告指标数据
- SNMP 陷阱警报
- SSL 证书配置
- 门户属性:格式和门户自定义
- NetBackup 发现的高级配置
- SDK 数据库对象的数据保留期
- 故障排除
启用 Red Hat Linux 上的 SNMP
Red Hat Linux 已预安装 SNMP 代理 ucd-snmp。ucd-snmp 是 net-snmp 的前身。您需要将 ucd-snmp 代理配置为返回主机资源信息,并确保它在系统启动时执行。下面的过程提供了在 Red Hat Linux 环境中启用 SNMP 的步骤。
要启用 Red Hat Linux 上的 SNMP,请执行以下步骤:
在 /etc/snmp/snmpd.conf 中找到 SNMPD 配置文件,并在 /usr/sbin/snmpd 中找到可执行文件。
按以下示例所示配置 SNMP 代理,该示例展示了对系统和 MIB 的主机资源存储部分进行只读访问。
#### # First, map the community name "public" into a "security name" # sec.name source community com2sec notConfigUser default public #### # Second, map the security name into a group name: # groupName securityModel securityName group notConfigGroup v1 notConfigUser group notConfigGroup v2c notConfigUser #### # Third, create a view for us to let the group have rights to: # name incl/excl subtree mask(optional) #view systemview included .1 view APTARE IT Analytics included .iso.org.dod.internet.mgmt.mib-2.system fe view APTARE IT Analytics included .iso.org.dod.internet.mgmt.mib-2.host.hrStorage ff view APTARE IT Analytics included .iso.org.dod.internet.mgmt.mib-2.host.hrDevice ff # .iso.org.dod.internet.mgmt.mib-2.system = .1.3.6.1.2.1.1 # .iso.org.dod.internet.mgmt.mib-2.host.hrStorage = .1.3.6.1.2.1.25.2 #### # Finally, grant read-only access to the system and storage portions of the MIB2 tree # group context sec.model sec.level prefix read write notif #access notConfigGroup "" any noauth exact systemview none none access notConfigGroup "" any noauth exact APTARE IT Analytics none none