@D_BEREZENKO
Thanks for the solution,
I am currently using NaBox and I am running all the platforms on a VMware ESXi host without VSphere or VCenter. After configuring the NaBox with its IP details, I went back into Open SUSE and ran the ip address in a browser with /admin to enter the GUI where I further installed harvest and Netapp NMSDK. I have reached a point where I need to enter details of the device that I need to harvest, where I need to enter details like hostname, Username and password.
I understand a profile must be created, so to simulate this, I installed ONTAP edge on a virtual machine of VMware ESXi host.
After I run Ontap edge it asks for the details as shown below.
Is the ESX host managed by a vCenter server? [y]: n
Enter ESX host name or IP address: 10.10.0.101
Enter ESX host username: root
Enter ESX host password: *******
Do you want to save this ESX server login information [y]: y
After this i get this error
LoginFailed: cannot login as "root" to "10.10.0.101" - bad username or password
I doublechecked logging into Esxi and am sure that the credentials of the ESXi host is correct, but the error persists.
Later I used Ctrl+C and got into the terminal interface where i found another alternative of using the command
esxcli --server 10.10.0.101 --username root --vihost localhost.localdomain
and i get the error
Connect to 10.10.0.101 failed with ssl error 0x8
Furthermore, No setup was done for root access during the installation of the system.But the root password for sudo commands is unknown. What is the default root access password for the NetApp ONTAP Edge?
Am I missing something?
Is the process that i've taken right?
I do not have any physical NetApp hardware device with profiles such that i can feed metric data to NaBox. I want to run all these simulations virtually on ESXi.
Is there any other way to feed data to NaBox?
Thanks