♥ 0 |
I am able to scp extension to /mnt/flash folder LM-SJC-11002779:SPECS jayesh$ scp /Users/nbhadane/rpmbuild/RPMS/x86_64/test-1.0.0-1.x86_64.rpm admin@10.224.55.38:/mnt/flash But, scp to extensions: folder is failing (Permission denied) LM-SJC-11002779:SPECS nbhadane$ scp /Users/nbhadane/rpmbuild/RPMS/x86_64/test-1.0.0-1.x86_64.rpm admin@10.224.55.38:/extensions Similarly, when running copy command on switch, it is failing with Permission denied (publickey,keyboard-interactive).) localhost(config)#copy scp://nbhadane@10.224.55.38/Users/nbhadane/rpmbuild/RPMS/x86_64/test-1.0.0-1.x86_64.rpm extension: Please help me to solve this Permission denied issue. |
You won’t be able to install extensions by copying them to the extension folder from bash, you’ll need to do it from the CLI as it’s not just a pure copy of the rpm/swix (other actions are done in the background as well) Steps to install extensions: Copy the RPM to the extension partition using the CLI command Install extension Check if it’s installed 4.Installed extensions will not survive a reboot by default. To make them permanent, you’ll To make sure your extensions will survive a reboot, use the show boot-extensions How to remove it from extensions? del extension:APP.rpm How to uninstall the extension? no extension APP.rpm |
Post your Answer
You must be logged in to post an answer.