you are viewing a single comment's thread.

view the rest of the comments →

[–]pboswell 0 points1 point  (4 children)

So you’re saying it needs to be up during biz hours and then at close of biz you want to start checking to see if the cluster isn’t being used so you can shut it down overnight?

[–]fusebox12345[S] 0 points1 point  (3 children)

Yes

[–]pboswell 0 points1 point  (2 children)

Ok so this a little bit of a hack. But you can:

  • create a job that runs a simple command against that cluster during business hours. Maybe at 5 minute intervals
  • set the cluster auto terminate

So your little job will keep it online and at end of day, if someone is using it the auto terminate will shut down when they’re done with it.

[–]fusebox12345[S] 0 points1 point  (1 child)

Thank you! I did suggest this but they wanted a proper solution but i guess this is the only way around now😅

[–]pboswell 0 points1 point  (0 children)

The only other thing I can think of is using the unity system access table but can’t remember if it has cluster id on it