Skip to content

Instantly share code, notes, and snippets.

@alexblyth
Created May 12, 2020 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexblyth/1ab3ae9d82b21dbeb7f29b9ed80f4fb3 to your computer and use it in GitHub Desktop.
Save alexblyth/1ab3ae9d82b21dbeb7f29b9ed80f4fb3 to your computer and use it in GitHub Desktop.
DBAAS>cswlib download
Executing command cswlib download
Command Error
Command: cswlib download
CSWLIB download/update dbnid bits
CMD : dbaascli cswlib download <optional_args>
args :
--version : database version. Mandatory paramter. Examples: 11204, 12102, 12201
--bp : bundle patch version. Mandatory paramter. Examples: APR2017, JAN2017, OCT2016
--bp_update : To indicate whether update the default db images. The valid values are yes and no, default is no.
--oss_uri : OSS URI to download dbnid bits. Default is US2 OSS.
--dbname : database name. Default is misc.
--type : Patch type -- PSU/BP/FA/EBS. Default is BP.
--cdb : To choose noncdb option. set this flag to no. default is yes.
Example cmd : dbaascli cswlib download --bp APR2017 --version <>
Example cmd : dbaascli cswlib download --bp APR2017 --cdb no --version <>
Example cmd : dbaascli cswlib download --version 12102 --bp JAN2017 --oss_uri <>
Example cmd : dbaascli cswlib download --version 12102 --bp JAN2017 --type FA
Parameters:
--bp Required: YES
bundle patch version. Mandatory paramter. Examples: APR2017, JAN2017, OCT2016
--bp_update Required: NO
To indicate whether update the default db images. The valid values are yes and no
--cdb Required: NO
for noncdb image set to no. Default is yes
--oss_uri Required: NO
Download the image from this URL. default is select best URL
--type Required: NO
Patch type -- PSU/BP/FA/EBS. Default is BP
--version Required: YES
database version. Mandatory paramter. Examples: 11204, 12102, 12201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment