From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Hudec Subject: Re: How to access remote proc file system? Date: Fri, 30 Jan 2004 10:53:03 +0100 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20040130095303.GB683@vagabond> References: <20040129143146.55518.qmail@web40706.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from cimice4.lam.cz ([212.71.168.94]:57731 "EHLO vagabond.light.src") by vger.kernel.org with ESMTP id S261605AbUA3JxJ (ORCPT ); Fri, 30 Jan 2004 04:53:09 -0500 To: sandeep chavan Content-Disposition: inline In-Reply-To: <20040129143146.55518.qmail@web40706.mail.yahoo.com> List-Id: linux-fsdevel.vger.kernel.org On Thu, Jan 29, 2004 at 06:31:46 -0800, sandeep chavan wrote: > Hi all. I am an enggineering student working on a > project distributed systems monitoring and management. > I want to ask u that how can i access /proc files > from > remote machine? suppose i want to watch /proc/cpuinfo > of machine A from macine B. Then how can i do it? > Using this i want to monitor and manage the network > from a central location eliminating the need for me > (administrator) to login at each client machine to see > it's status. Storing the result in buffer is one way > as i can see. but the work will become tedious. > Another way suggested to me is to use > SSH. Setup password-less authentication for SSH and > then > acces /proc of the other machines. You can use SNMP. It's a horrible thing, but it works. Since it's not a kernel stuff, it's not much points asking for details here. ------------------------------------------------------------------------------- Jan 'Bulb' Hudec