DX NetOps

 View Only
  • 1.  Track spectrum event configuration change

    Posted Sep 09, 2021 01:12 PM
    Hi All,

     Does anyone have any custom method to track the event configuration changes that is happening in spectrum.


  • 2.  RE: Track spectrum event configuration change

    Broadcom Employee
    Posted Sep 13, 2021 09:02 AM
    Nothing in Spectrum I am aware of.

    Joe


  • 3.  RE: Track spectrum event configuration change

    Posted Sep 13, 2021 12:42 PM
    There are any plans from broadcom on this ? These are important things where customers seeking for long time.



  • 4.  RE: Track spectrum event configuration change

    Broadcom Employee
    Posted Sep 13, 2021 12:49 PM
    No plans that I am aware of.


  • 5.  RE: Track spectrum event configuration change

    Posted Sep 15, 2021 08:27 AM
    It is indeed something that is missing.
    We have the following procedure:
    - nightly backup of all custom Spectrum files locally on the server from /usr/SPECTRUM/custom to /backup/usr/SPECTRUM/custom
    - and each time we apply a change in the Event Manager, we run a diff between the above two directories and send the output in a mail together with some details about the motivation for the changes


  • 6.  RE: Track spectrum event configuration change

    Broadcom Employee
    Posted Sep 16, 2021 01:04 AM
    Hello, 

    RSync is a easy way to automate backup / copies of changes files - 

    Name

    rsync -- a fast, versatile, remote (and local) file-copying tool

    Synopsis

    Local:  rsync [OPTION...] SRC... [DEST]
    Access via remote shell:
      Pull: rsync [OPTION...] [USER@]HOST:SRC... [DEST]
      Push: rsync [OPTION...] SRC... [USER@]HOST:DEST
    Access via rsync daemon:
      Pull: rsync [OPTION...] [USER@]HOST::SRC... [DEST]
            rsync [OPTION...] rsync://[USER@]HOST[:PORT]/SRC... [DEST]
      Push: rsync [OPTION...] SRC... [USER@]HOST::DEST
            rsync [OPTION...] SRC... rsync://[USER@]HOST[:PORT]/DEST
    Usages with just one SRC arg and no DEST arg will list the source files instead of copying.

    Description

    Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers a large number of options that control every aspect of its behavior and permit very flexible specification of the set of files to be copied. It is famous for its delta-transfer algorithm, which reduces the amount of data sent over the network by sending only the differences between the source files and the existing files in the destination. Rsync is widely used for backups and mirroring and as an improved copy command for everyday use.

    Rsync finds files that need to be transferred using a lqquick checkrq algorithm (by default) that looks for files that have changed in size or in last-modified time. Any changes in the other preserved attributes (as requested by options) are made on the destination file directly when the quick check indicates that the file's data does not need to be updated.

    Don




  • 7.  RE: Track spectrum event configuration change

    Broadcom Employee
    Posted Sep 16, 2021 06:48 AM
    Have you considered to enable a git repo on the $SPECROOT/custom folder to track the changes?