[asking for a coworker]
I'm trying to launch a TACL macro through ssh from my PC, e.g.
ssh user@system gtacl -c "\$VOL.SUBVOL.MACRO"
But when I do this, it drops to the service menu. I thought that
specifying a command would run the command instead of doing the service
menu.
1. Am I mistaken?
2. If I am mistaken, how do I achieve what I am attempting to do?
Thanks
red floyd
Try adding the "-T" option:
ssh -T user@system gtacl -c "\$VOL.SUBVOL.MACRO"
Jon Marcus
On 7/13/2022 7:27 PM, j-ma...@pacbell.net wrote:
Try adding the "-T" option:
ssh -T user@system gtacl -c "\$VOL.SUBVOL.MACRO"
Jon MarcusWhat worked for me wound up being:
ssh -s user@system tacl -c "\$VOL.SUBVOL.MACRO"
(invoking the tacl subsystem)
On Thursday, July 14, 2022 at 1:33:10 a.m. UTC-4, red floyd wrote:
On 7/13/2022 7:27 PM, j-ma...@pacbell.net wrote:
Try adding the "-T" option:What worked for me wound up being:
ssh -T user@system gtacl -c "\$VOL.SUBVOL.MACRO"
Jon Marcus
ssh -s user@system tacl -c "\$VOL.SUBVOL.MACRO"
(invoking the tacl subsystem)
So TACL got sent to the initial SSH prompt? In Putty, you use the Remote Command to get past this in the Connection/SSH window. Is the -c required or ignored?
I believe that the "-T" option I recommended is the OpenSSL version of the Putty Remote Command option.
Jon Marcus
On 7/14/2022 12:31 PM, Randall wrote:
On Thursday, July 14, 2022 at 1:33:10 a.m. UTC-4, red floyd wrote:
On 7/13/2022 7:27 PM, j-ma...@pacbell.net wrote:
Try adding the "-T" option:What worked for me wound up being:
ssh -T user@system gtacl -c "\$VOL.SUBVOL.MACRO"
Jon Marcus
ssh -s user@system tacl -c "\$VOL.SUBVOL.MACRO"
(invoking the tacl subsystem)
So TACL got sent to the initial SSH prompt? In Putty, you use the Remote Command to get past this in the Connection/SSH window. Is the -c required or ignored?Not sure. That's what we came up with that worked. It's to do some
build stuff under a Jenkins CI/CD pipeline invoked from either a Windows
or Linux box (don't know which).
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 486 |
Nodes: | 16 (2 / 14) |
Uptime: | 145:06:19 |
Calls: | 9,659 |
Calls today: | 1 |
Files: | 13,708 |
Messages: | 6,167,850 |