change IP, hostname on Oracle Grid Infrastructure for a Standalone Server
Hi,
I have installed Oracle Grid Infrastructure for a Standalone Server.
I have created one ASM disk group on couple of raw disks (on windows 2008 virtual environment).
I have created one database on this ASM disk group.
After executing:
crs_stat -t
C:\Users\Administrator>crs_stat -t
Name Type Target State
-----------------------------------------------
ora.DATA.dg ; ora....up.type ONLINE ONLINE
ora....ER.lsnr ora....er.type ONLINE ONLINE
ora.asm ; ora.asm.type ; ONLINE ONLINE
ora.cssd ; ora.cssd.type ; ONLINE ONLINE
ora.evmd ; ora.evm.type ; ONLINE ONLINE
ora.ons ; ora.ons.type ; OFFLINE OFFLINE
ora.uros.db ; ora....se.type ONLINE ONLINE
I plan to move this virtual machine to other network location, so I will change IP address and hostname of this machine.
What is the regular procedure I must follow to change:
- IP address
- hostname
in this environment of Grid infrastructure for Standalone Server?
Thanks.