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. Exploit-Exercises nebule 旅行日志(六)

    接着上次的路程继续在ubuntu下对漏洞的探索练习,这次是level05了 先看下level05的问题描述: 从level05的描述上看,是/home/flag05目录的权限有漏洞,看来多半是又跟fl ...

  2. ionic2APP 如何处理返回键问题

    1.APP中难免会有自定义各种modal.alert,modal或alert处于激活状态时android用户按物理返回键,页面被返回,而这些弹窗切没有被返回,一种解决办法是可以在每个组件内用生命周期钩 ...

  3. ForkJoinPool 源码

    ForkJoinPool----FJP先看task.fork方法,含义是将当前任务,放到当前线程的工作队列中.但是第一次执行这个方法是在主线程中,主线程是不可能被FJP管理的.那么就进入ForkJoi ...

  4. 棋盘(noip2017普及组)

    题目描述 有一个m \times mm×m的棋盘,棋盘上每一个格子可能是红色.黄色或没有任何颜色的.你现在要从棋盘的最左上角走到棋盘的最右下角. 任何一个时刻,你所站在的位置必须是有颜色的(不能是无色 ...

  5. python之99乘法表

    #99乘法表 fir=1 while fir<=9: sec=1 while sec<=fir: print(str(fir)+'*'+str(sec)+'='+str(fir*sec)) ...

  6. PC能替代服务器吗?

    PC能替代服务器吗?全方位解析二者区别_华为服务器_服务器x86服务器-中关村在线http://server.zol.com.cn/536/5366835_all.html

  7. task打印执行结果

    使用debug输出task执行的register: - name: check extract session # script: /app/ansiblecfg/XXX/roles/test/tas ...

  8. C#参考教程 http://www.csref.cn

    推荐 C#参考教程 http://www.csref.cn

  9. 【EMV L2】终端风险管理(Terminal Risk Management)

    终端风险管理使大额交易联机授权,并确保芯片交易能够周期性地进行联机以防止在脱机环境中也许无法察觉的风险. 虽然发卡行被强制要求在应用交互特征(AIP)中将终端风险管理位设置成1以触发终端风险管理,但终 ...

  10. 关于rabbitmq的介绍

    原文转载:http://blog.csdn.net/whycold/article/details/41119807 保护原帖,尊重技术,致敬工匠! 一.简介 MQ全称为Message Queue, ...