Hi,
If you can’t get access to the shell on the broker then try to do the following:
- Create a file transfer user on each solace software instance
- From a 3rd host
scp -P 2222 filetransfer@<vmr1>:/cliscripts/default.cli . - From that 3rd host:
scp -P 2222 default.cli filetransfer@<vmr2>:/cliscripts/default.cli - Login to CLI on vmr2 & run script
source script default.cli stop-on-error no-prompt
Hope that helps!