<html><body><p><font size="2">Hi Jonathon,</font><br><br><font size="2">I can configure file userdefined authentication with only NFS enabled/running on my test setup (SMB was disabled).</font><br><br><font size="2">Please check if following steps help fix your issue:</font><br><br><font size="2">1> remove existing file auth if any</font><br><font size="2">/usr/lpp/mmfs/bin/mmuserauth service remove --data-access-method file</font><br><br><font size="2">2> disable smb service</font><br><font size="2">/usr/lpp/mmfs/bin/mmces service disable smb</font><br><font size="2">/usr/lpp/mmfs/bin/mmces service list -a</font><br><br><font size="2">3> configure userdefined file auth</font><br><font size="2">/usr/lpp/mmfs/bin/mmuserauth service create --data-access-method file --type userdefined</font><br><br><font size="2">4> if above fails retry mmuserauth in debug mode as below and please share error log /tmp/userdefined.log. Also share spectrum scale version you are running with.</font><br><font size="2">export DEBUG=1; /usr/lpp/mmfs/bin/mmuserauth service create --data-access-method file --type userdefined > /tmp/userdefined.log 2>&1; unset DEBUG</font><br><font size="2">/usr/lpp/mmfs/bin/mmdiag --version</font><br><br><font size="2">5> if mmuserauth succeeds in step 3> above; you also need to correct your mmnfs cli command as below. You missed to type in Access_Type= and Squash= in client definition.</font><br><font size="2">mmnfs export add /gpfs/summit/scratch --client 'login*.rc.int.colorado.edu(Access_Type=rw,Squash=root_squash);dtn*.rc.int.colorado.edu(Access_Type=rw,Squash=root_squash)'</font><br><br><font size="2">Thanks,</font><br><font size="2">Chetan.</font><br><br><img width="16" height="16" src="cid:1__=EABB0B31DF8D9D4B8f9e8a93df938690918cEAB@" border="0" alt="Inactive hide details for Jonathon A Anderson ---09/21/2017 12:25:41 AM---I shouldn't need SMB for authentication if I'm only u"><font size="2" color="#424282">Jonathon A Anderson ---09/21/2017 12:25:41 AM---I shouldn't need SMB for authentication if I'm only using userdefined authentication, though. ______</font><br><br><font size="2" color="#5F5F5F">From:        </font><font size="2">Jonathon A Anderson <jonathon.anderson@colorado.edu></font><br><font size="2" color="#5F5F5F">To:        </font><font size="2">gpfsug main discussion list <gpfsug-discuss@spectrumscale.org></font><br><font size="2" color="#5F5F5F">Date:        </font><font size="2">09/21/2017 12:25 AM</font><br><font size="2" color="#5F5F5F">Subject:        </font><font size="2">Re: [gpfsug-discuss] export nfs share on gpfs with no authentication</font><br><font size="2" color="#5F5F5F">Sent by:        </font><font size="2">gpfsug-discuss-bounces@spectrumscale.org</font><br><hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br><br><br><tt><font size="2">I shouldn't need SMB for authentication if I'm only using userdefined authentication, though.<br><br>________________________________________<br>From: gpfsug-discuss-bounces@spectrumscale.org <gpfsug-discuss-bounces@spectrumscale.org> on behalf of Sobey, Richard A <r.sobey@imperial.ac.uk><br>Sent: Wednesday, September 20, 2017 2:23:37 AM<br>To: gpfsug main discussion list<br>Subject: Re: [gpfsug-discuss] export nfs share on gpfs with no authentication<br><br>This sounded familiar to a problem I had to do with SMB and NFS. I've looked, and it's a different problem, but at the time I had this response.<br><br>"That would be the case when Active Directory is configured for<br>authentication. In that case the SMB service includes two aspects: One is<br>the actual SMB file server, and the second one is the service for the<br>Active Directory integration. Since NFS depends on authentication and id<br>mapping services, it requires SMB to be running."<br><br>I suspect the last paragraph is relevant in your case.<br><br>HTH<br><br>Richard<br><br>-----Original Message-----<br>From: gpfsug-discuss-bounces@spectrumscale.org [</font></tt><tt><font size="2"><a href="mailto:gpfsug-discuss-bounces@spectrumscale.org">mailto:gpfsug-discuss-bounces@spectrumscale.org</a></font></tt><tt><font size="2">] On Behalf Of Jonathon A Anderson<br>Sent: 20 September 2017 06:13<br>To: gpfsug main discussion list <gpfsug-discuss@spectrumscale.org><br>Subject: Re: [gpfsug-discuss] export nfs share on gpfs with no authentication<br><br>Returning to this thread cause I'm having the same issue as Ilan, above.<br><br>I'm working on setting up CES in our environment after finally getting a blocking bugfix applied. I'm making it further now, but I'm getting an error when I try to create my export:<br><br><br>---<br>[root@sgate2 ~]# mmnfs export add /gpfs/summit/scratch --client 'login*.rc.int.colorado.edu(rw,root_squash);dtn*.rc.int.colorado.edu(rw,root_squash)'<br>mmcesfuncs.sh: Current authentication: none is invalid.<br>This operation can not be completed without correct Authentication configuration.<br>Configure authentication using:   mmuserauth<br>mmnfs export add: Command failed. Examine previous error messages to determine cause.<br>---<br><br><br>When I try to configure mmuserauth, I get an error about not having SMB active; but I don't want to configure SMB, only NFS.<br><br><br>---<br>[root@sgate2 ~]# /usr/lpp/mmfs/bin/mmuserauth service create --data-access-method file --type userdefined<br>: SMB service not enabled. Enable SMB service first.<br>mmcesuserauthcrservice: Command failed. Examine previous error messages to determine cause.<br>---<br><br>How can I configure NFS exports with mmnfs without having to enable SMB?<br><br>~jonathon<br>________________________________________<br>From: gpfsug-discuss-bounces@spectrumscale.org <gpfsug-discuss-bounces@spectrumscale.org> on behalf of Varun Mittal3 <varun.mittal@in.ibm.com><br>Sent: Tuesday, July 25, 2017 9:44:24 PM<br>To: gpfsug main discussion list<br>Subject: Re: [gpfsug-discuss] export nfs share on gpfs with no authentication<br><br>Sorry a small typo:<br>mmuserauth service create --data-access-method file --type userdefined<br><br><br>Best regards,<br>Varun Mittal<br>Cloud/Object Scrum @ Spectrum Scale<br>ETZ, Pune<br><br>[Inactive hide details for Varun Mittal3---26/07/2017 09:12:27 AM---Hi Did you try to run this command from a CES designated nod]Varun Mittal3---26/07/2017 09:12:27 AM---Hi Did you try to run this command from a CES designated node ?<br><br>From: Varun Mittal3/India/IBM<br>To: gpfsug main discussion list <gpfsug-discuss@spectrumscale.org><br>Date: 26/07/2017 09:12 AM<br>Subject: Re: [gpfsug-discuss] export nfs share on gpfs with no authentication<br><br>________________________________<br><br><br>Hi<br><br>Did you try to run this command from a CES designated node ?<br><br>If no, then try executing the command from a CES node:<br>mmuserauth service create --data-access-type file --type userdefined<br><br>Best regards,<br>Varun Mittal<br>Cloud/Object Scrum @ Spectrum Scale<br>ETZ, Pune<br><br><br>[Inactive hide details for Ilan Schwarts ---25/07/2017 10:22:26 AM---Hi, While trying to add the userdefined auth, I receive err]Ilan Schwarts ---25/07/2017 10:22:26 AM---Hi, While trying to add the userdefined auth, I receive error that SMB<br><br>From: Ilan Schwarts <ilan84@gmail.com><br>To: gpfsug main discussion list <gpfsug-discuss@spectrumscale.org><br>Date: 25/07/2017 10:22 AM<br>Subject: Re: [gpfsug-discuss] export nfs share on gpfs with no authentication<br>Sent by: gpfsug-discuss-bounces@spectrumscale.org<br>________________________________<br><br><br><br>Hi,<br><br>While trying to add the userdefined auth, I receive error that SMB<br>service not enabled.<br>I am currently working on a spectrum scale cluster, and i dont have<br>the SMB package, I am waiting for it.. is there a way to export NFSv3<br>using the spectrum scale tools without SMB package ?<br>[root@LH20-GPFS1 ~]# mmuserauth service create --type userdefined<br>: SMB service not enabled. Enable SMB service first.<br>mmcesuserauthcrservice: Command failed. Examine previous error<br>messages to determine cause.<br><br><br>I exported the NFS via /etc/exports and than ./exportfs -a .. It works<br>fine, I was able to mount the gpfs export from another machine.. this<br>was my work-around since the spectrum scale tools failed to export<br>NFSv3<br><br>On Mon, Jul 24, 2017 at 7:35 PM,  <valdis.kletnieks@vt.edu> wrote:<br>> On Mon, 24 Jul 2017 13:36:41 +0300, Ilan Schwarts said:<br>>> Hi,<br>>> I have gpfs with 2 Nodes (redhat).<br>>> I am trying to create NFS share - So I would be able to mount and<br>>> access it from another linux machine.<br>><br>>> While trying to create NFS (I execute the following):<br>>> [root@LH20-GPFS1 ~]# mmnfs export add /fs_gpfs01 -c "*<br>>> Access_Type=RW,Protocols=3:4,Squash=no_root_squash)"<br>><br>> You can get away with little to no authentication for NFSv3, but<br>> not for NFSv4.  Try with Protocols=3 only and<br>><br>> mmuserauth service create --type userdefined<br>><br>> that should get you Unix-y NFSv3 UID/GID support and "trust what the NFS<br>> client tells you".  This of course only works sanely if each NFS export is<br>> only to a set of machines in the same administrative domain that manages their<br>> UID/GIDs.  Exporting to two sets of machines that don't coordinate their<br>> UID/GID space is, of course, where hilarity and hijinks ensue....<br>><br>> _______________________________________________<br>> gpfsug-discuss mailing list<br>> gpfsug-discuss at spectrumscale.org<br>> </font></tt><tt><font size="2"><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__secure-2Dweb.cisco.com_1w-2Dldlm8bq5oYiMuHk7N1T32DW18VkxjnfkMWDjdpiBv1WJToz9PCO1zVyGvWIVP3-2DfNVoZ49ioTlOwQoRbyC-5FMjpoBPlD3jfpV-5FknuzViyRNZiyliSGH9rx5nGVvTLSPrjIwzvUIZDadCuNXgM-5FjYCVBE2RsDpg8o4LCjJv9QIZPbyHlKrkoQ0sNGXOZPYT7gxpo8sVjoxKQbOgQzkDnPMQoa2a8miTP19fLkB5HqV5cJv3U-2DVs-5FqLtyJGVsrSgLu2wQoDMxymVwm5mcRWO6MYfl4-5FMtVXKzQRwQqemODDjSa5my7zl98vobN-5Fui-2DcRwCYeVbOwEd57CjaYRzKcBu6Dbd2TmGar7JUNWVtg1dZPTv6uothD6V4g0Q0MuXZsBICzfxbjXI9WlB3Tiu3ty0oxenYrM8yxE-2DCl57VhmV4KlY18EHMFncfLtRkk9cTHtfrEjiXBROhCuvEeqhrYT6A_http-253A-252F-252Fgpfsug.org-252Fmailman-252Flistinfo-252Fgpfsug-2Ddiscuss&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=uic-29lyJ5TCiTRi0FyznYhKJx5I7Vzu80WyYuZ4_iM&m=VqyIekg3Wtz0ukw-QSXsEXOoi5rZ0gnMeIPyFNGpllA&s=DNgplGZ30awqnvnd4Ju39pzv3rlk18Kf6NGe7iDX4Mk&e=">https://urldefense.proofpoint.com/v2/url?u=http-3A__secure-2Dweb.cisco.com_1w-2Dldlm8bq5oYiMuHk7N1T32DW18VkxjnfkMWDjdpiBv1WJToz9PCO1zVyGvWIVP3-2DfNVoZ49ioTlOwQoRbyC-5FMjpoBPlD3jfpV-5FknuzViyRNZiyliSGH9rx5nGVvTLSPrjIwzvUIZDadCuNXgM-5FjYCVBE2RsDpg8o4LCjJv9QIZPbyHlKrkoQ0sNGXOZPYT7gxpo8sVjoxKQbOgQzkDnPMQoa2a8miTP19fLkB5HqV5cJv3U-2DVs-5FqLtyJGVsrSgLu2wQoDMxymVwm5mcRWO6MYfl4-5FMtVXKzQRwQqemODDjSa5my7zl98vobN-5Fui-2DcRwCYeVbOwEd57CjaYRzKcBu6Dbd2TmGar7JUNWVtg1dZPTv6uothD6V4g0Q0MuXZsBICzfxbjXI9WlB3Tiu3ty0oxenYrM8yxE-2DCl57VhmV4KlY18EHMFncfLtRkk9cTHtfrEjiXBROhCuvEeqhrYT6A_http-253A-252F-252Fgpfsug.org-252Fmailman-252Flistinfo-252Fgpfsug-2Ddiscuss&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=uic-29lyJ5TCiTRi0FyznYhKJx5I7Vzu80WyYuZ4_iM&m=VqyIekg3Wtz0ukw-QSXsEXOoi5rZ0gnMeIPyFNGpllA&s=DNgplGZ30awqnvnd4Ju39pzv3rlk18Kf6NGe7iDX4Mk&e=</a></font></tt><tt><font size="2"> <br>><br><br><br><br>--<br><br><br>-<br>Ilan Schwarts<br>_______________________________________________<br>gpfsug-discuss mailing list<br>gpfsug-discuss at spectrumscale.org<br></font></tt><tt><font size="2"><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__secure-2Dweb.cisco.com_1w-2Dldlm8bq5oYiMuHk7N1T32DW18VkxjnfkMWDjdpiBv1WJToz9PCO1zVyGvWIVP3-2DfNVoZ49ioTlOwQoRbyC-5FMjpoBPlD3jfpV-5FknuzViyRNZiyliSGH9rx5nGVvTLSPrjIwzvUIZDadCuNXgM-5FjYCVBE2RsDpg8o4LCjJv9QIZPbyHlKrkoQ0sNGXOZPYT7gxpo8sVjoxKQbOgQzkDnPMQoa2a8miTP19fLkB5HqV5cJv3U-2DVs-5FqLtyJGVsrSgLu2wQoDMxymVwm5mcRWO6MYfl4-5FMtVXKzQRwQqemODDjSa5my7zl98vobN-5Fui-2DcRwCYeVbOwEd57CjaYRzKcBu6Dbd2TmGar7JUNWVtg1dZPTv6uothD6V4g0Q0MuXZsBICzfxbjXI9WlB3Tiu3ty0oxenYrM8yxE-2DCl57VhmV4KlY18EHMFncfLtRkk9cTHtfrEjiXBROhCuvEeqhrYT6A_http-253A-252F-252Fgpfsug.org-252Fmailman-252Flistinfo-252Fgpfsug-2Ddiscuss&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=uic-29lyJ5TCiTRi0FyznYhKJx5I7Vzu80WyYuZ4_iM&m=VqyIekg3Wtz0ukw-QSXsEXOoi5rZ0gnMeIPyFNGpllA&s=DNgplGZ30awqnvnd4Ju39pzv3rlk18Kf6NGe7iDX4Mk&e=">https://urldefense.proofpoint.com/v2/url?u=http-3A__secure-2Dweb.cisco.com_1w-2Dldlm8bq5oYiMuHk7N1T32DW18VkxjnfkMWDjdpiBv1WJToz9PCO1zVyGvWIVP3-2DfNVoZ49ioTlOwQoRbyC-5FMjpoBPlD3jfpV-5FknuzViyRNZiyliSGH9rx5nGVvTLSPrjIwzvUIZDadCuNXgM-5FjYCVBE2RsDpg8o4LCjJv9QIZPbyHlKrkoQ0sNGXOZPYT7gxpo8sVjoxKQbOgQzkDnPMQoa2a8miTP19fLkB5HqV5cJv3U-2DVs-5FqLtyJGVsrSgLu2wQoDMxymVwm5mcRWO6MYfl4-5FMtVXKzQRwQqemODDjSa5my7zl98vobN-5Fui-2DcRwCYeVbOwEd57CjaYRzKcBu6Dbd2TmGar7JUNWVtg1dZPTv6uothD6V4g0Q0MuXZsBICzfxbjXI9WlB3Tiu3ty0oxenYrM8yxE-2DCl57VhmV4KlY18EHMFncfLtRkk9cTHtfrEjiXBROhCuvEeqhrYT6A_http-253A-252F-252Fgpfsug.org-252Fmailman-252Flistinfo-252Fgpfsug-2Ddiscuss&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=uic-29lyJ5TCiTRi0FyznYhKJx5I7Vzu80WyYuZ4_iM&m=VqyIekg3Wtz0ukw-QSXsEXOoi5rZ0gnMeIPyFNGpllA&s=DNgplGZ30awqnvnd4Ju39pzv3rlk18Kf6NGe7iDX4Mk&e=</a></font></tt><tt><font size="2"> <br><br><br><br><br><br>_______________________________________________<br>gpfsug-discuss mailing list<br>gpfsug-discuss at spectrumscale.org<br></font></tt><tt><font size="2"><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__secure-2Dweb.cisco.com_1w-2Dldlm8bq5oYiMuHk7N1T32DW18VkxjnfkMWDjdpiBv1WJToz9PCO1zVyGvWIVP3-2DfNVoZ49ioTlOwQoRbyC-5FMjpoBPlD3jfpV-5FknuzViyRNZiyliSGH9rx5nGVvTLSPrjIwzvUIZDadCuNXgM-5FjYCVBE2RsDpg8o4LCjJv9QIZPbyHlKrkoQ0sNGXOZPYT7gxpo8sVjoxKQbOgQzkDnPMQoa2a8miTP19fLkB5HqV5cJv3U-2DVs-5FqLtyJGVsrSgLu2wQoDMxymVwm5mcRWO6MYfl4-5FMtVXKzQRwQqemODDjSa5my7zl98vobN-5Fui-2DcRwCYeVbOwEd57CjaYRzKcBu6Dbd2TmGar7JUNWVtg1dZPTv6uothD6V4g0Q0MuXZsBICzfxbjXI9WlB3Tiu3ty0oxenYrM8yxE-2DCl57VhmV4KlY18EHMFncfLtRkk9cTHtfrEjiXBROhCuvEeqhrYT6A_http-253A-252F-252Fgpfsug.org-252Fmailman-252Flistinfo-252Fgpfsug-2Ddiscuss&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=uic-29lyJ5TCiTRi0FyznYhKJx5I7Vzu80WyYuZ4_iM&m=VqyIekg3Wtz0ukw-QSXsEXOoi5rZ0gnMeIPyFNGpllA&s=DNgplGZ30awqnvnd4Ju39pzv3rlk18Kf6NGe7iDX4Mk&e=">https://urldefense.proofpoint.com/v2/url?u=http-3A__secure-2Dweb.cisco.com_1w-2Dldlm8bq5oYiMuHk7N1T32DW18VkxjnfkMWDjdpiBv1WJToz9PCO1zVyGvWIVP3-2DfNVoZ49ioTlOwQoRbyC-5FMjpoBPlD3jfpV-5FknuzViyRNZiyliSGH9rx5nGVvTLSPrjIwzvUIZDadCuNXgM-5FjYCVBE2RsDpg8o4LCjJv9QIZPbyHlKrkoQ0sNGXOZPYT7gxpo8sVjoxKQbOgQzkDnPMQoa2a8miTP19fLkB5HqV5cJv3U-2DVs-5FqLtyJGVsrSgLu2wQoDMxymVwm5mcRWO6MYfl4-5FMtVXKzQRwQqemODDjSa5my7zl98vobN-5Fui-2DcRwCYeVbOwEd57CjaYRzKcBu6Dbd2TmGar7JUNWVtg1dZPTv6uothD6V4g0Q0MuXZsBICzfxbjXI9WlB3Tiu3ty0oxenYrM8yxE-2DCl57VhmV4KlY18EHMFncfLtRkk9cTHtfrEjiXBROhCuvEeqhrYT6A_http-253A-252F-252Fgpfsug.org-252Fmailman-252Flistinfo-252Fgpfsug-2Ddiscuss&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=uic-29lyJ5TCiTRi0FyznYhKJx5I7Vzu80WyYuZ4_iM&m=VqyIekg3Wtz0ukw-QSXsEXOoi5rZ0gnMeIPyFNGpllA&s=DNgplGZ30awqnvnd4Ju39pzv3rlk18Kf6NGe7iDX4Mk&e=</a></font></tt><tt><font size="2"> <br>_______________________________________________<br>gpfsug-discuss mailing list<br>gpfsug-discuss at spectrumscale.org<br></font></tt><tt><font size="2"><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__secure-2Dweb.cisco.com_1w-2Dldlm8bq5oYiMuHk7N1T32DW18VkxjnfkMWDjdpiBv1WJToz9PCO1zVyGvWIVP3-2DfNVoZ49ioTlOwQoRbyC-5FMjpoBPlD3jfpV-5FknuzViyRNZiyliSGH9rx5nGVvTLSPrjIwzvUIZDadCuNXgM-5FjYCVBE2RsDpg8o4LCjJv9QIZPbyHlKrkoQ0sNGXOZPYT7gxpo8sVjoxKQbOgQzkDnPMQoa2a8miTP19fLkB5HqV5cJv3U-2DVs-5FqLtyJGVsrSgLu2wQoDMxymVwm5mcRWO6MYfl4-5FMtVXKzQRwQqemODDjSa5my7zl98vobN-5Fui-2DcRwCYeVbOwEd57CjaYRzKcBu6Dbd2TmGar7JUNWVtg1dZPTv6uothD6V4g0Q0MuXZsBICzfxbjXI9WlB3Tiu3ty0oxenYrM8yxE-2DCl57VhmV4KlY18EHMFncfLtRkk9cTHtfrEjiXBROhCuvEeqhrYT6A_http-253A-252F-252Fgpfsug.org-252Fmailman-252Flistinfo-252Fgpfsug-2Ddiscuss&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=uic-29lyJ5TCiTRi0FyznYhKJx5I7Vzu80WyYuZ4_iM&m=VqyIekg3Wtz0ukw-QSXsEXOoi5rZ0gnMeIPyFNGpllA&s=DNgplGZ30awqnvnd4Ju39pzv3rlk18Kf6NGe7iDX4Mk&e=">https://urldefense.proofpoint.com/v2/url?u=http-3A__secure-2Dweb.cisco.com_1w-2Dldlm8bq5oYiMuHk7N1T32DW18VkxjnfkMWDjdpiBv1WJToz9PCO1zVyGvWIVP3-2DfNVoZ49ioTlOwQoRbyC-5FMjpoBPlD3jfpV-5FknuzViyRNZiyliSGH9rx5nGVvTLSPrjIwzvUIZDadCuNXgM-5FjYCVBE2RsDpg8o4LCjJv9QIZPbyHlKrkoQ0sNGXOZPYT7gxpo8sVjoxKQbOgQzkDnPMQoa2a8miTP19fLkB5HqV5cJv3U-2DVs-5FqLtyJGVsrSgLu2wQoDMxymVwm5mcRWO6MYfl4-5FMtVXKzQRwQqemODDjSa5my7zl98vobN-5Fui-2DcRwCYeVbOwEd57CjaYRzKcBu6Dbd2TmGar7JUNWVtg1dZPTv6uothD6V4g0Q0MuXZsBICzfxbjXI9WlB3Tiu3ty0oxenYrM8yxE-2DCl57VhmV4KlY18EHMFncfLtRkk9cTHtfrEjiXBROhCuvEeqhrYT6A_http-253A-252F-252Fgpfsug.org-252Fmailman-252Flistinfo-252Fgpfsug-2Ddiscuss&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=uic-29lyJ5TCiTRi0FyznYhKJx5I7Vzu80WyYuZ4_iM&m=VqyIekg3Wtz0ukw-QSXsEXOoi5rZ0gnMeIPyFNGpllA&s=DNgplGZ30awqnvnd4Ju39pzv3rlk18Kf6NGe7iDX4Mk&e=</a></font></tt><tt><font size="2"> <br><br>_______________________________________________<br>gpfsug-discuss mailing list<br>gpfsug-discuss at spectrumscale.org<br></font></tt><tt><font size="2"><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__gpfsug.org_mailman_listinfo_gpfsug-2Ddiscuss&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=uic-29lyJ5TCiTRi0FyznYhKJx5I7Vzu80WyYuZ4_iM&m=VqyIekg3Wtz0ukw-QSXsEXOoi5rZ0gnMeIPyFNGpllA&s=AliY037R_W1y8Ym6nPI1XDP2yCq47JwtTPhj9IppwOM&e=">https://urldefense.proofpoint.com/v2/url?u=http-3A__gpfsug.org_mailman_listinfo_gpfsug-2Ddiscuss&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=uic-29lyJ5TCiTRi0FyznYhKJx5I7Vzu80WyYuZ4_iM&m=VqyIekg3Wtz0ukw-QSXsEXOoi5rZ0gnMeIPyFNGpllA&s=AliY037R_W1y8Ym6nPI1XDP2yCq47JwtTPhj9IppwOM&e=</a></font></tt><tt><font size="2"> <br><br></font></tt><br><br><BR>
</body></html>