How to change agent port after installation

Hi ,
I am having oem 12.1.0.2
I want to change the default port from 3872 to 8006 i had already installed agent and need to change it now.
Thanks,
Sachin

Hi,
You can use 'emctl setproperty agent'.
1: stop the agent
2: emctl setproperty agent -name EMD_URL -value https://hostname.domain:port/emd/main/
3: start agent
Note that this procedure will change the agent port but will not update the agent target name (which includes the port number).
Regards, Mark.

Similar Messages

  • HOW TO CHANGE HOST NAME AFTER SAP IS INSTALLED?

    i have installed ecc6 in my computer.But after installation is completed i want to change my computer(system) name.If i change the computer name is there any problem occur.May i change computer name after installation also.

    As far as my understanding goes it can be done. The only problem is SAP is not recommending it. Still if you want to give it a shot please go through the link to learn more and step by step guidance.
    [Click Here|http://www.saptechies.com/changing-host-name-on-r3-host-what-do-you-do/]
    Also take a look  at this SDN thread, you might find something interesting.
    [click here for SDN thread|How to change the hostname was set/defined in SAP system?;
    Edited by: santra.anirban on Sep 13, 2010 10:45 AM

  • How to change audio port output to input port on mac os x 10.9.2 to connect electric guitar on macbook pro for garageband

    How to change audio port from output to input port so that i can connect my electric guitar to play along with garageband. I couldn't the option to change it in my system preferences of sound as my mac os x is 10.9.2. So please help me!!!!!!!!!!!! I want to play electric guitar with my garageband so badly!!! :O
    Mac os x 10.9.2. ; Garageband 10.0.2

    There is no audio line input on your Mac, get a USB interface, get one that is specified for guitars.

  • How to change the port number for deployment in JAVA Studio Enterprise 8?

    Hi!
    Yesterday i downloaded this new sun java studio enterprise and found it mind blowing.
    Now i find that all my previous applications which were running on port 8080 can't be run on sun java studio enterprise(sjse) 8.
    Can anyone tell me how to change the port number on this software so i won't have to edit all my applications?

    http://docs.sun.com/source/819-0080/install.html
    In the Admin Configuration page (or at the command line), enter the following:
    Admin User Name�Name of the user who administers the server
    Password�Admin user�s password to access the Admin Server (8-character minimum)
    Admin Port�Administration port number for initial server instance
    HTTP Port�Port number to access the default server instance
    HTTPS Port�Secure port number to access the default server instance

  • When I use Photoshop CS 6 to edit video, I don't know how to change video speed after I converted the clip to smart object?

    When I use Photoshop CS 6 to edit video, I don't know how to change video speed after I converted the clip to smart object? The clip color turns purple and it only allows me to add motion but not change the clip duration and speed anymore.

    Thanks for the reply and as a work around method I used the Photoshop to do all the adjustments then export the video to iMovie to finish the final cut. I also have a problem to paint or clone on a blank video layer created in Photoshop. It tells me the time is beyond the target frame time, I don't understand the message. Can you explain to me what did I do wrong? Thanks a lot!
    John Wang
    801-3618742
    [email protected] 
    http://johnwanggallery.shutterfly.com  

  • How to change default ports for task flow application?

    I deploy a task form with the following hwtaskflow.xml information:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <hwTaskFlows xmlns="http://xmlns.oracle.com/bpel/workflow/hwTaskFlowProperties">
    <ApplicationName>worklist</ApplicationName>
    <LookupType>LOCAL</LookupType>
    <TaskFlowDeploy>false</TaskFlowDeploy>
    <TaskFlowServer>
    *<hostName/>*
    *<httpPort/>*
    *<httpsPort/>*
    </TaskFlowServer>
    <hwTaskFlow>
    <WorkflowName>ApproverHumanTask</WorkflowName>
    <TaskDefinitionNamespace>http://xmlns.oracle.com/MyApp/MyComposite/MyTask</TaskDefinitionNamespace>
    <TaskFlowId>MyTask_TaskFlow</TaskFlowId>
    <TaskFlowFileName>WEB-INF/MyTask_TaskFlow.xml</TaskFlowFileName>
    </hwTaskFlow>
    </hwTaskFlows>
    When I deploy the form then check the task URI in EM I see
    Host name: server host name
    HTTP port: 80
    HTTPS port: 443
    I know I can override these ports in the hwtaskflow but what if I want HTTPS port left blank? We don't have HTTPS active on our server. Another server in our environment only populates the HTTP port (HTTPS port is left blank) but I'm puzzled why the different behavior.
    Can anyone tell me either how to specify a "blank" HTTPS port in the hwtaskflow or, preferably, how to change the server configuration so that HTTPS port is not filled in when I deploy the task form? We are wanting a completely automated deployment and presently we have to manually remove the HTTPS port via EM after deploying. Argh!

    Jon,
    May be you already figured out the solution nevertheless i will answer your questions.
    1. Turning off the https port - give value as 0 for httpsPort in your hwtaskflow.xml.
    Second reason why your custom hwtaskflow is not getting picked up is you have set the TaskFlowDeploy as false.
    If you set this as true , and specify your cluster address you should be all set.
    for eg : - your cluster host address is somename.cluster.com with only http configured at port 80 lets assume.
    Then your hwtaskflow should look like this
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <hwTaskFlows xmlns="http://xmlns.oracle.com/bpel/workflow/hwTaskFlowProperties">
    <ApplicationName>worklist</ApplicationName>
    <LookupType>LOCAL</LookupType>
    <TaskFlowDeploy>true</TaskFlowDeploy>
    <TaskFlowServer>
    <hostName>somename.cluster.com</hostName>
    <httpPort>80</httpPort>
    <httpsPort>0</httpsPort>
    </TaskFlowServer>
    <hwTaskFlow>
    <WorkflowName>LeaveRequestTask</WorkflowName>
    <TaskDefinitionNamespace>http://xmlns.oracle.com/BuildApplication/BuildProject/LeaveRequestTask</TaskDefinitionNamespace>
    <TaskFlowId>LeaveRequestTask_TaskFlow</TaskFlowId>
    <TaskFlowFileName>WEB-INF/LeaveRequestTask_TaskFlow.xml</TaskFlowFileName>
    </hwTaskFlow>
    </hwTaskFlows>
    This will automatically pick up the values on deployment , other play you can configure this is in your em console as well.

  • How to change the port in enterprises manager

    Dear All,
    I am using the oracle 11g in windows server.
    I have changed the oracle port from 1521 to 1535 successfully. After change the post my em is not starting up. Now em is looking into the old port 1521.
    Could you please guide me how to start the em?
    Thanks,
    SUN

    Hi SUN,
    Take a look at 11g Grid Control: Steps for Migrating the 11g Grid Control Repository from One Database to Another [ID 1302281.1]. Step 4.7
    and
    http://gavinsoorma.com/2010/10/11g-grid-control-how-to-change-the-oms-repository-database-listener-port-or-hostname/
    ps Stop the OMS first.
    Eric

  • How to change page type after the fact

    In the application builder, I click on an application and choose Details in View.
    I get the list of pages I have in my app.
    The page type column has:
    Interactive Report
    Navigation Form
    Dynamic HTML
    DML Form
    Chart
    Report
    How do I change this column after a page has long been created?
    Specifically, I want to the change "Dynamic HTML" to something else.
    Why?
    Because on this particular page, tabs do not work (error: page not found).
    Buttons created among a regions items do not work (same error, page not found).
    I need to use tab and buttons to go from this page to other pages.
    And I am suspecting the page type may have something to do with my problem.
    Thanks in advance for any pointers.

    Thanks for your consideration!
    For my current app, a clinical management system,
    I'd like to have, say, 1000 items.
    (For other applications I am thinking about, but have no time,
    nor expertise for now, I'd need millions of items,
    each corresponding to a pixel of a graphic.)
    Who cares if the current computers are too slow?
    How about make it a parameter that can be changed
    per app or per apex installation, and default to 100?
    Some forms can be broken up logically, as people have helpfully suggested,
    and I did follow that advise on some pages.
    But other forms cannot be. People have put a lot of thought on designing
    those forms, they are government or legal standards (or at least something more important
    than computer performance), and people have been trained
    with those original forms.
    Consider the hoops I have to jump through to get more than 100 items
    on a page I am currently working on:
    Generate the items (INPUT type="text" and INPUT type="checkbox") using PLSQL
    lots of htp.p('<INPUT ...>').
    a JavaScript function to collect all the values on the page
    and make up an XML string. submits this string to an application
    process, and application process parses the XML string and does insert or update.
    Another JavaScript to populate the items based on the current values of a row,
    using an application process to retrieve the columns of a row.
    There are about 150 items on this particular page.
    All these are ok, because I was aware of the restriction of 100.
    And because I wanted to generate my own HTML to mimic the original
    form anyway.
    Then things started to go weird.
    I need buttons to go back to another page. and I use tabs.
    Buttons to go back from this page,
    when a button is created with "Create a button in a region position",
    it works fine.
    When a button is created with "Create a button displayed among this region's items",
    it does not work, and I get HTTP 404, https://.../apex/wwv_flow.accept, page cannot be found.
    But I need a button to work like the one created with "Create a button in a region position",
    but displayed like the one created with "Create a button displayed among this region's items".
    This is still not too bad. I saw the difference between the two kinds of buttons.
    I copied the HTML code for the button "Create a button in a region position",
    and used a display only item to create a Back button where I wanted:
    '<table class="t15Button" cellspacing="0" cellpadding="0" border="0"><tr><td class="t15L"><img src="/i/themes/theme_15/button-l.gif"/></td>'||
    '<td class="t15C">Back</td>'||
    '<td class="t15R"><img src="/i/themes/theme_15/button-r.gif"/></td></tr></table>'
    Here P145_BACK holds the page number to which I want this page to go back to.
    Then I noticed that the tabs did not work any more. same error, page not found.
    That's is when I got a little frustrated and posted for help on the forum.
    Then I begin to undo my steps, and
    by lucky accident, I noticed that, if none of the checkboxes is checked,
    the tabs work fine. If at least one is checked, I get this error, page not found.
    My current solution is to add a function of my own in the doSubmit(B) function in file apex_3_1.js,
    which unchecks all checkboxes (o.checked=false).
    And now, from this page of about 150 items,
    the tabs are ok, and I have a button that is similar to one
    created with "Create a button displayed among this region's items", except I created myself
    using HTML.
    I think this trick of using a custom function in doSubmit(), that unchecks or even hides
    INPUT type="text" items (o_div.style.visibility = "hidden"; o_div.style.display = "none";)
    should work in general. this function is only invoked when the user clicks the tab,
    or buttons among a region's items.
    Somebody said regarding restrictions on drugs or sex.....
    you will not make people stop, you just make it harder or more expensive.
    Same here and many other things, a restriction is just making things harder.
    People will try to get around it.
    Now that I have a solution, and I am aware of the problem, I'll calm down and
    go back to my own thing for now.

  • Storedge 3510 changed logical path after installation

    Hi everyone!
    I have a E450 with 2 HBA conneted to a Storedge 3510, and I installed Solaris 10, but after that my storedge 3510 changed the original LUN's logical path. For example:
    Before installation: c4t600601608ED80800C109FE8C4652DB11d0s2
    After installation: c4t45d0
    Does anybody know why I see this in a different way???
    I need the old name!!!
    THAHKS!!

    Hi.
    fcinfo hba-port Speed information etc.
    luxadm -e port Show available FC-ports and him status.
    luxadm -e dump_map <controller address from previos comand>
    cfgadm -al
    cfgadm -al -o show_FCP_dev
    Try reconnect array.
    You use direct connections or FC-switch?
    I not sure but some-times can be damaged /kernel/drv/fp.conf
    /kernel/drv/scsi_vhci.conf
    Check it:
    # grep -v "#" fp.conf
    name="fp" class="fibre-channel" port=0;
    name="fp" class="fibre-channel" port=1;
    scsi-binding-set="fcp";
    load-ulp-list="1","fcp";
    ddi-forceattach=1;
    mpxio-disable="yes";
    # grep -v "#" scsi_vhci.conf
    name="scsi_vhci" class="root";
    load-balance="round-robin";
    auto-failback="enable";
    #Regards.

  • How to change default port in iws 4.1 installed in Solaris 5.9

    Hi All,
    I had installed iws 4.1 in solaris 5.9
    Now , I want to change my default https port from 443 to 445 .
    Can anybody , Please let me know the proceudre how to do it ?
    Thanks for help in advance.
    Regards
    James

    Ya , Manish you are right IWS 4.1 is really old.
    But My application has been developed in past that is using IWS4.1 .
    Right now , we are not having budget to migrate it from IWS4.1 to IWS6.1.
    And the pointer for changing the port from magnus.conf is also correct but
    I need to make it default port.
    That means If would not specify any port number out of two port request goes to default one.
    Right now default port is 443
    But I want it to be 445
    Thanks
    James
    Message was edited by:
    write2jamesbond

  • How to change the port no in weblogic 10.3 server.

    Hi,
    Could you please tell me the steps,how to change my bea10.3 port no from 7001 to 7002?
    Thanks Advance.

    Hi,
    Please refer to : http://weblogic-wonders.com/weblogic/2010/02/25/changing-adminserver-port-using-jmx/ (Using JMX)
    http://forums.oracle.com/forums/thread.jspa?threadID=1037611&tstart=0 (Using WLST)
    Simplest option ...your can change it from AdminConsole as well.....
    Login to AdminConsole--->Server--><YourServer_name>--->Cionfiguration(Tab)--->ListenPort (Change it)
    Thanks
    Jay SenSharma

  • How to change default port in 9.2?

    Hi,
    In 8.1, when I run config wizard, I may assign listening port. But I could not do so in 9.2. I tried to modify startscript.xml and tokenValue.properties under base_domain\init-info\, it did not work. Does anyone know how to change the default port 7001 to other port?
    Thanks

    <p>Login via the console, select environment, servers. Select your server, you should see the greyed out Listen Port attribute (you should be in the general tab). Click lock and edit on the top left hand corner of the console and edit your listen port.</p>
    <p>The config.xml does not explicitly define stanzas for some default values (Same as earlier releases), I personally don'tlike this. If you change the default value it should reappear in it.</p>
    <p>
    Hussein Badakhchani</br>
    </p>

  • How to change the port in the URL of a BSP Iview

    Hello,
    we have several appraisal templates released in our R/3 system and we can access them by the portal.
    We are changing our systems and we are implementing a load balanced in order to improve the connections with the portal. So we need to know how can we change the port of the server that appears in the URL when we go to MSS ->teamviewer and select one appraisal to see the information of the template.
    We need to change it and indicate the port of the load balanced http://emsapl404pre.endesa.es:8000/sap/bc/bsp/sap/hap_document...) not the port of one of the WAS server as we have now http://emsapl404pre.endesa.es:8302/sap/bc/bsp/sap/hap_document...)
    Thanks in advanced.
    Best regards.
    Seshen

    Hi,
    Just view any BSP Application in SE80 and the click on Utilities(M)->Settings.
    This will fgive you option to change URL and port number of the URL..
    It will be under the Business server Pages tab in the settings window.
    Hope this helps.
    <b><i>Do reward each useful answer..!</i></b>
    Thanks,
    Tatvagna.

  • How to update agent list after triggering workflow?

    Hi Guys,
               Is there any function module to update the agent list after triggering the workflow? i mean after triggering workflow, the user is maintaining some approving officers in their table and they are expecting the workflow should route the workitem to  those newly maintained approving officers. So can any one help me to solve this issue.
    Regards,
    Safiq

    if any agent maintained in the customized table, how can I update
    those agent with existing available agent list.
    It sounds like updating the existing workitem container with the new updated values. right? You mean to say initially workflow is triggered and the agent list is populated in the workflow container. But after the workflow is triggered if the table is updated with some new entries, then these new entries must alos be included in the agent list container element in the workflow container.
    If this is the case the you have to modify the multiline container element of the workitem container. You can make use of the standard function module SAP_WAPI_WRITE_CONTAINER but this function module needs to be called each time when evenr a new entry is created and you have to check what are all the workitems that you want to update ,
    I think its a bit difficult to update all the workitems which are with reagrd to this scenario.. so you have to check out some other simple way. But on a whole what I can say is you can update an existing workitem container by using the FM mentioned above...

  • How to change resolution during OSX Installer?

    I'm trying to upgrade from 10.4 to 10.5 and when I boot from the DVD the resolution looks like 800X600. Why? My 10.4 installation is using 1280X1024.
    I can't do anything with the installer because the application isn't smart enough to scale itself. I can't view or navigate to any of the buttons because they're off the screen.
    Does anyone know how to change the resolution via terminal or some other method or know how to navigate the installer via keyboard?
    Thanks

    baltwo wrote:
    He did! *G4 connected to a 17" LCD monitor*
    Actually, that doesn't tell us much since there are quite a few different G4 Macs. It might be important to know which one, but assuming this is a "Pro" type tower, the problem may be that it is filled with some video card other than what Apple supplied as OEM parts & as a result there is not complete driver support for the card on the DVD's version of OS X.
    As an aside, this demonstrates why it is so important for Discussions users to fill in the "Computer Model" & related system info in their settings page with enough info for others to know exactly what Mac is involved. Apple doesn't make this easy with its confusing & inelegant model naming conventions -- it is more than a little ridiculous that some models require a footnote explaining that the season reference in their name is for northern hemisphere seasons! Nevertheless, with so many Mac models in existence, this is often essential information for getting timely, accurate help.

Maybe you are looking for

  • Can you cluster Coherence over data centers?

    We're currently running two separate Coherence clusters in different data centers. One is prod, the other DR. Would it be possible to cluster the nodes from each of these to create one cluster spanning both data centers? Then in a failover scenario t

  • Anybody tried Geil DDR3 and X48C

    ntel duo core 8400@3Ghz (9x333) 2gb DDR3 1333 Patriot at 1.63v 9-9-9-24  PDC32G1333ELK X48C Platinum bios version 7.2 PC Power&Cooling 750 Silencer PSU MSI 8800GT nx88000gt 512mb 660/950 Samsun F1 750gb HD SATAII Sound Blaster XFI Gamer sound Viewson

  • New ABAP keywords in ECC6

    Where can I find list of new ABAP keywords for ECC6 with examples Andrew

  • Bdoc Structure  X Idoc structure

    Hi All, We are trying to map the Order data in CRM to an IDoc structure. The Bdoc BUS_TRANS_MSG has the related Data Type BAD_BUS_TRANSN_MESSAGE. In this Data type there is a component SHIPPING where there is a field TRANS_MOT wherein the MOde of Tra

  • Clustering and partioning

    Hi, Can anyone please say What is the difference between clustering and partioning?. What is mean by Hash Partioning ? I know it is done by hash value.How we will get the hash value? Bit confusing to do self- study. It would be great if someone expla