DX NetOps

  • 1.  startSS.pl infinite loop

    Posted Oct 06, 2017 07:47 AM

    startSS.pl script goes into infinite loop when it fails to start due to database corruption. 

     

    My workaround was to copy the script and add the lines bellow: 

     

    --- startSS.pl 2017-06-06 15:39:13.756020271 +0000
    +++ fixedStartSS.pl 2017-10-05 19:44:22.168037315 +0000
    @@ -90,6 +90,10 @@
    {
    $done = 1;
    }
    + elsif( $inline =~ /Could not open the database. VNM exiting/ )
    + {
    + $done = 1;
    + }
    $last_line = $inlines[$lines_read];
    }
    close(INFILE);

     

    I hope this gets corrected next release.



  • 2.  Re: startSS.pl infinite loop

    Broadcom Employee
    Posted Oct 06, 2017 08:19 AM

    Hi Renato,

     

    Why don't you post as an Idea instead of Discussion?

     

    Thanks,

    Silvio



  • 3.  Re: startSS.pl infinite loop

    Posted Oct 06, 2017 08:40 AM

    Better yet, open a case with CA Spectrum Support.