OSB with HP MSL2024

Hi
I have a HP MSL2024 library with two tape drives. When I submit two jobs in the OSB home page I see that backups run concurrently:
library MSL2024 in use by obrobotd on rubxyz, process 21569
drive (1) dte1 in use by obrobotd on rubxyz, process 21569
drive (2) dte2 in use by obrobotd on rubxyz, process 21569
but when I login to HP storage msl2024 tape library webpages I see on the system status that always one of the drives is writing. Never both. For example. For a few seconds drive 1 has status writing, the second drive status is idle, for the next few seconds both drives are idle and for the next few seconds first drive is idle and the second is writing. So backups don't run concurrently but in turn and very slow.
What could be the reason of such behavior?? Is a problem with configuration of the OSB or the HP tape library or somthing else??
thanks for help
Jan

Still the same problem
MSL2024:
Device type: library
Model: [none]
Serial number: [none]
In service: yes
Debug mode: no
Barcode reader: yes
Barcodes required: no
Auto clean: no
Clean interval: (not set)
Clean using emptiest: yes
Unload required: yes
Ejection type: auto
Min writable volumes: 0
UUID: b1cad8e6-af07-102b-b80f-001438b8cffc
Attachment 1:
Host: rubryk-pl
Raw device: /dev/sg1
Connection type: [unknown]
Reservation 1:
Component: obrobotd
Host: rubryk-pl
Process: 25450
Inquiry data:
Vendor: HP
Product: MSL G3 Series
Firmware: 4.20
Serial number: DEC06220KE
Element counts / addresses:
1 mte: 0
23 se : 1001 - 1023
1 iee: 101
2 dte: 1 - 2
Moves:
From mte, to: mte 0 se 1 iee 1 dte 1
From se, to: mte 0 se 1 iee 1 dte 1
From iee, to: mte 0 se 1 iee 0 dte 1
From dte, to: mte 0 se 1 iee 1 dte 1
Ok_ops: move=1, reserve=1 sense_dev=1, sense_ele=1, unload_any=1, sense_dev_range=1
Device characteristics: two_d=0, is_120=0, fake_mte=0, fake_iee=0, one_target=0
State of barcode reader: present
Display: none
Dte 1: target 4 lun * name dte1 (raw device name /dev/sg0)
warning: dte 1 may be misconfigured; (on bus 0) is at target 0, lun 5,
which doesn't match the information provided by the library.
Dte 2: target 5 lun * name dte2 (raw device name /dev/sg2)
warning: dte 2 may be misconfigured; (on bus 0) is at target 0, lun 5,
which doesn't match the information provided by the library.
Warning: bus info unknown or drive not installed
dte1:
Device type: tape
Model: [none]
Serial number: [none]
In service: yes
Library: MSL2024
DTE: 1
Automount: yes
Error rate: 8
Query frequency: [undetermined]
Debug mode: no
Blocking factor: (default)
Max blocking factor: (default)
Current tape: 2
Use list: all
Drive usage: 4 hours, 41 minutes
Cleaning required: no
UUID: aa02df66-af0f-102b-b80f-001438b8cffc
Attachment 1:
Host: rubryk-pl
Raw device: /dev/sg0
Connection type: [unknown]
Reservation 1:
Component: obrobotd
Host: rubryk-pl
Process: 25450
Reservation 2:
Component: obtar
Host: rubryk-pl
Process: 25560
Reservation 3:
Component: observiced
Host: rubryk-pl
Process: 6374
Inquiry data:
Vendor: HP
Product: Ultrium 3-SCSI
Firmware: D22W
Serial number: HU10823PAR
Hardware compression: not available
dte2:
Device type: tape
Model: [none]
Serial number: [none]
In service: yes
Library: MSL2024
DTE: 2
Automount: yes
Error rate: 8
Query frequency: [undetermined]
Debug mode: no
Blocking factor: (default)
Max blocking factor: (default)
Current tape: 4
Use list: all
Drive usage: 4 hours, 38 minutes
Cleaning required: no
UUID: e7e9ec0c-af0f-102b-b80f-001438b8cffc
Attachment 1:
Host: rubryk-pl
Raw device: /dev/sg2
Connection type: [unknown]
Reservation 1:
Component: obrobotd
Host: rubryk-pl
Process: 25450
Reservation 2:
Component: obtar
Host: rubryk-pl
Process: 25636
Reservation 3:
Component: observiced
Host: rubryk-pl
Process: 6374
Inquiry data:
Vendor: HP
Product: Ultrium 3-SCSI
Firmware: D22W
Serial number: HU10823P9R
Hardware compression: not available
sg_map -x -i
/dev/sg0 0 0 4 0 1 /dev/nst0 HP Ultrium 3-SCSI D22W
/dev/sg1 0 0 4 1 8 HP MSL G3 Series 4.20
/dev/sg2 0 0 5 0 1 /dev/nst1 HP Ultrium 3-SCSI D22W

