- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the impact on RSA IGL server IP change?
Have a full blown latest RSA IGL 7.2 P01 working server. This server is getting disconnected now & then, Network couldn't solve the issue. All servers on that sub net is having this issue. They want to change the sub net of this server.
- Is it possible to have #IPchange & take it up from the same state?
- Do we have any property files where IP is getting saved that needs to be modified?
- Tags:
- 7.2
- 7.2 Enablement Hub
- Enablement
- Enablement Hub
- Identity G&L
- Identity Governance & Lifecycle
- IG&L
- IGL
- ipchange
- RSA Identity
- RSA Identity G&L
- RSA Identity Governance & Lifecycle
- RSA Identity Governance and Lifecycle
- RSA IGL
- Version 7.2
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The IP address change isn't a huge problem. Assuming that the network team setup all OS related settings for the IP address, subnet and default gateway … you only need to make ensure the following:
- Update the entries in /etc/hosts to now reflect the correct IP address.
- Ensure your DNS server now has updated entries to reflect the new IP address for the server's hostname.
If you need to change the hostname thought, make sure you use the modifyhostname.sh script. Any attempts to modify the hostname without this script will break the database and application server installation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The IP address change isn't a huge problem. Assuming that the network team setup all OS related settings for the IP address, subnet and default gateway … you only need to make ensure the following:
- Update the entries in /etc/hosts to now reflect the correct IP address.
- Ensure your DNS server now has updated entries to reflect the new IP address for the server's hostname.
If you need to change the hostname thought, make sure you use the modifyhostname.sh script. Any attempts to modify the hostname without this script will break the database and application server installation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Including network interface files that is, ifcfg-bond0 will need to update with new IP
( if you are not using bonding then ifcfg-etho ) and /etc/resolv.conf for dns .
then restart network. (service network restart)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is ifcfg-bond0? Do we have any KB article for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With version 6.9.1 cloning & changing of IP didn't work for me... Is the IP change been tested in any of RSA IGL 7+ versions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Since you have a software bundle with local DB, the IP change will break the Oracle database. You need to follow these steps from the Appendix section of the https://community.rsa.com/docs/DOC-110895
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Pradeep the modifynetworksettings.sh script only applies to the RSA Appliance. The script assumes the default network interface names and configuration files (ifcfg-eth0, ifcfg-bond0) that exist on the RSA Appliance settings and rarely exist on any non-RSA OS.
Changing the only IP address without the script will not break the oracle database as long as DNS and the hosts file are modified accordingly.
Changing the hostname must be done using the modifyhostname.sh if you have a local database, otherwise it will definitely break the Oracle database.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is the default network interface configuration file that comes with the RSA Appliance or OVA installation. If you installed IGL on your own OS, then this file (probably) may not exist in your environment.
Refer to your OS admins to change the IP address, then just make sure the hosts file and DNS records are modified accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As Pradeep suggested for bundled up version, didn't want to spend much time on debugging Oracle issue. Went with new install.
