OAS - CHANGING  HOSTNAME

Hi,
I have 2 servers working in Service Guard cluster.
The dcmctl listcomponents gives OC4J (2 instances) and OHS.
When the application is moved to other node (ie. because of failure) then it doesn;t start. I suppose it is connected with different hostname of these two nodes.
In this configuration, is it possible to in easy way change the hostname in configuration ???
I will be greatfull for any ideas..
Radek

Change Hostname of database & application
Steps to be followed:
1)     Database & Application must be open.
1. Deregister the current database server (Required)
As the database hostname and/or port will be changed, the current database server node needs to be de-registered.
To deregister the current database server node, run the following command as the owner of the Oracle RDBMS file system and current database instance:
2)     Login on database in our case login on machine 192.168.1.182 with orat user.
3)     Go to this directory by following command:
4)     orat@emaarmgft $ cd $ORACLE_HOME/appsutil
5)     Type this command:
6)     orat@emaarmgft $ perl bin/adgentns.pl appspass=apps contextfile=DEV_emaarmgft.xml -removeserver
7)     output is something like this:
Generate Tns Names
Classpath : :/u04/oracle/devdb/9.2.0/jre/1.4.2/lib/charsets.jar:
/u04/oracle/devdb/9.2.0/jre/1.4.2/lib/core.jar:/u04/oracle/devdb/9.2.0
/jre/1.4.2/lib/graphics.jar:/u04/oracle/devdb/9.2.0/jre/1.4.2/lib/javaplugin.jar
:/u04/oracle/devdb/9.2.0/jre/1.4.2/lib/security.jar:/u04/oracle/devdb/9.2.0/jre/
1.4.2/lib/server.jar:/u04/oracle/devdb/9.2.0/jre/1.4.2/lib/xml.jar:/u04/oracle/d
evdb/9.2.0/jdbc/lib/classes12.jar:/u04/oracle/devdb/9.2.0/appsutil/java/xmlparse
rv2.zip:/u04/oracle/devdb/9.2.0/appsutil/java:/u04/oracle/devdb/9.2.0/jlib/netcf
g.jar
Loading ORACLE_HOME environment from /u04/oracle/devdb/9.2.0
Logfile: /u04/oracle/devdb/9.2.0/appsutil/log/DEV_emaarmgft/10251131/NetServiceHandler.log
adgentns.pl exiting with status 0
ERRORCODE = 0 ERRORCODE_END
2. Deregister the current Applications server (Required)
As the Applications hostname will be changed, the current Applications server node needs to be de-registered.
To deregister the current Applications server node, run the following command as the owner of the Oracle Applications file system and current database instance:
perl $AD_TOP/bin/adgentns.pl appspass=<APPSpwd> \
contextfile=<CONTEXT> -removeserver
Login in application: applt
Go to following directory;
applt@emaarmgft$ cd $APPL_TOP/admin
then put the following command:
perl $AD_TOP/bin/adgentns.pl appspass=<APPSpwd> \
contextfile=DEV_emaarmgft.xml -removeserver
=======================================================================================================
Locate the System Name:
The System name is the database name
Verify with sql query:
select DB_NAME from FND_DATABASES;
Locate the server name corresponding to the tier in question:
Query on the Applications tier:
select NAME, SERVER_TYPE from FND_APP_SERVERS, FND_NODES
where FND_APP_SERVERS.NODE_ID = FND_NODES.NODE_ID and
SERVER_TYPE='APPS' and FND_NODES.NODE_NAME=upper('hostname');
Run the following PL/SQL block:
begin
FND_NET_SERVICES.remove_server('<SYSTEM_NAME'>, '<SERVER_NAME>');
end;
IN our case Something is like this:
8)     then login in sqlplus
9)     put this command
10)     SQL> conn
Enter user-name: apps
Enter password:
Connected.
SQL> begin
2 fnd_net_services.remove_server('DEV','emaarmgft_DEV_APPS');
3 end;
4 /
PL/SQL procedure successfully completed.
SQL> commit;
     Commit complete.
