Trying to create adapter for the switch cisco Nexus9000 93180YC-EX chassis but no success.
This I have dons so far:
1. Create device model with OID 1.3.6.1.4.1.9.12.3.1.3.1812
2. Created files and folder /opt/iMC/server/conf/adapters/ICC/Cisco/CiscoNX9K
[root@x5152 CiscoNX9K]# ls -la
total 68
drwxr-xr-x 2 root root 4096 Jun 19 12:55 .
drwxr-xr-x 21 root root 4096 Jun 19 12:52 ..
-rw-r--r-- 1 root root 630 Jun 19 12:55 adapter.xml
-rw-r--r-- 1 root root 6105 Jun 19 12:10 backup_running_config_scp.tcl
-rw-r--r-- 1 root root 1392 Jun 19 12:10 backup_running_config_tftp.tcl
-rw-r--r-- 1 root root 5894 Jun 19 12:10 backup_startup_config_scp.tcl
-rw-r--r-- 1 root root 1418 Jun 19 12:10 backup_startup_config_tftp.tcl
-rw-r--r-- 1 root root 1469 Jun 19 12:10 CiscoNX9K_Config_Backup_Builder_Script.xml
-rw-r--r-- 1 root root 733 Jun 19 12:10 CiscoNX9K_Config_Backup_Builder.xml
-rw-r--r-- 1 root root 1261 Jun 19 12:10 CiscoNX9K_Config_Deploy_Builder_Script.xml
-rw-r--r-- 1 root root 1231 Jun 19 12:10 CiscoNX9K_Config_Deploy_Builder.xml
-rw-r--r-- 1 root root 1384 Jun 19 12:10 deploy_running_config_tftp.tcl
-rw-r--r-- 1 root root 1381 Jun 19 12:10 deploy_startup_config_tftp.tcl
-rw-r--r-- 1 root root 622 Jun 19 12:10 reload.tcl
-rw-r--r-- 1 root root 773 Jun 19 12:10 save_config.tcl
3. And edited /opt/iMC/server/conf/adapters/ICC/Cisco/adapter-index.xml
<adapter name="CiscoNX9K">
<description>Cisco Nexus 9000 series</description>
<sysoid>1.3.6.1.4.1.9.12.3.1.3.1812</sysoid>
<version series="CiscoNexusSeries" vrp="" release=""/>
<defaultver series="CiscoNexusSeries" vrp="" release=""/>
</adapter>
But still getting this error below: I have tried to run manually and it works so I have connection frpm switch to IMC. Any ideas?
1 Initialize task parameters. Succeeded. 2019-06-19 13:19:20 2019-06-19 13:19:21 2 Back up device startup configuration file to system. Failed to send configuration file from the device to the system by TFTP. 1. Use the display startup command to check whether the startup configuration file exists on the device. If not, execute the save command.
2. Check that the TFTP user has high-enough access right to the InstallDir/server/tmp directory. The TFTP user should have the read and write right at least.
3. The system failed to send the GetNext response. Capture packets to verify the condition.
4. Check that if exist firewall.
5. Check that if the TFTP Server is running.
6. Check that if the device TFTP Client IP address is correct.