When you delete the config files from an ArcServer, usually it gives you the "Create New Site" Wizard, but if you delete a network share, the service will fail at startup.
You can try uninstalling the software and re-installing it, but it doesn't work. There's a reference left behind to that network share. To remedy this situation, you will need to
3. Create a new site (doesn't have to use the same network share)
Why am I using a network share to put my config files?
The network share is local to one of the servers and it is a multi-machine site. Multi-machine sties require a network share and you cannot use references like \\server\d$\storage
What should the software do?
At minimum, it should clean up on re-install. It should also either, throw the ArcGIS Setup Wizard OR,
a new page, that says:
"Hey, we noticed that the network share '//server/share' is unavailabe. You may want to make sure that server is running and that the network share is being currently shared. Or, if you would rather, let's create a new site!"
Then, if the server was down, when you boot it back up, it would go on about being ArcServer.
It should definitely not just crash and burn like it does. Just put a check for missing network shares....
What happens if I'm not in a virtual environment and one of my servers crashed and I can't just spawn a new one real quick? How do I get my site back up?!?!
Hopefully ESRI will tell you where that pointer is so that you can delete it.
According to Daniel Urbach, delete the files, not folders in <installation path>/server/framework/etc. This will delete the references to the config store.
More specifically, from my experience now, you can delete the <installation path>/server/framework/etc/config-store-connection.xml file. This file actually contains the reference to the config store and if it is not present, ArcServer will present you with the "New Site" wizard.
The reference to the location of the config-store is in the the framework/etc folder in the installation path.
You could move the files (not the folders!) from that location and then access the server manager endpoint, it should allow you to create a new site then.
Thanks Daniel Urbach! We were moving some VMs and had to drop a large drive that was mostly empty except for the config files. I didn't think that it would be that big of a deal as we were going to have to rebuild the site anyway. Now we know. This could definitely happen though in the wild if you had a server failure that was hosting the config files. You might think that you are doing fine by backing up config files and directories, but not necessarily thinking that when it comes to restore, you will have to delete these files as well.
Editing my original post to include the file information.
Jason and Daniel:
Your thread helped me out tremendously with an ArcGIS Server problem we recently had.
On Sunday, after bouncing our ArcGIS Server for Maintenance Weekend, we noticed that map services were not running. Our IT guy discovered that the F-drive (a mapped drive to our SAN and where the arcgisserver\config-store and the \arcgisserver\directories folders are located) was not being recognized and he started running the CheckDisk utility. Monday morning the CheckDisk utility had not finished, but IT bounced the server anyway. After the server restart, map services started up and worked, but we were then missing the System services, like PublishingTools, and the Utilities services, like Geometry service.
Here’s what I did:
Thanks again.