=================================================================================================
2. Update the AutoConfig Context files in Database Tier (conditional)
If the Context file values have already been changed previously and you had to manually remove the Tier server, then you can skip this step
Create a new context file using the following syntax:-
This will create a new Context file of the format <SID>_<new hostname>.xml in the current working directory
11)     Then go to following path like this:
12)     Login in orat
13)     cd $ORACLE_HOME/appsutil
14)     Type this command orat@emaarmgft $ perl ./bin/adclonectx.pl contextfile=$CONTEXT_FILE
15) Output this something like this
/u04/oracle/devdb/9.2.0/jre/1.4.2/bin/java -classpath /u04/oracle/devdb/9.2.0/jd
bc/lib/classes12.jar:/u04/oracle/devdb/9.2.0/appsutil/java/xmlparserv2.zip:/u04/
oracle/devdb/9.2.0/jre/1.4.2/lib/rt.jar:/u04/oracle/devdb/9.2.0/appsutil/java: o
racle.apps.ad.context.CloneContext -e /u04/oracle/devdb/9.2.0/appsutil/DEV_emaa
rmgft.xml -perl "/u04/oracle/devdb/9.2.0/Apache/perl/bin/perl" -perl5lib "/u04/o
racle/devdb/9.2.0/Apache/perl/lib/5.00503:/u04/oracle/devdb/9.2.0/Apache/perl/li
b/site_perl/5.005:/u04/oracle/devdb/9.2.0/appsutil/perl" -tmpl ./bin/../template
/adxdbctx.tmp
Provide the values required for creation of the new Database Context file.
Do you want to use a virtual hostname for the target node (y/n) [n] ?:
Target hostname [emaarmgft]:emgftest
Target instance is a Real Application Cluster (RAC) instance (y/n) [n]:
Target System database name [DEV]:
Oracle OS User [orat]:
Oracle OS Group [dba]:
Target system RDBMS ORACLE_HOME directory [u04/oracle/devdb/9.2.0]:
Target system utl_file accessible directories list [usr/tmp]:
Number of DATA_TOP's on the target system [4]:
Target system DATA_TOP 1:
RC-00212: Warning: Input value cannot be null
Target system DATA_TOP 1:1
RC-00213: Warning: The path specified must be the absolute path
Target system DATA_TOP 1: /u04/oracle/devdb
Target system DATA_TOP 2: /u04/oracle/devdata
Target system DATA_TOP 3: /u04/oracle/devab
Target system DATA_TOP 4: /u04/oracle/devbc
Do you want to preserve the Display set to emaarmgft:0.0 (y/n) [y] ?:n
Target system Display [emgftest:0.0]:
Do you want to preserve the port values from the source system on the target sys
tem (y/n) [y] ?:
Database port is 1522
New context path and file name [DEV_emgftest.xml]:
Creating the new Database Context file from :
/u04/oracle/devdb/9.2.0/appsutil/template/adxdbctx.tmp
The new database context file has been created :
/u04/oracle/devdb/9.2.0/appsutil/DEV_emgftest.xml
Log file located at /u04/oracle/devdb/9.2.0/appsutil/CloneContext_10251144.log
orat@emaarmgft $
=============================================================================================
2. Update the AutoConfig Context files in Application Tier(conditional)
If the Context file values have already been changed previously and you had to manually remove the Tier server, then you can skip this step
Create a new context file using the following syntax:-
cd $APPL_TOP/admin
perl $AD_TOP/bin/adclonectx.pl contextfile=$CONTEXT_FILE
This will create a new Context file of the format <SID>_<new hostname>.xml in
Login in Application: applt
applt@emaarmgft$ cd $APPL_TOP
applt@emaarmgft$ perl $AD_TOP/bin/adclonectx.pl contextfile=$CONTEXT_FILE
This will create a new contextfile. In our case a new contextfile will create in $APPL_TOP/admin directory with this name:
DEV_emgftest.xml
===========================================================================================
3. Shutdown the Applications Tier Services (Required)
Shutdown the Middle Tier services using the script under the following location:-
applt@emaarmgft$ cd $APPLCSF/scripts/DEV_emaarmgft
applt@emaarmgft$ ./adstpall.sh apps/apps
Run AutoConfig on the Database Tier (Required)
Run AutoConfig on the database tier node using the following syntax:-
cd <RDBMS ORACLE_HOME>/appsutil/bin/
./adconfig.sh contextfile=<RDBMS ORACLE_HOME>/appsutil/<SID>_<new_hostname>.xml
15)     go to following path like this:
16)     orat@emaarmgft $ cd $ORACLE_HOME/appsutil
17)     orat@emaarmgft $ cd bin
18)     orat@emaarmgft $ ./adconfig.sh contextfile=$ORACLE_HOME/appsutil/DEV_emgftest.xml
19)     output is something like this:
Enter the APPS user password:
AutoConfig is configuring the Database environment...
AutoConfig will consider the custom templates if present.
Using ORACLE_HOME location : /u04/oracle/devdb/9.2.0
Classpath : :/u04/oracle/devdb/9.2.0/jre/1.4.2/lib/cha
rsets.jar:/u04/oracle/devdb/9.2.0/jre/1.4.2/lib/core.jar:/u04/oracle/devdb/9.2.0
/jre/1.4.2/lib/graphics.jar:/u04/oracle/devdb/9.2.0/jre/1.4.2/lib/javaplugin.jar
:/u04/oracle/devdb/9.2.0/jre/1.4.2/lib/security.jar:/u04/oracle/devdb/9.2.0/jre/
1.4.2/lib/server.jar:/u04/oracle/devdb/9.2.0/jre/1.4.2/lib/xml.jar:/u04/oracle/d
evdb/9.2.0/jdbc/lib/classes12.jar:/u04/oracle/devdb/9.2.0/appsutil/java/xmlparse
rv2.zip:/u04/oracle/devdb/9.2.0/appsutil/java:/u04/oracle/devdb/9.2.0/jlib/netcfg.jar
Using Context file : /u04/oracle/devdb/9.2.0/appsutil/DEV_emgftest.xml
Context Value Management will now update the Context file
Updating Context file...COMPLETED
Attempting upload of Context file and templates to database...COMPLETED
Updating rdbms version in Context file to db920
Updating rdbms type in Context file to 64 bits
Configuring templates from ORACLE_HOME ...
AutoConfig completed with errors.
The log file for this session is located at: /u04/oracle/devdb/9.2.0/appsutil/log/DEV_emgftest/10251218/adconfig.log
=======================================================================================================
Run AutoConfig on the Applications Tier(s) (Required)
Run AutoConfig on the Applications tier node using the following syntax:-
cd <COMMON_TOP>/admin/scripts/<CONTEXT_NAME>
./adautocfg.sh appspass=<appspasswd>
20)     login in application with applt
21 ) then go to follwing directory
22) cd $APPLCSF/scripts/DEV_emgftest/
23) applt@emaarmgft $ ./adautocfg.sh appspass=apps
24) Output is something like this:
AutoConfig is configuring the Applications environment...
AutoConfig will consider the custom templates if present.
Using APPL_TOP location : /u03/oracle/devappl
Classpath : :/usr/java14/jre/lib/charsets.jar:/usr/jav
a14/jre/lib/core.jar:/usr/java14/jre/lib/graphics.jar:/usr/java14/jre/lib/ibmcer
tpathprovider.jar:/usr/java14/jre/lib/ibmjaaslm.jar:/usr/java14/jre/lib/ibmjcefw
.jar:/usr/java14/jre/lib/ibmjgssprovider.jar:/usr/java14/jre/lib/ibmjssefips.jar
:/usr/java14/jre/lib/ibmjsseprovider.jar:/usr/java14/jre/lib/ibmorb.jar:/usr/jav
a14/jre/lib/ibmorbapi.jar:/usr/java14/jre/lib/ibmpkcs.jar:/usr/java14/jre/lib/ja
vaplugin.jar:/usr/java14/jre/lib/security.jar:/usr/java14/jre/lib/server.jar:/us
r/java14/jre/lib/xml.jar:/usr/java14/lib/dt.jar:/usr/java14/lib/tools.jar:/u03/o
racle/devcomn/java/appsborg2.zip:/u03/oracle/devcomn/java
Using Context file : /u03/oracle/devappl/admin/DEV_emaarmgft.xm
l
Context Value Management will now update the Context file
Updating Context file...COMPLETED
Attempting upload of Context file and templates to database...COMPLETED
Configuring templates from all of the product tops...
Configuring AD_TOP........COMPLETED
Configuring FND_TOP.......COMPLETED
Configuring ICX_TOP.......COMPLETED
Configuring IEO_TOP.......COMPLETED
Configuring ABM_TOP.......COMPLETED
Configuring ECX_TOP.......COMPLETED
Configuring BIS_TOP.......COMPLETED
Configuring GL_TOP........COMPLETED
Configuring AMS_TOP.......COMPLETED
Configuring CCT_TOP.......COMPLETED
Configuring WSH_TOP.......COMPLETED
Configuring CLN_TOP.......COMPLETED
Configuring OKE_TOP.......COMPLETED
Configuring OKL_TOP.......COMPLETED
Configuring OKS_TOP.......COMPLETED
Configuring CSF_TOP.......COMPLETED
Configuring XNC_TOP.......COMPLETED
Configuring IGS_TOP.......COMPLETED
Configuring IBY_TOP.......COMPLETED
Configuring PA_TOP........COMPLETED
Configuring JTF_TOP.......COMPLETED
Configuring MWA_TOP.......COMPLETED
Configuring CN_TOP........COMPLETED
Configuring CSI_TOP.......COMPLETED
Configuring WIP_TOP.......COMPLETED
Configuring CSE_TOP.......COMPLETED
Configuring EAM_TOP.......COMPLETED
Configuring IMT_TOP.......COMPLETED
Configuring FTE_TOP.......COMPLETED
Configuring ONT_TOP.......COMPLETED
Configuring AR_TOP........COMPLETED
Configuring AHL_TOP.......COMPLETED
Configuring OZF_TOP.......COMPLETED
Configuring IES_TOP.......COMPLETED
Configuring CSD_TOP.......COMPLETED
Configuring IGC_TOP.......COMPLETED
AutoConfig completed successfully.
The log file for this session is located at: /u03/oracle/devappl/admin/DEV_emaar
mgft/log/10251222/adconfig.log
5. Shutdown the Database Listener (required)
Shutdown the DB TNS listener using the script under the following location (old configuration script)
<RDBMS ORACLE_HOME>/appsutil/scripts/<old SID_hostname>/addlnctl.sh stop {listener}
6. Shutdown the Database (conditional)
If the hostname of the Database Tier is to be changed shutdown the Database now
Shutdown the DB TNS listener using the script under the following location (old configuration script)
<RDBMS ORACLE_HOME>/appsutil/scripts/<old SID_hostname>/addbctl.sh stop immediate
26)     then login in oracle user like orat
27)     go to this directory
28)     cd $ORACLE_HOME/appsutil/scripts/DEV_emaarmgft
29)     shutdown the listener
30)     shutdown the database.
Change the machine hostname (conditional)
Login in root user
Type the following command:
# chdev –l inet0 –a hostname=emgftest
Change the hostname like:
# vi /etc/hosts
This will open a vi editor
Type the following entry:
192.168.1.182     emgftest.emaarmgf.com
save it .
Shutdown the Machine:
#shutdown –r
Start the Database (conditional)
If the database was stopped in a previous step, source your new environment file, and start the Database
<RDBMS ORACLE_HOME>/appsutil/scripts/<new SID_hostname>/addbctl.sh start
9. Start the DB TNS Listener (required)
Source you new environment file and start the Database listener
<RDBMS ORACLE_HOME>/appsutil/scripts/<new SID_hostname>/addlnctl.sh start {listener}
If the port was changed, ensure it starts on the new port
10. Start the Applications Tier Services
Start the Applications Tier Services using the following script:-
$COMMON_TOP/admin/scripts/<SID_hostname>/adstrtal.sh apps <appspasswd>

