Permanent connection between a LINUX server and a UNIX AIX server

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Permanent connection between a LINUX server and a UNIX AIX server

    Hello,

    I created, for a customer LAMBDA, a Intranet site with PHP and MySQL
    technology.
    This site is on a LINUX server.
    I wish to connect this LINUX server on a UNIX server to directly access to
    the FILES present on the disk.

    I am not the supplier of system IBM of my customer LAMBDA.
    I am service provider for this customer LAMBDA.

    Environment of the UNIX server :
    --------------------------------
    - Computer IBM RISC 6000 Under-dimentionned!
    - SYSTEM UNIX AIX 4.3
    - No database engine
    - No SSH port
    - No FTP port
    - Only a Telnet port
    - 10 clients connected in permanence to the server with strong use of the
    network (traditional Ethernet 100 Mbps) in Telnet
    - Disk space low (500 Mo of free!)
    - The supplier of this system does not want help me (question of guarantee
    and protectionism)
    - In theory, I cannot modify the hardware or the config of IBM server
    (question of guarantee)
    - I have the superuser password

    Environment of the LINUX server :
    ---------------------------------
    - I will put the machine adapted to the situation
    - I will be the administrator


    That I want to do
    -----------------
    On the UNIX system, there is a many text files which are in fact the
    databases currently used by an application "homebrew".
    I know the position of these files on IBM server.

    What are the successions tasks to make on these 2 servers in order to lay
    out a permanent connection between these 2 servers ?
    The final goal is to reading and writing with these files on the IBM server
    from the LINUX server.
    In fact, my PHP application on the LINUX server will read and modify them.

    Thank you by advance to answer on my email : [email]rpadovano@buyingpack.com[/email]

    Robert PADOVANO




    Robert PADOVANO Guest

  2. Similar Questions and Discussions

    1. Changing temporary Terminal Server licenses to permanent
      About 110 days ago I installed a Windows Server 2003 Terminal License Server. Since our temporary Terminal Server licenses are about to expire I...
    2. Establish a connection telnet in PHP on a UNIX server
      Hello, I wish to establish a connection in language PHP on a UNIX server by telnet. In fact, I would like : - Connect to server by sending IP...
    3. uploading fiels from one unix server to another server usin perl cgi script.
      Hi all, I have a task at hand , that of uplaoding file from server to another server and also pass 6 paramteres along with the file. ...
    4. Linux RH8 db2 8.1 fp3 jcc connection randomly lagging when connecting other server than localhost
      I'm running my application on two separate RH8 linux bokses using Jboss 3.0.7 on the appserver and db2 8.1 fp3 on the db server. I am also...
  3. #2

    Default Re: Permanent connection between a LINUX server and a UNIX AIX server

    On Fri, 23 Apr 2004 14:18:04 +0200, Robert PADOVANO wrote:
    > Hello,
    >
    > I created, for a customer LAMBDA, a Intranet site with PHP and MySQL
    > technology.
    > This site is on a LINUX server.
    > I wish to connect this LINUX server on a UNIX server to directly access to
    > the FILES present on the disk.
    >
    > I am not the supplier of system IBM of my customer LAMBDA.
    > I am service provider for this customer LAMBDA.
    >
    > Environment of the UNIX server :
    > --------------------------------
    > - Computer IBM RISC 6000 Under-dimentionned!
    > - SYSTEM UNIX AIX 4.3
    > - No database engine
    > - No SSH port
    > - No FTP port
    > - Only a Telnet port
    > - 10 clients connected in permanence to the server with strong use of the
    > network (traditional Ethernet 100 Mbps) in Telnet
    > - Disk space low (500 Mo of free!)
    > - The supplier of this system does not want help me (question of guarantee
    > and protectionism)
    > - In theory, I cannot modify the hardware or the config of IBM server
    > (question of guarantee)
    > - I have the superuser password
    >
    > Environment of the LINUX server :
    > ---------------------------------
    > - I will put the machine adapted to the situation
    > - I will be the administrator
    >
    >
    > That I want to do
    > -----------------
    > On the UNIX system, there is a many text files which are in fact the
    > databases currently used by an application "homebrew".
    > I know the position of these files on IBM server.
    >
    > What are the successions tasks to make on these 2 servers in order to lay
    > out a permanent connection between these 2 servers ?
    > The final goal is to reading and writing with these files on the IBM server
    > from the LINUX server.
    > In fact, my PHP application on the LINUX server will read and modify them.
    >
    > Thank you by advance to answer on my email : [email]rpadovano@buyingpack.com[/email]
    >
    > Robert PADOVANO
    NFS is the usual answer, though I have had mixed results in AIX servers
    and Linux clients.

    F. Michael Orr Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139