[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gfarm-discuss:06444] Re: gfarm questions



Hi Stella,
(B
(BYou can execute gfsd and gfmd as a root user to share the same Gfarm
(Bfile system among several users.  When accesing the Gfarm file system,
(Ban ordinal user is assumed.  Note that we do not support a root
(Bprivilege in Gfarm file system for now.
(B
(BRegarding the access problem, what is displayed by 'gfhost'
(Bwithout -l option.  It shows current available file system nodes.
(BIf nothing is displayed, there is no file system node available
(Bfor the user.  'gfhost -lv' or 'gfrcmd -v <hostname> id' probably
(Bshows a some error message.
(B
(BThanks,
(BOsamu
(B
(BOn Mon, 22 Jan 2007 13:26:05 +0200 Στέλλα Κορακάκη <stella@xxxxxx> wrote:
(B
(B> 
(B> 
(B> > 
(B> > > I'm using sharedsecret. I've created a key using gfkey -c -p 100000000 (3 years). Then I copied the key to the
(B> > 
(B> > > root's home directory of the nodes.
(B> > 
(B> > Mm, root?
(B> > I don't recommend to use Gfarm with the root privilege.
(B> > Although it may work.
(B> 
(B> Can you please tell me how to run gfsd as non-root user? I've created a
(B> user gfarm with home directory the path that will be the spool directory
(B> for gfsd. I created the the key for this user. I didn't find any options
(B> in gfsd that can  specify the user. 
(B> Should I run something like su - gfarm -c /path/to/gfsd ?
(B> Should I also run the other daemons as gfarm user? (gfmd, gfarm_agent)
(B> 
(B> At the moment I have the following problem:
(B> I have 2 nodes running gfsd ( the one also run gfmd and gfarm_agent).
(B> with gfhost -l I'm able to see them both.
(B> 
(B> >From another machine, I'm trying to mount the gfarm:
(B> ./gfarmfs /Storage
(B> 
(B> When I run df command I get:
(B> df: `/Storage': Invalid argument
(B> 
(B> When I try to write something (as root):
(B> # touch a
(B> touch: setting times of `a': No such file or directory
(B> 
(B> 
(B> 
(B> 
(B> 
(B> 
(B>