Recent content by CSUMPI

  1. C

    PErl on MAcOSX

  2. C

    PErl on MAcOSX

  3. C

    xraid error no 27 file too large

    Hi folks We have an Xserve raid about 1.5 years connected with a fibre channel to back of 80 node Apple Xserve Cluster running tiger MAC OS X.It is comprised of a single unit of 14 drives which equals 3.5TB of space. it's divided into 2 sections which gives me the two raids i mount as /xraid1...
  4. C

    PErl on MAcOSX

    folks I am using MAC OSX and perl is embedded in it. All i want to do is to create a webpage from a perl script Here is my script #!/usr/bin/perl -w print ("Content-type:text/html\n\n"); print "<HTML><HEAD>"; print "<TITLE>CGI Test</TITLE>"; print "</HEAD>"; print "<BODY><H2>I just...
  5. C

    PErl on MAcOSX

    folks I am using MAC OSX and perl is embedded in it. All i want to do is to create a webpage from a perl script Here is my script #!/usr/bin/perl -w print ("Content-type:text/html\n\n"); print "<HTML><HEAD>"; print "<TITLE>CGI Test</TITLE>"; print "</HEAD>"; print "<BODY><H2>I just...
  6. C

    Cluster Node

    ok we did that no change But now i think i know problem We logged into one of nodes using 20 subnet We did ifconfig and heree is what we have lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1 prefixlen 64 scopeid 0x1...
  7. C

    Cluster Node

    So u mean i change netmask on internal gigabit (en0) or NIC that has been added to PCI slots(en1)
  8. C

    Cluster Node

    WEll the subnet mask we have for nic on en2 is 255.255.255.0 here is the ouput of ifconfig on en2(NIC on PCI slot) en2: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet6 fe80::203:93ff:fef4:f654 prefixlen 64 scopeid 0x6 inet 172.30.1.100 netmask...
  9. C

    Cluster Node

    Sorry folks Sometimes you are so involved in a problem you see it from your prespective and fail to explain it correctly Ok here is scenario Xserve has 2 internal gigabit NIC Master node (slikrock ) has two PCI slots Nodes (40 of them) dont have any PCI slots Master node uses the 2...
  10. C

    Cluster Node

    WE have Apple Xserve Cluster with 40 node At present we have 2 NIC on master (one to outside and one to inside) Each node has one NIC We want to add another NIC on master each nodes We already have installed a NIC on master and each node (externally) But we can not ping the nodes on...
Back
Top