LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Server Stop, Confirm with While

    Employee
    Posted 12-07-2017 09:12

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Brad Brezinski

    Hi, After running the appropriate shutdown sequence we seem to need to use and repeat the use of a kill command to shut down the server. It's a problem when using cron to run scripts when the hardware is shutdown and restarted. Any best practices for using a loop to check for the pid and running the kill or escalating to a kill -9 if until it is shutdown? Thanks, Brad


  • 2.  RE: Server Stop, Confirm with While

    Employee
    Posted 12-07-2017 09:27

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    Personal observation only.. (Your mileage may vary)
    I've "always" used kill -9 and I've never run into issues with doing so.