How to connect W2k Desktop to Solaris(intel) Server

Hi there, I am new to Solaris, I have successfully installed Solaris 8 (intel). I also configured my NIC. What are procedures or H/W requirement to connect to this Solaris Sever from other machine running W2K thru telnet/ftp

Thnx for the responding Lee,
Here is how I try to connect Solaris(intel) to W2k machine.
On Solaris machine
1. I installed network driver from Realtek (as my network card is generic Realtek card)
2. Ran "sys-unconfig"
3. Attach the network adapter card to the system
4. At the OK prompt, type boot -r
5. Provided required information as prompted.
Here what happed if I connect Solaris machine to my DSL modem with network cable every thing goes fine.
But as soon as I connect Solaris machine and w2k machine and boot Solaris I get the following message
-Notice: RTLS start_board --Cable Connect Failed !!
I get this message even if I try above mentioned step once again while having my w2k and solaris machines connect to each other via network cable.
Could you figure out what could be the problem or What am I doing wrong
do I need to something on my w2k machine before I try to configure my NIC on my solaris maching
thnx
-kb

Similar Messages

  • [svn:osmf:] 14635: Adding a sample on how to connect to a DVRCast equiped FMS server.

    Revision: 14635
    Revision: 14635
    Author:   [email protected]
    Date:     2010-03-09 02:27:41 -0800 (Tue, 09 Mar 2010)
    Log Message:
    Adding a sample on how to connect to a DVRCast equiped FMS server.
    Added Paths:
        osmf/trunk/apps/samples/framework/DVRSample/
        osmf/trunk/apps/samples/framework/DVRSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/DVRSample/.project
        osmf/trunk/apps/samples/framework/DVRSample/DVRSample.as
        osmf/trunk/apps/samples/framework/DVRSample/html-template/
        osmf/trunk/apps/samples/framework/DVRSample/html-template/AC_OETags.js
        osmf/trunk/apps/samples/framework/DVRSample/html-template/history/
        osmf/trunk/apps/samples/framework/DVRSample/html-template/history/history.css
        osmf/trunk/apps/samples/framework/DVRSample/html-template/history/history.js
        osmf/trunk/apps/samples/framework/DVRSample/html-template/history/historyFrame.html
        osmf/trunk/apps/samples/framework/DVRSample/html-template/index.template.html
        osmf/trunk/apps/samples/framework/DVRSample/html-template/playerProductInstall.swf
        osmf/trunk/apps/samples/framework/DVRSample/readme.txt

    try this:
    Start FMS
    put the FLV into the "applications\test\streams\_definst_"
    folder
    Create a SWF that will stream the FLV
    The easiest way to create this SWF is to use the FLV Playback
    Component in Flash 8.
    Or, Sample Code:
    http://www.adobe.com/devnet/flash/articles/flv_download_04.html
    and some templates:
    http://www.adobe.com/devnet/flash/video_templates.html
    the SWF should connect to rtmp://localhost/test/ and stream
    your FLV, just like with Progressive Download FLV
    the SWF can run from your desktop or on a local web server
    such as Apache - it should NOT be in the FMS application folder.
    Open the SWF, and your video should stream.
    hope this helps.
    -steve.

  • How to connect my desktop to my tv

    Can anyone direct me to a tutorial on how to connect my Pavilion Slimline s3120n to my HD tv?
    The computer came with the  built -in TV tuner card and various cables. I would like to watch the free Netflix "watch it now" movies on my big tv screen rather than my 19" computer monitor.
    Thanks for your help.

    Well, I looked into your tv tuner, and you can use S-Video for video and your audio cable, that should've came with the computer, to convert the headphone jack to audio Left and Right. The quality of that cable is going to be not very good so you may want to just get a dvd player and hook it up to the tv instead. Just letting you know of your options. ^_^;
    worked with HP employee for 2 years. Freelance tech support for 11 years.

  • How to connect a PDF form to SQL server database through web service?

    Hi,
    I'm new to LiveCycle designer. I have designed a PDF form in LC designer ES2, which suppose to take a personnel number and retrieve the personnel information from a SQL server database. Currently its working fine with XML data and a search button, but I need to securly connect to a database through web service. I know how to connect to a wsdl file through designer. What I need is a wsdl file to connect the form to database. For this purpose, is there any WSDL code to use as the web service?
    I really appreciate your help and advice.

    Hi,
    I'm new to LiveCycle designer. I have designed a PDF form in LC designer ES2, which suppose to take a personnel number and retrieve the personnel information from a SQL server database. Currently its working fine with XML data and a search button, but I need to securly connect to a database through web service. I know how to connect to a wsdl file through designer. What I need is a wsdl file to connect the form to database. For this purpose, is there any WSDL code to use as the web service?
    I really appreciate your help and advice.

  • How to connect oracle client (xp) to database server

    how to connect oracle client to database server
    i have following information
    --server ip
    --port no
    --database name.                                                                                                                                                                                                                                               

    In addition to these parameters you need username and password.
    Then you can connect with
    sqlplus -L username@//server_ip:port_no/database_name
    Yours,
    Laurenz Albe

  • How to connect webdynpro application to database (Sql server)

    Hi Experts,
    Can someone suggest me how to connect webdynpro application to SQL Server. (Possibly in detail)
    Thanks Regards,
    Sandeep

    hi sandeep,
    here is a sample code which connects to a backend database Oracle; Connection is same for all DBs as you are using open sql commands.
    <b>   try {
         String eposta = wdContext.currentContextElement().getEposta();
         String tel = wdContext.currentContextElement().getTelefon();
         String company = wdContext.currentContextElement().getCompany();
         String message = " ";
         String onerikonusu = " ";
         String oneri_mdurum = " ";
         String oneri_odurum = " ";
         String oneri_bfaydalar = " ";
         String oncelik1 = " ";
         String uygulama = " ";
         String tarih = (new SimpleDateFormat("dd-MM-yyyy").format(new java.util.Date()));
         String saat = (new SimpleDateFormat("HH:mm:ss").format(new java.util.Date()));
         //java.sql.Date tarih = java.sql.Date.valueOf(creationDate);
         //java.sql.Time saat = java.sql.Time.valueOf(creationTime);
         if (wdContext.currentContextElement().getMesaj() != "")
            { message = wdContext.currentContextElement().getMesaj(); }
         if (wdContext.currentContextElement().getOneri_konusu() != "")
              { onerikonusu = wdContext.currentContextElement().getOneri_konusu(); }
         if (wdContext.currentContextElement().getOneri_mdurum() != "")
              { oneri_mdurum = wdContext.currentContextElement().getOneri_mdurum(); }
         if (wdContext.currentContextElement().getOneri_konusu() != "")
              { oneri_odurum = wdContext.currentContextElement().getOneri_odurum(); }
         if (wdContext.currentContextElement().getBekfaydalar() != "")
              { oneri_bfaydalar = wdContext.currentContextElement().getBekfaydalar(); }
         if (wdContext.currentContextElement().getOncelik() != "NULL")
              { oncelik1 = onceliktxt.toUpperCase(); }     
         if (wdContext.currentContextElement().getUygulama() != "NULL")
              { uygulama = app.toUpperCase(); }
       InitialContext ctx = new InitialContext();
       javax.sql.DataSource ds =
       (javax.sql.DataSource) ctx.lookup("jdbc/SAPEPPDB");
       java.sql.Connection con = ds.getConnection();
       con.setAutoCommit(false);
       java.sql.Statement stmt = con.createStatement();
         String sql;
          int rows;
          sql = "insert into tmp_feedbacks " +
               "(puid, name, tel, email, company, konu, oncelik, uygulama, mesaj, onerikonusu," +
               "oneri_mdurum, oneri_odurum, oneri_bfaydalar,tarih,saat) " +
               "values ('" + username + "', " +
                         "'" + name + "'," +
                         "'" + tel + "'," +
                         "'" + eposta + "'," +
                         "'" + company + "'," +
                         "'" + konutxt.toUpperCase() + "'," +
                         "'" + oncelik1 + "'," +
                         "'" + uygulama + "'," +
                        "'" + message + "'," +
                        "'" + onerikonusu + "', " +
                        "'" + oneri_mdurum + "', " +
                        "'" + oneri_odurum + "', " +
                        "'" + oneri_bfaydalar + "', " +
                        "'" + tarih + "', " +
                        "'" + saat + "' " +
         stmt = con.createStatement();
         rows = stmt.executeUpdate(sql);
         con.commit();
         stmt.close();
       catch(Exception e){
            IWDMessageManager msgMgr =
                    wdComponentAPI.getMessageManager();
       msgMgr.reportException(e.getMessage(),true);
       }</b>
    The value <b>ctx.lookup("<jdbc_pool>");</b> depends on your system id.
    if your system id is SID the the string has to be <b>jdbc/SAPSIDDB</b>
    you can check it via visual admin >> server >> services >> jdbc con.

  • ACROBAT 8 - HOW TO CONNECT AND USE THE LiveCycle Policy Server?

    Hello everybody!!! I've just bought the ACROBAT 8.0, and I'm trying to use the LiveCycle Policy Server. The point is, I couldn't connect to the server.... is there any especific way to do it? It is the same configuration to connect to a normal web site server, right?
    I need to control a copyrighted PDF over the web restricting the massive copy
    THANK YOU VERY MUCH

    No it's not exactly like connecting to a normal web server. The connection must be made via https, not http. So the app server has to be configured for SSL. Also the connection will not be made in Acrobat if there are ANY warnings about the SSL cert. So if you can't go to https://serverName:serverPort in IE and get there with no warnings then you won't be able to connect via Policy Server. Also, you can't connect to Policy Server via Acrobat using a Policy Server admin user. It must be a user who doesn't have admin privileges.
    Chris
    Adobe Enterprise Developer Support

  • How to connect a Desktop app to a middle teir server app?

    Please tell me if i have posted this in the incorrect forum.
    I currently have a Desktop app that connects directly to a mySQL database. The persistence abilities have been really helpful since our database is still evolving. I have been frustrated by the differences in the SE persistence implementation. I have had to do some hackish things to ensure that the app retrieves the current information. I don't like connecting directly to the database from the desktop app, even though security is not a worry. I have been thinking that the best solution is to have a JEE app running that the desktop app connects to. This also would act as a sort of api for accessing our data, so if and when i create other client desktop apps i don't have to recreate the wheel. From what i gather i will want to run an application server such as tomcat or glassfish. I'm not sure if i understand why though. Since i have control of the server, couldn't i directly open ports for communication to the clients?
    Assuming that there are many ways to pass information between them, advice on the most effective would be nice. I'm guessing serializing objects for passing would be the fastest, but using something like XML, would be a lot easier to monitor.
    Although i have done a lot of reading, i'm still baffled by the EE lingo.
    EJB: kind of like a modular program that facilitates server to server communication?
    JSF: package up stuff for viewing/ running an application through a browser?
    Servlets: Mystifying, which leads me to think that they are what i'm looking for.
    Any advice would be helpful. I'm hoping that there is not some type of restriction in regards to connecting a JSE6 app to a JEE6 app. I basically want to have the best of both worlds.
    Thank you,
    Chip

    Chipper wrote:
    From what i gather i will want to run an application server such as tomcat or glassfish. I'm not sure if i understand why though.If you have a middle teir, you imply that you want frontend and a backend also, the function of the middle teir is to insolate and abstract the backend from the frontend. This is the significant difference from what you have now: client server--frontend and a backend.
    The middle tier, as you have implied, is where you put your access to your backend. And, yes, you are creating an interface to your DB there, wherein you will develop an entire API for accessing your DB. This will give you added security by not letting your clients know anything about your backend.
    Now, how do you access this middle tier? There are several options there, but a few options are:
    1 - Running direct socket communication
    2 - Web Services: code ran on the server to extend the functionality and open services on the middle tier.
    3 - Applets: code ran in the browser on client side to access the server and it's services.
    Assuming that there are many ways to pass information between them, advice on the most effective would be nice. I'm guessing serializing objects for passing would be the fastest, but using something like XML, would be a lot easier to monitor.At this point you are the only one that can answer that question: there are arguments for an against most method that could be picked. Let's take for instance an object that contains 1 usable byte of data. Is it better to serialize the object for that one byte? Send XML to a DB? Or, perhaps, just send the byte of info and synthesize appropriate key information? You have to look at what you are trying to achieve and your requirements.
    Even a scratch of the surface discussion is not possible here, let alone, a howto on implementation for your enterprise. I suggest hitting the tutorials and finding a good book.
    Do you have specific questions? Ones that can be answered in a paragraph or two.

  • How to connect to desktop mac using iPhone. File sharing, ScreenSharing???

    Can you please explain how can I connect to my desktop using my iPhone like ScreenSharing will do or file sharing.
    Please describe step be step how to?
    Thank you,
    A new iPhone user who want to get the most out of it

    If by it you mean Mocha VNC, that is how it works. You can connect when you are not on your network but you will have to enable forwarding on you router if you have one.
    What is it tha you want to do remotly?
    This world of remote management is that of the IT tech. Mocha is for techs and people that get the technology they are using or are interested in getting it. It is not plug and play stuff. You have to be willing to learn a bit and then with that comes a lot of power.
    If you just want to turn it on and have it work anywhere you won't find that. The reason ports are blocked form the internet is to protect your computers from someone else doing exactly what you are trying.
    So if you want you can enable port forwarding for port 5900 on your router. The IP address VNC Mocha will need is now the IP address of your router. Create a second connection on the list in Mocha for this connection as it is different than the one that will work on your network. Your router will forward anything on that port to you computer. I have successfully done this. It isn't very fast i will say. The screen refresh is very slow. You need patience to get anything done. I needed a file from a PC i had at home. It took about 15 minutes to get that file moved on to my iDisk through running Firefox on the PC from several towns away using Mocha. I might have been on a slow internet connection too.

  • How to connect to desktop server.

    Hi.
    I want to know if exist some way of connect my cell to a desktop server using GPRS, MIDP 1.0 and CLDC 1.0 whitout use servlets in the server.
    Maybe use sockets???
    Or I have that use MIDP 2.0 for this?
    Thanks.

    Well, I am using this code for the client connection.
    public void runClient() {
              SocketConnection client;
              InputStream input;
              OutputStream out;
              try {
                   client = (SocketConnection) Connector
                             .open("socket://localhost:7231");
                   client.setSocketOption(SocketConnection.LINGER, 5);
                   out = client.openOutputStream();
                   out.write("Hello".getBytes());
                   input = client.openInputStream();
                   char c;
                   String s = "";
                   while ((c = (char) input.read()) != '\n') {
                        s += c;
                   pantalla.append(new StringItem("", s));
                   input.close();
                   out.close();
                   client.close();
              } catch (IOException e) {
                   pantalla.append(new StringItem("", "IOException"));
    And this for the Deskstop server connection.
    public void runServer(){
              ServerSocket server;
              Socket connection;
              OutputStream output;
              try{
                   server = new ServerSocket(7231,100);
                   connection = server.accept();
                   System.out.println("Connection completed");
                   output = connection.getOutputStream();
                   byte[] b = {'H','e','l','l','o'};
                   output.write(b);
              }catch (IOException e) {
                   // TODO: handle exception
    But in the emulator screen appear this Alert message
    Is it OK to Use Airtime?
    ClientConnection wants to send and receive data using the network. This
    will use airtime an may result in charges.
    Is it OK to use airtime?
    No Yes
    And when I select yes o no this block and happen not nothing else.
    What can I do?

  • How to connect to internet in solaris 11

    Hi All,
    I am a oracle DBA, not much knowledge of solaris.
    To install missing packages I need to connect my Solaris 11 box to internet.
    Data centre guys have provided me 1 proxy server IP address for LAN and a Port number.
    But i am not sure where to update these IP address and port no. to access the internet.
    Need your kind help for this.
    Thanks.

    i hope ur downloading from shell
    then use this
    export http_proxy=http://proxyusername:'password'@test.com:portnumber
    ex::
    from bash/ksh shell i used to tun this when i need to run any wget or curl from solaris machine
    export http_proxy=http://muvvas :'abc&@xyz'@test.com:8080
    export https_proxy=http://muvvas :'abc&@xyz'@test.com:8080
    export ftp_proxy=http://muvvas :'abc&@xyz'@test.com:8080
    if you are not using any username and password simly use
    export http_proxy=http://test.com:8080
    export http_proxy=http://10.x.x.x:8080
    test with wget
    wget google.com
    and please provide the wget o/p if any errors occured.

  • How to connect oracle database from solaris platform

    I have installed oracle9i client on solaris8, how can I configure to connect other oracle database?
    thanks for your assistance!!

    If the database is remote you would need to setup a sqlnet.ora and a tnsnames.ora file. Their locations are platform dependent. On AIX the files are in /etc while on some platforms you find the files in /var/opt/oracle and on others $ORACLE_HOME/network/admin. We have a Sun Sparc running SunOS 5.6 that has them in /var/opt/oracle.
    Configuation can be done through the installer as part of the install process, probably using a gui tool, or manually. We vote for manually.
    See your install README files and the ORANET manuals for details. Or once you know where the files belong copy them from a platform that can access the db you want to reach and just remove unnecessary lines for other databases.
    HTH -- Mark D Powell --

  • How to connect two desktop computers to share processing power

    is there a way to link two computers together to share their processing ablility?
    And if there is a way can I connect to share it wirelessly?
    Also is it possible on both Mac and PC?

    No, to all 3, especially the middle one.

  • How to connect from Oracle 11g to SQL Server 2008 R2

    Hi,
    Is it possible to connect from Oracle 11g on AIX to SQL Server 2008 R2? If so, what is the preferred method?
    SQL Server has the original table. From Oracle 11g, we want to access data which is in SQL Server real time.
    Thank You
    Sarayu

    Hi,
    Have a look at these Oracle notes for the full information on the gateways -
    Master Note for Oracle Gateway Products (Doc ID 1083703.1)
    Functional Differences Between DG4ODBC and Specific Database Gateways (Doc ID 252364.1)
    Gateway and Generic Connectivity Licensing Considerations (Doc ID 232482.1)
    How to Setup DG4MSQL (Oracle Database Gateway for MS SQL Server) 64bit Unix OS (Linux, Solaris, AIX,HP-UX) (Doc ID 562509.1)
    How to Configure DG4ODBC on 64bit Unix OS (Linux, Solaris, AIX, HP-UX Itanium) to Connect to Non-Oracle Databases Post Install (Doc ID 561033.1)
    The Database Gateway for SQL*Server (DG4MSQL) needs a separate license but the Database Gateway for ODBC (DG4ODBC) is included in your RDBMS license. You only need to provide the third party ODBC driver needed by DG4ODBC.
    Regards,
    Mike

  • How to connect from sql*plus to Sql Server

    Dear Profs.
    How I can connect from sql*plus v8 on my local pc(Win XP) to Sql Server Express 2005 light weight installed in same local pc ?
    Thanks,
    Ahmed.

    You'll need to setup heterogeneous services. This is done by creating an init file for the SQL Server db with %ORACLE_HOME%\hs\admin that refers to a DSN for the Sql Server Database. The listener would also need an entry for the SQL Server DB DSN. After that you would create a dblink to SQL Server in your Oracle instance and then could query across the dblink.

Maybe you are looking for

  • Ipod classic 80gb wheel lags

    I have an ipod classic, 80gb,and when i scroll the whell up and down in volume, it is not as smooth as it is after a restart.Spesifically the wheel lags in volume. I have done the diagnostics test and it passed the test. And i have restore it many ti

  • Getting Return Message : Make an entry in all required fields

    I need help. when passing objectid blank i am getting "Make an entry in all required fields" Return message. i checked through se16 --> PA0006 Table for all employeenumber objectid is blank. below is my code proxyaddchange.Connection.Open(); // To re

  • Confirm box or alert box need twice click

    I  recently install safari on my Window XP System. I use it to visit a web site,if there is a button can popup a confirm box,I need to click[OK] twice to close it. Then I write a HTML page with javascript to test it. when I  write the javascript func

  • I have down loaded some screensavers, but I am stuck there. I can't get them opened from the down load.

    i downloaded somefree screensavers from american greeting cards. How do i get them to open to use as screensavers

  • Quick Time for Windows

    I currently have Quick Time 6.5.2 and I am trying to update to the newest one so I can sync my iphone that requires the 7.7. I receive a message saying: "the feature that you are trying to use is on a network resource that is unavailable-click ok to