![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||||||||||||
Solution Type Technical Instruction Sure Solution 1682567.1 : Uploading large files to a Service Request using the command line in Solaris, Linux, MacOS and Windows
This documented is intended as quick instructions for uploading from Solaris to service requests (SRs). For more complete information see: Oracle Support Document 1547088.2 (Oracle Support File Uploads) can be found at: https://support.oracle.com/epmos/faces/DocumentDisplay?id=1547088.2 In this Document
Applies to:My Oracle Support - Version 2.0.2 and laterOracle Exalogic Elastic Cloud X2-2 Hardware - Version X2 to X2 [Release X2] Information in this document applies to any platform. GoalThis documented is intended as quick instructions for uploading from Solaris to Service Requests (SRs). For more complete information see: Oracle Support Document 1547088.2 (Oracle Support File Uploads) can be found at: https://support.oracle.com/epmos/faces/DocumentDisplay?id=1547088.2 SolutionREQUIREMENTS TO UPLOADMY ORACLE SUPPORT USER ID WITH CREATE AND UPDATE SERVICE REQUEST PERMISSIONS:
SW REQUIREMENTS TO UPLOAD:MOS File upload supports various methods for upload. HTTPS and FTPS. On Solaris, Diagnosis Assistant is a java client that supports upload via HTTPSand is included with the Service Tools Bundle. In addition, cURL can be used for both HTTPS and FTPS file uploads. Option 1: Diagnostic Assistant (DA): Diagnostic Assistant is included with Remote Diagnostic Agent (RDA) and Service Tools Bundle (STB), which includes RDA. For upload to transport, version 8.02 or later of STB is needed.
Option 2: cURL: Solaris 11 / Linux / Mac OS X cURL is installed by default on Solaris 11, most distributions of Linux and Mac OS X Its location is /usr/bin/curl Solaris 10 and earlier For Solaris 10 and earlier, cURL is included with Explorer 8.03 and later
Windows cURL can be found at http://curl.haxx.se/download.html
CONNECTION REQUIREMENTS
If your firewall limits communication by target IP address, you may want to perform a lookup for the addresses of these hostnames. However, keep in mind that Oracle reserves the right to change the IP addresses of these hostnames. INSTRUCTIONS FOR UPLOADING FILESUsing Diagnostic Assistant (DA)
DA 2.2 (included w/ RDA/Explorer/STB 8.02 and later) now supports uploads via https to MOS File Upload Service DA can be used either via menus, explorer (Solaris only), or the command line to upload
To use DA to do a command line upload: NOTE: Where it says "<sr_number>” and “<path to file.”, do no include the "<>" To use DA to upload with explorer Setting a proxy for DA DA supports setting a proxy. DA stores the proxy information and you only have to do this once.
For more information on DA see: Using cURLHTTPS SR File Upload Example: $ curl -T <path_to_file> -o <output filename> -u "<user>" "https://transport.oracle.com/upload/issue/<sr-number>/" NOTE: Where it says "<sr_number>", only include the SR number, not the "<>" and be sure to include the final "/" Or if you choose to add the file name this will also work: $ curl -T <path_to_file> -o <output filename> -u "<user>" "https://transport.oracle.com/upload/issue/<sr-number>/<filename>" NOTE: Where it text is in <>, don't include those characters ex.: "<sr_number>", only include the SR number, not the "<>" FTPS SR File Upload Example: $ curl -T <path_to_file> -u "<user>" ftps://transport.oracle.com/issue/<sr_number>/ References<NOTE:1153444.1> - Oracle Services Tools Bundle (STB) - RDA/Explorer, SNEEP, ACT<NOTE:1596914.1> - My Oracle Support - How To Series -> How to Upload and Attach Files to Service Requests Using Three Options [ Video ] <NOTE:1547088.2> - How to Upload Files to Oracle Support <NOTE:201804.1> - Diagnostic Assistant: Information Center Attachments This solution has no attachment |
||||||||||||||||||||||||||||||
|