1st and foremost I am sorry but we are getting much closer now that my idiotic memory lapse is out of the way. The simple stupid explanation is after running the status check, I was logged into the wrong mini pc.
(You can skip this paragraph - this is long winded version) I have 3 mini pc’s that were clustered via proxmox. They now run independently and I named them wrong. They were assigned static IPs ending in 21, 22, and 23 to correspond to the pc names AMP1 (21), AMP2 (22), and AMP3 (23) and the computers are labeled 1, 2, & 3. Apparently when setting them up independantly, I set pc1 as amp3, pc2 as amp 1, and pc3 as amp 1. I immediately realized it when I saw what instances were running. They were labeled for me as being on computer 1 but were actually on computer 3.
Now that is fixed and out of the way (I am sorry truly about that), attempting to run the reactivate command on the correct computer outputs this.
[Info/1] Checking licence key…
[Error/6] IM was unable to execute the requested command.
[Error/6] TimeoutException
[Error/6] [0] (TimeoutException) : The request channel timed out attempting to send after 00:00:30. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
[Error/6] at ServiceModel.Channels.RequestChannel.RequestAsync(Message message, TimeSpan timeout)
- at ServiceModel.Channels.RequestChannel.RequestAsyncInternal(Message message, TimeSpan timeout)
- at Runtime.TaskHelpers.ToApmEnd[TResult](IAsyncResult iar)
- at ServiceModel.Channels.ServiceChannel.SendAsyncResult.FinishSend(IAsyncResult result, Boolean completedSynchronously)
- at Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
- at ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
- at ServiceModel.Channels.ServiceChannel.EndCall(String action, Object outs, IAsyncResult result)
- at ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.b__0(IAsyncResult asyncResult)
- at CubeCoders.LicencingClient.Licencing.GetLicenceInfo(String LicenceKey)
- at InstanceManagerCLI.Core.ReactivateInstance(String InstanceName, String LicenceKey)
- at InstanceManagerCLI.Core.ExecuteCommand(List
1 Params, Dictionary2 Args
[Error/6] TimeoutException
[Error/6] [1] (TimeoutException) : The HTTP request to ‘https://auth.cubecoders.com/v2/service.svc’ has exceeded the allotted timeout of 00:00:30. The time allotted to this operation may have been a portion of a longer timeout.
[Error/6] at ServiceModel.Channels.HttpChannelFactory`1.HttpClientRequestChannel.HttpClientChannelAsyncRequest.SendRequestAsync(Message message, TimeoutHelper timeoutHelper)
- at ServiceModel.Channels.RequestChannel.RequestAsync(Message message, TimeSpan timeout)