Modular installation of AppScan 360° on a single virtual machine
Modular installation is an optional flow for running installation in smaller,
controlled steps. This works on both express and custom
installation modes. The existing behavior of the full installer remains unchanged. If you do
not use --modular, the installer follows the standard full installation
path.
When to use modular mode
Modular mode is intended for component-wise installation in case any component fails during the regular installation process.
Start modular installation
sudo ./AppScan360_SingleVMsetup_v<version>.run -- $PWD --modularAutomatic modular prompt after a previous attempt
--modular and a
previous installation attempt (log file presence check) is detected, the installer
asks whether to continue from the last successful step.- If you choose
Yes(or press Enter), the installer switches to modular mode. - If you choose
No, the installer continues with regular full installation.
Available modular modes
- Install one component only Runs only the selected component, then exits.
-
Resume from component and continue forward Starts at the selected component and proceeds in supported forward order.
Supported forward order
-
ipr (Internal Private Registry for storing supporting images)
-
dpr (Docker Private Registry for storing application images)
-
mssql (Microsoft SQL Server DB)
-
k0s (Kubernetes cluster)
-
cert-manager (Certificate Manager for Kubernetes)
-
istio (Gateway controller for Kubernetes)
-
ascp (ASCP kit)
-
asra (ASRA kit)
-
dtcs (DTCS kit)
-
sca (SCA kit)
cert-manager -> istio -> ascp -> asra -> dtcs -> scaComponent visibility notes
-
dtcsis shown only when a DTCS kit is available. -
scais shown only when SCA installation is enabled. -
mssqlis shown only for POC/Express deployments. -
dprvisibility depends on deployment mode and DPR selection.
Advisory checks before execution
- For most components, you are warned and asked whether to continue.
- For
istio, if it is already active, the installer warns and skips reinstall in modular flow.
If you need to reinstall istio, clean it first and then
resume from istio.
Failure and recovery
If a component fails, modular execution stops at that component.
- Check the engage log for the failed component.
- Resolve the underlying issue.
- Run modular installation again.
- Choose resume mode and select the failed component.