How to install the NAC in silent mode for distributed installation with skip DB configuration so we can configure the DB manually.
The response.varfile on documentation isn't explicit of configuration to achieve same.
https://techdocs.broadcom.com/us/en/ca-enterprise-software/intelligent-automation/release-automation-nolio/6-6/installation/install-servers-with-silent-installation.html
Release : 6.6
Component :
The below configurations can be referred and deduced as mentioned below
nolio.install.flows$Boolean=false
nolio.skip.install.db$Boolean=true
nolio.db.password=
nolio.db.user.name=
nolio.db.database.name=
nolio.db.port=
nolio.db.host.name=
nolio.db.create$Boolean=false
The sample configuration enclosed with KB can be referenced to install only NAC with skip DB and local repository.
For reference on how to install/run silent installation, please refer document.