cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
867
Views
0
Helpful
1
Replies

Reload of a single package

edoardo.mileto
Level 1
Level 1

Hello,

 wanted to know if there is a command to run the reload of a single package?
the current version of NCS is 4.6.1

1 Accepted Solution

Accepted Solutions

ramkraja
Cisco Employee
Cisco Employee

wanted to know if there is a command to run the reload of a single package?
the current version of NCS is 4.6.1


No. Reloading packages involves reloading the fxs files and doing a CDB upgrade, if there are schema changes in the package's yang models. You cannot do it on a per-package basis.

If you don't have yang model changes, and you only have changes to your java/python code, templates etc., then you can do a "redeploy" of a package. You CAN do "redeploy" on a single package, to bring in the new code/templates etc., only from that package. But if you have yang model changes, you have to do a full reload of all packages.

/Ram

View solution in original post

1 Reply 1

ramkraja
Cisco Employee
Cisco Employee

wanted to know if there is a command to run the reload of a single package?
the current version of NCS is 4.6.1


No. Reloading packages involves reloading the fxs files and doing a CDB upgrade, if there are schema changes in the package's yang models. You cannot do it on a per-package basis.

If you don't have yang model changes, and you only have changes to your java/python code, templates etc., then you can do a "redeploy" of a package. You CAN do "redeploy" on a single package, to bring in the new code/templates etc., only from that package. But if you have yang model changes, you have to do a full reload of all packages.

/Ram