Security

last person joined: 7 days ago 

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.  devSvr is in non root setup

    Posted 10-23-2008 04:40

    Hi, I'm getting this message: "devSvr is in non root setup start as nsm user" on console after installing nsm2007.1r2_schema_update_server.zip on my 2007.2r1 build LGB8z1eo NSM server.

    And after update, I cannot install devices with 6.0.0. ScreenOS.


    What could be the problem?

    Message Edited by kliker on 10-23-2008 04:40 AM


  • 2.  RE: devSvr is in non root setup
    Best Answer

    Posted 10-23-2008 04:57

    Hi Kliker,

     

    you can run nsm as root user or using the script /usr/netscreen/HaSvr/utils/setperms.sh you can change it to run as user nsm.

     

    In the case of running as user nsm the services will be owned and started by this user.

    You may need to re-run setperms to modify the new files added is you ran the schema update as root user.

     

    You can check this by running a ls -la /var/netscreen/GuiSvr and check the ownership of the files.

    If these are nsm nsm, then re-run the setperms script to make sure all the needed files are owned by user nsm

     

    sh /usr/netscreen/HaSvr/utils/setperms.sh DevSvr

    sh /usr/netscreen/HaSvr/utils/setperms.sh GuiSvr

    sh /usr/netscreen/HaSvr/utils/setperms.sh HaSvr

     

     These 3 commands will set nsm to be run by user nsm.

     

    Hope this helps

     

    Kind regards

    Colin



  • 3.  RE: devSvr is in non root setup

    Posted 10-28-2008 01:16

    Hi Colin,

     

    It helps! Thank you!