Brief description of the problem
I am trying to add a 2nd appliance so I can use the replication feature, I am using a virtual machine to be my 2nd rockstor. The first rockstor is physical hardware, I am trying to do the replication from the physical rockstor to the virtual one. Both of rockstor on the same network 192.168.1 with subnet mask 255.255.255.0, I have used the correct access key and the correct secret key, yet I get error failed to authenticate.
Web-UI screenshot
This is what I get when I add I try to add the 2nd rockstor from the appliances tab. I get this error both way if I try to add the physical to the virtual or vise versa.
Error Traceback provided on the Web-UI
Traceback (most recent call last):
File "/opt/rockstor/src/rockstor/storageadmin/views/appliances.py", line 61, in _get_remote_appliance
url=base_url)
File "/opt/rockstor/src/rockstor/cli/rest_util.py", line 52, in set_token
verify=False)
File "/opt/rockstor/eggs/requests-1.1.0-py2.7.egg/requests/api.py", line 87, in post
return request('post', url, data=data, **kwargs)
File "/opt/rockstor/eggs/requests-1.1.0-py2.7.egg/requests/api.py", line 44, in request
return session.request(method=method, url=url, **kwargs)
File "/opt/rockstor/eggs/requests-1.1.0-py2.7.egg/requests/sessions.py", line 279, in request
resp = self.send(prep, stream=stream, timeout=timeout, verify=verify, cert=cert, proxies=proxies)
File "/opt/rockstor/eggs/requests-1.1.0-py2.7.egg/requests/sessions.py", line 374, in send
r = adapter.send(request, **kwargs)
File "/opt/rockstor/eggs/requests-1.1.0-py2.7.egg/requests/adapters.py", line 209, in send
raise ConnectionError(e)
ConnectionError: HTTPSConnectionPool(host='rockstor_nas', port=443): Max retries exceeded with url: /o/token/ (Caused by : [Errno -2] Name or service not known)