12 c agent deploy with agent and response URL Protocol file (http/https)

Hello

I have installed agent12c on a database server using response with this command file:

bin/sh agentDeploy.sh - ignorePrereqs - invPtrLoc /oracle/${1}/app/oraInst.loc RESPONSE_FILE=${template_dir}/agent12c/response_file.rsp AGENT_BASE_DIR=/oracle/${1}/app/oracle/product/12.1.0

The contents of the answer file:

ORACLE_HOSTNAME = "dbxx. DBC.domain.it ".

AGENT_PORT = "3872.

AGENT_INSTANCE_HOME="/Oracle/dbxx/app/Oracle/product/12.1.0/agent_inst".

OMS_HOST = "xxxxx. DBC.yyyyy.it ".

EM_UPLOAD_PORT = "4903.

b_doDiscovery = false

b_startAgent = false

b_forceInstCheck = true

The installation was sucessefull:

emctl status agent

Oracle Enterprise Manager Cloud control 12 c Release 2

Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.

---------------------------------------------------------------

Agent version: 12.1.0.2.0

The WHO's version: (unknown)

Protocol version: 12.1.0.1.0

Agent home: /oracle/dbxx/app/oracle/product/12.1.0/agent_inst

File binary agent: /oracle/dbxx/app/oracle/product/12.1.0/core/12.1.0.2.0

Agent process ID: 22746

Parent process ID: 22694

Agent URL: http://dbxxxx.dbc.domain.it:3872/emd/hand /

Repository URL: https://emoms-int.dbc.domain.it:4903/empbs/upload /

Starts at: 2014-09-22 14:28:25

Started by user: oracle

Last charging: (none)

Last download successful: (none)

Last attempt to download: (none)

Total megabytes of XML files uploaded so far: 0

Number of XML, waiting for loading files: 0

Size of the XML files in the upload wait (MB): 0

Available disk space on the file upload system: 55,48%

Collection status: activated Collections

Heartbeat status: (none)

Last heartbeat to WHO attempt: (none)

Last pulse successful who: (none)

Then, at the request of the heart rate to WHO: 2014-09-22 14:13:05

---------------------------------------------------------------

BUT how can I tell oracle to use https and not http protocol?

Agent URL is now:

http: //dbxxxx.dbc.domain.it:3872/emd/main/

I would use protocolo https instead:

https: //dbxxxx.dbc.domain.it:3872/emd/main/

11.2.0.3 Oracle Linux

Set the agent that NS has proposed. If necessary, check this doc below on how to secure the agent.

Security features

Kind regards

-Loc

Tags: Enterprise Manager

