Page 1 of 1

checksum files

Posted: 02 Jun 2025 15:15
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

Re: checksum files

Posted: 03 Jun 2025 04:22
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 #->