checksum files

Post Reply
mod
Member
Posts: 25
Joined: 12 Jul 2024 15:42

checksum files

Post by mod »

Hello,
I'm doing "show tech-support eng complete" for backuping switiches and using winscp for fecthing tech-support.tar file. I would like to verify remote and local checksum. Is there a command on AOS ? I've read "su" command but it seems reserved to alcatel support

Thanks in advance,
Regards
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 2084
Joined: 01 Jul 2008 10:51
Location: Germany

Re: checksum files

Post by silvio »

I have tested it:

Code: Select all

> su
Entering maintenance shell. Type 'exit' when you are done.
SHASTA_N #-> pwd
/
SHASTA_N #-> cd flash
SHASTA_N #-> ls -l
total 31172
....
-rw-r--r--    1 admin    user      22246400 Jun  3 10:19 tech_support_eng.tar
...

SHASTA_N #-> sha256sum tech_support_eng.tar
4561922c7a1c4ccdcbf0719625f0471dc71e73bfe3512944d474ac774bcc8230  tech_support_eng.tar
SHASTA_N #->

Post Reply

Return to “OmniSwitch 6360”