How to connect a SXGbic to a fibre nic (server)

Hi,
Can I connect a SXGBIC (WS-G5484 or WS-G5486) to a fibre nic which is located into a server (win2008).
If its possible, what specifications must the NIC have.
Thanks in advance.
Beano

Hi,
I don't have one.
Example, I found a one HP Storageworks with Partnummer 250176-001 Is it possible to connect this ?
Specs
Speed = 2048 Mbps
64-bit PCI
Chipset Emulex FCA2101 (Emulex LightPulse Fibre Channel SCSI)
I can find which specs I have to look for.
Beano

Similar Messages

  • How to connect labviewv database toolkit to SQL CE server

    Dear sir,
                      i am using labview 8.2.1 and Database Connectivity 8.2.i need same simple  concept of how to connect  LV database toolkit to SQL CE Server.

    When opening the database connection, you will need to provide either a connection string, or a path to a UDL (which will contain a conenction string). The easiest way to get a connection string is to go to (no I am not kidding) www.ConnectionStrings.com. Once there you enter the type of DBMS you are trying to connect to, and the system will list connection strings that you can use based on the drivers that you're using.
    How much experience do you have with LV and/or databases?
    Mike...
    PS: you might also want to check out a series I did a bit ago on database connectivity in my blog. See the link in my signature...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How to connect to a specific database in SQL server

    Hi,
    How can I connect to a specific database in SQL server? I used the following statement. But my table is inserted to the 'master' database in the SQL server. How can I insert my tables to the specific database tahta I have created before?
    Connection con;
    String sURL = "jdbc:microsoft:sqlserver://SERVER_NAME:1433";
    con = DriverManager.getConnection ( sURL, sUsername, sPassword);

    Hi,
    When I use the syntax:
    String sURL = "jdbc:microsoft:sqlserver://SERVER_NAME:1433/DATABASE_NAME;selectMethod=cursor";
    it gives an error as follows:
    problems connecting to jdbc:microsoft:sqlserver://SERVER_NAME:1433/DATABASE_NAME;selectMethod=cursor:
    [Microsoft][SQLServer 2000 Driver for JDBC]Unable to connect. Invalid URL.
    What is the way to connect to a specific database?

  • How to connect to External Database, if say SQL server, from Adobe LC

    Hi everyone,
    I have one application, which needs to save and load data from/to an external database,SQL server.I have no idea on how to implement this.But with my knowledge I managed to create DSs and using new data connection wizard, some how I managed to list the fields in the Data View.BUT i still worrying about the way i did is rigt or wrong?.. how can i save and load data to sql server from Adobe LC..Please help me
    Thanks,
    Vinod

    You created the data source on the app server which is the first step. Now you can use the JDBC service to query the database:
    http://livedocs.adobe.com/livecycle/8.2/wb_help/000632.html
    scott

  • Embedding into a web page, but how to connect to an SWF on the media server

    If I do something like this it works fine. helloWorld.swf is
    an interactive SWF file thats on my application server. It then
    accepts parameters and successfully makes a connection to my FMS.
    <object width="600" height="600"
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
    <param name="movie" value="helloWorld.swf" />
    <embed src="helloWorld.swf" width="250" height="400"
    type="application/x-shockwave-flash" pluginspage=
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    helloWorld.swf already resides in my applicatoin folder on
    the FMS. The question is, how do i access that swf in order to
    stream it. My successful test connection is done like this
    "rtmp://<ip>/helloWorld/_definst_/helloWorld
    How do I enter that swf into the value or src field on my
    object tag above? I have searched days on this. There is so much
    documentation but nothing explicitly to simply streaming a file...
    Thanks in advance.

    Just sending this post back to the top. Seems to be a pretty
    slow forum with not a lot of activity. I would think being an adobe
    forum, it would more activity including moderators. Anyhow, that's
    my two cents. Next post will be to a new forum place..anyone use
    flashguru?

  • How to connect to mysql which is install in server

    I already download the "driver" for mysql ( NetDirect). But face problem when want to run the driver.
    I use :
    String SQL_DRIVER = "my.sql.Driver";
    try
    Class.forName(SQL_DRIVER);
    con = DriverManager.getConnection("jdbc:odbc:maga","", "");
    catch ( ClassNotFoundException cnfex )
         System.err.println(
    "Failed to load JDBC/ODBC driver." );
         cnfex.printStackTrace();
         System.exit( 1 ); // terminate program
         catch ( SQLException sqlex )
         System.err.println( "Unable to connect" );
         sqlex.printStackTrace();
         System.exit( 1 ); // terminate program
    But the program pop up the error :
    Failed to load JDBC/ODBC driver.
    java.lang.ClassNotFoundException: my.sql.Driver
    I don't know how to correct it, anyone has any idea?
    ps : anyone know how to set the path and view the path when using CodeWorrior?
    Thankz

    I also found this link that might have a couple of suggestions.
    http://forums.java.sun.com/thread.jsp?forum=48&thread=148201
    you should search the JDBC forum for similar problems depending on your OS, driver, etc.
    Jamie

  • How to connect to a MySQL database in another server

    Dear friends,
    I am using Oracle SQL Developer 1.5.3 and I need to connect to a MySQL database located in another server.
    I am trying to create a new connection, informing connection name, username and password. Supposing that "Hostname" is the IP server address, I click on "Choose database", but I always receive the following error message: "Status : Failure - Cannot connect to MySQL server".
    Please tell me what I should do to solve this situation. Thanks in advance.
    Best regards,
    Franklin

    You need to configure your mysql database to accept connection from your PC for the user you used.
    For example,
    GRANT ALL ON *.* TO 'someuser'@'somehost';
    FLUSH PRIVILEGES;

  • HOW TO CONNECT FROM CLIENT MACHINE TO REMOTE MACHINE(SERVER DATABASE MACHINE)

    Hi friends.
    I need your valuable help,
    I am using oracle 11g database.
    I have two system.One is client machine and installed oracle 11G client software.
    and from this machine user can connect remote server database(This is old remote system, this is just for Information).
    And i have created one new database called RMANP in new remote server machine (this is the machine, in which i need to connect from client machine)
    ex
    CLIENT MACHINE DETAIL IS:
    system66
    ip address is 192.162.21.66
    REMOTE SEVER MACHINE DETAILS IS:
    system56
    ip address is 192.162.21.56.
    and i add entry on client machine tnsname.ora file like following,
    RMANP=
    (DESCRIPTION=
       (ADDRESS=
         (PROTOCOL=TCP)
         (HOST=192.168.21.56)
         (PORT=1521)
       (CONNECT_DATA=
         (SERVICE_NAME=rmanp)
    But when i try to connect to remote server from client machine in sqlplus, i am getting an error, Like following,
    SQL> CONN SYS/SYSPW AS SYSDBA;
    ERROR:
    ORA-12560: TNS:protocol adapter error

    2684285 wrote:
    Hi friends.
    I need your valuable help,
    I am using oracle 11g database.
    I have two system.One is client machine and installed oracle 11G client software.
    and from this machine user can connect remote server database(This is old remote system, this is just for Information).
    And i have created one new database called RMANP in new remote server machine (this is the machine, in which i need to connect from client machine)
    ex
    CLIENT MACHINE DETAIL IS:
    system66
    ip address is 192.162.21.66
    REMOTE SEVER MACHINE DETAILS IS:
    system56
    ip address is 192.162.21.56.
    and i add entry on client machine tnsname.ora file like following,
    RMANP=
    (DESCRIPTION=
       (ADDRESS=
         (PROTOCOL=TCP)
         (HOST=192.168.21.56)
         (PORT=1521)
       (CONNECT_DATA=
         (SERVICE_NAME=rmanp)
    But when i try to connect to remote server from client machine in sqlplus, i am getting an error, Like following,
    SQL> CONN SYS/SYSPW AS SYSDBA;
    ERROR:
    ORA-12560: TNS:protocol adapter error
    There is nothing in your connect string to tell sqlplus which database you want to connect to.  Therefore it assumes (by default) that you want to connect to a *local* database whose name is identified by the value of the environment variable ORACLE_SID.  And there is no such database, so he gets the reported error trying to establish a connection to a non-existent local service.
    You need to specify your target database, thusly:
    SQL>  conn sys/syspw@rmanp as sysdba
    BTW, connecting to a remote database as sysdba is considered by most DBAs to be a big secruity breach.  If you really need sysdba privileges (rare) you should be logged on to the database server machine with proper OS credentials, and work from there.
    Also, TYPING IN ALL CAPS IS PERCEIVED AS SHOUTING.

  • How to connect oracle8i database in Ejb with j2sdkee server?

    I have modified the default.propertiese file as follows:
    driver = oracle.jdbc.oracledriver
    datasource=jdbc/ora|jdbc:oracle:oci8:@mysid

    for your information, my working string is
    oracle.jdbc.driver.OracleDriver
    jdbc:oracle:thin:username/password@serveraddress:port:instancename

  • How to connect from SAP BO Explorer (or) SAP Dashboard to Mobile device ( SAP BO Mobile app)

    Hi Friends,
                    Can you please guide me , how to connect the SAP BO Explorer/Dashboards in mobile device.
    Regards,
    Mahesh.

    Hi Mahesh,
    Take a look at this thread.
    http://scn.sap.com/community/mobile/businessobjects/blog/2013/10/10/how-to-connect-sap-bo-mobile-to-a-bi-server-40

  • Sql Server 2012 Evaluation - How many connection allowed ?

    Hi all
    I'm testing the replication, everything Works fine, but I'd like to know how many connections allow the evaluation of the SQL Server versión I'm testing on.
    We are testing 2 stores with 2 server in replica with about 20 users in each side. So we can get an idea of the prices of the licences my customer have to buy.
    Thank you very much.
    James Smiths

    SQL 2012 license usually is per core and/or per CAL and it depends on the edition.
    All editions don't impose any limit on connections but rather on maximum memory, CPUs and other features.
    You need first to decide which SQL version suits your needs (and your hardware) and then call for suggestions and prices.
    http://www.mssqltips.com/sqlservertip/2942/understanding-the-sql-server-2012-licensing-model/
    http://www.microsoft.com/en-us/server-cloud/products/sql-server/buy.aspx
    "If there's nothing wrong with me, maybe there's something wrong with the universe!"

  • How to connect Master socket and extension to fibr...

    I have just had my fttp service enabled.
    I watched the online video on how to connect my phone, and it says that if you don't have the special socket that allows you to switch from copper to fibre, you should just connect the phne to the modem.
    I don't have the socket, just a normal phone socket right next to the modem.
    How do I connect my extensions? Can I just connect my modem to the socket and go from there, or do I need to do anything else?
    Sorry folks, I know very little about this stuff! 

    There is a guide here.
    http://bt.custhelp.com/app/answers/detail/a_id/37138/related/1
    My guess is that you would have to disconnect your extension wiring from the old master socket, and plug it into the Tel 1 socket via a phone splitter, if you need a phone near the fibre modem.
    There are a few other FTTP users on this forum, who may be able to give you more advice.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • How to connect my friends apple notebook through video call

    HOW TO CONNECT TO A FRIEND WHO IS USING APPLE NOTEBOOK FROM MY IMAC SUGGEST ME WAITING FOR A SOLUTION FROM APPLE TEAM SUPPORT

    Hi,
    Typing in all upper case is regarded and shouting here.
    Presumably as you have posted in the OS X 10.7.x (Lion) area you are running this version of the OS on your iMac.
    This will have iChat 6 on it.
    This can use AIM, Jabber and Yahoo IDs within the app.
    Apple IDS ending in @mac.com and iCloud issued @me.com and @icloud.com are also Valid AIM Screen Names.
    If you use Googlemail and Enable "talk" in the products there you can then use your Google Mail ID as a Jabber ID (although it has it's own Add Account option in iChat)
    Facebook has an option to Enable "Chat" which will give you a Chat ID variant on your name there and this can be used in iChat (or Messages) as a Jabber ID.
    The Yahoo Account will only do Text chats.
    It also has to be an actual ID registered at Yahoo.
    Chats are then AIM to AIM or Jabber to Jabber or Yahoo to Yahoo.
    So your Buddy will also need a suitable ID or Screen Name  for the relevant service.
    8:16 pm      Sunday; January 19, 2014
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • How to connect sound or audio to my tv using hdmi adapter. I tried to connect thru sound settings but my tv is not found.

    how to connect sound to my tv set using hdmi adapter. Im using 2009 macbook pro 13". I went to sound settings then output and it shows internal speaker built- in, it wont locate my tv set. pls. help, thanks

    You probably can't because it looks like your MacBook Pro is too old to carry audio over HDMI. You will need to run a separate audio cable from the audio out port on the MacBook Pro to the audio in port on the TV.
    Check your MacBook Pro model year against the list in this Apple tech note:
    About Mini DisplayPort to HDMI adapters
    Learn about the Mini DisplayPort in the latest Mac models that enables audio and video output for DisplayPort and HDMI.

  • I need to know how to connect my macbook to the tv

    I ordered the mini dvi adapter for my macbook 13in and obviously it connects to the computer but i have no idea how it connects to the tv. Where does it go? and do i need something else to help connect it to the tv? I am really confused please help.

    Yep, Apple makes adaptors to go from the mini DVI on the macbook to almost any type of input that you TV will have. First check the back of your tube to find out what kind of input it has, and order the appropriate adaptor.
    Luck
    E

Maybe you are looking for

  • How do I replace the organiser with a new one

    How do I replace the organiser with a new one

  • Jspm_main

    hi when i tries to oprn jspm tool .it is not opening and showing that global EPS inbox is missing.iam sending relavent logs .pls help me out. <!LOGHEADER[START]/> <!HELP[Manual modification of the header may cause parsing problem!]/> <!LOGGINGVERSION

  • Flash Player Quitting

    My flash player keeps quitting (Flash player unexpectedly quit), so I reinstalled the operating system only to find I get the same thing. This time I went to the Adobe Website to download and reinstall the application. However, this has not fixed the

  • KNI and Field Descriptors

    Hi, all.. This post is regarding a problem that I am facing accessing instance fields from KNI. The KNI_GetFieldID requires us to provide the class signature, or field descriptor. For reference types, it is of the form "L<full package name separated

  • Download version 6, Photoshop elements

    Hi, My old dad would like, not to learn new stuf at an age of 91. Where can he find Photoshop Elements version 6.0 for download.? He has a new PC, but no disk fro te old Photoshop.