03-14-2019 03:41 PM
Hi,
Having an issue getting a custom script to show up in XMC (8.2.4.42). Here is the script:-- Use these scripts to manage Mellanox devices name="Mellanox - SCP" desc="Mellanox SSH/SCP Scripts" protocol=SCP -- -----BEGIN SCRIPT "Configuration Upload"----- enable conf t configuration text generate active running upload scp://%SCP_USER%:%SCP_PSWD%@%SCP_IP%:%ABSOLUTE_TARGET_DIR_PATH% @receive 40 exit -----END SCRIPT----- -----BEGIN SUCCESS "Configuration Upload"----- bytes copied -----END SUCCESS----- -----BEGIN SCRIPT "Configuration Download"----- enable %ENABLEPSWD% copy %TFTP_URL% startup-config startup-config @receive 60 exit -----END SCRIPT----- -----BEGIN SUCCESS "Configuration Download"----- bytes copied -----END SUCCESS-----
Have followed this article:
https://extremeportal.force.com/ExtrArticleDetail?an=000077044
So the file is sitting in the correct location:
Now if I restart the nsserver service or reboot EMC, it just refuses to show up:
Any ideas would be grateful.
Thanks in advance.