Linux/x86 cluster working with Xgrid

Hi all!, any one know how i can connect my old linux/x86 cluster (working whit redhat fedora c1) and new one (with mandriva clustering) as agent in xgrid?, thanks!

At sourceforge.net you can find Java-based Xgrid client for Windows/Linux/UNIX. Maybe it can help you.

Similar Messages

  • Is There Now a Linux Distro That Works With the iMac 2009's 4850 GPU?

    Hi. Is there a linux distro now that have fixed the 4850 GPU (mobility version) bug for the iMac late 2009 model?
    Thank you in advance.
    Gbu.

    You Both can Add one email Account on Both Phones and then sync the Calender With Email - This way when one will add a reminder or event it will automatically synced to the other
    Regards Eree - Follow me on Twitter - Facebook - Google+
    For More visit My Blog

  • Will contribute work with window or linux server

    Hi all new here and new to the whole wed site thing...
    my question is will adobe work with a Linux or windows server.
    I have a new amazing web site I am trying to get on line a have a  windows VPS  server b/c I was told that Linux will not work with contribute.
    I may need to install a plesk control panel to do admin work on the site like point the domain name etc .
    so my real question is will adobe contribute work if the server has a plesk panel on my server or does it matter as long as the site is online?
    and what about if it's on the server but not live can i still update the info?
    thanks all how help
    namaste  

    I just read on the adobe website that:
    "Contribute CS4 works with Adobe Dreamweaver® CS4
    templates"
    Does that mean it wont work with Dreamweaver CS3 templates?

  • Latest SO Patch for Linux (120184-14) fails with postgresql plugin

    Hi,
    the latest staroffice patch for Linux no longer works with the postgresql extension postgresql-sdbc-0.7.5. It can read tables but will not write back any modifications. The failure message is something about some routine not being implemented. I'm afraid I needed it in a hurry, so I reverted to the previous patch (120184-12).
    My system is opensuse 10.3 running on an x86/64-it machine. uname -a gives
    Linux hostname 2.6.22.17-0.1-default #1 SMP 2008/02/10 20:01:04 UTC x86_64 x86_64 x86_64 GNU/Linux
    Does any body know of another convenient way of hooking SO up to postgresql?
    Regards,
    Charles

    Hi dcminter,
    your right, sorry, this isn't a Java question. I followed a link from Suns StarOffice page and assumed this was a purely SO forum. I've just noticed the tabs on the forum window. There is a separate section for 'desktop'. I'll repost there.
    Regards,
    Charles

  • I/O tuning on Linux X86

    As part of the due dilgence we are conduction research into possible issues of moving a datawarehouse database from Sun -12k to RAC on x86 linux cluster on HP or Dell. One of the issues was the I/O bus speed comparision between the 12k to HP or Dell cluster..the throughput for a PCI-e on Sun 12k is about 8GB/s and as compared to a decent PCI 64-bit/100 MHz on a Lintel is about 799.99 MB/s
    .Our SAN storage would be still be on EMC with F/C attached and using most likely a CFS...Does anyone feel this is a due concern -if all else remains the same if we move the database from sun 12k to a linux x86 cluster will I/O be a bottleneck specifically Bus speeds?
    Thanks
    Praveen

    by default on linux env. large IO operations are broken into 512K chunks (on 2.6 kernel) separating system IO into smaller sizes. On Sun you are able to perform large 1Mb IO so when you move to Linux you should see some 'degradation'.
    In order to allow oracle to perform large IO operations on Linux you should adjust some kernel parameters - check on metalink for parameters aio-max-size, aio-nr, aio-max-nr etc...
    regards,
    goran

  • Jodbc works with LOB columns?

    Hi,
    I would like to now if the jodbc drivers (thin and/or OCI) work
    with LOB columns.
    Browsing the generic Server 804 docs in Oracle Technet site, I
    read that jodbc thin drivers don't, but that the OCI drivers do.
    But the jodbc.htm that camne with the 8.0.5 production release
    for Linux doesn't mention LOB columns, only LONG and LONG RAW.
    Was it just an oversight in the Oracle2Linux doc, or the jodbc
    OCI driver for Linux really doesn work with LOBs? (or is the
    generic docs wrong and none of the OCI driver work with LOBs?)
    Anybody knows?
    Any info would be greatly apreciated.
    Leandro
    null

    The amount of data is not really material, in this type of decision, it is the way you would most often access the data that is important. If the lobs are larger than about 4K they will be stored out of line (in a separate table) anyway, with only lob pointers in the actual table. You could look at partitioning (probably a hash partition would work best) to deal with the amount of data.
    If you mostly query for a single attribute (i.e. You access a persons photo hundreds of times a day, but only look for a finger print once or twice a day), then it may make sense to split the table into three.
    However, if you most often need to pull all three attributes, then storing in a single table makes most sense. Particularly since you say you do not always have all three attributes for a given person. With three tables, you will always be outer joining.
    HTH
    John

  • Apache Plugin is not working with Cluster Entry in httpd.conf

    Hi Guys,
    We have a very particular issue that is happening here in our production environments. Before explaining the issue to you, I will just give a brief of our architecture.
    We are using Weblogic Portal Platform SP4.
    Our current Production Domain Consists of 1 Admin Server and 2 Managed Servers. The managed servers are in a cluster.
    We have two Linux boxes on which the weblogic servers are running. These two machines have IPs: x.x.x.58 and x.x.x.59. Now, the Admin Server and managed Server 1 are started on the machine x.x.x.58 and managed server 2 is started on the machine x.x.x.59. Both the managedServers listen on port 8007.
    This entire setup mentioned in the above paragraph is at a location A (lets say).
    Now, the requests are proxied to the managed server cluster using BEA's Apache plugin residing on Apache. Apache is running on two Linux boxes that are present at a location B.
    Location B is connected to Location A by a dedicated WAN Link.
    Now, before the two Apache servers there is a physical Load Balancer that balances the requests between the two Apache boxes.
    This means that whenever there is a request from the Internet to the weblogic cluster, the load balancer first sends it to either of the Apache servers and then the BEA Apache plugin on that Apache forwards the request via the 2 mbps WAN link to the weblogic cluster.
    Now following is the description of the issue we are facing. We donot know whether the issue is with the plugin or with weblogic server.
    In order that the plugin load balances the requests between the servers in the cluster and for failover, the following entry was put in httpd.conf on both the Apache Servers.
    WebLogicCluster y.y.y.11:8007,y.y.y.13:8007
    Note: Because of the WAN link there is natting used. This implies y.y.y.11 is natted to x.x.x.58 and y.y.y.13 is natted to x.x.x.59.
    Here in lies the issue. When we use this plugin entry the following issue occurs.
    1.     First we go to the home page and login.
    2.     The user is then redirected to a Portal Desktop fitting those credentials.
    3.     Now on this Portal Desktop, invariably whenever we click any of the desktop's links, an HTTP 403 is thrown. This error is thrown because on the desktop there are entitlements so that it cannot be accessed without a user logging in with credentials. But this error indicates that the server is losing the session and entitlement details.
    Why does this happen?
    As a result, we cannot use that plugin entry. The current entry we have is
    WebLogicHost y.y.y.11
    WebLogicPort 8007
    As you can see, here we are only redirecting to one managed server. This entry is not what we want, obviously because if that server fails, the plugin wont know which other server to pass the request on to. Also in this case there is no load balancing.
    Our issues our,
    1. How to resolve this plugin entry issue. How can we use the cluster entry without encountering this HTTP 403 Error?
    3. Consider the following sequence of steps.
    - Request for the home page is served by Apache Server 1
    - User logins in, the login request is sent by the Load Balancer to Apache Server 1 and plugin on Apache Server 1 sends it to the cluster via WAN l ink. Then the internal mechanism works with creating the session id and primary server and secondary server and logs the user in and sends the response via Apache Server 1.
    - Now, the user clicks a link on the desktop. The request now goes to the load balancer and it sends it to Apache Server 2.
    The question is now does the plugin on Apache server 2 correctly understand and send the request to the primary server of that session.
    Pls help me as to giving me some direction in resolving this issue

    From your Xorg.0.log:
    (II) fglrx(0): DRIScreenInit done
    (II) fglrx(0): Kernel Module Version Information:
    (II) fglrx(0): Name: fglrx
    (II) fglrx(0): Version: 8.49.7
    (II) fglrx(0): Date: May 12 2008
    (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    (WW) fglrx(0): Kernel Module version does *not* match driver.
    (EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work
    You have to quit X, then rmmod and modprobe the kernel module - you're still using the old one.  (a reboot would technically fix it too)
    # rmmod fglrx
    # modprobe fglrx
    # dmesg | tail
    The dmesg output should say you've successfully loaded the 8.501 driver.

  • Oracle 11.2.0.2g driver with IBM JRE(J2RE 1.5.0 IBM J9 2.3 Linux x86-32)

    Hi All,
    I am trying to use oracle 11.2 jdbc thin driver with IBM JRE and getting following exception messages.
    Details from Ojdbc5.jar
    Implementation-Version: 11.2.0.2.0
    Repository-Id: JAVAVM_11.2.0.2.0_LINUX_100812.1
    And Details from Java System Properties
    java.vm.info: J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20060504 (JIT enabled)
    J9VM - 20060501_06428_lHdSMR
    JIT - 20060428_1800_r8
    GC - 20060501_AA
    java.lang.ExceptionInInitializerError
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:195)
    at javax.crypto.Cipher.getInstance(Unknown Source)
    at oracle.security.o5logon.O5LoginClientHelper.decryptAES(Unknown Source)
    at oracle.security.o5logon.O5LoginClientHelper.generateOAuthResponse(Unknown Source)
    at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:655)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:366)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:536)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:228)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
    at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
    at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1247)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1221)
    at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
    at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111)
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77)
    at com.tes.archival.extractor.DataExtractorWithJdbcImpl.extractArchivalRecords(DataExtractorWithJdbcImpl.java:61)
    at com.tes.archival.executor.ExtractorExecutor$1.call(ExtractorExecutor.java:57)
    at com.tes.archival.executor.ExtractorExecutor$1.call(ExtractorExecutor.java:1)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
    at java.lang.Thread.run(Thread.java:797)
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>(Unknown Source)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
    ... 24 more
    Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!
    at javax.crypto.b.a(Unknown Source)
    at javax.crypto.b.a(Unknown Source)
    at javax.crypto.b.access$600(Unknown Source)
    at javax.crypto.b$0.run(Unknown Source)
    at java.security.AccessController.doPrivileged(AccessController.java:241)
    ... 27 more
    Any help in resolving this issue will be much appreaciated.
    Regards,
    Raman

    804915 wrote:
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
    Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!Probably a permissions problem. Or something is wrong with the certs.

  • Download 11g Linux x86 doesn't work

    404 page not found when i try to download database 11g for Linux x86.
    In addition, other downloads (e.g. 10g) are very slow. Like 10-30Kb/s !!

    Hi All,
    Just a update that AIX disk2 download had worked this morning at
    07:00 UK time (GMT, UK, LONDON).
    However one remarkable glitch though, athough Oracle recommends GetRight
    dowload manager, it refused to download via it.
    I had to download with plain browerser hich could be tricky for large downloads.
    Bythe way, it used to work well with, until last week or so.
    Anyway, I can not expect too much for a freebie service I presume ...
    Now I can sit back and evaluate it, and see what is new, is it useful etc.
    Yours Sincerely
    John

  • Satellite M40-129: PCMCIA Card doesn't work with Linux

    I have D-Link DWL-G650 with Atheros Chipset which is good supported under linux (madwifi). But if I boot Linux the card is not found. I tested the card with an Fujitsu Siemens Notebook and it worked out of the box!
    Any idea why it doesn't work with my M40-129 ?

    Hi
    Like you know Toshiba doesnt support the Linux and there are no Toshiba drivers for the Linux OS but I was able to find this useful Toshiba page about the notebook configuration with Linux:
    http://newsletter.toshiba-tro.de/main/
    You should check the OS machine compatibility and the other areas.
    Im sure you will find many useful tips.
    Good luck

  • How to work with file system in linux within a JSF app?

    I use this line in my backing bean to log some events:
    FileHandler fhxml = new FileHandler("../webapps/MyWebApp/Log/MyWebAppLog.xml", append);
    fhxml.setFormatter(new XMLFormatter());That works fine in windows but when I deploy it in my Tomcat 6 in linux It doesn't work. How can I work with file system in linux?

    You should never use relative paths to access the filesystem. The path would be relative to the current working directory which is not per se the same in all environments. To convert a relative web path to an absolute file system path, you need ServletContext#getRealPath(). Use this absolute file system path in the java.io stuff. In a JSF application on top of Servlet API you can get the underlying ServletContext by ExternalContext#getContext().
    Alternatively, if the file is located in one of the default paths of the classpath or if its path is added to the classpath, you can also just use ExternalContext#getResource() or even #getResourceAsStream() using just the file name.

  • Does the HP LaserJet Pro 400 Printer M401n (CZ195A) work with Linux?

    Does the HP LaserJet Pro 400 Printer M401n (CZ195A) work with Linux?
    Thank you for your help.
    James Adrian
    {Personal Information Removed}

    Hello happy321,
    Welcome to the HP Forums.
    To get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at Commercial Forums.
    Thanks for your time.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Can Solaris work with FAT32 or Linux Ext2?

    I need to work with files on FAT32 disk from Solaris. Can I do it somehow???

    I don't know the answer to Linux versions, but will say that you want to make sure that any LabVIEW add-ons/toolkits are available for the target you want, be it LinuX, MacOS, or whatever. There are a lot of features in "native" LabVIEW for the Windows environment that aren't available for the other OS platforms.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Working with Linux?? changing language?

    Hello Blackberry community,
    I am about to buy my fist Blackberry and I think about starting with the 8100. So far so good- but two questions I'd like to have answered first:
    1. how are Blackberries working with Linux especially with Mandriva? Any of you synchronising your phone with Linux?
    2. can you change the language? I am living in Italy but my motherlanguage is German. If I buy one in Italy can I change the devices language into German?
    Thank you for any tips or suggestions and of course answeres!!
    anything but N.... and i...
    Solved!
    Go to Solution.

    Hi and welcome to the forums!
    1) Yes you can have German as your input and operating language. Make sure you the one you purchase has the correct multilingual
    package loaded.
    2) Linux is not supported by the Blackberry desktop software:
     http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB13483&sliceId=SAL_Pub...
    If you need more info please ask!  If not please resolve the thread using the options by the Kudos’ star, Just place the check in the Post that answered your question, Thanks  
    Message Edited by Bifocals on 10-24-2008 12:56 AM
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • TV on demand not working with FF on XP partition works fine with iexplorer or on Linux partition?

    I have been use firefox on XP and Linux for years and I watch and listen to the BBC iplayer as well as four on demand, five on demand ect. a few days ago this just stopped working.
    At first I thought it was the iplayer not working but tried looking at other site and they are not working. Youtube is fine though.
    When I switched to my Linux partition it works fine then I tried iexplorer and the sites works fine.
    I have explored at length for answers online and the only thing I have come up with is 'Npdsplay dll' plugin for FF but I appear to have the latest version.
    Should I try one of the fix tools online I am always a bit dubious about these downloads?
    Cheers Tony.

    There are a number of active threads concerning the latest Flash player plugin (11.3) and the latest Firefox (13). Not all users are experiencing the same issues, but things to check include the following:
    - Conflict with Realplayer Browser Record plugin (to disable this, open Add-ons from the orange Firefox button or the classic Tools menu and look under the Extensions and Plugins categories)
    - Conflict with Flash 11.3 Protected Mode (see [http://forums.adobe.com/thread/1018071?tstart=0 Adobe Forums: How do I disable Flash Player's protected mode for Firefox?])
    Scanning down the front of the forums probably will yield additional suggestions: https://support.mozilla.org/en-US/questions
    Please post back with your results.

Maybe you are looking for