Hi, I am getting below error while running the ekit commands; (Specially in LIST & and while using the create Restore)
1. while running LIST command getting the below errors
ListVolumes.sh --user root --url https://elwwemoc:9443 --account elww-lab
-bash: ListVolumes.sh: command not found
[root@athar-testsvr aa]# ListVolumes --user root --url https://elwwemoc:9443 --account elww-lab
Traceback (most recent call last):
File "/opt/exalogic/tools/ekit/lib/ListVolumes.py", line 41, in <module>
from Facade import getMachineInfo
File "/opt/exalogic/tools/ekit/lib/Facade.py", line 95, in <module>
module = __import__(version + 'Facade')
File "/opt/exalogic/tools/ekit/lib/EchoFacade.py", line 40, in <module>
import ipaddress
ImportError: No module named ipaddress
2. ---- While restoring / creating getting the below error
Traceback (most recent call last):
File "/opt/exalogic/tools/ekit/lib/CaptureVServer.py", line 44, in <module>
from EKITCommon import getREPOSITORYDIR
File "/opt/exalogic/tools/ekit/lib/EKITCommon.py", line 44, in <module>
import yaml