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.  How to reboot/shutdown NSMxpress Appliance?

    Posted 01-01-2010 03:22

    Hi

     

    How to reboot/shutdown NSMxpress appliance through CLI?

     

    Thanks



  • 2.  RE: How to reboot/shutdown NSMxpress Appliance?

    Posted 01-01-2010 11:50

    I do it this wat:

    First go to UNIX shell as root with sudo su -

    for reboot         # init 6

    for shutdown    # init 0

     

    But I don't like typing to much. Probably shutdown -? shows some options as well tu use the shutdown command



  • 3.  RE: How to reboot/shutdown NSMxpress Appliance?
    Best Answer

    Posted 01-01-2010 23:47

    First you will need to login as the admin users via ssh.  Once logged into the appliance as admin run "sudo su - root" then enter your password from root you can enter "reboot"  or "shutdown -h" to poweroff the system. "poweroff" should work also your choice.



  • 4.  RE: How to reboot/shutdown NSMxpress Appliance?

    Posted 01-02-2010 12:57

    Thanks for both