Hi Filip,
You bet!
Starting with SC 3.6 we added this ability. By default if agent is configured we send to agent if agent isnt configured we send to server. In addition you can use following tags for more granularity AGENT, SERVER, CLONETARGET.
Here would be example of running you command on server:
POST_NTAP_DATA_TRANSFER_CMD01=SERVER: "C:\Program Files\NetApp\Snap_Creator_Framework\scServer3.6.0c\tools\SC-update-QSMs.exe" -s plink -u root -k "C:\Program Files\NetApp\Snap_Creator_Framework\scServer3.6.0c\tools\snapcreator-ssh-key.ppk"
Make sure there is a space between SERVER: and then command
In addition the CLONETTARGET is second agent you can have so allowing commands to go there provides two agents and a server from same config which give you a lot of potential. In SC 4.0 (it is in development) we are taking this a step further so any CMD you can send to any agent by just specify agent.
Let me know if this works?
Keith