I'm not sure but with your configuration you have more work because you need maintain change configuration (and data?) in two nodes (active-passive)
you could create a single site with two gis server (in node active and in node passive). You store configuration directories in a SAN so you have a single configuration.
for web adaptor I think that you need use another machine ( see http://blogs.technet.com/b/askcore/archive/2010/02/12/windows-server-2008-failover-clusters-networki... and http://blogs.technet.com/b/askcore/archive/2010/02/22/windows-server-2008-failover-clusters-networki... )
I haven't tried this configuration but I check in next days.
can you please elaborate more on how to make two arcgis servers on two machines active/passive share the same configuration files on SAN storage?
i created a site on active node A then made the configuration directories on SAN instead of local D drive
i failed over to node B so now the SAN resources are accessible on node B
ArcGIS server wont start as it seems it is expecting something different from what it saw in the configuration files
thanks
In node B have you in this file C:\Program Files\ArcGIS\Server\framework\etc\config-store-connection.json that connect SAN path?
In actions of cluster have you add 'start service arcgis'?
Hi Domenico Ciavarella,
the Jason file is:
{
"type": "FILESYSTEM"
"connectionString": "\\\\sitehost\\config-store"
"class": "com.esri.arcgis.discovery.admin.store.file.FSConfigStore"
}
the XML file:
<?xml version="1.0" encoding="UTF-8" standalone= "no"?>
<DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment> Configuration Store Connection Information </comment>
<entry key="status">Ready</entry>
<entry key="type">FILESYSTEM</entry>
<entry key="connectionString">\\ourpath\ourpath\config-store</entry>
<entry key="class">com.esri.arcgis.discovery.admin.store.file.FSConfigStore</entry>
yes, ArcGIS server Windows service is setup in the cluster failover manager.
i was rebuilding the environment the last couple of days and i did the following:
re-installed arcgis server on Node A, create new site
re-point folders to SAN storage, share the folders and add ArcGIS server domain account with full permissions
copy security folder only from previous site to maintain users and roles etc..
publish services so our system is up and running.
on node B, install arcgis server , Join existing site
joined to site on Node A , join successful
however, when i failover from node A to node B, services no longer run
what am i doing wrong ?