Can't Logging in to Oracle VM Manager

After I install OracleVM-Manager-3.1.1, I want to use https://myhost.us.oracle.com:7002/ovm/console or http://myhost.us.oracle.com:7001/ovm/console to connect it, but it failed. Any hints will be appreaciated!
Here is steps of installation of OracleVM-Manager-3.1.1
# cat /apple/config.yml
db:
install : Yes
host : localhost
sys_password : 8634
port : 8634
sid : XE
mgmt_port : 8080
user : ovs
password : 8634
webLogic:
install : Yes
user : weblogic
password : 8634
java:
install : Yes
ADF:
install : Yes
OVMCore:
install : Yes
user : admin
password : 8634
OVMConsole:
install : Yes
OVMShell:
install : Yes
onFailure:
cleanup : No
OVMUpgrade:
install : Yes
# cd /huchchen/installcd
# ./runInstaller.sh config=/apple/config.yml installtype=production --assumeyes
No error output about the installation
Installing and Configuring a VNC Viewer
# rpm -ivh tightvnc-java-1.3.9-3.noarch.rpm

Hello!!
Why are you performing a silent install? Can't you perform a normal one?
Anyway...something went wrong during installation process since OVMM was not added as a service.
I'm not an expert but the parameter:
OVMUpgrade:
install : Yes
sounds wierd to me...what's its function??
If Weblogic, ADF, Java, XE are correctly installed you can try to manually add OVMM service.
Copy/paste this in /etc/init.d/ovmm then chkconfig ovmm on
#!/bin/bash
# chkconfig: 2345 99 95
# description: Oracle VM Manager init script
# Source function library.
. /etc/init.d/functions
# default memory values
# modify /etc/sysconfig/ovmm to change these settings
JVM_MEMORY_MIN=512m
JVM_MEMORY_MAX=2048m
JVM_MAX_PERM=384m
FILENAME=/etc/sysconfig/ovmm;
LOCKFILE=/var/lock/subsys/ovmm;
JAVAPATH=/u01/app/oracle/java/bin/java;
source $FILENAME
USER_MEM_ARGS="USER_MEM_ARGS=\"-Xms$JVM_MEMORY_MIN -Xmx$JVM_MEMORY_MAX -XX:MaxPermSize=$JVM_MAX_PERM\""
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as the root user."
exit 1
fi
function check()
ps auxww | grep "$JAVAPATH" | grep -v "grep" 2>&1 > /dev/null
RETVAL=$?
if [ "$RETVAL" -eq 0 ]; then
echo "Oracle VM Manager is running..."
exit 0
else
echo "Oracle VM Manager is not running..."
exit 1
fi
case "$1" in
start)
ps auxww | grep "$JAVAPATH" | grep -v "grep" 2>&1 > /dev/null
RETVAL=$?
if [ "$RETVAL" -eq 0 ]; then
echo "Oracle VM Manager is running..."
exit 0
else
if [ -f "$LOCKFILE" ]; then
/bin/rm -f $LOCKFILE
fi
fi
#[ -f "$LOCKFILE" ] && exit 0
if [ -f "$FILENAME" ] && /bin/grep -q '^RUN_OVMM=NO' "$FILENAME"; then
action=skip
else
action=run
fi
[ $action = skip ] && exit 0
if [ $action = run ]; then
logger "Starting the Oracle VM Manager application."
echo -n "Starting Oracle VM Manager"
nohup su - oracle -c "$USER_MEM_ARGS DOMAIN_PRODUCTION_MODE=true JAVA_OPTIONS=\"-Djava.awt.headless=true -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8453,server=y,suspend=n -da:org.apache.myfaces.trinidad\" /u01/app/oracle/ovm-manager-3/machine1/base_adf_domain/startWebLogic.sh &" > /dev/null
RETVAL="$?"
fi
if [ "$RETVAL" -eq 0 ]; then
RAN="False"
WAIT=1
while [ $RAN = "False" ]; do
if [ $WAIT -gt 10 ]; then
echo "Time out... "
exit 1
fi
netstat -tln | grep 54321 2>&1 > /dev/null
RETVAL=$?
if [ "$RETVAL" -eq 0 ]; then
RAN="True"
else
sleep 15
WAIT=$(($WAIT+1))
fi
done
if [ -f /u01/app/oracle/ovm-manager-3/ovm_cli/bin/startCLIMain.sh ]; then
cd /u01/app/oracle/ovm-manager-3/ovm_cli/bin/
nohup ./startCLIMain.sh >/dev/null 2>&1 &
cd - > /dev/null
fi
action "" /bin/true
else
action "" /bin/false
fi
/bin/touch $LOCKFILE
stop)
logger "Stopping the Oracle VM Manager application"
echo -n "Stopping Oracle VM Manager"
/u01/app/oracle/ovm-manager-3/machine1/base_adf_domain//bin/stopWebLogic.sh > /dev/null
sleep 1
killall -9 $JAVAPATH 2> /dev/null
/bin/rm -f $LOCKFILE
if [ -f /u01/app/oracle/ovm-manager-3/ovm_cli/bin/stopCLIMain.sh ]; then
cd /u01/app/oracle/ovm-manager-3/ovm_cli/bin/
./stopCLIMain.sh > /dev/null
cd - > /dev/null
fi
action "" /bin/true
status)
check
check)
check
echo $"Usage: $0 {start|stop|status|check}"
RETVAL=1
esac
exit $RETVAL
Hope this helps!! ;)
Greets!!

