Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there a way to start the cache cluster automatically on system startup? I'm running it on a remote PC and when it gets restarted I have to remote into it and restart the cache cluster from Powershell using Start-CacheCluster, and would like to not have to do this.

Thanks,

James

share|improve this question
Why not install the AppFabric administration bits locally and configure it to be in the same cluster as your remote PC? Then you should be able to start the cluster from your local PC with Start-CacheCluster. – PhilPursglove May 20 '10 at 19:36

2 Answers

up vote 12 down vote accepted

Yes - if you change the startup mode of the AppFabric Caching Service from Manual to Automatic, then the service will start once the server has finished booting. AppFabric Service configuration window

I suspect that as AppFabric starts to move into production clusters, this will become a 'best practice' thing to do in order to get maximum uptime on the cluster.

share|improve this answer
Hmmm. I don't seem to have that service available, is it registered on installation? I think perhaps I have an older version than you, I'm running Beta1 I believe (AseSetup_amd64_6.1.exe) – jamiebarrow May 21 '10 at 8:58
Ah, in Beta 1 it's called something like (IIRC) "Microsoft Project codenamed 'Velocity'", it'll appear about halfway down your services list. I recommend moving up to Beta 2 or the RC though, I've found it more reliable than Beta 1. – PhilPursglove May 21 '10 at 9:55
Ahh, thanks, found it :) Cheers – jamiebarrow Jun 29 '10 at 12:20
2  
I found that even though I'd set it to Automatic, sometimes the service wasn't started up automatically. I looked into it today, and noticed a Windows update completed message. Looking in the event log, I saw errors from the service, related to the DB config store - I suspect the DB either went offline while the AppFabric service was running or starting up. Hope this info helps someone else. – jamiebarrow Jun 30 '11 at 13:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.