NetBackup IT Analytics Data Collector 说明和故障排除

Last Published:
Product(s): NetBackup IT Analytics (11.4)
  1. Data Collector 故障排除
    1.  
      解决 Data Collector 连接问题 - 特定于 Linux
    2.  
      解决 Data Collector 连接问题 - 特定于 Windows
    3.  
      门户升级性能问题
    4.  
      验证数据收集器配置
    5.  
      验证连接
    6.  
      配置 Web 代理更新
    7.  
      收集遗漏的 Veritas Backup Exec 事件
    8.  
      用 ODBC 替代 JDBC,以便 Veritas Backup Exec 能连接到 SQL Server
    9.  
      有用的容量数据收集脚本
    10.  
      主机资源故障排除
    11.  
      主机资源:检查 WMI 代理服务器的状态
    12.  
      主机资源:安装后验证
    13. 主机资源:使用标准 SSH 检查主机连接
      1.  
        检查 SSH 的路径
      2.  
        bash 用户环境设置
    14.  
      主机资源:检查主机连接
    15.  
      主机资源:使用主机资源配置文件检查主机连接
    16. 主机资源:生成主机资源配置文件
      1.  
        输入文件中的示例行
    17.  
      主机资源:检查远程服务器上的命令执行
    18.  
      主机资源数据收集
    19.  
      主机资源:以独立模式收集
    20. 配置 SSH 的参数
      1.  
        配置 channelWaitTime
      2.  
        配置 singleChannelSession
      3.  
        配置 sudoWithPassword
    21.  
      识别 Windows 文件系统访问错误 (File Analytics)
    22.  
      从远程共享收集 (File Analytics)
    23.  
      将证书添加至 Java Keystore
  2. 防火墙配置:默认端口
    1.  
      防火墙配置:默认端口
  3. 策略和报告计划的 CRON 表达式
    1.  
      策略探测计划的 CRON 表达式
    2.  
      计划报告的 CRON 表达式
  4. 使用 VCS 和 Veritas NetBackup 为 Data Collector 构建群集 (RHEL)
    1.  
      使用 VCS 和 Veritas NetBackup 为 Data Collector 构建群集 (RHEL)
    2.  
      前提条件
    3.  
      数据收集器群集构建快速入门
    4.  
      Main.cf
    5.  
      升级群集数据收集器
    6.  
      在 NetBackup 升级期间管理群集配置 (RHEL)
    7.  
      Data Collector 指向 Alta 域管理时的注意事项
  5. 使用 VCS 和 Veritas NetBackup 为 Data Collector 构建群集 (Windows)
    1.  
      使用 VCS 和 Veritas NetBackup 为数据收集器构建群集 (Windows)
    2.  
      前提条件
    3.  
      Data Collector 群集构建快速入门
    4.  
      Main.cf
    5.  
      升级群集数据收集器
    6.  
      在 NetBackup 升级期间管理群集配置 (Windows)
  6. 在 MSCS 环境中安装和配置 NetBackup IT Analytics Data Collector
    1.  
      在 Windows 上使用 MSCS 创建 Data Collector 群集
    2.  
      执行群集配置
    3.  
      在 MSCS 中升级 NetBackup IT Analytics Data Collector
    4.  
      卸载 NetBackup IT Analytics Data Collector
    5.  
      NetBackup 升级前后要执行的步骤
  7. 防火墙配置:默认端口
    1.  
      防火墙配置:默认端口
  8. 针对生成邮件中继服务器证书的维护场景
    1.  
      重新生成即将到期(或已到期)的身份验证证书
    2.  
      恢复无意中删除的 aptare.ks 文件
    3.  
      使用现有 SSL 证书对新数据库进行身份验证
    4.  
      新数据收集器的 SSL 证书认证

Main.cf

先前配置的 main.cf 如下。请注意,以下配置根据需要使用示例值:

include "OracleASMTypes.cf"
include "types.cf"
include "CRSResource.cf"
include "CSSD.cf"
include "Db2udbTypes.cf"
include "MultiPrivNIC.cf"
include "/etc/VRTSvcs/conf/config/NetBackupTypes.cf"
include "OracleTypes.cf"
include "PrivNIC.cf"
include "SybaseTypes.cf"
cluster vcs_cluster (
        UserNames = { admin = XXXXXXXXXX }
        Administrators = { admin }
        )
	
system node1 (
        )
	
system node2 (
        )
	
group aptare_grp (
        SystemList = { node1 = 0, node2 = 1 }
        )
	
        Application aptare_app (
                StartProgram = "/aptare-vol/mbs/bin/aptare_agent start"
                StopProgram = "/aptare-vol/mbs/bin/aptare_agent stop"
                CleanProgram = "/aptare-vol/mbs/bin/aptare_agent stop"
                MonitorProgram = "/opt/aptare_scripts/aptare_dc_monitor.sh"
        )
								DiskGroup aptare_dg (
                DiskGroup = aptare-dg
                )
		
        Mount aptare_mnt (
                MountPoint = "/aptare-vol"
                BlockDevice = "/dev/vx/dsk/aptare-dg/aptare-vol"
                FSType = vxfs
                FsckOpt = "-y"
                CreateMntPt = 1
                )
		
        Volume aptare_vol (
                DiskGroup = aptare-dg
                Volume = aptare-vol
                )
		
requires group nbu_group online local hard
aptare_app requires aptare_mnt
aptare_mnt requires aptare_vol
aptare_vol requires aptare_dg
        // resource dependency tree
        //
        //      group aptare_grp
        //      {
        //      Application aptare_app
        //          {
        //          Mount aptare_mnt
        //              {
        //              Volume aptare_vol
        //                  {
        //                  DiskGroup aptare_dg
        //                  }
        //              }
        //          }
        //      }
	
group nbu_group (
        SystemList = { node1 = 0, node2 = 1 }
        AutoStartList = { node1, node2 }
        )
	
        DiskGroup nbu_dg (
                DiskGroup = nbu-dg
                )
		
        IP nbu_ip (
                Device @node1 = abc123
                Device @node2 = abc123
                Address = "11.222.33.44"
                NetMask = "222.233.244.0"
                )
		
        Mount nbu_mount (
                MountPoint = "/opt/VRTSnbu"
                BlockDevice = "/dev/vx/dsk/nbu-dg/nbu-vol"
                FSType = vxfs
                FsckOpt = "-y"
                )
		
        NIC nbu_nic (
                Device @node1 = abc123
                Device @node2 = abc123
                NetworkHosts = { "11.222.33.444", "11.222.33.445" }
                )
		
        NetBackup nbu_server (
                ResourceOwner = unknown
                ServerName = NBU_Server
                ServerType = NBUMaster
                MonScript = NONE
                RSPFile = "/usr/openv/netbackup/bin/cluster/NBU_RSP"
                GroupName = nbu_group
                )
		
        Volume nbu_vol (
                DiskGroup = nbu-dg
                Volume = nbu-vol
                )
		
        nbu_ip requires nbu_nic
        nbu_mount requires nbu_vol
        nbu_server requires nbu_ip
        nbu_server requires nbu_mount
        nbu_vol requires nbu_dg
        // resource dependency tree
        //
        //      group nbu_group
        //      {
        //      NetBackup nbu_server
        //          {
        //          IP nbu_ip
        //              {
        //              NIC nbu_nic
        //              }
        //          Mount nbu_mount
        //              {
        //              Volume nbu_vol
        //                  {
        //                  DiskGroup nbu_dg
        //                  }
        //              }
        //          }
        //      }