Security

last person joined: yesterday 

Ask questions and share experiences with Juniper Connected Security. Discuss Advanced Threat Protection, SecIntel, Secure Analytics, Secure Connect, Security Director, and all things related to Juniper security technologies.
  • 1.  Schema Download Failed

    Posted 08-19-2010 11:58

    I attempted to upgrade my 2010.1 schema from 141 to 145 and in the process it locked up.  After restarting the guiSvr and devSvr, everything has recovered except that I can no longer upgrade my schema.  I get the following message:

     

    Error Code:

    Error Text:
       Schema Download Failed.

    Error Details:
       Attempted to lock an already-locked dir
    svn: Working copy '/usr/netscreen/GuiSvr/var/dmi-schema-stage/nsm' locked

     

    Can anyone tell me how to unlock this directory so I can attempt the schema upgrade procedure again?

     

    Thanks!



  • 2.  RE: Schema Download Failed
    Best Answer

    Posted 08-19-2010 18:55

    Answered my own question.  Do the following:

     

    Login as NSM (if you login as root, you will have to perform a chown on the dmi-schema-stage/nsm directory)

     

    Change to this directory:

     

    /usr/netscreen/GuiSvr/utils/subversion-1.4.4/bin

     

    and perform the following commands:

    ./svn cleanup

    ./svn update /usr/netscreen/GuiSvr/var/dmi-schema-stage/nsm

     

    Then you can perform your update via your Gui as normal. 

     

    Hope this helps someone!



  • 3.  RE: Schema Download Failed

    Posted 01-18-2012 06:13

    Hi I am having the same issue as well, I have checked the permission for /usr/netscreen/GuiSvr/var/dmi-schema-stage/nsm is the owner is nsm, but when I try to run "./svn cleanup" from /usr/netscreen/GuiSvr/utils/subversion-1.4.4/bin I am getting the following error:  "svn: '.' is not a working copy directory"

     

    Any help would be appritiated

     

    Thanks

     

    Kulpreet



  • 4.  RE: Schema Download Failed

    Posted 01-29-2013 13:04

    Try:

     

    ./svn cleanup /usr/netscreen/GuiSvr/var/dmi-schema-stage/nsm


    and

     

    ./svn update /usr/netscreen/GuiSvr/var/dmi-schema-stage/nsm

     

    --Joe