RSA Authentication Manager 8.x services won't start when network interface adapter eth0 is not found
Originally Published: 2015-04-23
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.x
Product Description: RSA Authentication Manager
Issue
Cause
This virtual machine might have been moved or copied. In order to configure certain management and networking features, VMWare ESX needs to know if this virtual machine was moved or copied.If you don't know, answer "I copied it".
If I copied it was selected, VMWare changes the MAC address to prevent MAC address duplication on the network, as designed. However, the SuSE Linux OS is looking for the old MAC Address, and assumes this is a different adapter.
Resolution
Workaround
- Rename the two files /etc/sysconfig/network/ifcfg-eth0 and /etc/sysconfig/network/ifroute-eth0
sudo mv /etc/sysconfig/network/ifcfg-eth0 /etc/sysconfig/network/ifcfg-eth0.backup sudo mv /etc/sysconfig/network/ifroute-eth0 /etc/sysconfig/network/ifroute-eth0.backup
- Change the names of the files of the new adapter created (for example, eth1) to be eth0
sudo mv /etc/sysconfig/network/ifcfg-eth1 /etc/sysconfig/network/ifcfg-eth0 sudo mv /etc/sysconfig/network/ifroute-eth1 /etc/sysconfig/network/ifroute-eth0
- Edit the file /etc/sysconfig/network/routes and change all references to eth1 to be eth0
- Restart the network service
sudo service network restart
- Restart Authentication Manager services
/opt/rsa/am/server/rsaserv restart all
Related Articles
Self-Service Console doesn't display On-Demand Authentication (ODA) link for RSA Authentication Manager 8.x 241Number of Views RSA Via Lifecycle and Governance User Interface is inaccessible after rebooting an Appliance with the error "This page can… 41Number of Views Can't Attach RSA Authentication Manager 8.1 replica when Primary has migrated data. 467Number of Views How to obtain the version information for RSA Authentication Agent for PAM installed on Linux 394Number of Views Couldn't get lock for /opt/rsa/am/server/logs/rsaserv.log error when trying to list services on RSA Authentication Manager… 423Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA announces the availability of the RSA SecurID Hardware Appliance 230 based on the Dell PowerEdge R240 Server How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle RSA Authentication Manager Upgrade Process Microsoft SQL Server Collectors can no longer connect to the SQL Server database after upgrade to Microsoft SQL Server 201…
Don't see what you're looking for?