Forum
Şirketin network alt yapısını değiştiriyoruz. Bu yüzden dolayı sunucuların ip adresleri ve sınıfları değişecek.(192.0… à 10.0.. gibi). 2 adet hp server üzerine kurulu oracle sunucularımız var. Birinde oracle UCM universal content management(teknik çizimleri pdf halinde paylaşım için) kullanıyoruz diğerinde ise IRM information right management(pdf leri seal lamak için kullanıyoruz)
Her bir sununcunun kendine ait birer ---Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 --- - 64bit var ve ikiside oracle Linux 5.5 üzerine kurulu. İp adreslerini değiştireceğim ama fusion ve weblogic servislerinde değiştirmem gereken birşeyler var mı yada çalıştırmam gereken bir şeyler var mı onu bilmiyorum. Lütfen bu konu ilgili deneyimi olan arkadaşlar yardımcı olabilir mi.
Selam;
Öncelikle Oracle sunucuları RAC (Real Application Cluster) ise onun değiştirme yöntemi biraz farklı ancak değil ise;
Aşağıdaki linkte nasıl yapılacağı tüm ürünler için açıklanıyor. Buradaki adımlardan yapabilirsin. Öncelikle config'lerde ip adresi yerine DNS ismi kullanmışsan işin daha kolay. Ancak IP adresi kullanılmışsa TNS, Listener vb. config'lerin düzenlenmesi gerekiyor.
Bu dökümana göre düzenlemelisin. Yapılandırma işlemi öncesi muhakkak backup almanı tavsiye ederim.
http://docs.oracle.com/cd/E27559_01/core.1112/e28516/host.htm
Teşekkürler
Rac kullanılmıyor. Config lerde hostname i kullanılmış.
Selam
Rac olmaması sana kolaylık sağlayacak.
Makine ismi değişmeyeceği için.
Sadece IP adresini değiştirip
/etc/hosts
dosyasında gerekli IP düzenlemeleri yaptıktan sonra kurtarabilirsin gibi geliyor. Bununla bir deneyebilirsin.
Teşekkürler
Cok tesekkur ederim bilgilendirme icin ama weblogic bundan etkilenir mi orda bir ayar yapmam gerekli mi onu ogrenmek istiyorum.
Selam;
Evet etkilenecek. Bunun için dökümanda bahsettiği adımları uygulaman gerekiyor.
Oracle WebLogic Server and Java components. When you change the host name,
domain name, or IP address of Oracle WebLogic Server, you also automatically
change the information for Java components, such as Oracle SOA Suite and Oracle
WebCenter Portal components that are deployed to Oracle WebLogic Server.
Changing the Network Configuration of a Managed Server
http://docs.oracle.com/cd/E27559_01/core.1112/e28516/host.htm#CHDGEDCF
Changing the Network Configuration of Web Tier Components
http://docs.oracle.com/cd/E27559_01/core.1112/e28516/host.htm#CHDIFIEF
Bunun için
(UNIX) ORACLE_HOME/chgip/scripts/chpiphost.sh
Bu .sh scripti ile aşağıdaki gibi parametreleri düzenleyerek çalıştırman gerekiyor.
chgiphost.sh | chgiphost.bat
[-noconfig] [-version] [-help]
[ -oldhost old_host_name -newhost new_host_name]
[-oldip old_IP_address -newip new_IP_address]
-instanceHome Instance_path
Adımları da sıralamış;
- Task 1 Prepare Your Host
-
Prepare your host for the change:
-
Perform a backup of your environment before you start this procedure. See Chapter 17.
-
Shutdown all Oracle Fusion Middleware processes. See Chapter 4.
-
- Task 2 Change the Host Name, Domain Name, or IP Address
-
Update your operating system with the new host name, domain name, IP address,
or any combination of these. Consult your operating system documentation for
information on how to perform the following steps.-
Make the updates to your operating system to properly change the host name,
domain name, or IP address. -
Restart the host, if necessary for your operating system.
-
Verify that you can ping the host from another host in your network. Be sure
to ping using the new host name to ensure that everything is resolving
properly.
-
- Task 3 Run the chgiphost Command
-
Follow these steps for each Oracle instance that contains Oracle HTTP Server
or Oracle Web Cache on your host. Be sure to complete the steps entirely for one
Oracle instance before you move on to the next.-
Log in to the host as the user that installed Oracle Fusion Middleware.
-
Run the chgiphost command.
The following example changes the host name from host_a to host_b and the
domain name from dom_1 to dom_2 for an Oracle instance named inst_a.chgiphost.sh -noconfig -oldhost host_a.dom_1 -newhost host_b.dom_2 -instanceHome /scratch/Oracle/Middleware/inst_a
-
- Task 4 Restart Processes
-
Restart all Oracle Fusion Middleware processes. See Chapter 4.
Teşekkürler
Çok teşekkür ederim verdiğiniz bilgiler için Koray bey.