> To unsubscribe from this group and stop receiving emails from it, send an email to isilon-user-group+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/isilon-user-group/Fcrfazi0LMI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to isilon-user-group+unsubscribe@googlegroups.com.
OneFS has an API for file operations which offers an “internal” file copy.
From a usage standpoint, this is even less that a CLI;
one would use the API to program a CLI or GUI tool for the end users.
Permission-wise, the edn users need to be granted API access
to an enclosing folder, /ifs/data/boo in your example.
On the other hand, if you can’t modify the existing shares
but can create an additional share on /ifs/data/boo,
perhaps exclusively to a dedication client machine,
then you can experiment with SMB “server-side copies”.
Let me know if you need more info.
— Peter
> On 2018 Feb 2 Fri, at 19:32, Tom Stepniewski <tstepn...@axs.tv> wrote:
>
> Is there a relatively easy and user-friendly way to offload the copy process from the client with mounted shares from the cluster, using a 1gb network, to the cluster?
>
> Details: I have a client that mounts two SMB shares (Share-A & Share-B) served from the same cluster (Share-A=/ifs/data/boo/Share- A. Share-B=/ifs/data/boo/Share-B) . A user then needs to copy several very large media files (200GB+) using the copy process/command on the local machine. This uses the network to execute the copy, which is very slow. I can execute the copy via CLI, and since it's the same cluster (cp /ifs/data/boo/Share-A/file /ifs/data/boo/Share-A/.), that is blazing fast. The shares cannot be modified to accommodate these actions due to security and other considerations. I'm not comfortable with providing CLI access to the users (risk & skillset). Is there a way to utilize RPC or some kind of API that would allow a user (Windows/Mac OS) to have the ability to select source, select target, but have the cluster run the cp? So far I've eliminated symlinks, and rsync of specific "dropbox"-like folders within shares in conjunction with cronjobs...
>
> Using OneFS 8.0.0.4
> SMB mounts on cluster
> client OS is Windows 7 & macOS Sierra (soon to be HighSierra)
>
>
> Any thoughts appreciated..
>
> Tom
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to isilon-user-group+unsubscribe@ googlegroups.com.
> For more options, visit https://groups.google.com/d/ optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/ topic/isilon-user-group/ Fcrfazi0LMI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to isilon-user-group+unsubscribe@ googlegroups.com.
For more options, visit https://groups.google.com/d/ optout.
Is there a relatively easy and user-friendly way to offload the copy process from the client with mounted shares from the cluster, using a 1gb network, to the cluster?