Hello Friends,
Is there any settings to do Ontap C mode to transfer files via WinScp tool.
Kindly Help me to resolve this issue.
Regards
Rakesh Bhuvad
Hello @Bhuvadrakesh
The kb article below provide this information but you will need to reach out to NetApp Technical Support due to the level of CLI permission required for this task. You can reference the below KB when reaching out:
https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/How_to_copy_SP_or_BMC_firmware_to_controller_via_SCP_from_Windows
Thanks,
Hello hmoubara,
Thanks for reply i got one solutions for this issue.
For clusters with no access to a webserver, but that do have access to a scp program like winscp:
Prior to this make sure that the diag user is unlocked and a password is set:
clustername::*> security login show -username diag
Vserver: vserver1SecondUser/Group Authentication Acct AuthenticationName Application Method Role Name Locked Method-------------- ----------- ------------- ---------------- ------ --------------diag console password admin no none
clustername::> security login password -username diag
Enter a new password:Enter it again:
Login to each node's mgt IP.Set diagDrop to systemshell:clustername::*> systemshell local(system node systemshell)diag@127.0.0.1's password:
clustername-02% sudo kenv bootarg.login.allowdiag=true <-- hit enterbootarg.login.allowdiag="true" <-- returns this
You can do this from the original cluster mode IP, but the other node will need to be from the opposite nodes mgt IP because the software location is node specific.
Using WinScp, login to the node mgt IP using SCP, port 22, user diag, diag password.
Navigate to /mroot/etc/software/Copy over SP_FW.zip (rename what you downloaded--or whatever software)
clustername-02% sudo kenv bootarg.login.allowdiag=falsebootarg.login.allowdiag="false"
Disconnect from WinScp