SRX

 View Only
last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  Missing reboot command on SRX1600

    This message was posted by a user wishing to remain anonymous
    Posted 02-13-2025 12:04
    This message was posted by a user wishing to remain anonymous

    Why does the SRX1600 not recognise the reboot command?

    usr@test> request system reboot
    error: command is not valid on the srx1600

    usr@test> request system ?
    Possible completions:
      certificate          Manage X509 certificates
      commit               Perform commit related operations
      configuration        Request operation on system configuration
      convert-json-configuration  Convert the given JSON configuration file as per Junos
      decrypt              Decrypt a $8$ or $9$-encrypted password
      download             Manage downloads
      firmware             Upgrade or downgrade firmware
      license              Manage feature licenses
      logout               Forcibly end user's CLI login session
      malware-scan         Scan for malware
      personality-file     Execute commands related to personality of a device
      process              Request operation on system process
      scripts              Manage scripts (commit, op, event)
      software             Perform system software extension or upgrade
      storage              Request operation on system storage
      yang                 Perform YANG schema operations

    My user account has super user access and I get the same thing when logged in as root.  I'm running Junos: 23.4R1.9



  • 2.  RE: Missing reboot command on SRX1600

    Posted 02-13-2025 12:09

    Use "request vmhost"

    srx1600> request vmhost ?
    Possible completions:
      cleanup              RE vmhost cleanup /var/tmp, /var/crash and /var/log
      file-copy            Copy file from vmhost to vjunos
      halt                 Halt the software on RE
      hard-disk-test       Run smartd self tests on hard disks
      last-known-good-bios  Backup/Restore last known good bios image
      power-cycle-re       Power Cycle Chassis
      power-off            Power off the software on RE
      reboot               Reboot RE vmhost
      software             Perform vmhost software extension or upgrade
      zeroize              Erase all data, including configuration and log files



    ------------------------------
    David Divins
    ------------------------------



  • 3.  RE: Missing reboot command on SRX1600

    This message was posted by a user wishing to remain anonymous
    Posted 30 days ago
    This message was posted by a user wishing to remain anonymous

    Thanks, that works