I have ACS configured using central deployment method.
I'm trying to also deploy the configuration settings.
Following 9.4.1 from Getting Started html
Here are the necessary steps:
1. Create the configuration you want to propagate to one or more users.
2. Export the configuration to a file using File->Export Configuration from the main GUI or use the command line option in section 9.1.1 Backup.
3. Move the configuration file to the desired location. There are several available options described later.
4. Set the com.ibm.iaccess.autoimport property in AcsConfig.properties to the path of the configuration file.
5. Set the com.ibm.iaccess.autoimport.version to an integer value that represents the version of the configuration file.
Additional flexibility is provided by allowing the configuration file to be distributed within acsbundle.jar or in the same directory as acsbundle.jar. For either case, set com.ibm.iaccess.autoimport with the name of the file without a preceding path:
com.ibm.iaccess.autoimport=acs_bak.zip
A special value of * is allowed for com.ibm.iaccess.autoimport.version:
com.ibm.iaccess.autoimport.version=*
This will always import the configuration regardless of any previous version.
Step 2 created acs_bak.zip on my PC.
Step 3 - I copied this file to my central deployment sever folder location. \\XXX\c$\Shares\IBM ACS FULL\Current\ acs_bak.zip
Steps 4 and 5 - I updated my AcsConfig.properties file to contain the two lines below.
#################################################################################
# Automatically Import a Configuration:
#
# The following properties may be used to automatically set up a configuration
# for new users or to update a configuration for existing users:
com.ibm.iaccess.autoimport=acs_bak.zip
com.ibm.iaccess.autoimport.version=*
# See the GettingStarted document for more details.
None of settings are being deployed when I run install_acs_64_allusers.js
Anyone in the group have this working?
Thank You
_____
Paul Steinmetz
IBM i Systems Administrator
Pencor Services, Inc.
462 Delaware Ave
Palmerton Pa 18071
610-826-9117 work
610-826-9188 fax
610-349-0913 cell
610-377-6012 home
psteinmetz@xxxxxxxxxx
http://www.pencor.com/
As an Amazon Associate we earn from qualifying purchases.