blob: 790fc20638ec1b9919f743484d1214694cb19bc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="../css/builder-gluster/style.css"
type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Managing Logs</title>
</head>
<body>
<h1>Managing Logs</h1>
You can download volume logs to your local machine to analyze and archive or you can retrieve volume logs based on a search criteria. This section describes how you can manage logs on your storage cluster.
<p>Typically, the log file includes:</p>
<ul>
<li>Installation messages
<li>Removal messages
<li>Configuration messages
<li>Informational messages
</ul>
<p>The Gluster Management Gateway log files are stored in the following locations on your server:</p>
<ul>
<li>Tomcat servlet container logs - <FONT FACE = "Courier">/var/log/tomcat5/catalina.out</FONT>
<li>Gluster Management Gateway logs - <FONT FACE = "Courier">/var/log/glustermg/glustermg.log</FONT>
</ul>
</body>
</html>
|