Serial Required for Each Client

I think I made a mistake, or I just wasn't thinking.
I have 4 xServes that I was planning to set up as a SAN. Do I have to have 4 separate copies of xSAN for each xServe that I will have connected to the SAN?
I can't use 1 Serial for all 4 machines, and I'm getting an error about duplicate serial, so I assume I messed up.
Thanks for the help!

Every CPU needs it's own, unique copy of the software.
Well, I think it is slightly different. In my opininion each ethernet interface used for the metadata needs a serial.
An MDC will work with any machine as long as it has a unique serial
In practice this means: each machine needs a serial. This is important in these days with multiple cpu's and multiple cores.

Similar Messages

  • How to define a separate virtual host for each client in SICF

    Hello,
    We have an ERP system with multiple clients running on it. The WebDynpro ABAP applications once developed are available on all clients, as standard. However, this is not our desired behavior. We want:
    1. The WebDynpro ABAP applications should be managed separately in SICF depending on the client
    2. The URL for accessing the WebDynpro application should have a own host name for each client. e.g.
    A WebDynpro application on client 100 should be accessed by http://host1:5000/sap/bc/... and the same application on client 200 should be accessed by http://host2:5000/sap/bc/...
    After a while researching I find out that creating a virtual host for each client in SICF would be a possible solution to fulfill the above mentioned requirments:
    1. Set the profile parameter is/HTTP/virt_host_* with corresponding host name and port number
    2. Create a new virtual host in SICF assigning the profile paramter to it
    3. Assign a client to this virtual host
    My question is how to specify a client to a virtual host? I didn't find any possibilities in SICF!
    Anyone can help me? Thanks a lot in advance!
    Best Regards
    Di Li

    Hi Srikishan,
    thanks for your reply. Your suggested way is certainly a potential, and also my preferred option for solving the multiple-client-capable URL access to WebDynpro / BSP applications.
    However, for some reasons, based on the customer requirements, the client should not be visible in the URL. The URL for accessing the WebDynpro / BSP applications on different client should have different host name, as if they are different companies. Besides that, we want to manage each WebDynpro / BSP application on different clients in SICF separately.
    Therefore, at least on my opinion, we need to introduce a virtual host for each client in SICF. But how do I make it happen?
    Regards
    Di

  • How to define a separate virtual host for each client in ICF for WebDynpro

    Hi,
    We have an ERP system with multiple clients running on it. The WebDynpro ABAP applications once developed are available on all clients, as standard. However, this is not our desired behavior. We want:
    1. The WebDynpro ABAP applications should be managed separately in SICF depending on the client
    2. The URL for accessing the WebDynpro application should have a own host name for each client. e.g.
    A WebDynpro application on client 100 should be accessed by http://host1:5000/sap/bc/... and the same application on client 200 should be accessed by http://host2:5000/sap/bc/...
    After a while researching I find out that creating a virtual host for each client in SICF would be a possible solution to fulfill the above mentioned requirments:
    1. Set the profile parameter is/HTTP/virt_host_* with corresponding host name and port number
    2. Create a new virtual host in SICF assigning the profile paramter to it
    3. Assign a client to this virtual host
    My question is how to specify a client to a virtual host? I didn't find any possibilities in SICF!
    Anyone can help me? Thanks a lot in advance!
    Best Regards
    Di Li

    Hi Srikishan,
    thanks for your reply. Your suggested way is certainly a potential, and also my preferred option for solving the multiple-client-capable URL access to WebDynpro / BSP applications.
    However, for some reasons, based on the customer requirements, the client should not be visible in the URL. The URL for accessing the WebDynpro / BSP applications on different client should have different host name, as if they are different companies. Besides that, we want to manage each WebDynpro / BSP application on different clients in SICF separately.
    Therefore, at least on my opinion, we need to introduce a virtual host for each client in SICF. But how do I make it happen?
    Regards
    Di

  • How many emails can I have on my account? Can I have client folders to customize for each client?

    How many emails can I have on my account?
    Can I have client folders for each client to access their own survey/forms?
    Can I customize for each client?
    Do we need multiple subcription accounts for this?

    You need to have one FormsCentral subscription per email.
    At this time FormsCentral doesn't support folders.
    Gen

  • Kadmin: Missing parameters in krb5.conf required for kadmin client while in

    Hi all
    When i am going to run commands like
    kadmin addprinc -randkey
    kadmin ktadd -k
    i am receiving kadmin: Missing parameters in krb5.conf required for kadmin client while ininitializing kadmin interface
    any ideas??
    What kind of parameters are missing???
    thanks a lot

    Hi,
    It is a common problem. I used Oracle Linux to sort it out.
    Perhaps you're using the wrong command? AFAIK kadmin should be used when working remotely. You don't say where you are in relation to the server? If sitting at the server you should be using kadmin.local. For example if I issue:
    sudo kadmin.local
    I get:
    Authenticating as principal root/admin@LKDC:SHA1.EB237F611F07B2E8A636804052E8F7252BBA978F with password
    If I issue:
    sudo kadmin
    I get:
    Authenticating as principal root/admin@LKDC:SHA1.EB237F611F07B2E8A636804052E8F7252BBA978F with password
    If I issue:
    sudo kadmin
    I get:
    Authenticating as principal root/[email protected] with password.
    kadmin: Missing parameters in krb5.conf required for kadmin client while initializing kadmin interface
    A vital difference. Issuing:
    sudo kadmin.local -q list_prinicpals
    show show successfully kerberized users, services & hosts. Changing it to kadmin -q list_principals shows nothing except the error message. The above examples are for a client machine.
    If you have any questions, ask.
    Kirill Babeyev

  • Do we need to create Storage Bins for each Client?

    Hi,
    I have defined the storage bin structure etc which I could transport.
    But does the creation of bins (using LS01N) need to be done separately for each client? If on the test client we dont have access to Create Bins then what is the right approach to get it done.
    Thanks.

    Thanks. I tried using LS05.
    What entries should I make?
    I entered Warehouse and Storage Type
    The Default Session was showing as RLLS0500 and I left it as it is.
    But I am getting Error message "Check you entry for manual storage bin creation".
    Any suggestions?
    Thanks.

  • Components required for each operation

    Hi Friends,
    In production order there are many operations.  How can I know components required for each operation.
    Thanks,
    Kiran

    Hi Kiran.
    Select the operation in the prodcution order.
    Hit component tab below.
    You will find the component attached to the operation.
    BR
    Subbu.

  • Minimal requirements for remote client app to call a EJB 3 session bean

    I'm just starting to get into EJBs, trying to learn the EJB 3 APIs. I kind of understand the setup on the server side to create a session bean. What I don't understand is what I would have to deploy for each of the remote client app (Swing-based GUI or something like that) installations. Of course, the client app code would have to be deployed to each client desktop, but what stuff related to the session bean? Just the session bean interface class?
    For ease of discussion, let's say my bean is CalculatorBean, having two interfaces, CalculatorRemoteIface and CalculatorLocalIface. Let's also say my client app, CalculatorUI, is a simple Swing-based GUI that grabs a reference to a CalculatorBean.
    Other than just the Swing-based classes and the JRE, what JARs/classes will I want to deploy to each desktop?
    (Please assume the latest Sun Java System App Server 9 and Java EE 5, if you are familiar with them.)

    Personally- I would deploy your backend
    in EJB 3.0, but then expose it as a web service. It
    is MUCH easier for your clients to connect to a web
    service (and mantain that code), then to have them
    connect via RMI/JNDI.Oh, I would say it's quite the opposite. RMI/JNDI is MUCH easier from a client point of view than web services. To make web services work easy from the client side you have to generate code and the tools that generate code from a web services wsdl file doesn't do a great job today. But that was not the question. But take some time reading this article about webservices...it's quite funny and spot on: http://wanderingbarque.com/nonintersecting/2006/11/15/the-s-stands-for-simple
    Now to your question, yes you will need the remote interface on the client side.
    /klejs

  • How to show serial umber for each of the record in a table stating with 1.

    I want to show serial number starting from 1 for each of the row in the table. Is there any why to achieve this in OBIEE answers?

    simple.. take a dummy col and put formula RCOUNT(1)

  • Selecting the second result for each client...

    Hi,
    I have a table containing all the contacts we had with our clients.
    We consider a file an active file from the moment there have been 2 contacts for that client.
    Today somebody asked me "can you tell me how many new clients with an active file we have this year"
    So what I actualy want to do now, is make a view containing the DATE of the SECOND CONTACT for each CLIENT_ID.
    the table looks like this:
    CONTACT_ID
    CLIENT_ID
    DATE
    CONTACT_FORM (doesn't matter in this story)
    REMARKS (doesn't matter in this story)
    Can somebody assist me with this please?
    Thanks in advance for your replies.
    L
    edit I do know how to make a view, that's not the problem :) in this case only the select query to make it is the problem.
    edit 2 I made a little example
    If I start with this table data:
    CLIENT_ID || DATE           .... other columns here...
    436     || 01-02-2011
    328     || 05-04-2011
    319     || 13-01-2011
    220     || 03-09-2011
    319     || 17-12-2011
    220     || 25-11-2011
    436     || 01-04-2011
    436     || 01-04-2011than the view would have to make me end up with:
    CLIENT_ID  || DATE_OF_SECOND_CONTACT
    436     || 01-04-2011
    220     || 25-11-2011
    319     || 17-12-2011(working with version 11.2.0.1.0)
    Edited by: 901981 on 13-dec-2011 2:16

    I hope this helps:
    with t as
    select 436 client_id, to_date('01-02-2011','DD-MM-YYYY') d from dual union all
    select 328 client_id, to_date('05-04-2011','DD-MM-YYYY') d from dual union all
    select 319 client_id, to_date('13-01-2011','DD-MM-YYYY') d from dual union all
    select 220 client_id, to_date('03-09-2011','DD-MM-YYYY') d from dual union all
    select 319 client_id, to_date('17-12-2011','DD-MM-YYYY') d from dual union all
    select 220 client_id, to_date('25-11-2011','DD-MM-YYYY') d from dual union all
    select 436 client_id, to_date('01-04-2011','DD-MM-YYYY') d from dual union all
    select 436 client_id, to_date('01-04-2011','DD-MM-YYYY') d from dual
    select client_id,
           to_char(d,'DD-MM-YYYY') d
    from
      select client_id,
             d,
             row_number() over (partition by client_id order by d) rn
      from t
    where rn=2;  Edited by: hm on 13.12.2011 02:17
    please try out this to see how it works:
    with t as
    select 436 client_id, to_date('01-02-2011','DD-MM-YYYY') d from dual union all
    select 328 client_id, to_date('05-04-2011','DD-MM-YYYY') d from dual union all
    select 319 client_id, to_date('13-01-2011','DD-MM-YYYY') d from dual union all
    select 220 client_id, to_date('03-09-2011','DD-MM-YYYY') d from dual union all
    select 319 client_id, to_date('17-12-2011','DD-MM-YYYY') d from dual union all
    select 220 client_id, to_date('25-11-2011','DD-MM-YYYY') d from dual union all
    select 436 client_id, to_date('01-04-2011','DD-MM-YYYY') d from dual union all
    select 436 client_id, to_date('01-04-2011','DD-MM-YYYY') d from dual
    select client_id,
           d,
           row_number() over (partition by client_id order by d) rn
    from t;(By the way: in my opinion it is not a good idea to choose a keyword "DATE" as a column name. That the reason why I choose "d" in my example.)

  • The quantity received/required for each material (only sum of Dep and Foreq

    Hi all
    I have a report and I need it to show the <b>quantity received/required</b> for each material (<b>only sum of Depreq and ForReq</b>) in a plant due to MRP execution.
    Basically something like MD04 showing each MRP element entry (only sum of Depreq and ForReq)
    Do anyone knows a function, bapi, or other that can helps calculate this?
    Thanks in advance

    Hi srivalli,
    U mean that for every material u need sum of recieved quntity and required qunatity? if this is your requirement.
    Try the synax below.
    Example.
    itab - internal table of any sturcture. suppose itab  consits of materil and quantity fiedls.
    sort itab by matnr.
    loop at itab.
    At end of matnr.
    Sum.
    Write: itab-matnr, itab-menge.
    ENDAT.
    endloop.
    This syntax will display the sum of quantity for each material.
    <b>Reward if useful</b>
    Any thing please reply back if you have any other doubt.
    Regards,
    sunil kairam.

  • VPN Password Required for Each Connection

    Prior to installing 10.5.6, when I accessed my VPN the password was automatically sent. Now I am required to type it in for each connection, although my setup remains the same as it was. Can someone tell me how to do this automatically?? Thanks

    Hi,
    You need to upgrade the excel addin to 9.3.1.3 as it resolves the following issue
    Spreadsheet Add-in. In the Login dialog box, Essbase was not storing non-default port information.
    If Essbase was listening on a non-default port, that information was not being saved after having
    previously connected successfully. Upon subsequent logins, it was necessary to re-enter the nondefault
    server and port numbers; it was not saved in the Server drop-down list. Additionally, after a
    successful connection on one sheet, re-connection was necessary after switching to another sheet
    when a non-default port was used. [7118611, 7298976]
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • New field NOTES required for each activity listed in BP factsheet

    Hi Experts.
    We are trying to have a new field NOTES for each activity listed in BP factsheet. For activity we have several fields like description, status , dates etc but notes (long text) is not there for the activity.
    Could anyone help us out.
    Regards,
    Rahul

    Hi Saumya,
    I want to use the standard activity notes field here.
    My requirement is to display the column Activity notes in activities assigment block of account Factsheet.
    BP_Factshheet/Activities is the view and the Context node BUILACTIVITY does not have the attribute activity notes.
    Please give your inputs
    Regards,
    Rahul

  • Process order required for each sales order without mrp run

    Hi, it is mto scenario. wants system to create a process order for each sales order without running mrp. please advise is it possible? if possible please guide what settings need to be done. Thabk you.

    HI
    You can create production order with reference  to sales order using t code CO08.
    Check and revert
    Regards
    Anupam Sharma

  • Minimum Hardware Requirement for Oracle11gAS Client PC

    as subject, can anyone give me some feedback? thanks!

    Assuming you are referring to Fusion Middleware 11, I will start by saying that this is a product set of many components and install options. To even offer a suggested recommendation for hardware would heavily depend on exactly what you are planning to install and do with this installation.
    I would recommend review the product installation guides. That said, when reviewing the minimum requirements for memory (RAM), I would recommend that you consider at least adding 15-20% more than what is document. Remember that these are minimum requirements for installation and basic use and not requirements to actually use these products in production with load.
    Product Documentation
    http://download.oracle.com/docs/cd/E21764_01/index.htm
    System Requirements
    http://download.oracle.com/docs/html/E18558_01/fusion_requirements.htm
    Also note that in most cases, reference to memory (RAM) is for the product and not necessarily the box. Unless otherwise noted in the document, you need to consider everything else you are running on the machine including the OS. So, for example, if the install guide says you need a minimum of 2gig of RAM, this does not take into account what the OS needs. So, in this example, consider the 2gig documented plus 20% (as suggested above) plus about 1.5 gig for the OS and other minimal apps running, you would need approximately 4gig of RAM just to complete an installation and execute basic features. In many cases the documentation now refers to "minimum RAM" and "available RAM". "Available RAM" in the document refers to RAM plus swap (virtual memory). My recommendation is not referring to swap. Although the documentation is correct and does work, you will be much happier with more RAM installed.
    Bottom line, in the case of RAM, more is always better. However, remember that on some 32bit OSs there is a limitation as to how much RAM can be accessed. Be sure to refer to the OS documentation for details.
    I forgot to mention, your question would probably get better feedback in the "Applcation Server" forum area:
    Oracle Application Server - General
    Edited by: Michael Ferrante on Aug 2, 2011 10:21 AM

Maybe you are looking for

  • Creating an EJB that has no primary key

    I want to create an EJB for a table that has no primary key using J-developer but I get an error like this : "cmp-field of type 'java.lang.Long' does not have a no-arg constructor which is needed for properties/fields based mapping" How can I go on?

  • Help with rewriting the query for faster execution.

    Hello Everybody, We are on Version Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi I am trying to get data from tab1 where col8 is equal to ' ' at the same time If we 2 or 3 records matched on col1 and col2 with different dates(col3)

  • JSF EJB project in JDeveloper

    Hi All, I am creating a JSF EJB based web application in Jdeveloper11g. I have a Session EJB, which is exposes a remote interface as below: package ejbmodel; import domain.TableBean; import java.util.List; import javax.ejb.Remote; @Remote public inte

  • Exporting Image in Flash Pro. CS6

    I drew something in Flash and i am wanting to export it or save it as a picture file. Preferably a JPEG. It is drawn on an Actionscript 2.0 File. I cannot save it as a picture, and if I try and export it, the colors are super dark and the picture is

  • Read/write problem with Datasockets.

    Hi, I'm a newcomer to Labview, and I'm having a problem with Datasockets. When trying to create a 'Publish & Subscribe' socket between two machines it only works on one, the one whose dstp address is the local machine, the other being incapable of wr