About Me

My photo
Rohit is an investor, startup advisor and an Application Modernization Scale Specialist working at Google.

Thursday, May 5, 2016

USEFUL CLOUD FOUNDRY BOSH Commands

  1. bosh instances --ps will show you the failing process
  2. bosh cancel task <task-i>> wil stop a hung running task This is not foolproof. If cancel fails take a look Unlocking BOSH Locks 
  3. What process is failing ?
  4. BOSH Monit 
  5. First try bosh cck
  6. Then bosh deploy —recreate
  7. bosh releases —jobs`
  8. Shutdown PCF 1.7 now is:
  9. $ bosh stop --hard
    Which will kill all the VMs in the deployment. Then to bring it back up later:
    $ bosh start




No comments:

Post a Comment

Note: Only a member of this blog may post a comment.