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 ...
随机推荐
- 转载, sublime text3 input函数无法执行问题解决方法
一.安装插件SublimeREPL 按Ctrl+Shift+P,打开命令框.输入Install Package,回车,等待几秒钟,会弹窗提示“安装成功”. 按Ctrl+Shift+P,打开命令框 ...
- C语言作业(心理魔术)
#include "stdafx.h" #include "stdio.h" #include "stdlib.h" #include &q ...
- python-之-深浅拷贝二(元组)
元组比较特殊 1.----元组本身为不可变类型 import copy v1 = (1, 2, 3, 4) v2 = copy.copy(v1) print(id(v1), id(v2)) v3 = ...
- git clone 带用户名密码
git使用用户名密码clone的方式: git clone http://username:password@remote eg: username: abc@qq.com, pwd: test, ...
- 三张图搞懂JavaScript的原型对象与原型链
对于新人来说,JavaScript的原型是一个很让人头疼的事情,一来prototype容易与__proto__混淆,二来它们之间的各种指向实在有些复杂,其实市面上已经有非常多的文章在尝试说清楚,有一张 ...
- 第十五周翻译-《Pro SQL Server Internals, 2nd edition》
<Pro SQL Server Internals, 2nd edition> 作者:Dmitri Korotkevitch 翻译:赖慧芳 译文: 55-58页 第三章 统计 SQL Se ...
- Java连接Oracle12c
- DAY2:数据类型Python3.6
数字 1.int(整型) 2. long(长整型) 3.float(浮点型) 4.complex(复数) 布尔值 1.真或假 1或0表示 字符串 知识补充 字符串转二进制 mes = "北 ...
- 2018-2019-2 网络对抗技术 20165326 Exp3 免杀原理与实践
免杀原理与实践 目录 知识点问答 实践内容 遇到的问题 心得体会 知识点 meterpreter免杀 基础问题回答 杀软是如何检测出恶意代码的? 特征码(基于签名):模式匹配,比对特征码库 启发式:通 ...
- [RESTful] 设计要素
如何设计RESTful API 资源路径(入何规划资源路径) HTTP动词(请求方式 GET/POST...) 过滤信息(分页,查询操作的时候进行信息过滤) 状态码(服务器端响应什么样的状态码) 错误 ...