I'm trying to use clusrun to set up two network drives, s: for shared/source files (ro), and w: for working files (rwe). I run the following from the hpc powershell:
"clusrun /all net use s: \\headnode\shared"
All nodes return 0, command successful. But when I run -
"clusrun /all dir s:"
or
"clusrun /all mkdir s:\%computername%"
(which works when it's "clusrun /all mkdir \\headnode\working\%computername%") I get zilch back.
"clusrun /net use" lists that S: and W: are present, and mapped to the right directories, but they're unavailable. I can't seem to make them available - despite the fact that when I log in over RDP, the drives are there.