How to change Host of Oracle Access Server

Hello guys,
Could you help me about on doubt?
I configured Access Server in Access Administration and installed it in the server. But i saw now i forgotted about the correct hostname of this configuration. Is not a machine name and i need to change to the LBR name. Can i delete this access server , create another one with the same name without install again the File Systems?
best regards,
Thiago Leôncio.

It's not clear from your question which components of OAM you are referring to.
I'll presume you are talking about the aaa server process and it's LDAP connection, you can handle this by reconfiguring the product. Look in /access/oblix/tools/ for a setup or configure folder containing an executable. Running that will allow you to reset the bootstrap configuration information.
Not knowing much about your installation, I'll offer a caution that it is unusual to point an Access Server to a lb for configuration information. You can get away with it for RACed OID LDAP platforms but otherwise, I'm pretty sure it's not a supported path.
Mark

Similar Messages

  • How to change IP on Oracle VM Server?

    Problem statement:  Need to move OVMS1 (OVM Server 1) to an IP the 10.40.40.X subnet;
    ~~~
    environment: 2 OVS servers 2.1.2 with identical hardware (18gRAM/4cores) with shared SAN storage via OCFS2 currently validated in High Availability Config;
    ~~~
    OVMS1 is on a 192.168.0.X IP & is setup as Server Pool Master, Util Server, & VM Server.
    OVMS2 is on a 10.40.40.X IP & is setup as VM Server.
    Note: currently there is 2 way bridging between these subnets and we have created many machines and had no issues...
    Note: DNS is setup for the hosts and the OCFS cluster configs and such were made using fully qualified domain names (believe there are no hard-coded IPs).
    Note: OVMS1 was the original server where the OCFS2 was configured and is currently the pool master & util server...
    ~~~
    Proposed solution1: 'Change IP': Not sure yet but with no other input proposed steps:
    - 1.a: make sure no VMs are running on OVMS1 & physically disconnect it from the network,
    - 1.b: change the IP on the server ({color:#ff0000}*ifconfig on peth0?*{color}) via ILO on the console and shut it down.
    - 1.c: change the DNS entries on the DNS server and change the cabling to be on the 10.40.40.X subnet;
    - 1.d: restart OVMS1.
    ~~~
    Proposed solution2: 'Re-install OVMS': Not sure yet but with no other input proposed steps:
    - 2.a: make sure no VMs are running on OVMS1, shut down OVMS1, & physically disconnect it from the netork,
    - 2.b: +{color:#ff0000}Question: Do I need to unregister OVMS1 if I am going to do an identical install with just a new IP?{color}+
    - 2.b: physically change the cable to the 10.40.40.X subnet & reinstall OVS 2.1.2 with the new IP and resetup OCFS2
    - 2.c: start OVMS1.
    ~~~
    In theory Proposed solution 1 is cleanest, assuming DNS & no hard coding of IPs, as OVMS1 is already registered and it's agents are configured; Solution2 gives me some concerns about how the server/host are registred and whether the OVM Manager holds the entires or if they are local to the server... Not sure
    ~~~
    Any ideas or input to this would be appreciated as it is critical that we change the IP of OVMS1...
    Edited by: user8309620 on Nov 24, 2008 10:20 AM
    Edited by: user8309620 on Nov 24, 2008 10:20 AM

    First, Avi, my hat is off to you for always trying to help everyone.
    ~~~
    This was a little more trouble than planned (likely due to being HA). After a bunch of tinkering, I am now back up with both servers now on same subnet in HA config... After IP change, OCFS stopped working, then VM Manager would not manage the VMs properly & kept losing connection with the VM Servers, then trying to re-enable HA kept overwriting the cluster files stopping the servers from coming back up...
    ~
    Something that may be relevant is that my OVMS1 is also my initial node in my OCFS2 cluster (for HA) which I configured as OCFS2 over SAN via the documentation: "Oracle® VM Server User’s Guide Release 2.1 E10898-03:9.2.2 Creating an OCFS2 Cluster for HA"
    ~
    I will try to summarize what worked.
    ~~~
    Note: In retrospect, I would un-configure the HA before doing anything then re-enable when done. It looks like enabling HA overwrites the cluster.conf file so make backups of it as you go through the process... You can alternatively just leave HA enabled and 'test' when done but I preferred to re-configure it after the changes...
    ~~
    1) As Avi said, change /etc/sysconfig/network-scripts/ifcfg-eth0:
    2) If your gateway changes, then update /etc/sysconfig/network (my machine didn't work without this).
    3) modify your /etc/ocfs2/cluster.conf to reflect the IPs. I recommend you reboot each server multiple times to make sure the OCFS works and auto mounts on both servers after reboots. Note that I had to reboot many times and restart/reload/reconfigure OCFS many times... More details at the bottom of this post but I hit many issues/errors including:
    - connect attempt to node failed with errno -117
    - connect attempt to node failed with errno -22
    - Unable to stop cluster as heartbeat region still active
    - Transport endpoint is not connected
    4) Test your OV Manager... I was getting weird errors like I couldn't delete a VM server from the Pool & VMs wouldn't come up right on both servers (using preferred servers). I thought that the old IP may be cached somewhere so I restarted the VM Manager:
    /sbin/service oc4j stop
    /sbin/service oc4j start
    5) OV Manager was still messed up and not able to load machines properly so I changed the Master from SV1 to SV2 using Avi's advice in the thread:
    Re: Changing the Server Pool Master
    6) things were working fine until I edited the pool and re-Enabled High Availability. Upon reboot of the servers the OCFS2 /OVS shared cluster didn't come up. That is where I found the /etc/ocfs2/cluster.conf was being overwritten. Replacing the over-written cluster.conf with the one that got me working in step 3 above...
    7) Now I had a working infrastructure but feared that my OVMS1 was still primary for OCFS2 and now OVMS2 was now the Pool Master... I decided that I wanted OVMS1 to be primary for both so I repeated steps 5) & 6) above to re-make OVMS1 the Primary in the pool...
    That is all I am up for now. I have tested that VMs come up on both OVMS's with both manual and auto preferred server settings (same VMs restarted on both servers).
    Note that I have NOT gone in and tested auto-fail-over of the HA infrastructure to make sure that VMs auto-migrate or auto-restart on the other OVMS. I will take that up again later.
    ~~~~~~~~~~~~~~~~
    Some references that helped me that may help you:
    Network settings: Oracle VM Network Setting
    when ocfs not working: http://oss.oracle.com/pipermail/ocfs2-users/2007-April/001616.html
    more ocfs: http://oss.oracle.com/pipermail/ocfs2-users/2007-April/001591.html
    more ocfs 'Transport endpoint is not connected': Re: Error Message:  mount.ocfs2:  Transport endpoint is not connected while
    more ocfs: Add servers to a cluster
    more ocfs http://www.mail-archive.com/[email protected]/msg02522.html
    more ocfs: http://oss.oracle.com/projects/ocfs2/dist/documentation/ocfs2_faq.html

  • How to change the CORE-id/ Access server audit time from GMT to local

    When we enabled the auditing for CORE-Id and Access server, we noticed a mismatch on the time stamp. The ‘eventDateAndTime’ field for CORE-id server has audited the event in local time while the same for Access server is audited as GMT time. We wanted to make it consistent for both the servers; preferably to the local time.
    Any idea, How to do it?

    Hello,
    Try using this
    rd = new ReportDocument();
            rd.Load(Server.MapPath("CrystalReport1.rpt"));
            cninfo = new ConnectionInfo();
            //Name of server to which you want to change to runtime
            cninfo.ServerName = "D-3206";
            //Name of database to which you are changing
            cninfo.DatabaseName = "tempdb";
            //username
            cninfo.UserID = "sa";
            //password
            cninfo.Password = "sa";
            crDatabase = rd.Database;
            crTables = crDatabase.Tables;
            foreach (CrystalDecisions.CrystalReports.Engine.Table crTable in rd.Database.Tables)
                // Get the TableLogOnInfo from the Table and then set the new
                // ConnectionInfo values.
                TableLogOnInfo crLogOnInfo = crTable.LogOnInfo;
                crLogOnInfo.ConnectionInfo = cninfo;
                // Apply the TableLogOnInfo
                crTable.ApplyLogOnInfo(crLogOnInfo);
                // Set the location of the database. This value will vary from          // database to database.
                crTable.Location = crTable.Location; //"DATABASE.OWNER.TABLENAME";
    CrystalReportViewer1.ReportSource = rd;
    Thanks,
    Bhushan.

  • How to disable or rename Oracle Report Server servlet command?

    Hi,
    I'm using Oracle9i App Server R2.
    I would like to learn how to disable or rename Oracle Report Server's servlet command?
    This is to avoid user from accessing http://myserver/reports/rwservlet/showmap to view the key map file content.
    Please advise.

    or example, my report server was rep_appserver, then i want to rename it to rep_test.
    Here some step to accomplish it,
    1. stop mid-tier
    $ORACLE_HOME\opmn\bin\opmnctl stopall
    2. stop em website
    $ORACLE_HOME\bin\emctl stop iasconsole
    3. rename $ORACLE_HOME\reports\conf\rep_<old_report_server_name>.conf to something else or delete it
    4. rename $ORACLE_HOME\reports\server\rep_<old_report_server_name>.dat to something else or delete it
    5. edit $ORACLE_HOME\reports\conf\rwservlet.properties file then change the SERVER parameter to new report server name(remember this new name has to be a unique name)
    6. create a backup copy of the $ORACLE_HOME\sysman\emd\targets.xml file
    7. open $ORACLE_HOME\sysman\emd\targets.xml, find old report server name and then replace it to new report server name
    8. save new targets.xml file
    9. open $ORACLE_HOME\opmn\conf\opmn.xml, old report server name and then replace it to new report server name
    10. start em website
    $ORACLE_HOME\bin\emctl start iasconsole
    11. start mid-tier
    $ORACLE_HOME\opmn\bin\opmnctl startall
    HTH
    Amkotz

  • How to change host name for management agent.

    Hi,
    I 've installed management agent for oracle, it's a part of Oracle Management Framework, but I have to change host name.
    I know how to change port number, but I've no idea how to change host name.
    Have you got any idea?
    Thank you in advance.
    Matin

    Hi,
    you can change it in System Landscape directory.
    Go to the http:yourportal.com:50000/sld
    then click on the Landscape and update the new host name.
    Raghu

  • How to change Rendering Extension in sql server Reporting Services based on User Permissions

    Hi,
    I want to provide SQL server reporting services rendering extension based on user Access.
    For Example
    User1 can have options of Rendering to EXCEL and PDF
    User2 can have a option of CSV
    i read one article which is useful for report basis rendering extension changes. but i want to give user basis rendering options.
    http://www.mssqltips.com/sqlservertip/3569/how-to-change-rendering-extensions-in-sql-server-reporting-services/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20150406
    Thanks in advance.
    GVRSPK VENI

    You can use a data driven subscription for that
    Maintain a table with rendering extension information for various users ie their AD user login. Then setup a data driven subscription based on table values
    You will be creating a dataset with query for retrieving userid as well as rendering extensions and then just set the value as Get value from database for  render Format and To properties 
    For more details refer
    http://beyondrelational.com/modules/2/blogs/101/posts/13460/ssrs-60-steps-to-implement-a-data-driven-subscription.aspx
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to start and stop Oracle Application Server from ANT

    How to start and stop Oracle Application Server and Web application from ANT
    Thanks in Advance.
    Mani

    Hi,
    You can use: startManagedWebLogic.sh, it is in your domain directory and you have to execute it in this way
    ./startManagedWebLogic.sh managedServerName http://adminServerHost:adminServerPort
    For instance, in my case I use:
    unixserv01:/webportal/domains/appServerWeb/bin>startManagedWebLogic.sh managedServ01 http://pelma3w3per01.mesaperu.next:7001
    You have to run it on the machine where the managed server was installed.
    Best regards,
    Raúl

  • How do I host a website with server?

    How do I host a website with server?

    Set up public DNS with a DNS provider pointing to your public static IP address, set up private DNS on your local network (OS X Server requires this) using Server.app DNS services, set up port-forwarding for TCP port 80 and TCP port 443 at your firewall-gateway from your public static IP address through NAT to your private static IP address, establish one or more virtual hosts (web sites) within the web setup of Server.app, and populate the web directories with the contents you wish to serve.  Those contents will be the text data and/or images or other data you wish to serve, and may be a web content management system that can store and retrieve the web content and manage the links among pages, the theming and the rest of the baggage.
    It's often easier and cheaper for a small-scale entity or a low-traffic web site to be hosted by any of various web-hosting providers.  They provider deals with keeping the content management system and the servers current, having enough server and network bandwidth to serve the contents to the Internet, and you can concentrate on the web site contents.

  • How i can change port that oracle web server listen on in 10gEx

    Hi
    Thank you for reading my psot
    How i can change the port 8080 that oracle web server listen on it ?
    I have other server listening on this port and i can not change that port.
    I have oracle 10g Express edition

    This question has been asked and answered several times in the XE forum. Feel free to join us in the XE forum at Oracle Database Express Edition (XE)
    If you're not registered there, do so using http://www.oracle.com/technology/xe/registration
    The answer is to use dbms_xdb's sethttpport procedure.

  • How to change host to just use "machine name" in URL

    I've installed WebCenter Suite on a MS Windows machine. Due to the ip setup I also had to install the Loopback adapter to get things to work. Now everything seems to run, but the URLs always have my machine name plus the domain it's on. Since I need others to be able to access this installation, that's an issue and I need the host to just be my machine name instead of the machine name and full domain. For example, right now the wiki would be accessed:
    http://MyMachineName.mydomain.com/owc_wiki
    I need the URLs (and the redirects that occur) to always work like:
    http://MyMachineName/owc_wiki
    I guess the basic question is.. how do you change the "host" within a WebCenter installation?
    Thanks in advance.

    Hi DDDDD(etc),
    Check out the Oracle Application Server Administrator's Guide section 7.2 - it details the instructions.
    http://download-uk.oracle.com/docs/cd/B32110_01/core.1013/b32196/host.htm#BHBBJEBF
    Regards,
    John

  • How to change Host and domain name on APS 10g R2

    Hi,
    I have installed oracle application server 10g rel.2 I want to change the host and domain of the system, what should I do, Plz help.
    Thanks and Regards.
    Khawar

    Hi,
    Thanks to all of you for reply, I started without reading any manual to modify host and domain name and after expending several hours finally decided to reinstall APS, with new installation forms runing ok but report server having problem if you see the status of report server in enterprise manager it shows green mark(if you want to stop it via EM it will not), if you check with Report Queue manager it says no report server with the given name,
    if you check the report with GETSERVERINFO via browser it says
    "REP-51002 Bind to report server AAAAA failed. some one have idea."
    some one plz explain me how can I fix it.
    Thanks and Regards.
    Khawar

  • How to create URL in Oracle Application Server ?

    Hello,
    I would like to know how to create a URL in Oracle Application server (LINUX) so that our application can be invoked from each and every machine in our
    local hosting.I expect a quick reply.

    You question is not so clear. Basically, after installing infrastructure and middle-tier instances, you can simple run http://localhost:port/appication from any web browser.
    If not, what is your requirements?
    Jaffar

  • How to change host name and domain name in installed Cisco Meeting Place Express 2.0?

    Hi
    I have  Cisco Meeting Place Express 2.0 installed on server. Meting Place uses Linux (Red Hat) as base operation system. Please tell me how I can change host name and domain name for Meeting Place Express application to integrate it into corporate domain infrastructure.
    Thanks in advance!!!
    Sincerely yours
    Sergey Bondarenko

    Hi
    Thanks for your attention for my humble problem.
    I have performed Meeting Place Express configuration through the “net” command.
    But now unfortunately I can't connect to meeting place through web browser. I just get blank page.
    Though I can reach the server with help of ssh. I think my DNS works properly because I can resolve the ip address of  cumpxvoice .uclab.com and cumpxweb. uclab.com with help of dig command.
    Have you any idea?
    A lot of thanks in advance!!
    Sincerely yours Sergey Bondarenko
    Here I have printed the net configuration output of Cisco meeting Place Express:
    [root@cumpxvoice root]# net
    This is the MeetingPlace Express network configuration utility.
    Up to the point where you save changes, it is safe to hit ^C to get
    out at any time, in which case nothing will have changed.
    1) List current configuration
    2) Configure Ethernet port 1
    3) Configure Ethernet port 2
    4) Configure service bindings
    5) Set host names
    6) Set domain name
    7) Configure DNS service
    8) Configure NTP service
    9) Configure routing
    10) Done
    Select: 1
    Primary/audio host name: cumpxvoice
    HTTP host name:          cumpxvoice
    RTMP host name:          cumpxweb
    Domain name:             uclab.com
    Service bindings:
    Audio:                   port 1 (eth0)
    Web browsing (HTTP):     port 1 (eth0)
    Web conferencing (RTMP): port 2 (eth1)
    Port 1 (device eth0):
    IP Address:      10.62.60.116
    Network mask:    255.255.255.0
    Default gateway: 10.62.60.1
    Link setting:    autoneg on
    Port 2 (device eth1):
    IP Address:      10.62.60.117
    Network mask:    255.255.255.0
    Default gateway: 10.62.60.1
    Link setting:    autoneg on
    Static routes:
    Destination      Gateway          Network mask     Port
    0.0.0.0          10.62.60.1       0.0.0.0          1
    DNS Servers:
    10.62.60.115
    10.0.1.4

  • How to change host for database target?

    Hi 2All!
    We've just moved our production database to a new server.
    How to change hostname on this database target for continuing to collect information about this database without deleting or creating additional targets?
    EMGC 11gR1.
    Thanks!

    ..so agent was installed on new host ?
    or you now need to install the agent ?
    I don´t know a way to change hostname only new discovery credentials on host.
    *T                                                                                                                                                                                                                                                                                                                                   

  • How to call webservice through Oracle HTTP Server

    I have cluster of three Managed Servers. They are behind a Oracle HTTP Server. I deployed a web service to the cluster. When calling web service, I got the error. The error is that the client of web service can not directly access the Managed Servers.
    The error tell that it can not access http://webapp01:7003/webservice/HelloWorld?WSDL
    Where webapp01 is the host name of a managed server.
    Is there a way that web service return the result to HTTP Server and HTTP Server return it to web service client.

    1. Before you invoke the WebServices from client program, I guess you may have already generated the webservices client jar for the WSDL that is deployed using sun jdk "wsimport" command or bea's clientgen ant task. At this time, what is the wsdl url you gave. In the generated client jar file you should see .JAVA files also. Check the Service related .java file and check the WSDL URL in that file. If it is using weblogic servers managed server host and port, then the problem you see is obvious.
    2. To fix this, you re-generate the webservices client jar file again this time giving the http server host and port instead of weblogic host and port. I am hoping you already modified httpd.conf file to accept the webservice url pattern. Check the .JAVA file generated for service to see the WSDL URL that is having inside.
    3. Another approach is on your client side, before you invoke any operation on WebService, you will be first getting Service object, then Port object and invoke methods on Port object. When you get Service Object, you can pass the WSDL URL as one parameter and ServiceName (QName) as second parameter. Most of time we use default constructor without any parameters to get Service object. But you can use other constructor and pass 2 parameters. The WSDL URL will have HttpServers host and port, and rest of the url for wsdl will be the same.
    In our env, we have similar requirment. SOAP BPEL Process WebServices are deployed on WLS 10.3.1 on a Cluster with 2 ManagedServers. We have Apache Proxy in front of this Cluster. All our WSDL requests goes to Apache host and port + wsdl url. This inturn goes to one of the managed servers at a time in round-robin. This is working. In httpd.conf we gave "MatchExpression / " so that any request from apache will go to cluster.
    HTH
    Ravi Jegga

Maybe you are looking for