[Contents] [Prev] [Next] [Index] [Report an Error]

Copying Partial Releases

You can shorten the time it takes to copy a release from a server and reduce the amount of storage needed for a release. At the default setting, all subsystems are included when you copy a release from a server. Use the exclude-subsystem command to specify subsystems that you do not want to copy from the server. Use the show subsystems command to verify which files are included and excluded when you copy a release from a server.

Follow this example:

  1. Determine which subsystems are included in the release on the server.
    host1#show subsystems file m:/x/images/x-y-z.rel
  2. Exclude any subsystems in the release that you do not need for the configuration.
    host1#(config)#exclude-subsystem coc12
    host1#(config)#exclude-subsystem oc12s
  3. (Optional) Remove a subsystem from the exclude list.
    host1#(config)#no exclude-subsystem oc12s
  4. (Optional) Verify the subsystems that will be included and excluded in future release copies.
    host1#show configuration
    ...
    exclude-subsystem coc12
  5. (Optional) After copying a release, view which subsystems were excluded.
    host1#show subsystems file x8.rel
  6. (Optional) Determine whether the currently running software is a result of a copy with excluded subsystems. The word “ Partial” indicates that subsystems were excluded.
    host1#show version
    Juniper Networks, Inc. Operating System Software
    Copyright (c) 200X Juniper Networks, Inc. All rights reserved.
    System Release: x-y-z.rel Partial

exclude-subsystem

show subsystems


[Contents] [Prev] [Next] [Index] [Report an Error]