This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
aix:aix_suma [2025/02/24 17:58] manu [Java in ECC] |
aix:aix_suma [2025/03/27 17:32] (current) manu |
||
---|---|---|---|
Line 16: | Line 16: | ||
* The port numbers of the fix distribution website can be either 80 for HTTP or 443 for HTTPS. | * The port numbers of the fix distribution website can be either 80 for HTTP or 443 for HTTPS. | ||
+ | ===== IBM registration ===== | ||
+ | |||
+ | <color #ed1c24>**Requirements**</color> | ||
+ | |||
+ | If Suma cannot identify proper entitlement for the server, then you need to go to the ESS website, login and go to "My Entitled Software" to download the required software from the website. | ||
+ | |||
+ | If you cannot see the required product, you may need to register using the "Register IBM Customer Number" option. | ||
+ | |||
+ | Else report this directly to the FixCentral/SUMA entitlement team via the FixCentral website using the blue "Contact and feedback" button at the right side of the screen. | ||
+ | |||
+ | The country code suma must be register for the machine serial where suma is hosted ! | ||
===== Suma config ===== | ===== Suma config ===== | ||
Line 61: | Line 72: | ||
<cli prompt='#'> | <cli prompt='#'> | ||
+ | [root@aix01]/# suma -c -a DOWNLOAD_PROTOCOL=https | ||
+ | [root@aix01]/# suma -c -a FRAMEWORK=ECC | ||
+ | |||
+ | [root@aix01]/# cat /var/suma/data/config.suma | ||
+ | DOWNLOAD_PROTOCOL = https | ||
+ | FRAMEWORK = ECC | ||
+ | LOGFILE_VERBOSE = 4 | ||
+ | COUNTRY_CODE = DE | ||
+ | |||
[root@aix01]/# suma -c -a DOWNLOAD_PROTOCOL=https | [root@aix01]/# suma -c -a DOWNLOAD_PROTOCOL=https | ||
Line 81: | Line 101: | ||
TMPDIR=/var/suma/tmp | TMPDIR=/var/suma/tmp | ||
WEB_IDENTITY_FILE= | WEB_IDENTITY_FILE= | ||
+ | FRAMEWORK=ECC | ||
+ | | ||
[root@aix01]/# suma -D | [root@aix01]/# suma -D | ||
DisplayName= | DisplayName= | ||
Line 156: | Line 178: | ||
===== Errors ===== | ===== Errors ===== | ||
+ | |||
+ | ==== Proxy troubles ==== | ||
+ | |||
+ | SUMA was integrated with IBM Cloud Service since **AIX 7.3 TL2**, it's changed to use the FRAMEWORK CHCC ( Call-Home Connect Cloud ) | ||
+ | |||
+ | Suma using CHCC doesn't support use of proxy server.It was solved by setting the framework to ECC as mentioned earlier as below : | ||
+ | <cli> | ||
+ | # suma -c -a FRAMEWORK=ECC | ||
+ | </cli> | ||
==== Java in suma ==== | ==== Java in suma ==== |