<font size=2 face="sans-serif">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 size=2 face="sans-serif">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 size=2 face="sans-serif">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 size=2 face="sans-serif">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>