SRX

last person joined: 2 hours ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  Copy and login from node 0 to node 1

    Posted 08-09-2011 13:20

    Hi

     

    1- How we can copy some file from node0 to node1? I know how to copy from one re to other re

    2- In order to login from node 0 to node 1 there is a command "request routing-engine login node 1" BUT this command I could not find on SRX3600. So on SRX3600 how can we login from one node to other node?

     

    Thanks



  • 2.  RE: Copy and login from node 0 to node 1
    Best Answer

    Posted 08-09-2011 13:33

    Hi ,

     

    PFB answers to your query below

     

    1) Copy files from one node to another 

     

    Copy Method A, using CLI:

    >file copy /var/tmp/abc.log node1:/var/log/

    OR 

    Copy Method B, using shell, follow the commands in order:
    >start shell user root
    %rcp -T /var/tmp/abc.log node1:/var/log/

     

    Ref link http://kb.juniper.net/InfoCenter/index?page=content&id=KB17410

     

    2) Login from node0 to node 1:

     

    The command  mentioned does not work on 3k and 5k devices.The exact command is 

    %rlogin -Jk -T node1 (This is shell command)

     

     Regards,

    Visitor

     

     -------------------------------------------------​-----------------------------

    If this post was helpful, please mark this post as an "Accepted Solution".Kudos are always appreciated!



  • 3.  RE: Copy and login from node 0 to node 1

    Posted 04-23-2014 06:00

    It works on SRX 650.

     

    Thanks !