Similar Messages

  • Unable to log-in in Oracle Identity Manager Design Console

    Hello,
    I successfully installed OIM9.1.0.1 Identity Manager on Jboss4.2.3.GA App server and could login to OIM using http://llocalhost:8080/xlWebApp on my window Server 2003 system without any problem.
    Then I installed the Design Console on my window XP system. However, after successfully installing the Design Console, I could not login using the xelsysadm user ID.
    I checked to make sure that xlconfig.xml contains the right URL file under oim_designConsole directories.
    The error I get from the Design Console login window is:
    Internal Login
    Oracle Identity Manager Design Console Could not log you in.
    In the dos-command window, I got the error:
    WARN,22 Apr 2009 16:31:52,160,[org.jboss.remoting.marshal.MarshalFactory],Could
    not find marshaller for data type 'invocation'. Object in collection is null
    WARN,22 Apr 2009 16:31:52,160,[org.jboss.remoting.marshal.MarshalFactory],Found
    marshaller fully qualified class name within locator parameters, but was unable
    to load class: org.jboss.invocation.unified.marshall.InvocationMarshaller
    WARN,22 Apr 2009 16:31:52,160,[org.jboss.remoting.marshal.MarshalFactory],Could
    not find marshaller for data type 'invocation'. Object in collection is null
    java.lang.reflect.UndeclaredThrowableException
    at $Proxy0.create(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBaseClient$1.run(Unknown Source)
    at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source
    at com.thortech.xl.dataaccess.tcDataBaseClient.bindToInstance(Unknown So
    urce)
    at com.thortech.xl.dataaccess.tcDataBaseClient.<init>(Unknown Source)
    at com.thortech.xl.server.tcDataBaseClient.<init>(Unknown Source)
    at com.thortech.xl.client.dataobj.tcDataBaseClient.<init>(Unknown Source
    at com.thortech.xl.client.base.tcAppWindow.internalLogin(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.login(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.<init>(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.main(Unknown Source)
    Caused by: org.jboss.remoting.marshal.InvalidMarshallingResource: Can not find a
    valid marshaller for data type: invocation
    at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.jav
    a:78)
    at org.jboss.remoting.Client.invoke(Client.java:226)
    at org.jboss.remoting.Client.invoke(Client.java:189)
    at org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(Un
    ifiedInvokerProxy.java:184)
    at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerIntercep
    tor.java:227)
    at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.jav
    a:167)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
    java:46)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:5
    5)
    at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:169)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86)
    I would really appreciate your help in this regards.
    Thanks for helping me resolve this issue.
    Regards,
    Dhirendra

    vBackup the original file log4j-1.2.8.jar in oimclient/xlclient/ext
    copy the log4j.jar from JBOSS folder - JBOSS/server/default
    Paste the file in client folder with original log4j-1.2.8.jar
    Rename log4j.jar file to log4j-1.2.8.jar
    start ur JBOSS.. this shd work.

  • WindowsXP (HVM, PV Driver) can't shutdown/reboot by Oracle VM Manager 3.0.3

    I install a virtual machine (Windows XP SP3) as HVM/PV withOracle VM Windows Paravirtual (PV) Drivers 3.0.1.
    Oracle VM Manager 3.0.2 can shutdown / reboot the virtual machine with PV driver, but Oracle VM Manager 3.0.3 can not do that.
    Also when I install the Oracle VM Windows Paravirtual (PV) Drivers 3.0.1 to Windows XP SP3, the virtual machine has two NICs.
    One is "Realtek RTL8139 Family PCI Fast Ethernet NIC", and the other one is "ORacle VM Virtual Ethernet Adapter".
    Both NIC are connecting the VM Network.
    I think when the PV drivers installed to the virtual machine, the original NIC should be disapper.
    Does anybody has same problem?

    Yes. I tried two ways as below;
    1) I made the virtual machine as "HVM" mode, then I install Windows XP SP3,.
    After installed OS I installed the PV drivers, then I shutdown the virtual machine and I switched the mode to "HVM with PV Drivers", and booted it.
    2) I made the virtual machine as "HVM with PV Drivers" mode, then I install Windows XP SP3.
    After installed OS I installed the PV drivers, and rebooted it.
    Both of them I can't shutdown the virtual machine from Oracle VM manager.
    I can see these Oracle VM devices in device manager, "Oracle VM Virtual Disk Controller", "Oracle VM Virtual PCI Bus", "Oracle VM Virtual SCSI Disk Device","Oracle VM Virtual Ethernet Adapter".
    And "Oracle VM Service" is installed as Windows service and running.
    The "Oracle VM Virtual Ethernet Adapter" can connect my VM networks without problem.
    I think Oracle VM 3.0.2 does not have this kind of problems.
    My oracle VM 3.0.3 are not upgraded from 3.0.2. It is fresh.
    Edited by: Hiroyuki Harada on 2012/01/16 20:44
    Edited by: Hiroyuki Harada on 2012/01/16 20:44

  • Installed firefox 31 and now I can't get to our oracle enterprise manager 12c URL

    Hi,
    On Monday, I upgraded to Firefox 31 and now I cannot connect to our Oracle Enterprise Manager Cloud Control Web site. I get the following error message:
    Secure Connection Failed
    An error occurred during a connection to lmoemxs101q.atl2.dc.sita.aero:7799. Issuer certificate is invalid. (Error code: sec_error_ca_cert_invalid)
    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    Please contact the website owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.
    I am not sure what to do to get rid of this message. I need to use OEM to monitor our Oracle databases and I am no longer able to do this.
    Please help.
    Thanks,
    Roya

    Thanks. I made the parameter change yesterday and now I can get to OEM and monitor our Oracle databases. I sent the workaround to my fellow DBA's in our office, as they all had the same issue with Firefox 31.
    You mentioned that this the "insecure workaround" and should be used temporarily. How unsecure is it, and is the a better workaround being worked on?
    Thanks,
    Roya

  • Can not find downloads for Oracle VM Manager

    hi,
    sorry but I can´t find the downloads for the Oracle VM Manager on eDelivery.
    Does anyone have a download link please :-?
    *T                                                                                                                                                                                                                                                                   

    tbrinkmann wrote:
    sorry but I can´t find the downloads for the Oracle VM Manager on eDelivery.It is on E-Delivery, in the same section as Oracle VM Server:
    Product Pack: Oracle VM
    Platform: x86 64 bit
    Select "Oracle VM 3.0.2 Media Pack for x86_64 (64 bit)" and then "Oracle VM Manager 3.0.2"
    (BTW, can a mod with move rights move this thread into the Oracle VM & Virtualization section? I don't seem to have permission to move threads).
    Edited by: Avi Miller on Dec 21, 2011 8:00 PM

  • How administrator can enroll employees in oracle learning management course

    Hi ,
    Can anybody tell me that how can an OLM administrator enroll employees in oracle learning management.We have a problem .The people in mexico cant read english so they cant use the Learner self service to enroll themselves into courses.So an administrator keeps a track of enrollments on a excelsheet but is it possible that an administrator can go into the oracle learning management and can enroll employees/people in oracle learning management and that course information would show up in the employees's profile.
    Anyhelp would be higly appreciated
    Thanks

    Use the learning administrator responsibility.
    Navigate to Learner enrollments and subscriptions
    Press the Add Enrollments button
    Search for your catalogue object (Course, Offerring, Class etc.)
    Select Class and press either the bulk enrol or single enrol icons
    Then enter the appropriate details to select the learner(s).
    Hope this helps.
    Regards
    Tim

  • Oracle VM Manager 3.1.1 build 399

    Hi All,
    We've released the latest Oracle VM Manager 3.1.1 patch update (build 399) to My Oracle Support. See the download instructions at OTN. http://www.oracle.com/technetwork/server-storage/vm/downloads/index.html
    Download Oracle VM Manager 3.1.1 Patch Update from My Oracle Support, patch ID 14227416
    Bugs fixed in Oracle VM Manager 3.1.1-399 are:
    14338549 - Fixes the issue where the log files do not have sufficient information to determine why TCPS fails to be enabled.
    14318605 - Ensures that the upgrade process should not continue in case when the Oracle VM Manager cannot be stopped.
    14256453 - Fixes the issue in server rediscovery due to the yum repository URL reset.
    14222824 - Fixes the issue where iSCSI initiators were no longer associated with the ZFS Storage Appliance Access Groups after a restart of the Oracle VM Manager.
    In addition, this build provides a number of bug fixes and enhancements to Oracle VM Manager 3 Command Line Interface (CLI) - https://wikis.oracle.com/display/oraclevm/Oracle+VM+Manager+3+CLI
    Oracle VM Manager 3.0.3 or 3.1.1 can be upgraded to this Oracle VM Manager 3.1.1 patch update. Unzip the patch file on the server running Oracle VM Manager and execute the runUpgrader.sh script.
    # mount -o loop,ro ovmm-3.1.1-upgrade-b399.iso /mnt
    # cd /mnt
    # ./runUpgrader.sh
    Please refer to the Oracle VM Installation and Upgrade Guide http://docs.oracle.com/cd/E27300_01/E27308/html/index.html for details.
    In addition, it's highly recommended to update Oracle VM Server 3.1.1 with the latest patch update. Please review the Oracle VM User's Guide http://docs.oracle.com/cd/E27300_01/E27309/html/vmusg-servers-manage.html#vmusg-servers-yum for specific instructions on how to use a Yum repository to perform the Oracle VM Server update.
    To receive notification on the software update delivered to Oracle Unbreakable Linux Network (ULN, http://linux.oracle.com) for Oracle VM, you can sign up here http://oss.oracle.com/mailman/listinfo/oraclevm-errata.
    Honglin

    I have on my VM Server:
    [root@milton ~]# rpm -q xen
    xen-4.1.2-18.el5.6
    [root@milton ~]# rpm -q ovs-agent
    ovs-agent-3.1.1-89.9
    The VM Server updates applied via VM Manager on Aug 2, this was done before I applied VM Manager build 399 (but is same day as annouced release (Aug 2))
    milton:/var/log/yum.log
    Aug 02 23:30:15 Updated: xen-tools-4.1.2-18.el5.6.x86_64
    Aug 02 23:30:16 Updated: open-ovf-1.1-1.0.47.el5.1.noarch
    Aug 02 23:30:16 Updated: xen-devel-4.1.2-18.el5.6.x86_64
    Aug 02 23:30:17 Updated: xen-4.1.2-18.el5.6.x86_64
    Aug 02 23:30:17 Updated: ovs-agent-3.1.1-89.9.x86_64
    Edited by: user10052240 on 7-Aug-2012 7:47 PM

  • Remove adapters in Oracle Identity Manager 9.1.0.2

    Hello friends,
    As I can delete an adapter in Oracle Identity Manager 9.1.0.2
    regards

    Login to design console. Go to process management-> process definition. Open your process definition. You can see list of tasks here. Find tasks in which your adapter to be deleted is attached. You can see this by looking into Eventhandler/adapter column. Double click on taskname, go to integration tab, click on remove and then save. In this way you can remove adapters for all tasks. Now go to adapter factory. search and open your adapter. Click on delete icon in menu bar. Your adapter will be deleted now.
    regards,
    GP

  • Block users in Oracle Identity Manager 9.1.0.2

    Hi,
    I have a status query (User Locked) user in Oracle Identity Manager 9.1.0.2.
    The option to block users, seen in the web administration console of Oracle Identity Manager appears in a disabled state. As I can enable this functionality in Oracle Identity Manager 9 ..?
    Thanks for the support

    Didn't get your question exactly.
    Whenever someone tries to login with wrong password then he gets Locked into OIM. You'll have to go to Admin Console and Unlock it. You can also do this from DB as well.
    To lock user from Admin console, you'll have to create a custom button and extend the same action class to Lock that user into OIM.
    Workaround
    Create a UDF called LOCK.
    Create a trigger on this UDF i.e. whenever LOCK value changes to TRUE then lock the user using DB query or API (UPDATEUSER -- Users.Lock User)

  • New patch update (build 282) for Oracle VM Manager 3.0.3

    We have a patch update for Oracle VM Manager 3.0.3. Customers can download it by following instructions from OTN download page:
    http://www.oracle.com/technetwork/server-storage/vm/downloads/index.html
    Or go directly to the link below:
    Oracle VM Manager 3.0.3 Patch Update from My Oracle Support, patch ID 13614645
    This patch update provides additional bug fixes (please review the README), and includes all the accumulative bug fixes delivered in the previous patch updates.
    Oracle VM Manager Update Instructions
    Oracle VM Manager 3.0.2 or 3.0.3 can be upgraded to this Oracle VM Manager 3.0.3 patch update. Unzip the patch file on the server running Oracle VM Manager and execute the runUpgrader.sh script.
    # ./runUpgrader.sh
    Please refer to Oracle VM Installation and Upgrade Guide for details.
    Upgrade Oracle VM Servers
    It's highly recommended to update Oracle VM Server 3.0.3 with the latest patch update. Please review Oracle VM 3.0.3 User Guide http://docs.oracle.com/cd/E26996_01/e18549/BABDDEGC.html for specific instructions how to use Yum repository to perform the server update.
    To receive notification on the software update delivered to Oracle Unbreakable Linux Network (ULN, http://linux.oracle.com) for Oracle VM, you can sign up here http://oss.oracle.com/mailman/listinfo/oraclevm-errata.
    Additional Information
    Oracle VM documentation is available on the Oracle Technology Network (OTN):http://www.oracle.com/technetwork/server-storage/vm/documentation/index.html
    Please refer to the Oracle VM 3.0.3 Release Notes for a list of features and known issues. For the latest information, best practices white papers and webinars, please visit http://oracle.com/virtualization

    Hmm, server is not (auto?)discovered
    though machines can see each other via network, all ports are opened, but agent still reports
    [2011-07-28 21:07:32 6001] DEBUG (OVSNotificationServer:233) NOTIFICATION SERVER STARTED
    [2011-07-28 21:07:32 6005] INFO (OVSRemaster:101) REMASTER SERVER STARTED
    [2011-07-28 21:07:32 6009] INFO (OVSMonitor:29) MONITOR SERVER STARTED
    [2011-07-28 21:07:32 6013] INFO (OVSHA:103) HA SERVER STARTED
    [2011-07-28 21:07:33 6017] INFO (OVSStat:234) STAT SERVER STARTED
    [2011-07-28 21:07:33 6021] INFO (OVSAgentServer:274) OVSAgentServer start serving!
    [2011-07-28 21:07:33 6021] INFO (OVSAgentServer:275) Oracle VM Server version: {'release': '3.0.2', 'date': '201109270901', 'build': '75'}
    [2011-07-28 21:07:37 6009] DEBUG (OVSMonitor:46) Cluster state changed from [Unknown] to [Offline]
    [2011-07-28 21:07:37 6009] DEBUG (OVSMonitor:50) Error sending notification: Cannot get manager URL from agent db.
    [2011-08-14 23:30:58 13993] DEBUG (agtctl:95) master flag: None
    A slight off-subject question, do I need to run anything on OVM (apart from setting on all servers the same password)?

  • Recurring Leave in Oracle Absence Management

    Hi All,
    I have requirement where employee will have recurring leave like every thursday he/she will be off for next 4 months lets say. This thursday can be any other day in next week. Basically 1 day per week. There is proper schedule for employee for his/her leave day in a week. Please let me know how this can be achieved using seeded Oracle absence management functionality.
    Please let me know if more details are required.
    Cheers,
    Sandip Jadhav
    [email protected]

    Hi Vignesh,
    We are capturing this data in schedule management system(Not Oracle CAC).
    They want to create absence also for such leaves And they do not want employee to enter multiple times.
    I am thinking of using EITs and Absence Attendance API to create multiple absences.
    Other approach we are discussing is  create user friendly OAF page for only this type of leave entry.We have one .net based leave management system which internally calls oracle leave sshr page. So for this type of leave we will call either custom web page or EIT page.
    Please let me know your views.
    Cheer,
    Sandip Jadhav
    [email protected]

  • Can Oracle Identity Manager be installed on windows vista operating system

    can Oracle Identity Manager be installed on windows vista operating system?? I get the following error while installing OIM 9.1.0 on Weblogic application server 10.3.
    userLanguage = en
    userCountry = US
    java.io.FileNotFoundException: <Installation Directory>\xellerate\logs\setup_weblogi
    c.log (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileReader.<init>(Unknown Source)
    at com.thortech.xl.installer.event.InstallScript.checkSetupLogStatus(Ins
    tallScript.java:2280)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.installshield.event.ActionSequenceEngine$ActionTask.invokeJavaMet
    hod(Unknown Source)
    at com.installshield.event.ActionSequenceEngine$ActionTask.executeAction
    (Unknown Source)
    at com.installshield.event.ActionSequenceEngine$ActionTask.run(Unknown S
    ource)
    at com.installshield.event.ThreadPool.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
    at com.thortech.xl.installer.event.InstallScript.onExecutingPostInstallM
    essage(InstallScript.java:1919)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.installshield.event.ActionSequenceEngine$ActionTask.invokeJavaMet
    hod(Unknown Source)
    at com.installshield.event.ActionSequenceEngine$ActionTask.executeAction
    (Unknown Source)
    at com.installshield.event.ActionSequenceEngine$ActionTask.run(Unknown S
    ource)
    at com.installshield.event.ThreadPool.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Edited by: user10691333 on 28 Aug, 2011 12:05 PM

    http://www.oracle.com/technetwork/middleware/ias/downloads/idm-certification-101401-083012.html
    This is the cert matrix of OIM. Please check if you are using the right OS version.

  • Oracle vm manager 3.3.1 can't discover the server which one has reinstall system

               It couldn't to import the iso file to the Repositories,and I doubt that the nfs  which it created by the disks of ovm server has some problem .So the ovm
    server has reinstalled system.
               There's the log from the  ovm server on /var/log/ovs-agent.log 
    [2015-02-09 15:39:23 31263] ERROR (notificationserver:240) Error sendinging statistics: Unauthorized {"message":"AUTH_000003:Necessary authorization
    information was not supplied.","errorCode":"AUTH_000003","cause":null,"wsErrorCode":"AUTH_INFO_NOT_SUPPLIED"}
    [2015-02-09 15:39:52 31263] DEBUG (notificationserver:192) sent events: [('{CLUSTER} {MONITOR} Cluster state changed from [Unknown] to [Offline]', {
    }), ('Feb  7 08:33:39 {NETWORK} net : LINKCHANGE : eth0 (0) [1]\n', {}), ('Feb  7 08:33:40 {NETWORK} net : LINKCHANGE : bond0 (0) [1]\n', {}), ('Feb
      7 08:34:57 {NETWORK} net : LINKCHANGE : eth0 (1) [0]\n', {}), ('Feb  7 08:34:57 {NETWORK} net : LINKCHANGE : bond0 (1) [0]\n', {})]
    [2015-02-09 15:39:52 31263] ERROR (notificationserver:201) Error sending events: Unauthorized {"message":"AUTH_000003:Necessary authorization inform
    ation was not supplied.","errorCode":"AUTH_000003","cause":null,"wsErrorCode":"AUTH_INFO_NOT_SUPPLIED"}
    Traceback (most recent call last):
      File "/usr/lib64/python2.6/site-packages/agent/daemon/notificationserver.py", line 193, in event_sender
        session.post(events_formatted)
      File "/usr/lib64/python2.6/site-packages/agent/daemon/notificationserver.py", line 63, in post
        return self._do_post(data)
      File "/usr/lib64/python2.6/site-packages/agent/daemon/notificationserver.py", line 81, in _do_post
        raise Exception('%s %s' % (response.reason, content))
    Exception: Unauthorized {"message":"AUTH_000003:Necessary authorization information was not supplied.","errorCode":"AUTH_000003","cause":null,"wsErr
    orCode":"AUTH_INFO_NOT_SUPPLIED"}
    [2015-02-09 15:39:53 31263] ERROR (notificationserver:240) Error sendinging statistics: Unauthorized {"message":"AUTH_000003:Necessary authorization
    information was not supplied.","errorCode":"AUTH_000003","cause":null,"wsErrorCode":"AUTH_INFO_NOT_SUPPLIED"}
                 The message is from ovm manager.
    OVMAPI_4025E Attempt to send command: get_api_version to server: 10.189.209.222 failed due to errors authenticating to the server. OVMAPI_4004E Sync command failed on server: 10.189.209.222. Command: get_api_version, Server error: org.apache.xmlrpc.XmlRpcException: I/O error while communicating with HTTP server: Received fatal alert: handshake_failure [Mon Feb 09 15:14:59 CST 2015] [Mon Feb 09 15:14:59 CST 2015]
            Please ,help me!

    Frank,
    Sorry I didn't see this before, but it wasn't on the most recent posts. Please see related post here OVM Sparc - Can't discover local disks
    The net is that the initial support for Oracle VM Manager with Oracle VM Server for SPARC only supports NFS for repository (and virtual disks). A later release will permit virtual disks from FC SAN, iSCSI, and local disk as well as NFS. The linked not provides more information and a link to beta code.  regards, Jeff

  • Oracle Enterprise Manager 11g Database Control log file location

    Any one knows where the log file is for Oracle Enterprise Manager 11g Database Control. I am trying to set up EUS proxy authentication and running into issues when trying to search proxy user in my DB. The search returns no results and I am not sure where to look for. Please not my setup does work for EUS with shared or exclusive schema. I need to use Oracle DB proxy authentication for my application and that would need a setup of EUS with proxy permissions so please advice if you know where the log file is for Oracle Enterprise Manager 11g Database Control or if there is any logging I can turn on to see what search parameters are passed from Oracle Enterprise Manager 11g Database Control to my DB by using DB audit etc.
    Thanks,

    Be patient...wait for report.
    If after some time report does not appear, go to Advisor Central and find it there.
    :p

  • Can't install Oracle Test Manager

    Hi,
    I’m trying to install Oracle Test Manager and I have got an error message on XE installation step: “installation of OracleXE failed.”
    The first line of log file says : “OXE_Detect: No OATS installed version found. Detecting external OXE version.
    However there is no trace of XE, neigther in Program Files nor in Services. Only the following Oracle services exist:
    •     Oracle Application Testing Suite Helper Service (Open Scipt) =>Running
    •     OracleMTSRecoveryService
    •     Oracleora9i_homeClientCache
    Is there anything to remove in Registry or somewhere else?
    Thanks by advance for your help
    Edited by: user8891760 on 4 juin 2010 00:21

    Hi,
    You can validate OID installation through 'opmnctl' and/or 'ldapbind'. You can access 'Oracle Directory Services Manager' through a browser using the url -
    'http://<host>:<port>/odsm/faces/odsm.jspx'.
    Here is a link which shows screenshots of the overview of 'Oracle Directory Services Manager'.
    -- Pramod Aravind

Maybe you are looking for

  • Virt-manager - Unable to connect to libvirt

    Unable to connect to libvirt: Failed to connect socket to '/var/run/libvirt/libvirt-sock': Verbindungsaufbau abgelehnt Verify that: - The 'libvirtd' daemon has been started kvm, kvm-intel and libvirtd are started. did i forget anything? Last edited b

  • Leave for employee without approver is auto-approved.

    Hi, I'm trying to customize the HR_APPROVAL_CUSTOM pkg whereby I would want the leave for an employee without an approver not to auto-approve and instead raise an error message to sysadmin. Currently, when an employee who applies for leave has no app

  • Can't Login to new username created by Migration Assistant.

    Brand new to the world of Macs and getting a bit frustrated. I started a discussion earlier about how Migration Assistant created a new account and wanting to get those files to my original account. I got no response but now I'm finding a bigger issu

  • Best part of the recent update - podcast filter

    The best part of the recent TV update is the podcast filter - so you can just see the podcasts with video, audio, or both. This was badly needed, and is a reason to update if you have not done so already.

  • CC: Einige Programme sind nach der Installation nicht zu finden.

    Ich habe mit der CC-App die Programme installiert die ich verwende. Das herunterladen und installieren wurde auch von allen ausgewählten Programmen angezeigt und am Ende bestätigt. Allerdings sind Acrobat und Illustrator nirgends zu finden - auch nic