02-11-2009 11:54 PM
06-13-2009 12:35 AM
excellent post, thanks for sharing.
Ashley
12-26-2009 09:39 PM
Hi Raheel
Can you please let me know what is the location for JUNOS software active and backup both? I want to copy JUNOS software from router to ftp server.
Thanks for your help
07-14-2010 04:19 PM
aeroplane wrote:Hi Raheel
Can you please let me know what is the location for JUNOS software active and backup both? I want to copy JUNOS software from router to ftp server.
Thanks for your help
The easiest solution might be to enter configuration mode, save your configuration to your home directory, and then SFTP that off of the box.
08-11-2010 01:19 PM
Hi Aeroplane,
Sounds like you are looking for the jinstall file (for M/T/MX/TX series). When the software is installed, it could potentially be unpacked from the jinstall anywhere on the file system to be split into several packages such as the jpfe, jbase, jcrypto, etc. However, generally the jinstall file is saved in /var/tmp before "request system software add" is run, and that file is not removed automatically as part of the upgrade procedure. Alternatively, it could be in one of the user directories on /var/home.
This jinstall file is what you want to archive onto your FTP server, rather than any of the individual bundles anyway.
Hope this helps,
-JJ
09-09-2010 07:49 PM
Good doc.Thanks for shared.
10-18-2010 09:19 AM
Backup of JunOS software is placed at /var/sw/pkg. You can copy it through TFTP ....
Thanks
aeroplane wrote:Hi Raheel
Can you please let me know what is the location for JUNOS software active and backup both? I want to copy JUNOS software from router to ftp server.
Thanks for your help
05-16-2011 01:01 AM
Hi Raheel,
Thanks for a great post! I have couple of things to add, may be this will be useful
for someone.
1) If you use a "configure dynamic" feature, the database file is /var/run/db/juniper.dyn
2) The size limit for the configuration databases (for each of the files juniper.data
and juniper.dyn) is about 716MB - at least for JunOS 10.x on MX platforms.
If this maximum will not be enough for your config, the system will not be able to
increase the file size at some point, and you will get a commit error.
07-20-2011 06:16 PM
thanks for sharing, wonderful post.
Todd
04-05-2013 04:18 AM
Thanks for the post