Similar Questions

  • Drag / move with snap and response

    Okay, first of all I'm new to all this I'm just a part-time job. I'm trying to do a drag and drop game where images (imported and make video clips with instance names "peg1 - peg7") are to drag them to the targets (images, making video clips with the name of "targetpeg1-targetpet7" instances).

    Here is my code and it comes up with two errors-


    ReferenceError: Error #1069: parent of the property not found on builtin.as$ 0.MethodClosure and there is no default value.

    to Gametake1_fla::MainTimeline/fl_ReleaseToDrop()


    Help, please! Thanks a bunch!


    Amy

    PEG1.buttonMode = true;

    PEG2.buttonMode = true;

    peg3.buttonMode = true;

    peg3.buttonMode = true;

    peg4.buttonMode = true;

    peg5.buttonMode = true;

    peg6.buttonMode = true;

    peg7.buttonMode = true;

    PEG1.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    PEG2.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    peg3.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    peg4.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    peg5.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    peg6.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    peg7.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    function fl_ClickToDrag(event:MouseEvent):void

    {

    event.currentTarget.startDrag ();

    reply_txt.text = "DΘplacer the image to the correct location.

    }

    PEG1.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    PEG2.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    peg3.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    peg4.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    peg5.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    peg6.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    peg7.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    function fl_ReleaseToDrop(event:MouseEvent):void

    {

    event.currentTarget.stopDrag ();

    var myTargetName:String = "target" + event.target.name;

    var myTarget:DisplayObject = getChildByName ("myTargetName");

    If (event.target.stopDrag! = null & & event.target.stopDrag.parent == myTarget) {}

    reply_txt. Text = "Good Job!"

    } else {}

    reply_txt. Text = "Try Again!";

    }

    function checkTarget (drag) {}

    If (drag.hitTest (targetpeg1)) {}

    trace (drag + "fell on greyCircle");

    } else {}

    trace ("you missed the target");

    }

    }

    }

    use:

    PEG1.buttonMode = true;

    PEG2.buttonMode = true;

    peg3.buttonMode = true;

    peg3.buttonMode = true;

    peg4.buttonMode = true;

    peg5.buttonMode = true;

    peg6.buttonMode = true;

    peg7.buttonMode = true;

    PEG1.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    PEG2.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    peg3.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    peg4.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    peg5.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    peg6.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    peg7.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    function fl_ClickToDrag(event:MouseEvent):void

    {

    event.currentTarget.startDrag ();

    reply_txt. Text = "DΘplacer the image to the correct location.

    }

    PEG1.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    PEG2.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    peg3.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    peg4.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    peg5.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    peg6.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    peg7.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    function fl_ReleaseToDrop(event:MouseEvent):void

    {

    event.currentTarget.stopDrag ();

    var myTargetName:String = "target" + event.currentTarget.name;

    var myTarget:DisplayObject = getChildByName ("myTargetName");

    If {(event.currentTarget.dropTarget)

    if(Event.currentTarget.DropTarget.parent == myTarget) {}

    reply_txt. Text = "Good Job!"

    } else {}

    reply_txt. Text = "Try Again!";

    }

    }

    }

  • Create Adobe Muse Widget with images and the external JS file.

    Hello, I want to create widget that include all about 7-8 images and 1 JS file.

    I read the documentation, but I have a few questions.

    Is there any way to import images of widget (no link to them)?

    Y at - it means to import the folder 'images' with pictures on it and this folder to extract to which I have 'say' (for example level even where is the page or file in the folder root of the site)?

    Is there a way to include the JS file?

    In my opinion, that these things are possible, but with Adobe Muse themes.

    How to manipulate the page with the options for the widget?

    For example, in the options, you can choose between 2-3 options and the option to apply to the page.

    I want the option widget that can change 1 variable JS variable will be in the script that is added to the page (not external JS file). I know how to add this script to the page, but I don't know how to handle with the widget options. Here's another example, I have this:

    ...........

    < bodyEndHTML >

    <! [CDATA [< script type = "text/javascript" >]]

    $(function() {})

    var someVar = "somevalue1";

    });

    < /script >]] >

    < / bodyEndHTML >

    < / HTMLWidget >

    I want with option widget to manipulate this variable 'someVar' (its value), between the selected values.

    You work with html exported Muse,

    It would be a complete customization with form action, you can try to use the coding corner

    Thank you

    Sanjit

  • Hyperion competible with FIrefox and Chrome URL?

    Hello

    We have Hyperion version 11.1.2.1.
    We use Firefox or Chrome to open the URLs Hyperion?

    Thanks in advance.

    Chrome is not supported at this time in any version of Hyperion (via 11.1.2.2).

    Firefox 3.5 and above all is documented to be supported. Some time that I actually tried to use Firefox with the following - in previous versions there are some quirks with certain products and/or pages.

    The best way to prove how it works to test. If you do not have a 11.1.2.1 environment you could launch an Amazon with FRIEND image are available (see my blog).

    Kind regards

    John A. Booth
    http://www.metavero.com

  • Lately, I have had difficulties dealing with somee of Photoshop Save tiff files!   As he works on the photo layer by layer and then decide to "save under" as a file it seems to get corrupted quite often.  Look, I'm a Windows of the image itself is

    Recently, I had a few difficult problems with Photoshop and trying to save files in TIFF format with all the preview in the folder looks more like a negative image seems to be missing information.  At the same time, I can record it all this is a JPEG or a PSD file, it seems no problem!  The previous and JPEG without problems!  I wonder if my Photoshop (CC 2015) program may be corrupt? I've updated some sixteen days ago or so and since then I have had this problem.  Suggestions of what the problem may be, suggestions of either try to go back or do a complete reinstall?  All this is very frustrating for an old man, just trying to make good photos!  Any help would be appreciated.

    Hi crusty

    Greetings!

    Recommend to reset preferences to default Photoshop

    Press and hold the keys Alt + Ctrl + Shift (Windows) or Option + command + shift (Mac OS) you launch Photoshop. You are prompted to delete the current settings. New preferences files are created the next time you start Photoshop.

    Or see How to remove/reset the Photoshop preferences

    * Backup stock/Modified Workspaces/Plugins before (if any)

    Let us know if this helps

    finished an excerpt in the record looks more like a negative image seems to be missing information.

    Could you share the image with us so that we can better help you?

    Concerning

    ~ Assani

  • Deploy the fglam and agents using puppets?

    Hello

    I was wondering everyone deployed fglam or other agents through puppets?

    Any information you share will be great.

    Thanks in advance

    GS

    Hey, GSA,

    Sorry I'm more the Foglight person in my company I only get to see come to the forums to help out a colleague.

    Yes, we have entirely puppets running for our fglams and Wssf. It was boring, you're linux Debian or company founded? Quest unfortunately does not support standard deb/RPM, perferring an installer of owner. If you need make your own. I am happy to send you a copy of our 64 bit RPM. It's about 120 megs. Just throw it in your rest and you should be good to go. Ideally if you need to build your own to make sure that you can keep up-to-date with the latest agents and pieces of fglam.

    Discover this - http://blog.yo61.com/building-rpms-from-ruby-gems-with-fpm.html

    I recommend the staging of your cartridges in advance when you build the RPM. For us, it was worth the extra space in the RPM to compensate for the time that should be a cartridge via the script on the network. Using this method I have cartridge legacy/IC/Apache and customized all in place so I can save some deploy times. It is somewhat important in larger environments due to a problem known in Foglight on the deployment of wagons/creation and activation of agents the time it can take is VERY random.

    In our tests, we had 500 machines archive on a clean server FMS (5.6.4 at the time). Some would take 2-3 minutes to complete, some would take 20! PSO went to dev and they have never been able to understand why delays random when you start the agent script check in the back to the rear. But since you can't count on it fill inside your run time of the puppets you should reduce the time it takes.

    Don't forget that Foglight is not updated with the scale/config friendly management. They store a lot of config data in databases and use IDS in their configuration files that are made by ther FMS. Thus, it can be difficult to handle most things. You end up having to write a lot of execs once. Glad you sent a copy of our manifesto if you wish. I have just to sanatize it. I found it easier to do was run as a 'touch' inside a folder in the % fglam % of indiecate installation directory which have executed elements.

    One thing you might want to, is your vm.config scheduled start at the fglam. Then will happen. Otherwise you; He's eventually do custom made for your ID Agent Foglight who ends up being a nightmare. You can apply your logic of setting JVM at the time of installation. It won' just manageable tbe.

    You can create custom providers to exploit different groovy scripts, but honestly this isn't worth it unless you might be working for Quest PSO. Be sure to place a 'idea' to get Foglight more user-friendly automation, configuration management and scaling tools. If enough of us let them know that these scalabiltiy is a factor for us they could get it in next Foglight.

    Another thing to remember as you automate you must ensure your FMS travels and erase data from all machines on its own topology. In my first POC run, I forgot about it and after about a month, the FMS ran terrible everything by supporting only 5000 guests. After I cleaned the topology and reset, there great. Since then, I just rule the kickoff to 4 hours to clean up the obsolete data and it has worked great since I did that.

  • NAC agent and configuration of NHPS with ISE 1.1.1

    I try to get all the workstations (OSX and Windows) install the begging native NAC Agent and Assistant during the on-board process.

    I currently use portal default comments to EHT.

    The environment has been implemented using a design of dual SSID.

    For the moment, devices can plug the SSID of provisioning and get the CWA. Recording device works, the portal is running the installer of NHPS that correctly implements the network card.

    The problem is that the portal never tries to install the NAC Agent.

    Has a political client provisioning policies for wired and wireless as well as BONES. Each strategy includes a PSN and Agent NAC configuration. It seems that portal comments only checks the configuration of PSN and not the NAC Agent config.

    Any ideas?

    Just if I understand correctly, you are using both a client provisioning portal and a native Portal begging provisoning related policies separate authz.

    With that road you check to see if the customer is consistent in the political portal provisioning client.

    Let me know if you have following configured (windows OS in the example), this implies that endpoint is statically assigned to RegisteredDevices after native pursueth provisioning.

    Rule 0 (Group of endpoint = RegisteredDevice) AND (AD:Domain user and authentication method: x 509 and posturestatus: COMPATIBLE) = access allowed

    Rule 1 (Group of endpoint = RegisteredDevice) AND (AD:domain user authentication method: x 509 [If you have deployed the certs to the State native supp] AND workstation NOT EQUAL: COMPLIANT) client provisioning RESULT portal.

    Rule 2 (endpoint = Workstation group) AND RESULTS (AD:Domain user AND breed authentication using mschapv2) provisioning windows portal

    Hope that helps,

    Tarik Admani
    * Please note the useful messages *.

  • What will happen with my agent and active Windows 8, I will have bought with the laptop after I swap HDD with SSD?

    Original title: replacement disk and windows.

    Hello guys.

    I am considering buying a new laptop. The model that I found and I like has a HARD drive if I want to replace it with the SSD to the format of my previous laptop. (Due to the low energy consumption, greater speed, etc.). So I have a 256 gb SSD in my previous loan of laptop replace new one HARD disk, yet what will happen with my agent and active Windows 8, I will have bought with the laptop?

    I can reinstall windows 8 on the SSD, but I don't have a key to activate their... How will I be able to get the key from previous series if the laptops will only work with a recovery partition these days here? I asked a guy in the store, I buy my laptop since and he told me that he does not know and I have to ask for help. However, to create a message of support I need a serial number of the model I did not because I have not yet bought a laptop, so I don't know what to do... I really don't want to stick with the HARD drive, but also I can't afford another model.

    Is it possible to do a recovery with my laptop disk when I get it, then replace the drive with my SSD and run the recovery disc I made?

    The laptop I want to buy is an Asus if that helps...

    Thanks in advance...

    The 'Raw' State is not necessary, it is the State of any drive (SSD drive or hard drive) would be in if you just remove a disk new in box and will need to be "initialized", since you have already used the player already initialized sound.

    Do not format the drive, rather than delete all existing partitions, (the SSD shows then as being "unallocated"). Now you are ready to restore the backup Image you created. During the restore process Acronis will recreate the partitions that were on the hard drive on your SSD.

    J W Stuart: http://www.pagestart.com

  • Integration of the RGS with view Agent and Client Protocol

    I want to a question about the HP RGS Protocol. Last week, I attended VMWare Partner Exchange 2009 in Orlando, Florida and gave a demonstration of what I believe, this is the option to select MS RDP or ROWS in the Client view. I forgot to ask what version of the Client view the instructor used, and if it was even available for download now.

    So I would like some clarification. Is the latest version of the Agent view and customer have integrated the RGS protocol supported?

    VMware-viewagent - 3.0.1 - 142034.exe

    VMware-viewclient - 3.0.1 - 142034.exe

    I think without integrating with the view Agent and the customer, there is no point in using the function view connection 'Entitlement' Manager, because you can simply load the receiver client RGS on any PC and connect to a virtual desktop with the RGS sender installed.

    Any comment is appreciated.

    scnguye2 wrote:

    I want to a question about the HP RGS Protocol. Last week, I attended VMWare Partner Exchange 2009 in Orlando, Florida and gave a demonstration of what I believe, this is the option to select MS RDP or ROWS in the Client view. I forgot to ask what version of the Client view the instructor used, and if it was even available for download now.

    So I would like some clarification. Is the latest version of the Agent view and customer have integrated the RGS protocol supported?

    VMware-viewagent - 3.0.1 - 142034.exe

    VMware-viewclient - 3.0.1 - 142034.exe

    No, RGS support isn't in 3.0.1. This feature is in a next version (which is in the Release Candidate phase right now).

  • Agent and Manager of JVMD

    I read the Setup Guide Basic OEM Cloud Control on JVMD Manager and Agent. I'm looking to see if I need to put in place or not. Also, I understand the basics.

    We have an Application of Siebel CRM using Oracle BI statement. According to our administrator Siebel, cause install JDK installation. It said that Siebel uses Java to make calls to Oracle BI. The JVM Diagnostics would capture these calls and determine when you have latency or is he there is a problem in calls and where the problem may be. Is this correct?

    (There are two) 1 JVMD Manager and Agent JVMD 2 pieces).

    JVMD Manager
    JVMD Manager is deployed on Weblogic Server that is part of the OEM Cloud Control field. Oracle recommends that you do not deploy other applications on the managed server on which Manager JVMD is deployed. Does this mean that its ok to deploy JVMD Manager on the same host as the WHO as long as we do not host another application? I think it's against the 12 c oem licenses, unless you pay for the Weblogic Server licenses separately.

    Agent JVMD
    Agent can only be deployed with the managed server. Is this average target managed? It includes 12 c Clould Contol system OEM. How can I configure to control the system where Siebel/Oracle BI/JDK is installed?

    Thank you.

    No, we need a management suite/pack which includes the JVM Diagnostics to take advantage of the feature against your license targets. It is certainly a key element, especially for use against the containers that you mentioned. Analysis of visibility and lots of deep thread can easily identify issues that would otherwise be very difficult to detect and diagnose in a production environment. Basically, this will be useful for any application that runs in a Java (or even a standalone JVM) container with regard to production-level diagnostics.

    For OBIEE, I highly recommend using the first OBIEE management functionality as it was designed specifically to monitor and manage OBIEE who needs specific surveillance platform even context. However, this does not however mean that other packs such as WLS Management Pack EA will perhaps not as provide extra visibility on the environment.

  • I have two Trend Micro Agent and Kaspersky Anti - virus on my computer. Is this desirable?

    I have two Trend Micro Agent and Kaspersky Anti - virus on my computer. Is this desirable?

    Hello

    No, it isn't a good idea to have more than one program antivirus running at the same time.

    The reason is that there is a great chance that the 2 programs will conflict with each other.

    Concerning

  • What is real connect agent and in plain English how do you start this work?

    What is real connect agent and how to get started.  Can someone answer a novice in computer like me in ENGLISH?

    Hello

    read the links on it not to be associated with vista below

    follow-up of this knowledge where exactly and what you can do about it

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-windows_programs/realconnect-agent-application-error-preventing/df6c6687-b1e0-4336-b99c-ae2eda26633c

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-windows_programs/real-connect-agent-application/dfccf8cc-d3f0-47a5-9e77-8cee7953df56

  • Delete multiple hosts w / Agents and objects

    I have many guests in our intermediate Foglight environment where hosts no longer appear in the host Agent or Agent status area more, but there are still some alarms in the dashboard. Is it possible to run a script that will go out and find these hosts and remove them with their agents and objects?

    Hi Raul - Are you certain that you are is more followed by these hosts? Have you tried to disable the alarms corresponding to these hosts, and once you do that they happen? If yes then you must make sure that they are not

    always supervised by an agent (for example a VMWare agent or an agent of the BONE or an agent of the Infrastructure).

    If you are certain you are more tracking host, you can use the Script Console to delete data objects for guests and Agents - here's a plan to remove a host object:

    Server. TopologyService.deleteObjects (#!) Host: name as '%myhostnamesubstring%".topologyObjects as shown).

    Try this by using one of the host names to remove. You can compose a similar statement in Groovy for an Agent, if necessary. I hope this helps.

    Robert Statsinger

  • What is the difference of the J2EE agent and agent Stand Alone

    Hello
    I am a beginner in ODI tool and I'm deployment of the tool and I doubt plans the process.

    What is the difference of the J2EE agent and the agent of Stand Alone,

    which of the two I use.


    Thank you

    Hello

    You have three types of agents (stand-alon, j2ee and co-located)

    Please read that

    http://www.Ateam-Oracle.com/ODI-agents-standalone-JEE-and-colocated/

    Felipe Idalgo

  • On a 3.0.3 HYPERIC SERVER will attempt to set up an alert for hq agent and controlling -?

    On a 3.0.3 HYPERIC SERVER Im trying to put in place an alert for hq agent and controls the action to restart if I get an alert -?
    I open the page web hyperic and select the hyperic Server customer. I then click on alert
    and create an alert if the availability of the agent hq changes.  When I try and change the CONTROL ACTION with the help of change. It does not list the agent in the resource type.
    So I can not change the name of resource either, so I can't enter restart since I can get the hyperic
    customer as long as the resource. Thi snot is available. What I am doing wrong. I try to test the control
    action in EE and create just a simple test to restart the clien...

    Well, you can NAVIGATE to the AGENT to AC and control A QUESTION
    command?

    If you cannot issue a regular command via the command tab, then you
    won't be able to run a control to an alert action
    definition.

    In this case, the agent does not control, is not
    something you can do.  As I said, you can try the program control
    orders to different resources (other than the agent)

    -Jon

    On 2 May 2007, at 16:08, mike monczynski says:

    > I do not understand, can't, I have a client command to shutdown or reboot with the
    > The alert CONTROL.
    > Control has start stop restart but I can't get the hyperic
    > customer as the resource. I'm using the EA version.  I know that I can
    > maually shut down and boot a client. isn't this control will do the
    > same thing? Since he in the hyperic customer alert?  I have on
    > ocassion corrected problem by restarting the hyperic customer.
    >

Maybe you are looking for