<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Yes, but since the dsmrootd in 6.3.4+ removal be aware that several
    commands now require sudo:<br>
    <br>
    jtucker@tsm-demo-01:~$ dsmls /mmfs1/afile <br>
    IBM Tivoli Storage Manager<br>
    Command Line Space Management Client Interface<br>
      Client Version 7, Release 1, Level 4.4 <br>
      Client date/time: 11/04/16   16:58:18<br>
    (c) Copyright by IBM Corporation and other(s) 1990, 2016. All Rights
    Reserved.<br>
    <br>
        ActS         ResS         ResB   FSt    FName<br>
    ANS9505E dsmls: cannot initialize the DMAPI interface. Reason:
    Operation not permitted<br>
    <br>
    <br>
    jtucker@tsm-demo-01:~$ sudo dsmls /mmfs1/afile <br>
    [sudo] password for jtucker: <br>
    IBM Tivoli Storage Manager<br>
    Command Line Space Management Client Interface<br>
      Client Version 7, Release 1, Level 4.4 <br>
      Client date/time: 11/04/16   16:58:25<br>
    (c) Copyright by IBM Corporation and other(s) 1990, 2016. All Rights
    Reserved.<br>
    <br>
        ActS         ResS         ResB   FSt    FName<br>
               8            8            0   p      afile<br>
    <br>
    Though, yes, a straight cat of the file as an unpriv user works
    fine.<br>
    <br>
    Jez<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 11/04/16 16:50, Marc A Kaplan wrote:<br>
    </div>
    <blockquote
      cite="mid:201604111544.u3BFiCcd006767@d01av05.pok.ibm.com"
      type="cite"><font face="sans-serif" size="2">IBM HSM products have
        always supported
        unprivileged, user triggered recall of any file.  I am not
        familiar
        with any particular GUI, but from the CLI, it's easy enough:</font><br>
      <br>
      <font face="sans-serif" size="2">dd
        if=/pathtothefileyouwantrecalled
         of=/dev/null bs=1M count=2  &  # pulling the first
        few blocks will trigger a complete recall if the file happens to
        be on
        HSM</font><br>
      <br>
      <font face="sans-serif" size="2">We also had IBM HSM for mainframe
        MVS,
        years and years ago, which is now called DFHSM for  z/OS.   (I
        remember using this from TSO...)</font><br>
      <br>
      <font face="sans-serif" size="2">If the file has been migrated to
        a tape
        archive, accessing the file will trigger a tape mount which can
        take a
        while, depending on how fast your tape mounting (robot?),
        operates and
        what other requests may be queued ahead of yours....!</font><br>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
<a class="moz-txt-link-freetext" href="http://gpfsug.org/mailman/listinfo/gpfsug-discuss">http://gpfsug.org/mailman/listinfo/gpfsug-discuss</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>