Bosh

 View Only

 Do we have the script to restart PCC cluster or Bosh deployment ?

Rajesh Devarapally's profile image
Rajesh Devarapally posted Oct 12, 2022 01:37 PM

 

Kimbre foster's profile image
Kimbre foster
  1. Preparation. Create the release directory. ...
  2. Step 1: Create Job Skeletons. Create control scripts. ...
  3. Step 2: Make Dependency Graphs. Building the Dependency Graph. ...
  4. Step 3: Create Package Skeletons. Update packaging specs. ...
  5. Step 4: Add Blobs. ...
  6. Step 5: Create Job Properties.
  7. Step 6: Create a Dev Release. ...
  8. Create a Final Release.

Caregiver Connect

 

Madeline Preston's profile image
Broadcom Employee Madeline Preston

Generic response: For any bosh deployment you can utilize "bosh restart" to perform a graceful stop / start

( https://community.pivotal.io/s/article/understanding-bosh-start-stop-restart-and-recreate )

 

More in detail: PCC is one of the more complicated product offerings and any shutdown / startup procedures , and their effects on your applications, should be tested in a sandbox environment. It should be able to "stop" and "start" gracefully, but every platform is unique and should be tested.

 

~Madeline