Options

Jinstall File

llllvllllllllvllll Member Posts: 58 ■■□□□□□□□□
I know this is simple but still can some1 tell me where is jinstall file located in router?
I am having hard time locating it.
icon_sad.gif

I have JUNOS 9.2R1.10 installed and i want to copy that image on my local computer or to my pen drive. Since this image is not available on websites anymore how can i find this on my router which is running the same version?

I tried couple of directories but couldn't locate it.

Comments

  • Options
    zoidbergzoidberg Member Posts: 365 ■■■■□□□□□□
    Check out /var/sw/pkg ... My one SRX currently has 20 versions of Junos files in there haha. Ahh, joys of the lab. I should clean that directory out.

    /cf/packages should have the current and previous Junos file hiding in there, though it may be unzipped

    Other common areas would be /var/tmp and user directories at /var/home

    You can drop into the shell and just search the entire file system.

    start shell user root
    find / -name 'junos-*'
  • Options
    zoidbergzoidberg Member Posts: 365 ■■■■□□□□□□
    If you don't have access to the shell, you can try this cli command. Not as pretty, but gets the job done. Prolly a better way to do it, but it works.
    file list recursive / | match "/.*[IMG]https://us.v-cdn.net/6030959/uploads/images/smilies/icon_neutral.gif[/IMG]junos-" | find junos-
    

    Obviously change the "junos-" to whatever filename you are looking for.
  • Options
    llllvllllllllvllll Member Posts: 58 ■■□□□□□□□□
Sign In or Register to comment.