Similar Messages

  • OSB with AIA

    We are trying to use OSB with AIA EBS.
    Use case is :
    OSB Proxy service will receive the inbound payload, transform into AIA EBO and a Business service will invoke AIA EBS.
    Challenge is OSB can't access the AIA EBO schema (EOL) from MDS. Can OSB directly access AIA schema? or we have to import the whole AIA schema library(EOL) to OSB?
    Of course we don’t like to maintain two copies of AIA library.
    Seeking your expertize in this area.

    In my project, the curstomer decided to build EBS layer with OSB, so we have to keep the canonical components into OSB layer. Obviously we have to keep 2 copies of AIA Components as OSB will not recognise MDS paths. So i kept a copy of the entire AIAComponents into a OSB and modified the business services by adding the port information to the EBS services, then only you will be able to see the operations to create a proxy service or business service.
    Then you can create proxy service out of the EBS service and then call the provider ABCS component as business service. This is the way i did and did a presentation to customer.
    I had provided them the issues as well and decided to go with mediator and MDS.
    I think in SOA 12 g, the OSB engine will be part of the SOA then we can use it.
    Thanks,
    Vijay

  • [OSB1031] how to call a RESTful service from OSB with authentication

    Hi all,
    I called successfully a RESTful service from OSB.
    We have a business service, named OrderTracer, that wraps the call to the RESTful service.
    The RESTful service requires an authentication so we are trying to find out how the OSB business service should authenticate itself against the RESTful service.
    In addition the RESTful service accepts username/password coded as base64.
    So we defined a Service Account with static resource type and we added the reference to this service account in the business service.
    But when the OSB business service calls the RESTful service, we got an error:
    <fault>
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380000</con:errorCode>
    <con:reason>Unauthorized</con:reason>
    <con:location>
    <con:node>RouteNode</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>
    </fault>
    Does anyone have any hint ?
    Any clue would be of great help.
    Thanks in advance
    ferp

    Hi,
    There's a sample on JSON REST here...
    http://java.net/projects/oraclesoasuite11g/downloads/download/OSB/osb-206-JSONREST.zip
    For other samples, see this...
    http://java.net/projects/oraclesoasuite11g/pages/OSB
    Cheers,
    Vlad

  • OSB with database adapter using stored procedure

    Hi All,
    We have a following requirement, in OSB while using the DB adapter with stored procedure.
    1) the store procedure has custome datatype as inout parameter
    2) send reference cursor as input to stored procedure
    Can you please let me know how to do this.
    Thanks,
    Vinoth

    Please go through below links -
    Section "9.7 Stored Procedure and Function Support" of Tech Adapter user guide - http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10231/adptr_db.htm#CHDFBBCD
    http://blogs.oracle.com/middleware/2010/05/using_jca_adapter_with_osb_11113.html
    Regards,
    Anuj

  • Caching in OSB with Business Service

    Hi All,
    I am done with business service development, but I need to configure caching to fetch the data from cache if TTL (Time to Live) <24 if is more then my request to interact with the database can please help how I can I do it, as I am new to caching concept.
    Thank You,
    Vinay Kumar

    Hi Vinay, Select the Business Service - Message Handling Configuration - in Advanced Settings section, you can configure caching for the business service; select Result caching as Supported, and specify cache token (unique key) and expiration time (TTL). Note- once the TTL exceeds for a particular data, the business service will fetch the result from the target system/database and cache it, and the cycle repeats (no specific configuration to be done for this).  Also, before configuring the above, first enable the caching globally in OSB; go to Operations - Global settings - select Enable Result caching, and activate the changes.

  • OSB with request response MQ business service

    Hi,
    We have OSB webservice whice interacts with MQ via business service. We need to send the request to MQ request queue and get the response from the response queue.
    For this, we have configured a business with MQ transport, request-response is enabled, message id is set for the correlation, auto generate correlation value is chosen.
    The business service sends the message but unable receive the response from the response queue. Failing with the error message like
    The invocation resulted in an error: [WliSbTransports:381918]Failed to receive response, within the configured timeout, for request message with id 42454BD3E5F7647914544E793F9F0000013EC9DF03918057 and correlation id 42454BD3E5F7647914544E793F9F0000013EC9DF03918057.
    But we checked with the end system, the response is sent tot he response queue in no time. We also increased the time out but still same issue.
    We noticed that if we dont send the message id, we are getting the response but not response of the request sent but some other response.
    Please suggest what needs to be done to fix the issue.

    Open your business service and navigate to HTTP Transport configuration page and check what is the http type is enabled.
    Look to me its with GET method, change it to POST and re-try.
    If the above solution is not helping, try to check the Follow HTTP redirects check box below the Advanced Setting in same page.
    Thanks,
    Vijay

  • How to configure a Proxy in OSB with Digest Authentication?

    Hello, Guys.
    I need a help with this subject.
    I have a demand to configure a Proxy in OSB 11.1.1.6 with Digest Authentication. I'm using a Embedded Ldap with Identity Asserter.
    I'have configured a DefaultAuthenticator and the DefaultIdentityAsserter to support Digest Password and create a new LdapIdentityAsserter pointing to my embedded Ldap.
    When I'll create a new Proxy, in the security options, i can see the digest options to authenticate my username and password. I selected the one of all the options, but in the time of the Proxy test the authentication didn't work.
    Could anyone help me?
    Thanks you.

    Unfortunately, a reference trigger can't be used for continuous acquisition after the trigger. The maximum post-trigger count is either 2^24 or 2^32 depending on your hardware. Depending on your sampling rate and how many samples you expect to acquire before issuing a software stop, using the max post-trigger count may be sufficient for you. There are a couple of other options I can think of that you might want to try:
    1.) If possible, play with the trigger condition such that it occurs at the start of your pre-trigger data and use it as a start trigger instead. I suspect this may not be possible.
    2.) Set up a continuous acquisition and implement detection of the trigger condition through software. This is more software work and is more CPU intensive than the hardware solution, but it can definitely be made to work.
    3.) With some creative use of the counters, you may be able to latch the sample clock number that trigger occurred on. This would allow you to setup a continuous acquisition and use the hardware to tell you where the trigger occurred instead of figuring it out in software. What I'm thinking is you would set up a buffered event counting task with the ai/SampleClock as the timebase source of the counter and the trigger signal as the sample clock of the counter. By reading the first count value, you should know which AI sample the trigger occurred. From there, you can seek to the right position in the buffer and begin reading data indefinitely.
    Good luck!

  • Problem connecting weblogic OSB with IBM websphere via foreign JMS

    Hi All,
    I am trying to setup Foreign JMS. My configuration doesn’t work.
    Could you please let me know if I am missing anything .
    All my configuration details are done as specified in this link http://www.oracle.com/technology/products/integration/service-bus/docs/osb-websphere-whitepaper.pdf
    Here is what I did.
    In OSB sbconsole
    OSB business Service ENDPoint URL jms://webspherehost:9082/sampleQueuemanager/sampleQueue
    In websphere
    Created a queue connection factory and a queue from the webspehere administrator console.
    Modified JSMAdmin.config to enable the following…/Java/bin/JMSAdmin.config.
    INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory
    PROVIDER_URL=file:/C:/JNDI-Directory
    Ran JSMAdmin.bat to bind the JNDI
    def qcf(sampleQueuemanager) qmanager(QMGR) HOSTNAME(webspherehost) PORT(1327) TRANSPORT(CLIENT)
    def Q(sampleQueue) queue(sampleQueue) qmanager(QMGR) PERSISTENCE(PERS)
    InitCtx> dis ctx
    JMSADM4089 InitCtx
    .bindings java.io.File
    bck_.bindings java.io.File
    a sampleQueuemanager com.ibm.mq.jms.MQQueueConnectionFactory
    a sampleQueue com.ibm.mq.jms.MQQueue
    4 Object(s)
    0 Context(s)
    4 Binding(s), 2 Administered
    In weblogic admin console
    Created foreign JMS, destination and connection factory as mentioned in the following link.
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/ConsoleHelp/taskhelp/jms_modules/foreign_servers/CreateForeignConnectionFactories.html
    When I execute business service from OSB sbconsole, this is what I get.
    +The invocation resulted in an error: [JMSPool:169803]JNDI lookup of the JMS connection factory sampleQueuemanager failed: javax.naming.CommunicationException [Root exception is weblogic.socket.UnrecoverableConnectException: [Login failed for an unknown reason: HTTP/1.1 400 Bad Request]].+
    Thanks
    siva

    Little confusing. Are we not supposed to use osb host name and port along with foreign connection factory created in weblogic for OSB BS?.
    You said: jms://webspherehost:9082/sampleQueuemanager/sampleQueue
    We have to jms://osbhost:port/ForeignQueueManagerInWeblogic/ForeignQueueInWeblogic
    Manoj

  • OSB With ws-addressing

    Hi All,
    Does OSB's business service supports dynamic JCA connection JNDI using ws-addressing. I mean, dynamically i am going to get JNDI value, which i need to pass it using ws-addressing in connecting to back-end. Something like dynamic partner link in BPEL.
    Any help on this really appreciated
    Regards & Regards
    Venkata Madhu

    Hi Venkata,
    I think it is not possible with OSB currently but if I am not wrong then a similar request was raised with product development some time back. You may raise a SR with support and ask for an enhancement anytime. If product development considers your request then this feature might get added in upcoming release or you may get an exclusive patch.
    As a workaround, you may create desired number of business services in OSB and use dynamic routing to call them from message flow.
    Regards,
    Anuj

  • OSB with Rest JSON webservice

    Hi, I am new to OSB and working on making OSB as a pass thru for RestFul JSON webservices. I am able to get JSON response back in case of GET request however for POST request I am getting this error:
    <con:fault
    xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380000</con:errorCode>
    <con:reason>Unsupported Media Type</con:reason>
    <con:location>
    <con:node>AegisRouteNode</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>
    I have used transport header in response action to convert content type to application/json. I am not sure why it works perfectly for GET request but fails for POST.
    I appreciate any help that can be provided. Thanks.

    > I have used transport header in response action to convert content type to application/json
    Why in response? o_O
    My understanding of what is happening is that the remote server rejects your POST with HTTP 415. I.e. you need to set the Content-Type transport header in request pipeline.
    For GET though the server may just ignore the Content-Type header or lack thereof, and that's why it may work.
    Try to point your call via Fiddler to see the actual HTTP request and response, it should give you the idea what's going on.
    Vlad
    http://vladimirdyuzhev.com

  • OSB with Dell PowerVault 100T DAT7 2

    Will Secure Backup work with the Dell 100T DAT72 tape drive?

    This is an area that I have very little experience. I'm not sure what a library is to be honest. Is this something that installs with the drive, or is it a piece that needs to be purchased or obtained separately? All I can tell you is that I followed the OSB instructions exactly:
    10gR2 10.2.0.2.0 Windows 2k3 R2 on Dell PowerEdge rack
    Created Library with attachment raw device //./obl0
    But the show properties revealed the message "no hardware info is available for library tc-lib - The system cannot find the file specified"

  • Owsm and OSB with sign policy

    Hi,
    I made a 10.3 proxy service with a sign policy , added a service key provider and configured wls / wsdl.
    I need to provide a xml signature in the osb tester else I get an exception.
    When I use the proxy service tester in OSB and select the service provider. then it works perfectly. In the output window I get an request and response with wsse security.
    Now when I use OWSM with xml signature with the same jks keystore and use the same alias and call this OSB proxy server with the xml signature generated by owsm, I got an wssecurity exception , could not validate signature using any of the supported token types.
    maybe someone can help me

    Hi,
    I didn't solve it, soapUI is nice for testing but I needed to make this work for production.
    I will wait for fmw 11g

  • How to send email from OSB with Mail server that requires SSL or STARTTLS

    Hi everyone.
    My leader ask me configuration on OSB to support send email to my company mail server (using https chanel) and customer email (some of them is gmail that require STARTTLS or SSL).
    I've configured OSB as tutorial in that link: http://blogs.oracle.com/christomkins/entry/sending_an_email_from_oracle_s
    But OSB cannot send email from mail account that configured because it cannot login to mail server. I think the reason is secure authentication with SSL or TLS.
    There some problems that similar to mine in this forum but has nobody solved it yet.
    Can you tell me the solution you know? Any suggestion is appreciated.
    Regards
    Cuong Pham

    I know I'll offer you just a workaround and not a real solution, but you can try to start your own (intermediate) SMTP server to communicate with OSB (without SSL). Then you can just relay all the messages to your "real" SMTP server which requires SSL. If you start your intermediate SMTP server on the OSB host (localhost), then this layout could be acceptable even from security point of view.

  • Problems with Custom Assertions in OSB with OWSM

    Hi all, I try to get the custom assertion example from the documentation to work:
    I have used the example about ValidateIpAssertions, and I have attached to a proxy service. I can debug it with eclipse, but I see that it's not running ok. I realize that the 'context message' is not informed in correct way in my debug tool.
    I’m using OSB 11g Patch Set 2 with OWSM extension and Enterprise Console (SOA Suite is not installed). The admin server and managed server are running in the same domain (only one server).
    Any suggestion?

    I want to say that when I do a request trough a soapUi by example, the method getremoteAddr by example is null. one of the things more importants to me is to get the soap message. With version 10 I used the next expression with steps in order to get the message.
    msgContext.getRequest().getAxisMessage().getSOAPPartAsString();
    but now with assertions I dont know how to extract the soapmessage for working with it.

  • OSB with Task Flow

    Hi,
    I have read many documents regarding How to call OSB from Task Flow. But this time my requirement is reverse.
    I have one OSB running on web logic server. some External System will send request to this OSB. Upon receiving request, OSB will call business service which should call task ADF flow.
    Please help.
    Regards,
    Sunil

    Hi Sunil,
    Expose the task flow as SOAP service and call the Task flow from OSB as soap service
    Abhinav

