How to get a file off the Cisco FIs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2019 06:12 PM
I need to get all serial number off the Cisco UCS environment (Chassis/blades/stand-alones) so I connected to the UCS Manager using my domain credentials and putty. I am using the command:
show chassis inventory expand > FullInventory_2019-05-29
Only problem is that I cannot get the file off the FI. I tried WinSCP but it does not connect- it keeps saying:
Searching for host...
Connecting to host...
Authenticating...
Using username XXXXXX.
Authenticating with pre-entered password.
I then get asked for the password.
I set the password to one of the local users on UCS Manager, then tried to logon using that username & password using putty but that did not work as it kept saying Access Denied and again asking for the password.
So how do I get the file out of the FIs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2019 05:12 AM
connect local-mgmt
(local-mgmt)# dir workspace:///
copy workspace:///yourfile ftp:
The FIs will not let you use remote file copy tools to connect, but you can push (from the FIs) via tftp, scp, ftp, etc
Kirk...
