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 master node?
In shell mode, you can use rlogin to access the secondary node through the control link:
e.g.
rlogin -Jk -T node1
Also, you can use RCP to copy file between two nodes.
e.g.
rcp -T node1://var/ node0://var