[OpenAFS] Issues with pts ?
Madhusudan Singh
singh.madhusudan@gmail.com
Thu, 7 Jul 2005 18:28:53 -0400
On Thursday 07 July 2005 3:28 pm, Derrick J Brashear wrote:
> On Thu, 7 Jul 2005, Madhusudan Singh wrote:
> > Hi
> >
> > I am trying to set up an openafs server / kerberos application server
> > client with Slackware Linux (kernel 2.4.29).
> >
> > I was following the instructions at :
> >
> > http://grand.central.org/twiki/bin/view/AFSLore/InstallingtheFirstAFSMach
> >ine
> >
> > and ran up against the following problem :
> >
> > root@omega:/usr/afs/bin# ./pts createuser -name admin -cell omega.mit.edu
> > -noauth
> > ./pts: server or network not responding ; unable to create user admin
> >
> > I initially thought that my firewall was creating trouble. I cleared all
> > the
>
> is ptserver running on the server in question? bos status server.host
> ptserver -noauth
>
> does the CellServDB on the client correctly point to that server?
>
You were right. For some reason, ptserver was not running.
My CellServerDB :
ls -ltr /usr/vice/etc/CellServDB
lrwxrwxrwx 1 root root 23 2005-07-07
10:20 /usr/vice/etc/CellServDB-> /usr/afs/etc/CellServDB
I am trying to enable both server and client functionality on the same
machine.
I have gone through doing a bos shutdown and testing the initialization
script. I had created root.afs on /vicepa (I intend to use /vicepb for
backup).
df -h :
root@omega:/usr/vice/etc# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 20G 1.1G 18G 6% /
/dev/sda1 927M 5.2M 874M 1% /boot
/dev/sda10 163G 76K 155G 1% /vicepa
/dev/sda11 163G 32K 155G 1% /vicepb
/dev/sda5 28G 66M 28G 1% /var
/dev/sda6 37G 2.5G 32G 8% /usr
/dev/sda7 14G 33M 14G 1% /tmp
/dev/sda9 9.4G 97M 9.3G 2% /home
AFS 8.6G 0 8.6G 0% /afs
I had used the XLARGE option (-fakestat -stat 3600 -dcache 3600 -daemons 5
-volumes 196 -files 50000). Is the number for /afs above (8.6G) determined
uniquely by this choice ? If so, then what would be a good choice for a
partition that is 163G in size ?
Further, I was about to configure the toplevels of the filespace and ran :
root@omega:/usr/vice/etc# fs setacl /afs system:authuser rl
fs:'/afs': Connection timed out
root@omega:/usr/vice/etc# ls /afs
omega.mit.edu/
What am I doing wrong ?
Thanks.