- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Redirect display output to TFTP Server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2019 06:12 PM
тАО03-26-2019 06:12 PM
Redirect display output to TFTP Server
Please help me,
i want to redirect 'display diagnostic-information' output to a TFTP Server. The Device is HPE switch 5130 EI JG933A.
what command to execute this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2019 05:15 AM
тАО04-01-2019 05:15 AM
Re: Redirect display output to TFTP Server
Hi,
You may follow any of the following procedure.
OPTION 1: Saving the output to a text file on the desktop using Putty.
Using PUTTY:
1. Run Putty software.
On the left side of the pop up you will find an option LOGGING, Click that and on the right side, choose тАЬALL SESSIONS OUTPUTSтАЭ.
2. Click on Browse and select the destination as Desktop, also give a name to the file(EX: switchlog.txt).
3. Now, Click on Session on the left hand side and on right side type in the IP Address of the switch and click on telnet/SSH and then OK.
4. Now you will get the SwitchтАЩs prompt and type in the command, and select 'N' so that the output is displayed on the terminal and saved to the file (switchlog.txt) on desktop.
Example:
<SW-A>disp diagnostic-information
Save or display diagnostic information (Y=save, N=display)? [Y/N]:N
Please input the file name(*.tar.gz)[flash:/diag_SW-A_20190327-055701.tar.gz]:
Diagnostic information is outputting to flash:/diag_SW-A_20190327-055701.tar.gz.
Please wait...
Save successfully.
<SW-A>dir
Directory of flash:
0 -rw- 40238 Mar 27 2019 05:57:01 diag_SW-A_20190327-055701.tar.gz
OPTION 2: Saving the output to flash, and exporting to TFTP server
Example:
<SW-A>display diagnostic-information
Save or display diagnostic information (Y=save, N=display)? [Y/N]:Y
Please input the file name(*.tar.gz)[flash:/diag_SW-A_20190327-055701.tar.gz]:
Diagnostic information is outputting to flash:/diag_SW-A_20190327-055701.tar.gz.
Please wait...
Save successfully.
<SW-A>dir
Directory of flash:
0 -rw- 40238 Mar 27 2019 05:57:01 diag_SW-A_20190327-055701.tar.gz
<SW-A>tftp 10.1.1.100 put flash:/diag_SW-A_20190327-055701.tar.gz
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2019 01:59 PM
тАО04-02-2019 01:59 PM
Re: Redirect display output to TFTP Server
Option #2 is the preferred approach. Doing it with Putty is slower and you run the risk of not getting the entire display diag which can be quite long.
Options #2 is much faster and you will get the entire diag. Then you can FTP or TFTP it off of the switch.
Regards,
David