Use-CacheCluster
Get-AFCacheHostConfiguration -ComputerName ComputerName -CachePort "22233"
If you receive a message stating “Specified host is not present in cluster” one of two things occurred; you misspelt the ComputerName (or port), or the computer is in fact not present in the cluster.
Re-registering a computer is simple enough, from that Management Shell, execute the following cmdlet:
Register-CacheHost –Provider "ProviderName" –ConnectionString "ConnectionString" –Account “NT Authority\Network Service” –CachePort 22233 –ClusterPort 22234 –ArbitrationPort 22235 –ReplicationPort 22236 –HostName "ComputerName"
Note: Provider and ConnectionString parameters are located in the HKLM registry hive under Software\Microsoft\ AppFabric\v1.0\Configuration
Again start command:
Use-CacheCluster
Get-AFCacheHostConfiguration -ComputerName ComputerName -CachePort "22233"
No comments:
Post a Comment