[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gpfsug-discuss
Subject:    Re: [gpfsug-discuss] [EXT] R: NFSIO metrics absent in pmcollector
From:       "Henson Jr.,Larry J" <LJHenson () mdanderson ! org>
Date:       2021-04-20 12:21:34
Message-ID: SN6PR14MB246290EDF605CBA85EC923B2BE489 () SN6PR14MB2462 ! namprd14 ! prod ! outlook ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]

[Attachment #4 (text/plain)]

Hello Dorigo,

This is what I have on the end of our ZIMonSensors.cfg file.  Without it the GUI \
shows no NFS/SMB metrics.

{
        name = "NFSIO"
        period = 10
        proxyCmd = "/opt/IBM/zimon/GaneshaProxy"
        restrict = "cesNodes"
        type = "Generic"
},
{
        name = "SMBStats"
        period = 10
        restrict = "cesNodes"
        type = "Generic"
},
{
        name = "SMBGlobalStats"
        period = 10
        restrict = "cesNodes"
        type = "Generic"
}
smbstat = ""

Regards,
Larry Henson
IT Operations Storage Team
Office (832) 750-1403
Cell (713) 702-4896
[cid:image001.png@01D735B5.C8961270]
From: gpfsug-discuss-bounces@spectrumscale.org \
                <gpfsug-discuss-bounces@spectrumscale.org> On Behalf Of Dorigo Alvise \
                (PSI)
Sent: Tuesday, April 20, 2021 6:51 AM
To: gpfsug main discussion list <gpfsug-discuss@spectrumscale.org>
Cc: gpfsug-discuss-bounces@spectrumscale.org; 'sls-htc-admins@lists.psi.ch' \
                <sls-htc-admins@lists.psi.ch>
Subject: [EXT] [gpfsug-discuss] R: NFSIO metrics absent in pmcollector

WARNING: This email originated from outside of MD Anderson. Please validate the \
sender's email address before clicking on links or attachments as they may not be \
safe.

Hello Markus,
ganesha is installed, but I will try what you suggest about configuration.

   A

Da: gpfsug-discuss-bounces@spectrumscale.org<mailto:gpfsug-discuss-bounces@spectrumscale.org> \
<gpfsug-discuss-bounces@spectrumscale.org<mailto:gpfsug-discuss-bounces@spectrumscale.org>> \
                Per conto di Markus Rohwedder
Inviato: martedì 20 aprile 2021 12:35
A: gpfsug main discussion list \
                <gpfsug-discuss@spectrumscale.org<mailto:gpfsug-discuss@spectrumscale.org>>
                
Cc: gpfsug-discuss-bounces@spectrumscale.org<mailto:gpfsug-discuss-bounces@spectrumscale.org>; \
'sls-htc-admins@lists.psi.ch' \
                <sls-htc-admins@lists.psi.ch<mailto:sls-htc-admins@lists.psi.ch>>
Oggetto: Re: [gpfsug-discuss] NFSIO metrics absent in pmcollector


Hello Dorigo,

in contrast to the basic Spectrum Scale metrics, the NFS and SMB sensors rely on a \
proxy mechanism that provides the metrics out of the CES stack. In case you have not \
used the installer, you may miss some steps.

- Please check if you have the requires packages installed.
(For example gpfs.pm-ganesha-10.0.0-2.el8.x86_64 or similar for NFS)

- The config section should have the "Generic" keyword, like this

{
name = "NFSIO"
period = 10
restrict = "cesNodes"
type = "Generic"
},

See here in the KC:
https://www.ibm.com/docs/en/spectrum-scale/5.0.5?topic=tool-enabling-protocol-metrics< \
https://urldefense.com/v3/__https:/www.ibm.com/docs/en/spectrum-scale/5.0.5?topic=tool \
-enabling-protocol-metrics__;!!PfbeBCCAmug!2C8HSpiMkc87P7g8ryyOodOb1MgL5CwNKOr12XJxMIW3BaEKcvf8kyDdMYLEsnxBNw$>


/var/log/zimon/ZIMonSensors.log may provides some additional clues as well.

Mit freundlichen Grüßen / Kind regards

Dr. Markus Rohwedder

IBM Systems / Lab Services Europe / EMEA Storage Competence Center

________________________________

Phone:
+49 162 4159920
IBM Deutschland GmbH
[cid:image006.png@01D735B5.C8961270]
E-Mail:
rohwedder@de.ibm.com<mailto:rohwedder@de.ibm.com>
Am Weiher 24


65451 Kelsterbach


Germany
________________________________
IBM Deutschland GmbH / Vorsitzender des Aufsichtsrats: Sebastian Krause / \
Geschäftsführung: Gregor Pillen (Vorsitzender), Agnes Heftberger, Norbert Janzen, \
Markus Koerner, Christian Noll, Nicole Reimer / Sitz der Gesellschaft: 71139 \
Ehningen, IBM-Allee 1 / Registergericht: Amtsgericht Stuttgart, HRB14562


[Inactive hide details for "Dorigo Alvise (PSI)" ---20.04.2021 12:19:44---Dear \
Community, I've activated CES-related metrics by]"Dorigo Alvise (PSI)" ---20.04.2021 \
12:19:44---Dear Community, I've activated CES-related metrics by simply doing:

From: "Dorigo Alvise (PSI)" <alvise.dorigo@psi.ch<mailto:alvise.dorigo@psi.ch>>
To: "'gpfsug-discuss@spectrumscale.org'" \
                <gpfsug-discuss@spectrumscale.org<mailto:gpfsug-discuss@spectrumscale.org>>
                
Cc: "'sls-htc-admins@lists.psi.ch'" \
                <sls-htc-admins@lists.psi.ch<mailto:sls-htc-admins@lists.psi.ch>>
Date: 20.04.2021 12:19
Subject: [EXTERNAL] [gpfsug-discuss] NFSIO metrics absent in pmcollector
Sent by: gpfsug-discuss-bounces@spectrumscale.org<mailto:gpfsug-discuss-bounces@spectrumscale.org>


________________________________



Dear Community, I've activated CES-related metrics by simply doing: [root@xbl-ces-91 \
~]# mmperfmon config show |egrep -A4 'NFS|SMB' name = "NFSIO" period = 5 \
‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍ \
‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍ZjQcmQRYFpfptBannerStart
 This Message Is From an External Sender
This message came from outside your organization.
ZjQcmQRYFpfptBannerEnd
Dear Community,

I've activated CES-related metrics by simply doing:

[root@xbl-ces-91 ~]# mmperfmon config show |egrep -A4 'NFS|SMB'
name = "NFSIO"
period = 5
},
{
name = "SMBGlobalStats"
period = 5
},
{
name = "SMBStats"
period = 5
}

Despite that, I get no result for any nfs* metrics:

--------------------------------------------
[root@xbl-ces-91 ~]# telnet localhost 9084
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
get -j metrics nfs_read bucket_size 5 last 1
Error: no data available for query
.
Connection closed by foreign host.

[root@xbl-ces-91 ~]# mmperfmon query "nfs_read"
Error: no data available for query
.

mmperfmon: Command failed. Examine previous error messages to determine cause.
--------------------------------------------


I am pretty sure my collector is working correctly as it returns data for a different \
metrics:

[root@xbl-ces-91 ~]# telnet localhost 9084
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
get -j metrics gpfs_fs_bytes_read last 20 bucket_size 1
{"header" : {"bcount" : 20,"bsize" : 1,"t_start" : 1618912752,"t_end" : \
1618912772},"legend" : [{"caption" : "gpfs_fs_bytes_read","semType" : 2,"aggrType" : \
"value difference between start and end of the bucket","type" : 4,"keys" : \
["xbl-ces-91.psi.ch|GPFSFilesystem|lenovoxbl.psi.ch|perf|gpfs_fs_bytes_read"]},{"caption" \
: "gpfs_fs_bytes_read","semType" : 2,"aggrType" : "value difference between start and \
end of the bucket","type" : 4,"keys" : \
["xbl-ces-91.psi.ch|GPFSFilesystem|lenovoxbl.psi.ch|tiered|gpfs_fs_bytes_read"]},{"caption" \
: "gpfs_fs_bytes_read","semType" : 2,"aggrType" : "value difference between start and \
end of the bucket","type" : 4,"keys" : \
["xbl-ces-92.psi.ch|GPFSFilesystem|lenovoxbl.psi.ch|perf|gpfs_fs_bytes_read"]},{"caption" \
: "gpfs_fs_bytes_read","semType" : 2,"aggrType" : "value difference between start and \
end of the bucket","type" : 4,"keys" : \
["xbl-ces-92.psi.ch|GPFSFilesystem|lenovoxbl.psi.ch|tiered|gpfs_fs_bytes_read"]}],"rows" \
: […]

Any clue ? Is the activation of NFSIO enough in the mmperfmon's config file (this is \
the first time I try to configure CES monitoring) ?

Thank you,

Alvise_______________________________________________
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
http://gpfsug.org/mailman/listinfo/gpfsug-discuss<https://urldefense.com/v3/__http:/gp \
fsug.org/mailman/listinfo/gpfsug-discuss__;!!PfbeBCCAmug!2C8HSpiMkc87P7g8ryyOodOb1MgL5CwNKOr12XJxMIW3BaEKcvf8kyDdMYI-Ipx8NA$>



The information contained in this e-mail message may be privileged, confidential, \
and/or protected from disclosure. This e-mail message may contain protected health \
information (PHI); dissemination of PHI should comply with applicable federal and \
state laws. If you are not the intended recipient, or an authorized representative of \
the intended recipient, any further review, disclosure, use, dissemination, \
distribution, or copying of this message or any attachment (or the information \
contained therein) is strictly prohibited. If you think that you have received this \
e-mail message in error, please notify the sender by return e-mail and delete all \
references to it and its contents from your systems.


[Attachment #5 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
tt
	{mso-style-priority:99;
	font-family:"Courier New";}
p.msonormal0, li.msonormal0, div.msonormal0
	{mso-style-name:msonormal;
	mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
span.EmailStyle19
	{mso-style-type:personal;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
span.EmailStyle22
	{mso-style-type:personal-reply;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hello Dorigo,<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">This is what I have on the end of our ZIMonSensors.cfg \
file.&nbsp; Without it the GUI shows no NFS/SMB metrics.<o:p></o:p></p> <p \
class="MsoNormal"><o:p>&nbsp;</o:p></p> <p class="MsoNormal">{<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name = \
&quot;NFSIO&quot;<o:p></o:p></p> <p \
class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; period = \
10<o:p></o:p></p> <p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
proxyCmd = &quot;/opt/IBM/zimon/GaneshaProxy&quot;<o:p></o:p></p> <p \
class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; restrict = \
&quot;cesNodes&quot;<o:p></o:p></p> <p \
class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type = \
&quot;Generic&quot;<o:p></o:p></p> <p class="MsoNormal">},<o:p></o:p></p>
<p class="MsoNormal">{<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name = \
&quot;SMBStats&quot;<o:p></o:p></p> <p \
class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; period = \
10<o:p></o:p></p> <p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
restrict = &quot;cesNodes&quot;<o:p></o:p></p> <p \
class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type = \
&quot;Generic&quot;<o:p></o:p></p> <p class="MsoNormal">},<o:p></o:p></p>
<p class="MsoNormal">{<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name = \
&quot;SMBGlobalStats&quot;<o:p></o:p></p> <p \
class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; period = \
10<o:p></o:p></p> <p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
restrict = &quot;cesNodes&quot;<o:p></o:p></p> <p \
class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type = \
&quot;Generic&quot;<o:p></o:p></p> <p class="MsoNormal">}<o:p></o:p></p>
<p class="MsoNormal">smbstat = &quot;&quot;<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Regards,<o:p></o:p></p>
<p class="MsoNormal"><b><span style="color:#0070C0">Larry \
Henson<o:p></o:p></span></b></p> <p class="MsoNormal"><b><span \
style="color:#1F497D">IT Operations Storage Team<o:p></o:p></span></b></p> <p \
class="MsoNormal"><span style="color:#1F497D">Office (832) \
750-1403<o:p></o:p></span></p> <p class="MsoNormal"><span style="color:#1F497D">Cell \
(713) 702-4896<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="color:black"><img width="150" height="83" \
style="width:1.5625in;height:.8645in" id="Picture_x0020_1" \
src="cid:image001.png@01D735B5.C8961270"></span><span \
style="color:#1F497D"><o:p></o:p></span></p> <div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> gpfsug-discuss-bounces@spectrumscale.org \
&lt;gpfsug-discuss-bounces@spectrumscale.org&gt; <b>On Behalf Of </b>Dorigo Alvise \
(PSI)<br> <b>Sent:</b> Tuesday, April 20, 2021 6:51 AM<br>
<b>To:</b> gpfsug main discussion list &lt;gpfsug-discuss@spectrumscale.org&gt;<br>
<b>Cc:</b> gpfsug-discuss-bounces@spectrumscale.org; 'sls-htc-admins@lists.psi.ch' \
&lt;sls-htc-admins@lists.psi.ch&gt;<br> <b>Subject:</b> [EXT] [gpfsug-discuss] R: \
NFSIO metrics absent in pmcollector<o:p></o:p></p> </div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<div align="center">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="background:#FFEB9C;padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p class="MsoNormal" align="center" style="text-align:center"><b><span \
style="font-size:10.0pt;color:red">WARNING: </span></b><span \
style="font-size:10.0pt;color:black">This email originated from outside of MD \
Anderson. Please validate the sender's email address before clicking on links or \
attachments as they may not be safe.</span><o:p></o:p></p> </td>
</tr>
</tbody>
</table>
</div>
<p class="MsoNormal"><span lang="IT"><o:p>&nbsp;</o:p></span></p>
</div>
<p class="MsoNormal"><span lang="IT">Hello Markus,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="IT">ganesha is installed, but I will try what you \
suggest about configuration.<o:p></o:p></span></p> <p class="MsoNormal"><span \
lang="IT"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
lang="IT">&nbsp;&nbsp; A<o:p></o:p></span></p> <p class="MsoNormal"><span \
lang="IT"><o:p>&nbsp;</o:p></span></p> <div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span lang="IT">Da:</span></b><span lang="IT"> <a \
href="mailto:gpfsug-discuss-bounces@spectrumscale.org"> \
gpfsug-discuss-bounces@spectrumscale.org</a> &lt;<a \
href="mailto:gpfsug-discuss-bounces@spectrumscale.org">gpfsug-discuss-bounces@spectrumscale.org</a>&gt;
 <b>Per conto di </b>Markus Rohwedder<br>
<b>Inviato:</b> martedì 20 aprile 2021 12:35<br>
<b>A:</b> gpfsug main discussion list &lt;<a \
href="mailto:gpfsug-discuss@spectrumscale.org">gpfsug-discuss@spectrumscale.org</a>&gt;<br>
 <b>Cc:</b> <a href="mailto:gpfsug-discuss-bounces@spectrumscale.org">gpfsug-discuss-bounces@spectrumscale.org</a>; \
'sls-htc-admins@lists.psi.ch' &lt;<a \
href="mailto:sls-htc-admins@lists.psi.ch">sls-htc-admins@lists.psi.ch</a>&gt;<br> \
<b>Oggetto:</b> Re: [gpfsug-discuss] NFSIO metrics absent in \
pmcollector<o:p></o:p></span></p> </div>
</div>
<p class="MsoNormal"><span lang="IT"><o:p>&nbsp;</o:p></span></p>
<p><span lang="IT" style="font-size:10.0pt">Hello Dorigo,</span><span lang="IT"><br>
<br>
</span><span lang="IT" style="font-size:10.0pt">in contrast to the basic Spectrum \
Scale metrics, the NFS and SMB sensors rely on a proxy mechanism that provides the \
metrics out of the CES stack.</span><span lang="IT"><br> </span><span lang="IT" \
style="font-size:10.0pt">In case you have not used the installer, you may miss some \
steps.</span><span lang="IT"><br> <br>
</span><span lang="IT" style="font-size:10.0pt">- Please check if you have the \
requires packages installed. </span><span lang="IT"><br>
</span><span lang="IT" style="font-size:10.0pt">(For example \
gpfs.pm-ganesha-10.0.0-2.el8.x86_64 or similar for NFS)</span><span lang="IT"><br> \
<br> </span><span lang="IT" style="font-size:10.0pt">- The config section should have \
the &quot;Generic&quot; keyword, like this</span><span lang="IT"><br> <br>
</span><span lang="IT" style="font-size:10.0pt">{</span><span lang="IT"><br>
</span><span lang="IT" style="font-size:10.0pt">name = &quot;NFSIO&quot;</span><span \
lang="IT"><br> </span><span lang="IT" style="font-size:10.0pt">period = \
10</span><span lang="IT"><br> </span><span lang="IT" \
style="font-size:10.0pt">restrict = &quot;cesNodes&quot;</span><span lang="IT"><br> \
</span><span lang="IT" style="font-size:10.0pt">type = \
&quot;Generic&quot;</span><span lang="IT"><br> </span><span lang="IT" \
style="font-size:10.0pt">},</span><span lang="IT"><br> <br>
</span><span lang="IT" style="font-size:10.0pt">See here in the KC:</span><span \
lang="IT"><br> <a href="https://urldefense.com/v3/__https:/www.ibm.com/docs/en/spectru \
m-scale/5.0.5?topic=tool-enabling-protocol-metrics__;!!PfbeBCCAmug!2C8HSpiMkc87P7g8ryyOodOb1MgL5CwNKOr12XJxMIW3BaEKcvf8kyDdMYLEsnxBNw$"><span \
style="font-size:10.0pt">https://www.ibm.com/docs/en/spectrum-scale/5.0.5?topic=tool-enabling-protocol-metrics</span></a></span><span \
lang="IT" style="font-size:10.0pt"><br> </span><span lang="IT"><br>
</span><span lang="IT" style="font-size:10.0pt">/var/log/zimon/ZIMonSensors.log may \
provides some additional clues as well.</span><span lang="IT"><br> <br>
</span><span lang="IT" \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif">Mit freundlichen \
Grüßen / Kind regards</span><span lang="IT"><br> <br>
</span><b><span lang="IT" style="font-family:&quot;Arial&quot;,sans-serif">Dr. Markus \
Rohwedder</span></b><span lang="IT"><br> <br>
</span><span lang="IT" \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,sans-serif">IBM Systems / Lab \
Services Europe / EMEA Storage Competence Center</span><span \
lang="IT"><o:p></o:p></span></p> <table class="MsoNormalTable" border="0" \
cellspacing="0" cellpadding="0"> <tbody>
<tr>
<td width="600" colspan="4" style="width:6.25in;padding:0in 0in 0in 0in">
<div>
<div class="MsoNormal">
<hr size="1" width="100%" noshade="" style="color:#0055AA" align="left">
</div>
</div>
</td>
</tr>
<tr>
<td width="600" colspan="4" style="width:6.25in;padding:0in 0in 0in 0in">
<p class="MsoNormal"><img border="0" width="1" height="1" \
style="width:.0104in;height:.0104in" id="Immagine_x0020_2" \
src="cid:image002.png@01D735B5.CA4919A0"><o:p></o:p></p> </td>
</tr>
<tr>
<td width="39" style="width:29.25pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,sans-serif;color:#0055AA">Phone:</span><o:p></o:p></p>
 </td>
<td width="157" style="width:117.75pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,sans-serif;color:#0055AA">+49 \
162 4159920</span><o:p></o:p></p> </td>
<td width="246" style="width:184.5pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,sans-serif;color:#0055AA">IBM \
Deutschland GmbH</span><o:p></o:p></p> </td>
<td width="158" rowspan="4" style="width:118.5pt;padding:0in 0in 0in 0in">
<p class="MsoNormal" align="right" style="text-align:right"><img border="0" \
width="158" height="40" style="width:1.6458in;height:.4166in" id="Immagine_x0020_3" \
src="cid:image006.png@01D735B5.C8961270"><o:p></o:p></p> </td>
</tr>
<tr>
<td width="39" style="width:29.25pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,sans-serif;color:#0055AA">E-Mail:</span><o:p></o:p></p>
 </td>
<td width="157" style="width:117.75pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,sans-serif;color:#0055AA"><a \
href="mailto:rohwedder@de.ibm.com">rohwedder@de.ibm.com</a></span><o:p></o:p></p> \
</td> <td width="246" style="width:184.5pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,sans-serif;color:#0055AA">Am \
Weiher 24</span><o:p></o:p></p> </td>
</tr>
<tr>
<td width="39" style="width:29.25pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><img border="0" width="1" height="1" \
style="width:.0104in;height:.0104in" id="Immagine_x0020_4" \
src="cid:image002.png@01D735B5.CA4919A0"><o:p></o:p></p> </td>
<td width="157" style="width:117.75pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><img border="0" width="1" height="1" \
style="width:.0104in;height:.0104in" id="Immagine_x0020_5" \
src="cid:image002.png@01D735B5.CA4919A0"><o:p></o:p></p> </td>
<td width="246" style="width:184.5pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,sans-serif;color:#0055AA">65451 \
Kelsterbach</span><o:p></o:p></p> </td>
</tr>
<tr>
<td width="39" style="width:29.25pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><img border="0" width="1" height="1" \
style="width:.0104in;height:.0104in" id="Immagine_x0020_6" \
src="cid:image002.png@01D735B5.CA4919A0"><o:p></o:p></p> </td>
<td width="157" style="width:117.75pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><img border="0" width="1" height="1" \
style="width:.0104in;height:.0104in" id="Immagine_x0020_7" \
src="cid:image002.png@01D735B5.CA4919A0"><o:p></o:p></p> </td>
<td width="246" style="width:184.5pt;padding:0in 0in 0in 0in">
<p class="MsoNormal"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,sans-serif;color:#0055AA">Germany</span><o:p></o:p></p>
 </td>
</tr>
<tr>
<td width="600" colspan="4" style="width:6.25in;padding:0in 0in 0in 0in">
<div>
<div class="MsoNormal">
<hr size="1" width="100%" noshade="" style="color:#0055AA" align="left">
</div>
</div>
</td>
</tr>
<tr>
<td width="600" colspan="4" style="width:6.25in;padding:0in 0in 0in 0in">
<p class="MsoNormal"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,sans-serif;color:#999999">IBM \
Deutschland GmbH / Vorsitzender des Aufsichtsrats: Sebastian Krause / \
Geschäftsführung: Gregor Pillen (Vorsitzender), Agnes Heftberger, Norbert Janzen, \
Markus  Koerner, Christian Noll, Nicole Reimer / Sitz der Gesellschaft: 71139 \
Ehningen, IBM-Allee 1 / Registergericht: Amtsgericht Stuttgart, HRB14562 \
</span><o:p></o:p></p> </td>
</tr>
<tr>
<td width="600" colspan="4" style="width:6.25in;padding:0in 0in 0in 0in">
<p class="MsoNormal"><img border="0" width="1" height="1" \
style="width:.0104in;height:.0104in" id="Immagine_x0020_9" \
src="cid:image002.png@01D735B5.CA4919A0"><o:p></o:p></p> </td>
</tr>
</tbody>
</table>
<p><span lang="IT"><br>
<img border="0" width="16" height="16" style="width:.1666in;height:.1666in" \
id="Immagine_x0020_10" src="cid:image007.gif@01D735B5.C8961270" alt="Inactive hide \
details for &quot;Dorigo Alvise (PSI)&quot; ---20.04.2021 12:19:44---Dear Community, \
I've activated CES-related metrics by "></span><span lang="IT" \
style="font-size:10.0pt;color:#424282">&quot;Dorigo  Alvise (PSI)&quot; ---20.04.2021 \
12:19:44---Dear Community, I've activated CES-related metrics by simply \
doing:</span><span lang="IT"><br> <br>
</span><span lang="IT" style="font-size:10.0pt;color:#5F5F5F">From: </span><span \
lang="IT" style="font-size:10.0pt">&quot;Dorigo Alvise (PSI)&quot; &lt;<a \
href="mailto:alvise.dorigo@psi.ch">alvise.dorigo@psi.ch</a>&gt;</span><span \
lang="IT"><br> </span><span lang="IT" style="font-size:10.0pt;color:#5F5F5F">To: \
</span><span lang="IT" \
style="font-size:10.0pt">&quot;'gpfsug-discuss@spectrumscale.org'&quot; &lt;<a \
href="mailto:gpfsug-discuss@spectrumscale.org">gpfsug-discuss@spectrumscale.org</a>&gt;</span><span \
lang="IT"><br> </span><span lang="IT" style="font-size:10.0pt;color:#5F5F5F">Cc: \
</span><span lang="IT" \
style="font-size:10.0pt">&quot;'sls-htc-admins@lists.psi.ch'&quot; &lt;<a \
href="mailto:sls-htc-admins@lists.psi.ch">sls-htc-admins@lists.psi.ch</a>&gt;</span><span \
lang="IT"><br> </span><span lang="IT" style="font-size:10.0pt;color:#5F5F5F">Date: \
</span><span lang="IT" style="font-size:10.0pt">20.04.2021 12:19</span><span \
lang="IT"><br> </span><span lang="IT" style="font-size:10.0pt;color:#5F5F5F">Subject: \
</span><span lang="IT" style="font-size:10.0pt">[EXTERNAL] [gpfsug-discuss] NFSIO \
metrics absent in pmcollector</span><span lang="IT"><br> </span><span lang="IT" \
style="font-size:10.0pt;color:#5F5F5F">Sent by: </span><span lang="IT" \
style="font-size:10.0pt"><a \
href="mailto:gpfsug-discuss-bounces@spectrumscale.org">gpfsug-discuss-bounces@spectrumscale.org</a></span><span \
lang="IT"><o:p></o:p></span></p> <div>
<div class="MsoNormal"><span lang="IT">
<hr size="1" width="100%" noshade="" style="color:#8091A5" align="left">
</span></div>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span lang="IT"><br>
<br>
<br>
</span><span lang="IT" style="font-size:7.5pt;color:white">Dear Community, I've \
activated CES-related metrics by simply doing: [root@xbl-ces-91 ~]# mmperfmon config \
show |egrep -A4 'NFS|SMB' name = &quot;NFSIO&quot; period = 5 \
‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍ \
‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍ZjQcmQRYFpfptBannerStart</span><span \
lang="IT"> <br>
</span><b><span lang="IT" style="font-family:&quot;Arial&quot;,sans-serif">This \
Message Is From an External Sender </span></b><span lang="IT"><br>
</span><span lang="IT" \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif">This message came \
from outside your organization. </span><span lang="IT"><br>
</span><span lang="IT" \
style="font-size:7.5pt;color:white">ZjQcmQRYFpfptBannerEnd</span><span lang="IT"><br> \
Dear Community,<br> <br>
I've activated CES-related metrics by simply doing:<br>
<br>
[root@xbl-ces-91 ~]# mmperfmon config show |egrep -A4 'NFS|SMB'<br>
name = &quot;NFSIO&quot;<br>
period = 5<br>
},<br>
{<br>
name = &quot;SMBGlobalStats&quot;<br>
period = 5<br>
},<br>
{<br>
name = &quot;SMBStats&quot;<br>
period = 5<br>
}<br>
<br>
Despite that, I get no result for any nfs* metrics:<br>
<br>
--------------------------------------------<br>
[root@xbl-ces-91 ~]# telnet localhost 9084<br>
Trying 127.0.0.1...<br>
Connected to localhost.<br>
Escape character is '^]'.<br>
get -j metrics nfs_read bucket_size 5 last 1<br>
Error: no data available for query<br>
.<br>
Connection closed by foreign host.<br>
<br>
[root@xbl-ces-91 ~]# mmperfmon query &quot;nfs_read&quot;<br>
Error: no data available for query<br>
.<br>
<br>
mmperfmon: Command failed. Examine previous error messages to determine cause.<br>
--------------------------------------------<br>
<br>
<br>
I am pretty sure my collector is working correctly as it returns data for a different \
metrics:<br> <br>
[root@xbl-ces-91 ~]# telnet localhost 9084<br>
Trying 127.0.0.1...<br>
Connected to localhost.<br>
Escape character is '^]'.<br>
get -j metrics gpfs_fs_bytes_read last 20 bucket_size 1<br>
{&quot;header&quot; : {&quot;bcount&quot; : 20,&quot;bsize&quot; : \
1,&quot;t_start&quot; : 1618912752,&quot;t_end&quot; : 1618912772},&quot;legend&quot; \
: [{&quot;caption&quot; : &quot;gpfs_fs_bytes_read&quot;,&quot;semType&quot; : \
2,&quot;aggrType&quot; : &quot;value difference between start and end of the \
bucket&quot;,&quot;type&quot; : 4,&quot;keys&quot; : \
[&quot;xbl-ces-91.psi.ch|GPFSFilesystem|lenovoxbl.psi.ch|perf|gpfs_fs_bytes_read&quot;]},{&quot;caption&quot;
  : &quot;gpfs_fs_bytes_read&quot;,&quot;semType&quot; : 2,&quot;aggrType&quot; : \
&quot;value difference between start and end of the bucket&quot;,&quot;type&quot; : \
4,&quot;keys&quot; : \
[&quot;xbl-ces-91.psi.ch|GPFSFilesystem|lenovoxbl.psi.ch|tiered|gpfs_fs_bytes_read&quot;]},{&quot;caption&quot; \
: &quot;gpfs_fs_bytes_read&quot;,&quot;semType&quot; : 2,&quot;aggrType&quot;  : \
&quot;value difference between start and end of the bucket&quot;,&quot;type&quot; : \
4,&quot;keys&quot; : \
[&quot;xbl-ces-92.psi.ch|GPFSFilesystem|lenovoxbl.psi.ch|perf|gpfs_fs_bytes_read&quot;]},{&quot;caption&quot; \
: &quot;gpfs_fs_bytes_read&quot;,&quot;semType&quot; : 2,&quot;aggrType&quot; : \
&quot;value difference between start and end  of the bucket&quot;,&quot;type&quot; : \
4,&quot;keys&quot; : \
[&quot;xbl-ces-92.psi.ch|GPFSFilesystem|lenovoxbl.psi.ch|tiered|gpfs_fs_bytes_read&quot;]}],&quot;rows&quot; \
: <br>
[…]<br>
<br>
Any clue ? Is the activation of NFSIO enough in the mmperfmon's config file (this is \
the first time I try to configure CES monitoring) ?<br> <br>
Thank you,<br>
<br>
Alvise</span><tt><span lang="IT" \
style="font-size:10.0pt">_______________________________________________</span></tt><span \
lang="IT" style="font-size:10.0pt;font-family:&quot;Courier New&quot;"><br> \
<tt>gpfsug-discuss mailing list</tt><br> <tt>gpfsug-discuss at \
spectrumscale.org</tt><br> <tt><a \
href="https://urldefense.com/v3/__http:/gpfsug.org/mailman/listinfo/gpfsug-discuss__;! \
!PfbeBCCAmug!2C8HSpiMkc87P7g8ryyOodOb1MgL5CwNKOr12XJxMIW3BaEKcvf8kyDdMYI-Ipx8NA$">http://gpfsug.org/mailman/listinfo/gpfsug-discuss</a>&nbsp;</tt><br>
 <br>
</span><span lang="IT"><o:p></o:p></span></p>
</div>

<DIV>
The information contained in this e-mail message may be privileged, confidential, \
and/or protected from disclosure. This e-mail message may contain protected health \
information (PHI); dissemination of PHI should comply with applicable federal and \
state laws. If you are not the intended recipient, or an authorized representative of \
the intended recipient, any further review, disclosure, use, dissemination, \
distribution, or copying of this message or any attachment (or the information \
contained therein) is strictly prohibited. If you think that you have received this \
e-mail message in error, please notify the sender by return e-mail and delete all \
references to it and its contents from your systems.<BR> </DIV></body>
</html>


["image001.png" (image/png)]
["image006.png" (image/png)]
["image007.gif" (image/gif)]
["image002.png" (image/png)]

_______________________________________________
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
http://gpfsug.org/mailman/listinfo/gpfsug-discuss

--===============7935468943243294791==--

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic