Uploading files for SUSE Support
This document (000019922) is provided subject to the disclaimer at the end of this document.
Environment
SUSE Support Cases
Situation
Resolution
B) If any individual file is larger than 5GB then you should upload the files to the FTP server.
Instructions for both methods are detailed below:
To upload the files via HTTPS to the SCC (SUSE Customer Center) from a desktop
- Login to the SCC site then click on the 'Support' tab under 'My Tools'.
- Then select the case that needs to be updated. In the case 'Activities' section you should see 'Attach a file' below 'Add a message'
- Click the 'Browse' button and select the file from a location on your desktop. Please include a basic file description in the 'Add a message' field.
- Click 'Send' to upload the file to the case.
To upload the files via FTP
Use an FTP client to login to the anonymous FTP server geographically closest to you with this username and password:
user: anonymous
password: <your email address or case number>
FTP EMEA | support-ftp.emea.suse.com/incoming/ |
---|---|
FTP US | support-ftp.us.suse.com/incoming/ |
It is possible to connect to the FTP servers via:
- plain FTP on port 21 - not secure, not recommended
- explicit FTP over TLS (FTPES) on port 21 - secure, recommended
Connecting via implicit FTP over TLS (FTPS) on port 990 is not supported.
Note: The files you upload will only be visible to SUSE Support. For more information about anonymous FTP, please see this article from the Internet Engineering Taskforce: https://tools.ietf.org/html/rfc1635
Please add the case number to filenames if uploading files via FTP (this is especially important in case of crash dump files or hb_report; a supportconfig file might already have the case number in its filename).
Please update the relevant case saying that you have uploaded the files, their filenames, and ideally an md5 checksum of the files for possible verification of file integrity if uploading by FTP.
Additional Information
Due to local networking or other constraints there may be difficulty completing uploads of large files. If a file upload of a large file is interrupted, what may help is splitting the large file with the split command and sending each chunk individually.
For example (note the ending dot, it is not a mistake but a separator):
# split -b 1G <large file> <prefix_out_filename>. # a real example # split -b 1G vmcore case12345678-vmcore.will split the file 'vmcore' into several smaller chunks of one Gigabyte in size with output filename based on prefix 'case12345678-vmcore.' , that is, in this example with prefix 'case12345678.', then it will result in multiple files named 'case12345678.aa', 'case12345678.ab' etc... Please, if possible, try to ensure the output split files are unique. More information about split can be found in its man page: man split
It is very recommended to produce an MD5 checksum of the original file; run the following command (note that on non-Linux systems, if download to a user workstation, it could be 'md5' command instead):
# md5sum <large file> # a real example # md5sum vmcoreAn MD5 checksum is a unique per file hash based on the contents of the file that allows us to verify that we're looking at the same file.
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:000019922
- Creation Date: 19-Mar-2021
- Modified Date:27-Oct-2022
-
- SUSE Linux Enterprise Server
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com