Skip to Main Content

Database 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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

RMAN and Amazon Web Services

user8812402Apr 5 2010 — edited Apr 16 2010
I'm having an issue getting this to work. It's configured and if I run sbttest it works fine(the SBT API test was successful) but when I run the test through Enterprise Manager I get:






Recovery Manager: Release 11.2.0.1.0 - Production on Mon Apr 5 12:19:59 2010

Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.

RMAN>
connected to target database: ORASERV (DBID=237500368)
using target database control file instead of recovery catalog

RMAN>
echo set on


RMAN> run {
2> allocate channel oem_sbt_backup type 'sbt_tape' format '%U' parms 'SBT_LIBRARY=/opt/oracle/product/Ora11g/lib/libosbws11.soENV=(OSB_WS_PFILE=/opt/oracle/product/Ora11g/dbs/osbwsoraserv.ora)';
3> backup as BACKUPSET current controlfile tag '04052010121958';
4> restore controlfile validate from tag '04052010121958';
5> release channel oem_sbt_backup;
6> }
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on oem_sbt_backup channel at 04/05/2010 12:20:00
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 3970


RMAN> allocate channel for maintenance type 'sbt_tape' parms 'SBT_LIBRARY=/opt/oracle/product/Ora11g/lib/libosbws11.soENV=(OSB_WS_PFILE=/opt/oracle/product/Ora11g/dbs/osbwsoraserv.ora)';
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on ORA_MAINT_SBT_TAPE_1 channel at 04/05/2010 12:20:00
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 3970


RMAN> delete noprompt backuppiece tag '04052010121958';
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=24 device type=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of delete command at 04/05/2010 12:20:01
RMAN-06168: no backup pieces with this tag found: 04052010121958


RMAN> exit;

Recovery Manager complete.

Edited by: user8812402 on Apr 5, 2010 10:30 AM

Comments

Dude!
Apparently you need to go into the BIOS setting of your computer. Normally you would have to press a certain key right after your computer reboots or starts. Usually there is also a brief message about which key to press in order to enter your system's BIOS (not inside vmware). Is this what you tried?

I found the following in Google that seems to match your case:

http://www.petri.co.il/virtual_run_a_64_bit_guest_operating_system_in_vmware.htm

"In my case, I have a Dell Optiplex GX620 with an Intel 64bit processor. The VMware 64-bit compatibility tool told me that my computer was capable of running a 64-bit Guest, however, when I went to run it, I was told this: I found that I had to go into my BIOS and enable my Intel VT VMM capabilities. After I did that and rebooted my system, I was able to run my 64-bit OS using my already installed VMware Server."

Edited by: Markus Waldorf on Aug 20, 2010 7:48 PM
674481
Markus Waldorf wrote:
Apparently you need to go into the BIOS setting of your computer. Normally you would have to press a certain key right after your computer reboots or starts. Usually there is also a brief message about which key to press in order to enter your system's BIOS (not inside vmware). Is this what you tried?
Yes I have tried that using F2 key to bring up the BIOS and when I bring up the system BIOS, I just can't same to fine where I need to enable VT. The first 3 options in SYSTEM can not be edited.

>
I found the following in Google that seems to match your case:

http://www.petri.co.il/virtual_run_a_64_bit_guest_operating_system_in_vmware.htm

"In my case, I have a Dell Optiplex GX620 with an Intel 64bit processor. The VMware 64-bit compatibility tool told me that my computer was capable of running a 64-bit Guest, however, when I went to run it, I was told this: I found that I had to go into my BIOS and enable my Intel VT VMM capabilities. After I did that and rebooted my system, I was able to run my 64-bit OS using my already installed VMware Server."
I have the same system - I will appreciate if you enter your BIOS again and find a specific area where I can enable VT.

Thank you
Dude!
I found it on Google - I don't have such system myself.

Please check the following link. It should contain the info you need including BIOS screenshots:

http://en.community.dell.com/support-forums/desktop/f/3514/p/18593269/19549083.aspx

Q: Does GX620's BIOS A11 support Intel Virtualization Technology?
A: Yes.

In the BIOS-> scroll down to Performance Section-> Virtualisation
674481
Markus Waldorf wrote:
I found it on Google - I don't have such system myself.

Please check the following link. It should contain the info you need including BIOS screenshots:

http://en.community.dell.com/support-forums/desktop/f/3514/p/18593269/19549083.aspx

Q: Does GX620's BIOS A11 support Intel Virtualization Technology?
A: Yes.

In the BIOS-> scroll down to Performance Section-> Virtualisation
When I scroll down peerformance, Virtualization is NOT part of the options listed. Here are list of options under performance in my GX620:

-Hyper-Threading
-SpeedStep
-Limit CPUID Value
-HDD Accoustic Modes
674481
My GX620 has BIOS A06 - does that support VT or can I update from A06 to A11?

Edited by: Albert Zaza on Aug 21, 2010 8:16 AM
Dude!
Current firmware seems to be A11 (2006), yours is A06. Seems like you need to update your BIOS.

http://support.dell.com/support/downloads/driverslist.aspx?c=us&l=en&s=gen&ServiceTag=&SystemID=PLX_GX620&os=WW1&osl=en&catid=&impid
1 - 6
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 14 2010
Added on Apr 5 2010
8 comments
3,106 views