8.x deployment on Microsoft Azure
8.x deployment on Google Cloud
When deploying the Authentication Manager on a cloud platform, the deployment fails with:
Configuring network settings...
'CursesUI' object has no attribute 'colors'
Traceback (most recent call last):
File "/opt/rsa/am/utils/bin/appliance/initialNetworkConfig.py", line 15, in main
network.states.execute(network.initialConfig(screen, networkSettingsManager, ovfEnvReader), network.states.NetworkSettings())
File "/opt/rsa/am/utils/bin/appliance/network/states.py", line 16, in execute
nextState = nextState(settings)
File "/opt/rsa/am/utils/bin/appliance/network/states.py", line 118, in __call__
transition = self.execute(state)
File "/opt/rsa/am/utils/bin/appliance/network/states.py", line 213, in execute
self.complain("The network settings you entered are invalid. Please fix the following errors:\n")
File "/opt/rsa/am/utils/bin/appliance/network/states.py", line 133, in complain
self.screen.println(msg, self.screen.colors.red, True)
AttributeError: 'CursesUI' object has no attribute 'colors'
None
An error occured while attempting to configure the network
Please restart and try again.
This is caused by an incorrect subnet mask in the configuration.
The subnet mask does not allow for the configured IP address and Gateway. Example:
gateway=192.168.0.1
ip=192.168.17.221
netmask=255.255.255.0
This subnet mask will not allow for this gateway and IP configuration.
Calculate allowed IP addresses for specified netmask
Related Articles
Release Notes Archive - Cloud Authentication Service and Authenticators (October 2024 - March 2024) 418Number of Views Identity Confidence 143Number of Views How to obtain the newer version of database public schema? 55Number of Views View Recent Authentication Activity in the User Dashboard 94Number of Views RSA Governance & Lifecycle Advanced Dashboards Library Release Notes - Revision 3.0 12Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide How to Download OTP Token Seed Files from myRSA Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU How to factory reset an RSA Authentication Manager 8.x hardware appliance without a factory reset button from the Operatio…