The Actifio services generate many logs, some of which are useful for troubleshooting. This section describes how all of the logs work together. You do not need to use all logs for troubleshooting; to see the most useful logs for troubleshooting, skip to Troubleshooting with Actifio Logs.

Each Actifio service has its own log. This is how the different services relate to each other.

Component and Log Relationships

 

Downloadable Actifio Logs

Service

Log File Name

What the Logs Include

adhd

adhd.log

adhd.log-<date>

adhd.log-<date>.bz2

Local and remote deduplication, replication and communications with remote systems.

appliance

<HostID>.trc

ethernet.<HostID>.trc

node.trc and ntp.trc

Primary trace logs for reviewing failovers and node reboots, ethernet status, etc.

dds

dds.log

A set of counters for ongoing system processes.

database

postgresql-<Timestamp>.log

The Actifio internal PostGRES database

flasher

flasher.log

Creation of snapshots.

install

install.log

Events during the installation process.

omd

omd.log

Creation and deletion of VDisks before invoking the Flasher.

patch

autoupdatepatch-<Version>-update.log

uds-patch.log

uds-patch-<Timestamp>.log

Events during the patch update process.

psrv

psrv.log.0

Communications with Tomcat, Actifio database, VMware, CLI, system health, scheduling GC.

streamsnapd

streamsnapd.log

Disk to remote disk replication operations.

systemlog

command

fusevdisk.error.log

messages

ssd-config.log

/var/log/command – CLI command history

Events relating the creation of VDisks.

/var/log/messages – Can be used along with node.trc to correlate issues with the Linux kernel

Events that occurred when configuring the SSD.

tomcat

catalina.log.<sequence>

Communications with the Actifio Desktop and the Actifio Resource Center. The sequence number increases as you go back in time.

udpmqd

udpmqd.log

Multiplexes udpengine access to snap storage.

udppm

udppm.log

udppm.log-<Date>

udppm.log-<Date>.bz2

Scheduling and operation of jobs.

connector

A variety of different logs depending upon the host, but always including UDSAgent.log.

The Actifio Connector log includes information such as host OS version/patch revision, HBA make/model/type, firmware revision, CPU/Memory utilization, connector logs, RMAN, syslog, etc.

openvpn

openvpn.log

openvpn.log-<date>

openvpn.log-<date>.bz2

Actifio SecureConnect communications.

What You Can Learn from Actifio Logs的更多相关文章

  1. How To Configure Logging And Log Rotation In Apache On An Ubuntu VPS

    Introduction The Apache web server can be configured to give the server administrator important info ...

  2. Actifio如何保护和管理Oracle-带外篇

    引言 本文提供CDS带外环境下相关配置,保护和恢复Oracle的所需步骤. 目的是提供Oracle数据库配置前的详细说明,Actifio环境下发现和配置Oracle数据库,执行还原和恢复,以及配置Or ...

  3. Actifio中如何分析Oracle备份恢复的报错

    场景不同,可以分析的日志不同. 有关oracle备份 (L0/L1) 或者Oracle Log smart backups的日志:UDSAgent.log (on target host locate ...

  4. [Windows Azure] Learn SQL Reporting on Windows Azure (9-Step Tutorial)

    Learn SQL Reporting on Windows Azure (9-Step Tutorial) 4 out of 4 rated this helpful - Rate this top ...

  5. (转)How to Use Elasticsearch, Logstash, and Kibana to Manage MySQL Logs

    A comprehensive log management and analysis strategy is vital, enabling organizations to understand ...

  6. Learn Rails5.2-- rails base(含官方指导Debugging 摘录)

    豆知识扩展: <meta>  https://www.cnblogs.com/chentianwei/p/9183799.html css selector div > p 选择所有 ...

  7. 第七章 : Git 介绍 (上)[Learn Android Studio 汉化教程]

    Learn Android Studio 汉化教程 [翻译]Git介绍 Git版本控制系统(VCS)快速成为Android应用程序开发以及常规的软件编程领域内的事实标准.有别于需要中心服务器支持的早期 ...

  8. 第五章:Reminders实验:第一部分[Learn Android Studio 汉化教程]

    Learn Android Studio 汉化教程 By now you are familiar with the basics of creating a new project, program ...

  9. TensorFlow高级API(tf.contrib.learn)及可视化工具TensorBoard的使用

    一.TensorFlow高层次机器学习API (tf.contrib.learn) 1.tf.contrib.learn.datasets.base.load_csv_with_header 加载cs ...

随机推荐

  1. boostrap 日期插件(带中文显示)

    不知道大家用什么样的日期插件,我最近用了bootstrap插件,整理了下,分享给大家,第四部分是我找的插件源码,可以省去大家的找的时间,按1-3的步骤用就好了,有些样式上的小问题就自己调一调: (1) ...

  2. node作为中间层 —> 跨域请求java后台接口(使用http-proxy-middleware中间件)

    情景:利用node的express 作为中间层,跨域调取java后台接口,由于java接口对session有判断,因此每次请求都必须在req的headers中需要带上cookie,否则接口报500错误 ...

  3. 提升算法——Adaboost

    思路:通过改变训练样本权重,学习多个分类器,并将这些分类器进行线性组合,提高分类器性能.大多数提升方法都是改变训练数据的概率分布(数据的权值) 强可学习:存在一个多项式的学习算法能够学习他,并且正确率 ...

  4. Maven中遇到Unsupported major.minor version 51.0错误

    将错误复制到某度上,查询出结果显示JDK版本不匹配. 我按着步骤执行结束后还是有以下错误: 配置: Tomcat: 最终解决: 我在Initialize的时候使用的版本是JDK1.8的,导致的这个错误 ...

  5. Tomcat配置及不依赖IDEA部署web应用

    http:tomcat.apache.org 下载tomcat文件包 我使用的tomcat9的版本 Tomcat9014使用的是Servlet4.0 解压即可,目录如下 bin :启动和关闭tomca ...

  6. java第七周----json

    JSON(JavaScript Object Notation, JS 对象标记) 是一种轻量级的数据交换格式.它基于 ECMAScript (欧洲计算机协会制定的js规范)的一个子集,采用完全独立于 ...

  7. 设置Delphi默认按utf8格式保存单元文件

    Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Embarcadero\BDS\19.0\Editor] " ...

  8. windows 环境下mysql 重置密码解决方案

    1.打开本地安装MySQL的安装目录,如:D:\software\mysql-5.7.20-winx64 进入bin目录,执行如下命令: mysqld -nt --skip-grant-tables ...

  9. 剑指Offer 59. 按之字形顺序打印二叉树 (二叉树)

    题目描述 请实现一个函数按照之字形打印二叉树,即第一行按照从左到右的顺序打印,第二层按照从右至左的顺序打印,第三行按照从左到右的顺序打印,其他行以此类推. 题目地址 https://www.nowco ...

  10. Unity对象池的实现

    对象池是一个单例类: using System.Collections; using System.Collections.Generic; using UnityEngine; public cla ...