Maybe you are looking for

  • Is there a way to add a QR code to a file in photoshop?

    Is there a way to add a QR code made from a website generator (i.e. qrstuff.com)? When I tried to add it to the file, it said "Could not place the document because the current document has an input-only color profile." Is there a way to get around th

  • After 10.2.0.2 Upgrade Errors in Alert log

    After upgrading the database to 10.2.0.2 - I am receiving the following errors during database database startup and shutdown in the alert log: Errors in file /upgdb19/oracle/apgl19udb/10.2.0/admin/apgl19u_rosexdevpgl2/udump/apgl19u_ora_692308.trc: OR

  • Can I import CSS & Javascript to Parallax Scrolling?

    Hi I have an example of Parallax Scrolling which gives the image the illustion of colour change on each slide. A simple example is shown here: http://dev.creemama.com/krystalrae-scroll-effect I have tried to achieve this using basic Parallax Scrollin

  • Command number

    Hi all, I ran the statement below to give a list of all statements that have been hitting the instance. select command, count(distinct command) from v$session group by command; from the command output column i got a value of zero i.e. 0 and i can not

  • How do i stop ads coming up every time i click on website links?

    Everytime im in Safari some particular works are hyperlinked to ads, or ads come up on whatever website I'm on. It also happens when i click a link on any website. Just wondering if its something i can fix myself or need to take my Macbook to someone