Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Failed to start ovmm service in OVM 3.1.1, please help.

Michael.JobsJun 28 2012 — edited Jun 29 2012
I've installed OVM 3.1.1 on my hp server. And today, I upgraded it to 3.1.1 build 365. Then I chose to backup my OVM database OVS schema by using EXP utility.
Since I forget the password of ovs schema. I changed ovs/sys/system passwords in oracle. Till now, all run well.

Then when I start ovmm service, it stalled and failed to detect tcp listening port 54321 which is the remote API access port. There must be something wrong with my Weblogic server. How to restart Weblogic? I'm not quite familiar with it.
The following is the excerpt of the running /etc/init.d/ovmm script:

......
+ case "$1" in
+ ps auxww
+ grep /u01/app/oracle/java/bin/java
+ grep -v grep
+ RETVAL=1
+ '[' 1 -eq 0 ']'
+ '[' -f /var/lock/subsys/ovmm ']'
+ '[' -f /etc/sysconfig/ovmm ']'
+ /bin/grep -q '^RUN_OVMM=NO' /etc/sysconfig/ovmm
+ action=run
+ '[' run = skip ']'
+ '[' run = run ']'
+ logger 'Starting the Oracle VM Manager application.'
+ echo -n 'Starting Oracle VM Manager'
Starting Oracle VM Manager+ nohup su - oracle -c 'USER_MEM_ARGS="-Xms512m -Xmx2048m -XX:MaxPermSize=384m" 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 &'
+ RETVAL=0
+ '[' 0 -eq 0 ']'
+ RAN=False
+ WAIT=1
+ '[' False = False ']'
+ '[' 1 -gt 10 ']'
+ netstat -tln
+ grep 54321
+ RETVAL=1
+ '[' 1 -eq 0 ']'
+ sleep 15
+ WAIT=2
+ '[' False = False ']'
+ '[' 2 -gt 10 ']'
+ netstat -tln
+ grep 54321
+ RETVAL=1
+ '[' 1 -eq 0 ']'
+ sleep 15
+ WAIT=3
+ '[' False = False ']'
+ '[' 3 -gt 10 ']'
+ netstat -tln
+ grep 54321
+ RETVAL=1
+ '[' 1 -eq 0 ']'
+ sleep 15
+ WAIT=4
+ '[' False = False ']'
+ '[' 4 -gt 10 ']'
+ grep 54321
+ netstat -tln
+ RETVAL=1
+ '[' 1 -eq 0 ']'
+ sleep 15
+ WAIT=5
+ '[' False = False ']'
+ '[' 5 -gt 10 ']'
+ netstat -tln
+ grep 54321
+ RETVAL=1
+ '[' 1 -eq 0 ']'
+ sleep 15
+ WAIT=6
+ '[' False = False ']'
+ '[' 6 -gt 10 ']'
+ netstat -tln
+ grep 54321
+ RETVAL=1
+ '[' 1 -eq 0 ']'
+ sleep 15
+ WAIT=7
+ '[' False = False ']'
+ '[' 7 -gt 10 ']'
+ netstat -tln
+ grep 54321
+ RETVAL=1
+ '[' 1 -eq 0 ']'
+ sleep 15
+ WAIT=8
+ '[' False = False ']'
+ '[' 8 -gt 10 ']'
+ netstat -tln
+ grep 54321
+ RETVAL=1
+ '[' 1 -eq 0 ']'
+ sleep 15
+ WAIT=9
+ '[' False = False ']'
+ '[' 9 -gt 10 ']'
+ grep 54321
+ netstat -tln
+ RETVAL=1
+ '[' 1 -eq 0 ']'
+ sleep 15
+ WAIT=10
+ '[' False = False ']'
+ '[' 10 -gt 10 ']'
+ netstat -tln
+ grep 54321
+ RETVAL=1
+ '[' 1 -eq 0 ']'
+ sleep 15
+ WAIT=11
+ '[' False = False ']'
+ '[' 11 -gt 10 ']'
+ echo 'Time out... '
Time out...
+ exit 1
[root@oravman ~]#

Any advice? Thanks in advance.

Edited by: Michael.Jobs on 2012-6-28 下午6:57

Edited by: Michael.Jobs on 2012-6-28 下午7:08
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 27 2012
Added on Jun 28 2012
6 comments
1,250 views