Similar Messages

  • What needs to be changed if we change hostname in linux

    Dear all,
    I have a question and will appreciate for appropriate answer(s).
    My machine name was lxcms120.cern.ch and Oracle 10g DB was running fine on it (listener, DB, Enterprise Manager). It is not a production system rather a test system.
    Now, i changed its name to docms11.cern.ch
    I change hostname in listener.ora & tnsnames.ora and listener started successfully.
    I started db from sqlplus and it started without any complaints.
    Now, when i tried to start Enterprise Manager (emctl start dbconsole), it didn't and return this error.
    OC4J Configuration issue. /localscratch/orahome/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_docms11.cern.ch_oralxcms120 not found.
    Now, i know that when the machine name was initially lxcms120, it was /localscratch/orahome/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_lxcms120.cern.ch_oralxcms120
    and if i go to that directory, i could see OC4J_DBConsole_lxcms120.cern.ch_oralxcms120 but of course there is no OC4J_DBConsole_docms11.cern.ch_oralxcms120
    My dbname instance is oralxcms120 and has nothing to do with hostname.
    So, what is the solution to the problem. Moreover, are there any steps to do while changing hostname of the oracle database like in my case which i can follow to make all required changes.
    Best regards,
    Anjum

    You will need to do a little more than just directory rename,
    From Oracle document,When the database host name (including the domain name) or the IP address changes, deconfigure and then reconfigure the Database Console with the repository create command. Run the following command:
    emca -deconfig dbcontrol db -repos drop
    emca -config dbcontrol db -repos create
    or
    emca -deconfig dbcontrol db
    emca -config dbcontrol db -repos recreate
    http://download.oracle.com/docs/cd/B19306_01/em.102/b40002/structure.htm#CACBBFGI

  • How to repair Open Directory Master after Changing Hostname

    Summary:
    How to repair Open Directory after Changing your Server's Hostname (see separate post)
    Problem:
    I had to change our server's hostname from a private hostname (server.name.private) to a public hostname (name.dyndns.org).
    Procedure:
    1. Precautions:
    Since I was anticipating major dramas I tested the change of hostname on a clone ( I used Super Duper, and I very strongly advise everybody to heed this warning because a change of hostname will corrupt your server services, in particular Open Directory)
    Second, I exported the network users from Server Admin and copied the archive to the Drop Folder of the server's local account (because the network accounts will be unavailable after demoting the OD Master.)
    2. Change hostname and demote OD Master
    a) I re-booted the server from the clone
    b) I changed the hostname in Server App and I noticed that the Open Directory Password and the Kerberos database were still stuck with the old hostname.
    c)  I then demoted to a standalone directory (Server Admin) and I tried to promote the server to an OD Master using the Server App (Manage Network Accounts). Server App always returned an error saying I should check my network settings.
    3. List of 'fixes'
    I tried the following fixes to no avail (which does not mean that you can skip them)
    a) I checked the DNS entries, forward and reverse were working fine (sudo checkip -changehostname)
    b) Checked with Lookup in Network Utility, all was fine
    c) I deleted all system certificates (Keychain) which showed the name of the previous hostname
    ( N.B. you need not delete email certificate and private/public keys)
    d) I tried to assign a new static IP in Networking Preferences (had no visible result)
    e) I re-booted from the working drive and I re-paired permissions on the clone; I ran disk repairs.
    Despite all this I could not re-create an OD Master.
    I then looked for this dubious folder /var/root/Library/Application Support/Certificate Authority.
    I could not find this folder when using the Finder's Go To Folder, nor did "Easy Find" see this folder.
    I was about to give up when I read the posts on this page and I entered the Terminal commands
    sudo rm -R /var/root/Library/Application\ Support/Certificate\ Authority/
    I had not much hope when I set about to re-create the OD Master from the Server App.
    But lo and behold !!! I did not trust my eyes when Server App claimed that the OD Master had been successfully created. And indeed, Server admin showed a running OD Master, LDAP, Kerberos and Password Server all running again !
    Final touch: re-import the user accounts.
    Epilogue:
    I woud not have been able to fix this issue had not so many others shared their experience and the working solution.
    (Refer : https://discussions.apple.com/thread/3219325?start=0&tstart=0 )
    Thank you all !
    Let's hope that Apple will fix this annoying issue in the next server update.
    Regards,
    Twistan

    Hi Rhyan,
    Please try clearing the security cache
    http://www.sharepointanalysthq.com/2014/05/active-directory-groups-and-sharepoint-security/
    https://sergeluca.wordpress.com/2013/07/06/sharepoint-2013-use-ag-groups-yes-butdont-forget-the-security-token-caching-logontokencacheexpirationwindow-and-windowstokenlifetime/
    http://webactivedirectory.com/active-directory/windows-active-directory-cached-user-credentials/
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Changing hostname on Callmanager 6.1 and generate new SSL

    I'm looking to change the hostname of our Callmanager because of a change in the naming convention for all our servers.
    Is it as easy as it seems or are there any precautions I need to be aware of?
    My thoughts were to just Change hostname under Cisco Unified CM Configuration for both PUB and SUB
    Since I use mostly IP address for most of my configuration, are there anything else I need to be concerned about?
    Also, how do I generate a new SSL cert based on this change so admins and users won't get a certificate mismatch prompt?
    Thanks!

    Hi Ken,
    Thought you might want to see this
    CSCtf23432 Bug Details Bug #11 of 38 | < Previous | Next >
    CUCM Hostname change does not update self-signed certificates
    None
    Symptom:
    After a hostname change, self-signed certificates are not regenerated.  Web browser may indicate
    that the CUCM certificate is not valid.
    Conditions:
    hostname change procedure.
    Workaround:
    From the os admin page:
    1) security->certificate management
    2) select "find"
    3) for all the self-signed certs (identified by the description field),
    select regenerate.
    Further Problem Description:
    n/a
    Status
    Fixed             
    Severity
    3 - moderate
    Last Modified
    In Last Year        
    Product
    Cisco Unified Communications Manager (CallManager)         
    Technology
    1st Found-In
    7.1(2)       
    Fixed-In
    8.0(2.98000.25)
    8.0(2.10000.4)
    7.1(4.98000.167)
    8.0(2.98000.31)
    8.0(2.10000.24)
    7.1(5.10000.12)
    Cheers!
    Rob

  • Change hostname/domain in ebs 12.0.6

    Hi All,
    I have single node installation of EBS R12 (12.0.6) and database version is 10.2,
    I want to change hostname and domain name of application and database.
    I have found this document (ID 341322.1). i think this document is for  EBS 11i ,
    may i follow this document on EBS R12 ?
    Thank & Regards
    Ravi Kumar

    Hi Ravi,
    Please have a look at the following notes, applicable to r12:
    How to change the hostname and/or port of the Database Tier using AutoConfigNote (338003.1 )
    How to change the hostname of an Applications Tier using AutoConfig (341322.1 )
    You may follow link:
    CHANGE HOSTNAME OR IP-Address OR DOMAIN NAME ON APPS-TIER OR DB-TIER in R12
    http://applicationsdba.blogspot.com/2011/04/r12-iphost-name-change.html
    Additionally, 2nd step would be..
    - Run preclone script on DB and Apps Tier
    - Change network necessary changes
    - Run the post clone script.
    Hope this helps!
    Best Regards 

  • Cluster changing hostname & Logical host

    hello I have sunCluster 3.1 update 4.
    the cluster is 2(v440) + 1(v240) installed on solaris8.
    Did anyone actualy succeeded to change the hostnames of all the nodes & Logical host on SunCluster system like above?
    I saw a procedure that is not realy supported :
    1. Reboot cluster nodes into non-cluster node (reboot -- -x)
    2. Change the hostname of the system (nodenames, hosts etc)
    3. Change hostname on all nodes within the files under /erc/cluster/ccr
    4. Regenerate the checksums for each file changed using ccradm -I /etc/cluster/ccr/FILENAME -0Reboot every cluster node into the cluster
    is it works?
    Thanks & Regards

    So if I understand you correctly, you have two metasets already created and mounted. If so, this is a fairly tricky process (outlined from memory):
    1. Backup your data
    2. Shut down the RGs using scswitch -F -g <RGnames>, make the RGs unmanaged
    3. Unmount the file systems
    4. Deconstruct the metasets and mediators
    5. Shutdown the cluster and boot -x
    6. Change the hostnames in /etc/inet/hosts, etc
    7. Change the CCR and re-checksum it
    8. Reboot the cluster into cluster mode
    9. Re-construct metasets and mediators with new host names
    10. scswitch -Z -g <RGs>
    If you recreate your metasets in the same way as they were originally created and the state replicas haven't changed in size, then the data should be intact.
    Note - I have not tried this process in a long time. Remember also that changing the CCR as described previously is officially unsupported (partly because of the risks involved).
    Regards,
    Tim
    ---

  • Oracle 11.2 standalone grid infrastructure - change hostname

    Hi
    I have changed hostname of my server running RHEL 5.3 with Oracle 11.2 Grid Infrastructure (standalone). After I changed the hostname of the server, the crs daemon stopped working and I cannot connect to my +ASM instance any longer.
    In Oracle 10g2it was enough to run localconfig delete, localconfig add
    What should I do in 11.2 ?
    Thanks for help
    Groxy

    Hi Groxy,
    I recently found myself asking the same question and after a fair amount of digging around I found a way to do it. Your question is now a few months old, so maybe you have found the solution already, but if not the key is using roothas.pl rather than localconfig. I have written a brief blog post covering the approach I used, so please check that out if you want more information.
    [http://oraganism.wordpress.com/2009/12/20/11-2-changing-hostname/|http://oraganism.wordpress.com/2009/12/20/11-2-changing-hostname/]
    I hope this helps.
    Martin

  • How to disable auto-changing hostname?

    I set my computer a hostname (let's say "MyComputer"), but when I connect to wired network, it changes hostname to whatever reverse DNS IP lookup turns out (let's say "Workstation312").
    I know I can change the hostname using "hostname" in terminal- but is there a way to disable auto-changing hostname?

    Hi,
    Please try the steps in the following thread to see whether it could help:
    Remove IE10's “clear field” X button on certain inputs?
    http://stackoverflow.com/questions/14007655/remove-ie10s-clear-field-x-button-on-certain-inputs
    Regards,
    Vincent Wang
    TechNet Community Support

  • R12 Change Hostname

    hi,
    I want to change hostname of R12 Database and Application servers
    Ebiz R12 is running in 2 RAC DBtier and 2 appstier
    Can anyone share a documents on how to configure this
    Can this be done without a downtime?
    regards,
    rose

    Hi,
    You will have to follow the steps in these documents (it is applicable for 11i and R12).
    Note: 338003.1 - How to change the hostname and/or port of the Database Tier using AutoConfig
    Note: 341322.1 - How to change the hostname of an Applications Tier using AutoConfig
    Regards,
    Hussein

  • Change hostname of MaxDB server.

    Dear All,
    I want to change hostname of MaxDB server.
    For the Oracle, some parameter should be changed. (ex.listener file).
    What about MaxDB?
    Regards,
    Kim

    Hi,
    this link may help you...
    [Hostname change on R/3 hosts running SAP DB or MaxDB.|Hostname change on R/3 hosts running SAP DB or MaxDB.]
    AND
    [http://www.saptechies.com/changing-host-name-on-r3-host-what-do-you-do/|http://www.saptechies.com/changing-host-name-on-r3-host-what-do-you-do/]
    Regards.
    Rajesh Narkhede

  • How to change hostname on NetWeaver  2004s NW (Win2k3 + MSSQL)

    Hi,
    I'm a Virtualization expert @SAP IT. I was aked to provide a solution for hostname change process for cloned virtual machines. Here, i'm posting my solution but use it on your own risk and sideeffects can appear too (applicable to NW 2004s - don't know about side effects till now).
    1. Change your hostname to a new one  (newsid for clonned) and stop SAP services with prefix SAPXYZ_AB
    2. open the c:\Windows\System32\drivers\etc\hosts file and add your previous hostname at the end of 127.0.0.1 line:
        127.0.0.1       localhost      youroldhostname
    3. Use sql enterprise manager (or other SQL tool) in order to connect NW's database.
    4. NW's database is a database with a SAP systemID - XYZ and locate J2EE_CONFIGENTRY table
    5. Open a query window and check the following SQL Query for previous appearances of your hostname
    SELECT     *
    FROM        J2EE_CONFIGENTRY
    WHERE     (UPPER(VSTR) = 'YOUROLDHOSTNAME-WITH-CAPITAL-LETTERS')
    6. If this query returns results - run the following SQL update command
    UPDATE    J2EE_CONFIGENTRY
    SET              VSTR = 'NEWHOSTNAME'
    WHERE     (UPPER(VSTR) = 'YOUROLDHOSTNAME-WITH-CAPITAL-LETTERS')
    7. if step 5 failed try to run query w/oout where statement
    Best regards,
    Boris Mikhailovski
    System & Software engineer
    Message was edited by:
            Boris Mikhailovski

    > I'm a Virtualization expert @SAP IT. I was aked to provide a solution for hostname change process for cloned virtual machines. Here, i'm posting my solution but use it on your own risk and sideeffects can appear too (applicable to NW 2004s - don't know about side effects till now).
    Just as addition:
    "Officially" it's not supported to rename instances, this is especially true for Java instances:
    Note 757692 - Changing the hostname for J2EE Engine 6.40/7.0 installation
    <...>
    This note should be applied only when the hostname of a machine where the j2ee engine was already installed has changed. It does not replace the SAP official system copy procedure and MUST NOT be used for copying of an instance to another host and/or with different SID.
    <...>
    Markus

  • Change Hostname of an AIX system running Solman 4.0 and Oracle 10

    Hello all,
    I need to change the hostname of a server running SAP Solution Manager 4.0.
    The server, OS, IP address will be the same.
    I don't know what are the steps to make this correctly. I think that I need to make changes on Oracle and SAP files.
    My Solman is running on IBM AIX 5.3, Kernel 7.00 unicode and Oracle 10.2.0.1.
    Can anybody help me?
    Thanks a lot!

    Hi Carlos,
    The procedure of changing the hostname is described in SAP note :
    8307 - Changing host name on R/3 host: What do you do?
    Hope it helps.
    Regards,
    Marcelo

  • Problem with changing hostname

    At work, I got a new Mac but seems that it was on display (turned on) at the store where it was bought from. This means that some minor low level setting are still there (even though when I started it, it showed me the welcome wizard).
    The problem is that even though I changed my computer's name from the Sharing preferences pane to WorkEthaMac, Leopard still thinks that its url is something-else.my-company.com. I can still access my mac from inside the company's network using workethamac.local but whenever I go to Web Sharing in the Sharing pane, it states that the url is something-else.my-company.com and the same is returned when I do hostname in the terminal.
    This means that I cannot access my mac from outside the network using workethamac.my-company.com which totally *****.
    Should I create a /etc/hostname (my linux colleague's idea) or is there another way to actually change my hostname?

    I have tried this several times (mostly in the morning before I boot my mac) and I get a lot of text but none of it comes close to something-else or workethamac.
    The only thing that I get that's close to a hostname are 2 urls:
    A.ROOT-SERVERS.NET.
    NSTLD.VERISIGN-GRS.COM.

  • Changing hostname beyond changeip

    I'm trying to get the hostname changed on my server after doing a fresh install with 'macsrv1.local' as the initial hostname.
    Doing changeip worked to change 'macsrv1.local' to 'macsrv1.domain.com' so that 'uname -a' reflects the new fqdn. My dns entry is fully under my control and has a proper reverse lookup record.
    What I can't figure out is how to get the gui to reflect the new domain. Server admin shows local hostname as 'macsrv1.local' and under System Preferences - Sharing, using the edit button gives me a fqdn with the '.local' greyed so that I can't modify it.
    What am I missing?

    Hmmmm.. After talking to XServ support on the phone, I understand the distinction of .local
    New to me - any OSX computer will show up with .local in server manager and this is functionally equivilant to 'loopback' or 127.0.0.1
    No longer a problem.

  • SMC Error after change hostname. Solaris9/Sparc

    Hello friends:
    We have a little problem with Solaris Management Console after changing out hostname in Solaris9/Sparc.
    After change de hostname using sys-unconfig, we had to go to Console -> Preferences -> Home Toolbox location and change the hostname of our host. After doing this S.M.C. began to run another time....OK
    Now it runs all OK, but we can see the next error inside the left toolbar:
    LegacyAppTool.client.LaunchLegacyAppTool
    Clicking on it we can see:
    The specified host machine could not be resolved into a valid IP address.
    In the toolbar we can see .... host not found.
    How you can see S.M.C. continues looking for our old hostname for something.
    Where could we change it?
    What do we have to do to delete this error? ( we like the perfection ;) )
    We have been looking for it, but has been impossible.
    A lot of thank's.

    If you go to /var/sadm/smc/toolboxes/this_computer and edit the this_computer.tbx XML file, you'll notice that the last section in the end of the file looks something like this:
      <Tool TreeDisplay="false">
        <Name>Terminal</Name>
        <ServerName>unknown</ServerName>
        <ClassName>LegacyAppTool.client.LaunchLegacyAppTool</ClassName>
        <Properties>
          <Key>Name</Key> <Value>Terminal</Value>
          <Key>Type</Key> <Value>XAPP</Value>
          <Key>Command</Key> <Value>/usr/dt/bin/dtterm</Value>
        </Properties>
      </Tool>Change the key <ServerName>unknown</ServerName> with <ServerName><?server ?></ServerName> and you won't not see the same error in SMC.
    This also happens with Solaris 10.

Maybe you are looking for

  • Reading a text file into a clob

    Hi guys, I'm trying to read in a text file and store it in an Oracle database as a CLOB. However, I'm trying it with a 200K file and it takes ages and then produces this: java.sql.SQLException: Io exception: Software caused connection abort: socket w

  • I can no longer download anything from the new style app store on 1st gen iPod touch

    Whenever I click to install an app from app store the button disappears. If I click again in the general area that the button should be, I get a green empty button, if I cclick that, it turns blue but still nothing happens. On the old style app store

  • Gradient mesh tool

    I appologize ahead of time if this subject has already been mentioned; although, I looked and couldn't find it. I have a regular vector object and want to convert it to a gradient mesh object, but when I try to do that it keeps saying there's "too ma

  • Won't start up from 10.5 DVD after Leopard install to add Admin user

    I have just installed Leopard (10.5) on my G4. Now, I cannot upgrade to 10.5.1 or make any changes because I am now just an ordinary user without any Administrator privileges. I try to start up from the 10.5 DVD but it asks for Administrator password

  • Can't find the video option on the camera

    I just updated to iOS 8 and I can't find the video option on my camera, I have a iPhone 5s. I have looked every where even turn off and on the phone and doesn't apear. Any help?