What You Can Learn from Actifio Logs
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的更多相关文章
- 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 ...
- Actifio如何保护和管理Oracle-带外篇
引言 本文提供CDS带外环境下相关配置,保护和恢复Oracle的所需步骤. 目的是提供Oracle数据库配置前的详细说明,Actifio环境下发现和配置Oracle数据库,执行还原和恢复,以及配置Or ...
- Actifio中如何分析Oracle备份恢复的报错
场景不同,可以分析的日志不同. 有关oracle备份 (L0/L1) 或者Oracle Log smart backups的日志:UDSAgent.log (on target host locate ...
- [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 ...
- (转)How to Use Elasticsearch, Logstash, and Kibana to Manage MySQL Logs
A comprehensive log management and analysis strategy is vital, enabling organizations to understand ...
- Learn Rails5.2-- rails base(含官方指导Debugging 摘录)
豆知识扩展: <meta> https://www.cnblogs.com/chentianwei/p/9183799.html css selector div > p 选择所有 ...
- 第七章 : Git 介绍 (上)[Learn Android Studio 汉化教程]
Learn Android Studio 汉化教程 [翻译]Git介绍 Git版本控制系统(VCS)快速成为Android应用程序开发以及常规的软件编程领域内的事实标准.有别于需要中心服务器支持的早期 ...
- 第五章:Reminders实验:第一部分[Learn Android Studio 汉化教程]
Learn Android Studio 汉化教程 By now you are familiar with the basics of creating a new project, program ...
- TensorFlow高级API(tf.contrib.learn)及可视化工具TensorBoard的使用
一.TensorFlow高层次机器学习API (tf.contrib.learn) 1.tf.contrib.learn.datasets.base.load_csv_with_header 加载cs ...
随机推荐
- eclipse代码自动补全。
打开 Eclipse -> Window -> Perferences 找到Java 下的 Editor 下的 Content Assist , 右边出现的选项中,有一个Auto acti ...
- tp备份数据
<?php namespace Chenlin2103\Controller; class BaksqlController extends MainController{ public $co ...
- eclipse 中修改项目名称,启动tomct原项目找不到的问题
eclipse 中修改项目名称,启动tomct原项目找不到的问题 1 在开发和练习中,经常会导入其他开源项目,修改项目名称,部署到tomcat 后,然后访问项目会找不到项目,可能是新项目名称和配置文件 ...
- jQuery 的自定义事件
jQuery 中,想要自动触发自定义事件,必须满足2个条件: 1.事件必须是通过on 来绑定的. 2.事件必须是通过trigger / triggerHandler 来触发. 格式如下: $(fun ...
- linux安装虚拟机ping不通网关,ping不通外网问题解决(nat模式)
1.将网关字段改成自己想要的字段
- hive防止数据被误删除
1.HDFS层面开启trash功能(fs.trash.interval) 被删除的数据在HDFS中的/user/$USER/.Trash目录中,开启这个功能秩序要将配置属性fs.trash.inter ...
- ES6 模板字符串Template String
1. 模板字符串简介: 顾名思义,模板字符串是用来定义一个模板是使用的,就像Vue,React中的template语法. 首先,先来了解一下template string的基本用法: 在ES5中,我们 ...
- amazeUI的confirm控件记录缓存问题的解决办法
场景:列表行每行都有删除按钮,点击删除按钮将行记录的id传给js方法,js方法中调用amazeui的confirm控件,确认删除function通过ajax执行删除行为. 问题现象:每次删除列表第一行 ...
- iOS 二维码 学习
这段时间忙着交接工作,找工作,找房子,入职,杂七杂八的,差不多一个月没有静下来学习了.这周末晚上等外卖的时间学习一下二维码的制作与扫描. 项目采用OC语言,只要使用iOS自带的CoreImage框架, ...
- datafactory5.6向mysql5.7添加大量测试数据
1.下载安装datafactory5.6 2.下载安装mysql5.7,并创建数据库guest_test和表sign_event 3.下载安装odbc5.3 4.打开datafactory配置数据源, ...