Forum Discussion

Hendrik_Bezuide's avatar
10 years ago
Solved

SLP do not work

From yesterday, I see that my slp’s don’t work.

Normal backup is running, but after that the slp does not start.

My tape drives are up, robot is up, I have run “nbstlutil stlilist –image_incomplete” it gives me report of all of them with a 2(in_progress) at the end, I am now stuck with this, how can I get the slp to work again.

  • SLPs now have a window, so they will only perform secondary operations if the window is open, pretty much like a backup window.  Unless you specifically changed this, the window will be open as defult is 24/7.

    So, just to confirm ....

    If you run a new backup, does this duplicate ?

    Sometimes we see the issue where 'old' images are not duplicating but new ones are.

    The long and short of it though, is you need to look in the nbstserv log :

    Turn logging up 

    vxlogcfg -a -p 51216 -o 226 -s DebugLevel=6 -s DiagnosticLevel=6

    Wait long enough that duplications should have started - persoanlly I'd run a new backup to the SLP, make a note of the backupid and then wait for whatever time would be usual for your system to start the duplication.

    Turn logging back down

    vxlogcfg -a -p 51216 -o 226 -s DebugLevel=1 -s DiagnosticLevel=6  (these are the default levels)

    Then use vxlogview to process the log:

    vxlogview -p 51216 -o 226 -d all -t 01:00:00   (this would be the last 1 hours of log, relevant to when you run the command, adjust as necessary).

    nbstserv can be quite a busy log, so if you start by looking for the lines that contain the backup ID of the test backup you ran, you then get an idea of where to look in the log.  You should see if adding 'backupids' to a 'BID' file and submitting this to bpduplicate.

31 Replies

Replies have been turned off for this discussion