Upload the information request by GSC to TUF via SFTP, using either the native CLI tools or WinSCP.
Hitachi Vantara does not support the upload of files using FTP because it is unencrypted.
Before uploading the file to TUF, the files must follow some name conventions, they must be named with the Case Number as the first part of the file name. Files uploaded via SFTP without that naming convention will be lost. Hitachi does not support the upload of files using FTP because it is unencrypted.
CAUTION: Files uploaded via SFTP without that naming convention will be lost, as they won't be properly routed to the case
Rename the files to match the correct format. It is important to remember to place a period between the case number and the filename, other characters do not follow the required naming convention.
Performance_Data.zip to case 02345678, rename the file to 02345678.Performance_Data.zip.Another_Example.tgz to case 07654321, rename the file to 07654321.Another_Example.tgz.It is required to have a valid open Case Number prior to upload files to TUF.
EXAMPLE: Valid file names:
00001234.trace.dat00005678.hdcp.tgz00009101.getconfig.zip
TIP: It is possible to use any software that supports SFTP, the instructions should be similar, but the procedure and GUI may be different. SFTP tuf.hitachivantara.com 22 trcsftp
TIP: The 'O' in North is a zero '0' TrueN0rth 
CAUTION: Do not open the incoming folder and try to drag a file inside.
CAUTION: DO NOT create any subdirectories. Upload the files to the incoming directory only. 
Once the upload completes, files will be automatically moved to the Case after 10-20 minutes. The Case notes will be updated with the upload of the files, and anyone subscribed to the Case will receive a notification.
cd <local_path> sftp trcsftp@tuf.hitachivantara.com:incoming C:\>sftp trcsftp@tuf.hitachivantara.com
The authenticity of host 'tuf.hitachivantara.com (10.78.149.26)' can't be established.
RSA key fingerprint is SHA256:m9Cno6mf5fJQX6rKChqPdOEfrneNHiLAByk1CJSKO/8.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])?
Verify the authenticity of the site, and if it is correct, type:
yes C:\>sftp trcsftp@tuf.hitachivantara.com:incomingType the following password:
trcsftp@tuf.hitachivantara.com's password:
TIP: The 'O' in North is a zero '0'
TrueN0rth sftp>
Run the following command to upload a file to TUF:
NOTE: The file should be reachable on the local path where the SFTP connection was started
put <file_path_and_name> bye The prompt returns to the local computer and the file is now uploaded to TUF. The files will be automatically moved to the Case after 10-20 minutes.