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. socket keepalive理解

    java socket编程中有个keepalive选项,看到这个选项经常会误解为长连接,不设置则为短连接,实则不然. socket连接建立之后,只要双方均未主动关闭连接,那这个连接就是会一直保持的,就 ...

  2. 在Eclipse中Tomcat配置图片保存路径

    在上一篇二维码功能实现的时候发现,若将二维码保存在项目路径下,服务器起了之后存入的二维码图片是无法实时读取的,所以在Tomcat上配置图片保存位置,将图片保存到项目外的地方. 查找资料的时候看见一个方 ...

  3. SQL优化清单

    SQL优化清单 1.from 语句中包含多个表的情况下,把记录数少的表放在前面 2.where 语句中包含多个条件时,将刷选多的条件放前面 3.避免使用select * ,因为这样会去查询所有列的数据 ...

  4. Python元组的一点用法

    #python的基本语法网上已经有很多详细的解释了,写在这里方便自己记忆一些 元组可以理解为不可变动的列表,访问元组中元素的方式和列表相同,但是需要注意的是元组中的元素是不可修改(增删)的 1.列表的 ...

  5. 解决linux root 认证失败的问题

    https://jingyan.baidu.com/article/3052f5a1f1b17c97f31f8688.html

  6. Hacker一月间

    我给自己的新赛季制定了一个计划,就是研究Kali,一个大集成开源软件系统,不过是用来做Hacker的. 以前其实想玩玩这个,但负责信息安全,总是担心安全漏洞这里安全漏洞哪儿,其实自己很害怕有安全漏洞, ...

  7. 学习Spring

    一.Spring 概述 1.概述   Spring 框架是一个开源的 Java 平台,它最初是由 Rod Johnson 编写的,并且于 2003 年 6 月首次在 Apache 2.0 许可下发布. ...

  8. Spring Boot 与 swagger 结合

    . 配置pom.xml 2. 更改端口号, 在src/main/resources 下面添加一个application.yml文件. 3. 添加一个ModelCase entity. 4. 添加一个i ...

  9. .net下的缓存技术

    1.为什么要缓存?缓存能解决的问题 1.1稳定性 同一个应用中,对同一数据.逻辑功能和用户界面的多次请求时经常发生的.当用户基数很大时,如果每次请求都进行处理,消耗的资源是很大的浪费,也同时造成系统的 ...

  10. 基于testng框架的web自动化测试

    package baidutest; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.o ...