Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inquiry about File Integrity Checksum Mechanism in MFT Jobs #20

Open
josephsadek1 opened this issue Nov 27, 2024 · 3 comments
Open

Inquiry about File Integrity Checksum Mechanism in MFT Jobs #20

josephsadek1 opened this issue Nov 27, 2024 · 3 comments

Comments

@josephsadek1
Copy link

Hi Team

We would like to inquire about the file integrity checksum mechanisms that are integrated with IBM MFT jobs. Specifically, we are interested in understanding the usage of CRC or other checksum algorithms in verifying the integrity of files transferred using MFT.

@ShashikanthRaoT
Copy link
Collaborator

MFT uses MD5 algorithm for checksum. The -cs parameter in fteCreateTransfer command controls whether checksum is used or not. The default value is MD5, the other being "none" meaning no checksum verification is done.

@josephsadek1
Copy link
Author

how we can configure it with mft on openshift

@ShashikanthRaoT
Copy link
Collaborator

MD5 checksum is enabled by default for all transfers. There is no additional configuration required. You can turn off checksum by specifying -cs NONE in fteCreateTransfer command. It is all documented in fteCreateTransfer KC page given above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants