How to access secondary node when Telnet/ssh and console are not available.
In some special conditions, you can't access secondary fxp0 or other physical interface by telnet/ssh. Also, console is not available. How do I access the secondary node through the primary node?
In shell mode, you can use rlogin to access the secondary node through the control link:
Example:
rlogin -Jk -T node1
Use RCP to copy file between two nodes:
rcp -T node1://var/ node0://var
Refer to KB17410 - How to: Copy a file from one node to the other node in a JSRP chassis cluster [juniper.net] .
2020-07-15: Article reviewed for accuracy; no changes required.