请输入搜索词进行查询
搜索 <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 数据库对象的数据保留期
- 故障排除
示例 - 安装 Net-SNMP
Net-SNMP 是简单网络管理协议的开源实现。
Net-SNMP 提供可扩展的代理,用于响应 SNMP 的管理信息查询,而且此功能对于介质发现模块非常重要。Net-SNMP 包括对各种 MIB 信息模块(尤其是主机资源 MIB)的内置支持。Net-SNMP 可用于许多 Linux 和类似 Linux 的操作系统以及 Microsoft Windows,但功能可能因操作系统而异。
要安装 net-snmp,请执行以下步骤:
下载并安装 Perl 5.6 或更高版本(如果尚未安装此软件包)。
按以下示例所述安装 net-snmp:
# /usr/local/bin/snmpconf -g basic_setup *** Beginning basic system information setup *** Do you want to configure the information returned in the system MIB group (contact info, etc)? (default = y): no Do you want to properly set the value of the sysServices.0 OID (if you don't know, just say no)? (default = y): no *** BEGINNING ACCESS CONTROL SETUP *** Do you want to configure the agent's access control? (default = y): Do you want to allow SNMPv3 read-write user based access (default = y): no Do you want to allow SNMPv3 read-only user based access (default = y): no Do you want to allow SNMPv1/v2c read-write community access (default = y): no Do you want to allow SNMPv1/v2c read-only community access (default = y): yes Configuring: rocommunity Description: a SNMPv1/SNMPv2c read-only access community name arguments: community [default|hostname|network/bits] [oid] The community name to add read-only access for: public The hostname or network address to accept this community name from [RETURN for all]: The OID that this community should be restricted to [RETURN for norestriction]: Finished Output: rocommunity public Do another rocommunity line? (default = y): no *** Beginning trap destination setup *** Do you want to configure where and if the agent will send traps? (default= y): no *** Beginning monitoring setup *** Do you want to configure the agent's ability to monitor various aspects of your system? (default = y): no The following files were created: snmpd.conf
将
文件移至以下位置之一:如果希望此文件可供系统中的所有人使用,请将该文件移至
。下一次,如果希望命令自动将文件复制到该位置,请使用 选项。如果希望此文件仅供您个人使用,请将该文件复制到主目录。下一次,如果希望命令自动将文件复制到该位置,请使用
选项。
确保用户
启动位于 中的 snmpd 可执行文件。