Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4424B188AB for ; Wed, 22 Jul 2015 11:12:03 +0000 (UTC) Received: (qmail 7803 invoked by uid 500); 22 Jul 2015 11:12:02 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 7762 invoked by uid 500); 22 Jul 2015 11:12:02 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 7750 invoked by uid 99); 22 Jul 2015 11:12:02 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2015 11:12:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 01B6618BB3C for ; Wed, 22 Jul 2015 11:12:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=googlemail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 9jpjAP4JbFFD for ; Wed, 22 Jul 2015 11:12:01 +0000 (UTC) Received: from mail-ig0-f178.google.com (mail-ig0-f178.google.com [209.85.213.178]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id B822626405 for ; Wed, 22 Jul 2015 11:12:00 +0000 (UTC) Received: by igbpg9 with SMTP id pg9so130234051igb.0 for ; Wed, 22 Jul 2015 04:12:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+HIzdVJrELup/tbkSgkkP2XvMvTrlUajWOlocgDd61U=; b=BHP53P4JPHc+neBCnDZQC2YQw1IWbO5ymdBHrz5C5nVtDXPHYygRuoLFYZq/lBUBR7 GS2Hp6N80756WHmMk/eApckdhNjPPT814vb7N0uTW/ddOJht4bKZB2ytkupaBvk8o+qc OCqUq3I8GkIVkuIEpK6/VV/80rIzCmg4UPVoNptlGqulakHOBzIbCFE0QdasZDOIhZ6o S2B1ciCzTlDKOVlUjUHyYFuIMwu2DIlNdBnheplrIsIcRAi5y8UYzLEWDK7uQzPvIwDO yPRz9hnUI9hVqKv1Rmy65pxaliH5PM8VKRHXa3TRxmQp0ZxcOH8bXAxJ2Q/5pe2OdoZS XqPQ== MIME-Version: 1.0 X-Received: by 10.107.160.196 with SMTP id j187mr3178157ioe.80.1437563520290; Wed, 22 Jul 2015 04:12:00 -0700 (PDT) Received: by 10.64.107.1 with HTTP; Wed, 22 Jul 2015 04:12:00 -0700 (PDT) Date: Wed, 22 Jul 2015 13:12:00 +0200 Message-ID: Subject: DUCC multi-node installation. Beginner's questions. From: Sergii Poluektov To: user@uima.apache.org Content-Type: multipart/alternative; boundary=001a1140da70f8142c051b74d65c --001a1140da70f8142c051b74d65c Content-Type: text/plain; charset=UTF-8 Hello Everyone, I am now trying to install DUCC in a cluster of 3 nodes. I went through and completed a single-user installation of DUCC on each of my 3 boxes. On each of them a passwordless ssh access for the user ducc has been configured. The documentation states: "All systems in the DUCC cluster must have a shared filesystem and shared user space (user directories are shared over NFS or an equivalent networked file system, across the systems, and user ids and credentials are the same)." I am only starting with the cloud computing and that is why I am not sure how to meet this requirement. How I imagine this is that there is one master node being an NFS server which shares its /home/ducc directory and there are 2 slave nodes being NFS clients which can access the /home/ducc directory of the master. Does it make sense? I read the documentation as well as the mailing list very carefully but unfortunatelly could not figure this out. Maybe someone has a description of the NFS installation for some other but similar cluster system? Thanks in advance for the help. Cheers, Sergii --001a1140da70f8142c051b74d65c--