The simp-downloader
script was created to simplify downloading SIMP installation assets from the official Sicura download server.
You can download the script from here.
Simp-downloader
is a shell script that will run in any Bash environment. After download, you may need to modify the permissions to allow execution:
$ chmod +x simp-downloader
All command line arguments are optional. If run without any arguments, it will download the latest stable CentOS ISO for Sicura Enterprise, using the license key in /etc/sicura/license.key
.
$ simp-downloader
Option | Description | Possible values | Default value |
---|---|---|---|
-v | SIMP Version to download. | 6.5.2-1 | |
-p | Server OS for SIMP Server. | CentOS, RHEL | CentOS |
-e | SIMP Server edition to download. | Community, Enterprise | Enterprise |
-l | SIMP EE license key file to use for authentication. | Relative or literal path to the license file. | /etc/simp/license.key |
-a | Server CPU architecture for the SIMP Server. | x86_64 | x86_64 |
-t | Installation archive type to download. | iso, install-tarball, tar, tgz | iso |
-u | Download an unstable version. | N/A | N/A |
-s | Download a stable version. (This is the default behavior, no need to specify this flag.) | N/A | N/A |
-n | Print the curl command that will be run with the selected options. Use this if you want to perform the download on a system that does not have the simp-downloader script. |
N/A | N/A |
-h | Display command help. | N/A | N/A |
-V | Display version information. | N/A | N/A |