![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Solution Type Technical Instruction Sure Solution 1588459.1 : Quick User Guide to Upload Files to My Oracle Support - MOS
Quick procedures to help users upload files and documents in support for SR's open with Oracle Support In this Document
Applies to:My Oracle Support - Version 6 and laterSun StorageTek VSM4 System - Version All Versions and later Oracle Communications MetaSolv Solution - Version 6.0.15 and later Information in this document applies to any platform. The decommissioning of Support Files on April 4th will also require a shift to alternative transport methods. Users will have a choice of the following services to upload files to Oracle Support: • MY ORACLE SUPPORT File Upload, already available with the SR, for files up to 2 GB in size • For files larger than 2 GB, Customers have to use the new transport.oracle.com services GoalHelp users to upload files and documents in support for SR's open with Oracle Support, using the transport.oracle.com services. Customers and Support Engineers will see the uploaded files as attachments to the SR, after scan for malware is finished. SolutionSecure File Transfer using transport.oracle.com services. transport.oracle.com Services transport.oracle.com is just an upload service. Uploaded data will be attached to the SR that was informed. Customers can upload files from their local machines or from the servers, using suitable client software.
FTPS
HTTPS HTTPS is traffic secured via TLS/SSL over the HTTP protocol. Oracle's HTTPS diagnostic upload service uses the standard HTTPS port of 443 and does not require any additional ports to be opened. However, the HTTPS service does not provide for checkpoint restarts. Any HTTPS compatible client can be used
Oracle’s FTPS service is a “passive” implementation.
The following is a quick usage summary, for a more comprehensive approach, please read KM article: This article provides information on how to upload data, tools available, and configuration and usage instructions. A. Options to Upload files for an SR for Support
B. Configuration RecommendationsThe following is required to access the new file transport services. a. Environment:
b. Client ApplicationThere are several freely available and open source clients that you can use to connect to Oracle’s FTPS service including: Please notice this section will be updated with the new cURL v. 7.43 & new certificate file.
To setup cURL on Windows 7 64-bit (you can also use the 32-bit version): 1. Download and unzip 64-bit cURL with SSL: http://curl.haxx.se/download/curl-7.33.0-win64-ssl-sspi.zip 2. Copy the curl.exe file into your Windows PATH folder. By default, this is C:\Windows\System32. 3. Download the latest bundle of Certificate Authority Public Keys from: http://curl.haxx.se/ca/cacert.pem 4. Rename this file from cacert.pem to curl-ca-bundle.crt. 5. Move this file into your Windows PATH folder. By default, this is C:\Windows\System32. c. Transmission Timeouts during long transfer sessions
If you are using Unix/Linux/Solaris, work with your System Support to keep the Control Connection alive.
|
URL: https://bug.oraclecorp.com/ » Enter Bug | |||||
---|---|---|---|---|---|
Product |
9776 |
Business Application Systems | |||
Component |
111 | MOS Infrastructure | |||
Sub-Component | CFM_SERVICES | Customer File Management | |||
Customer | INTERNAL | ||||
GP |
G - Generic | ||||
OS: |
289 - Generic All Platforms | ||||
Release Status: |
P - Production (or applicable environment) | ||||
Comp Ver: | Enter current MOS version: 14.1.0.0.0.0 (MOS 6.8) or 14.2.0.0.0.0 etc | ||||
Reported Release: | Select - NO RELEASE | ||||
Version: | Select - NO DATA |
You can see a quick report of similar bugs clicking on this link: Outstanding Bugs for CFM_SERVICES.
GENERAL: Host URL: transport.oracle.com Port: 990 Protocol: FTP - File Transfer Protocol Encryption: Require implicit FTP over TLS Logon Type: Normal User/Password: < your Oracle Single Sign On mail / password > TRANSFER SETTINGS: Transfer Mode: Passive EDIT » Setting Connection - Generic proxy: setup proxy as needed. REMOTE SITE: /<your Oracle SSO mail>/issue/<SR number> e.g. /john.doe@mail.com/issue/3-1234567890
SESSION:
File protocol: FTP
Encryption: SSL/TLS Implicit encryption
Host name: transport.oracle.com Port: 990
User name / Password: < your Oracle SSO mail / password >
CONNECTION:
Connection: Passive mode
Keepalives: Executing dummy protocol command Seconds between keepalives: 30seg or what is more convenient for the shop.
Proxy: setup proxy as needed.
REMOTE DIRECTORY: /<your Oracle SSO mail>/issue/<SR number> e.g. /john.doe@mail.com/issue/3-1234567890
Network Team:
1. get TCP ports open: 990 and upper ports 32,000-42,000
2. get proper configurations for the Proxy and Socks config
User:
3. get a MOS account and proper privileges in the CSI being used
4. Test sample updates and file upload from the SR to guarantee write privileges were granted
This is a sample JCL for IBM System z/OS config:
The attached file contains sample configurations for JCL and Socks configurations:
Sample_JCL_Socks_Config.pdf
-T <path>|<file_name> | full path and name of file to upload |
-o <path>|<output log_file_name> | full path and name of file to log the command's output. Option -o also provides for monitoring of the transmission and final report after it is finished. |
-u <SSO email> | user's Oracle Single Sign On email (same as used to login to MOS / MetaLink) |
https://transport.oracle.com | URL to the new file upload services |
/issue/SR#/ /upload/issue/SR#/ |
path to directory where the files will be uploaded as attachment to the SR# . You will be able to see the uploaded file in the SR in MOS. When using HTTPS the path needs to include " /upload/ " |
Directory structure: /issue/<SR number>/ e.g. /issue/3-1234567890/
-bash-4.1$
-bash-4.1$ curl -T /opt1/mslvpot106/pot106/appserver/config/loggingconfig.xml -u john.doe@mail.com ftps://transport.oracle.com/issue/3-1234567890/
Enter host password for user 'john.doe@mail.com':
% | Total | % | Received | % | Xferd |
Average |
Speed Upload |
Time Total |
Time Spent |
Time Left |
Current Speed |
100 | 33278 | 0 | 0 | 100 | 33278 | 0 | 6907 | 0:00:04 | 0:00:04 | --:--:-- | 9901 |
-bash-4.1$
Notice with HTTPS, the destination directory includes a " /upload " in the path.
Directory structure: /upload/issue/<SR number>/ e.g. /upload/issue/3-1234567890/
-bash-4.1$
-bash-4.1$ curl -T "/opt1/installdir/R6_2_1/B475/MSS.R6_2_1.Test.jar" -o output -u "john.doe@mail.com" "https://transport.oracle.com/upload/issue/3-1234567890/"
Enter host password for user 'john.doe@mail.com':
% | Total | % | Received | % | Xferd | Average Dload |
Speed Upload |
Time Total |
Time Spent |
Time left |
Current Speed |
100 | 404M | 0 | 1 | 100 | 404M | 0 | 1645K | 0:04:11 | 0:04:11 | --:--:-- | 1260K |
-bash-4.1$
Notice the destination directory includes a " /upload " in the path.
Directory structure: /upload/issue/<SR number>/ e.g. /upload/issue/3-1234567890/
c:\c>
c:\c> curl -T c:\c\test_1GB.zip -o c:\c\out.txt -u john.doe@mail.com https://transport.oracle.com/upload/issue/3-1234567890/
Enter host password for user 'john.doe@mail.com':
% | Total | % | Received | % | Xferd | Average Dload |
Speed Upload |
Time Total |
Time Spent |
Time Left |
Current Speed |
100 | 1099M | 0 | 1 | 100 | 1099M | 0 | 862K | 0:21:44 | 0:21:44 | --:--:-- | 862K |
c:\c>type out.txt
1
c:\c>
This solution has no attachment
![]() | ![]() | ![]() | ![]() |
Copyright © 2018 Oracle, Inc. All rights reserved.
Feedback |
|||
![]() |