Re: [OpenAFS] Debian - openafs -noauth problems

2005-08-24 Thread Madhusudan Singh
Thanks for your exhaustive response. I ran the afs-newcell script : What administrative principal should be used? /admin echo \>omega.domain.edu >/etc/openafs/server/CellServDB /etc/init.d/openafs-fileserver start Starting AFS Server: bosserver. bos addhost omega omega -localauth ||true bos:

[OpenAFS] Force crypto type

2005-08-24 Thread Davis, Adam
>From what I read with Win-2003 SP1 KDC you can force the encryption type to be something that AFS can use. i.e cbc-crc cbc-md5 I have tried all the following without success in krb5.conf default_tkt_enctypes = des-cbc-crc,des-cbc-md5 default_tgs_enctypes = des-cbc-crc,des-cbc-md5

Re: [OpenAFS] Debian - openafs -noauth problems

2005-08-24 Thread Derek Atkins
Where do you set ThisCell? -derek Madhusudan Singh <[EMAIL PROTECTED]> writes: > Thanks for your exhaustive response. > > I ran the afs-newcell script : > > What administrative principal should be used? /admin > echo \>omega.domain.edu >/etc/openafs/server/CellServDB > /etc/init.d/openafs-fi

Re: [OpenAFS] Debian - openafs -noauth problems

2005-08-24 Thread Madhusudan Singh
On Wednesday 24 August 2005 12:19 pm, Derek Atkins wrote: > Where do you set ThisCell? > > -derek omega:/etc/openafs# pwd /etc/openafs omega:/etc/openafs# cat ThisCell omega.domain.edu omega:/etc/openafs# cat server/ThisCell omega.domain.edu ___ OpenAF

Re: [OpenAFS] Force crypto type

2005-08-24 Thread Jeffrey Altman
You need to make the change on the Active Directory account. You must set the "use DES only" flag and then set a new password. You can then export the key so that it can be set within AFS using asetkey. You must be using a version of OpenAFS 1.3.xxx or the 1.3 Release Candidate as Active Directory

[OpenAFS] running vos from "another" machine

2005-08-24 Thread Ron Croonenberg
Hello all, I want a machine that is not "per se" an OpenAFS client or server to be able to run vos so I can dump volumes in a cell. (Actually what I want is "a" machine to run OpenAFS so that I can use vos on it, but I don't want anyone with an afs account to be able to log in to the box, except

Re: [OpenAFS] running vos from "another" machine

2005-08-24 Thread Matthew Weigel
Ron Croonenberg wrote: > (Actually what I want is "a" machine to run OpenAFS so that I can use > vos on it, but I don't want anyone with an afs account to be able to log > in to the box, except an OpenAFS admin maybe.) > > Can that be done ? (and if so what do I need ?) OpenAFS authentication is

Re: [OpenAFS] Debian - openafs -noauth problems

2005-08-24 Thread Sergio Gelato
* Madhusudan Singh [2005-08-24 11:23:03 -0400]: > I ran the afs-newcell script : Which version? Make sure you are using the one Russ posted on this list. > bos addhost omega omega -localauth ||true > bos: could not find entry (can't find cell '' in cell database) I believe the new version no lon

[OpenAFS] Large volumes -- anyone using?

2005-08-24 Thread Dexter 'Kim' Kimball
If you've got experience with large volumes (tens to hundreds of GB) I'd much appreciate any experiences you may have had, good bad or indifferent. Thanks. Kim = Kim (Dexter) Kimball CCRE, Inc. kimkimballjpl.nasa.gov dhkccre.com __

RE: [OpenAFS] running vos from "another" machine

2005-08-24 Thread Dexter 'Kim' Kimball
Hi Ron, Guess you're up and running :) The AFS commands can be run from any AFS client. AFAIK if a user doesn't have an entry in /etc/passwd they're not able to log in. PAM may be able to circumvent this, I'm not an expert, but suspect if you try using an /etc/passwd with just the permitted log

Re: [OpenAFS] Debian - openafs -noauth problems

2005-08-24 Thread Russ Allbery
Madhusudan Singh <[EMAIL PROTECTED]> writes: > Thanks for your exhaustive response. > I ran the afs-newcell script : > What administrative principal should be used? /admin > echo \>omega.domain.edu >/etc/openafs/server/CellServDB > /etc/init.d/openafs-fileserver start > Starting AFS Server: b

Re: [OpenAFS] Large volumes -- anyone using?

2005-08-24 Thread Lester Barrows
Hi Kim, We've had volumes as large as 300gb in the past during phases of rapid data collection. While they work for accessing data, vos operations tend to time out on excessively large (somewhere above 100gb IIRC) volumes. Backups can become problematic past this point, and performance seems to

Re: [OpenAFS] Large volumes -- anyone using?

2005-08-24 Thread David Thompson
"Dexter 'Kim' Kimball" wrote: >If you've got experience with large volumes (tens to hundreds of GB) I'd >much appreciate any experiences you may have had, good bad or indifferent. We run a mirror site for software distributions (mirror.cs.wisc.edu) that is backed in afs, with many volumes in the

[OpenAFS] hung volume

2005-08-24 Thread Jeremy Mates
I have inherited an AFS cell with two main servers, ~35 clients, mix of RedHat 9 and RHEL3 systems, OpenAFS 1.2.13. Without any cause I can determine, a particular directory now hangs all commands: chdir into the directory works, anything else (ls, for instance) hangs, unkillable with -KILL. The s

Re: [OpenAFS] Debian - openafs -noauth problems

2005-08-24 Thread Madhusudan Singh
On Wednesday 24 August 2005 3:33 pm, Russ Allbery wrote: > Madhusudan Singh <[EMAIL PROTECTED]> writes: > > Thanks for your exhaustive response. > > I ran the afs-newcell script : > > > > What administrative principal should be used? /admin > > echo \>omega.domain.edu >/etc/openafs/server/Cel

Re: [OpenAFS] Large volumes -- anyone using?

2005-08-24 Thread Tracy Di Marco White
On 8/24/05, David Thompson <[EMAIL PROTECTED]> wrote: > "Dexter 'Kim' Kimball" wrote: > >If you've got experience with large volumes (tens to hundreds of GB) I'd > >much appreciate any experiences you may have had, good bad or indifferent. > > We run a mirror site for software distributions (mirro

Re: [OpenAFS] Debian - openafs -noauth problems

2005-08-24 Thread Russ Allbery
Madhusudan Singh <[EMAIL PROTECTED]> writes: > Just ran it : > #afs-newcell > > Do you meet these requirements? [y/n] y > If the fileserver is not running, this may hang for 30 seconds. > /etc/init.d/openafs-fileserver stop > Stopping AFS Server: bosserver. > What administrative principal sho

RE: [OpenAFS] running vos from "another" machine

2005-08-24 Thread Ron Croonenberg
Hi Kim, >Hi Ron, >Guess you're up and running :) Yup, had some communication problems between the "old" server and the new box. >The AFS commands can be run from any AFS client. Right.. BUT I don't want to just install the AFS client because I don't want anyone to really have access to that

Re: [OpenAFS] Large volumes -- anyone using?

2005-08-24 Thread Russ Allbery
Tracy Di Marco White <[EMAIL PROTECTED]> writes: > I've had a vos move run about 36 hours without timing out running recent > versions of OpenAFS on the servers, and I have had very small volumes > time out on vos moves using Transarc AFS on the servers. We also had > vos releases failing when vo

Re: [OpenAFS] Large volumes -- anyone using?

2005-08-24 Thread Bob Hoffman
We've been running a few large (>20GB) volumes with no problem, but those volumes have a manageable number of files in them. Our backup medium is 100/200/400GB LTO-2 tape. Recently, one of our researchers created a 40GB volume that has 5.5 million small files in it. The dump transaction for this

Re: [OpenAFS] Large volumes -- anyone using?

2005-08-24 Thread Tracy Di Marco White
On 8/24/05, Russ Allbery <[EMAIL PROTECTED]> wrote: > Tracy Di Marco White <[EMAIL PROTECTED]> writes: > > > I've had a vos move run about 36 hours without timing out running recent > > versions of OpenAFS on the servers, and I have had very small volumes > > time out on vos moves using Transarc A

RE: [OpenAFS] running vos from "another" machine

2005-08-24 Thread Dexter 'Kim' Kimball
-Original Message- From: Ron Croonenberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 2:13 PM To: [EMAIL PROTECTED] Cc: openafs-info@openafs.org Subject: RE: [OpenAFS] running vos from "another" machine Hi Kim, >Hi R

Re: [OpenAFS] Large volumes -- anyone using?

2005-08-24 Thread Dimitris Zilaskos
If you've got experience with large volumes (tens to hundreds of GB) I'd much appreciate any experiences you may have had, good bad or indifferent. We have a software repository in one volume which exceeds 600 GB . Last time I had to dump and restore it it was 500 Gbs and I encountered no p

[OpenAFS] /afs turns to a dead symlink with memcache in 1.3.87 and linux 2.4

2005-08-24 Thread Dimitris Zilaskos
Hello , When 3 large rsync processes and around 40 ftpd processes access afs for a long time ( around 12 hours) on a linux 2.4.31 system , /afs starts pointing to some random file in afs like it is a dead symbolic link,for example /afs >/some/folder/in/afs/. The "link" is random. Cdi

RE: [OpenAFS] Large volumes -- anyone using?

2005-08-24 Thread ted creedon
There are 2 50GB volumes here. Storing info in large volumes is not a good idea but the windows boxes the data came from was set up that way and 3 years ago I wasn't experienced enough to set up the correct mount points to smaller volumes. Now all volumes are set at 8GB to fit on a DVD. Using a di

RE: [OpenAFS] running vos from "another" machine

2005-08-24 Thread Ron Croonenberg
Hi, I have installed/setup : openafs-1.2.13-rhel3.0.1 openafs-client-1.2.13-rhel3.0.1 openafs-kernel-1.2.13-rhel3.0.1 now if I try to do a vos dump like : vos dump -id homestaff.cowboy.backup -f /data/afs-dump/homestaff.cowboy.backup -localauth th

RE: [OpenAFS] running vos from "another" machine

2005-08-24 Thread hays
--On Wednesday, August 24, 2005 6:10 PM -0400 "Ron Croonenberg" <[EMAIL PROTECTED]> wrote: Uhm, ok, someone else suggested to not do any "pam" stuff.. that way afs = users can simply not use the machine. I thought that maybe there was some "elegant" way to do what I wanted. Ron, I may

Re: [OpenAFS] Debian - openafs -noauth problems

2005-08-24 Thread Madhusudan Singh
Thanks for all the help. Ran afs-newcell, got tokens as the admin, and ran afs-rootvol and the whole process seems to have concluded successfully. Thanks for the very helpful scripts. I will be studying the logs to see how this process differed from my prior attempt. Your excellent README then

RE: [OpenAFS] running vos from "another" machine

2005-08-24 Thread Ron Croonenberg
exactly!! What I want is a local user on "that" machine (a backup server) to run vos and create dumpfiles on that machine. Only very few (uuhh just me) are allowed on that machine. I know I need to install afs in some sort of fashio, that's ok BUT I do not want anyone to be able to log in to

[OpenAFS] solved: running vos from "another" machine

2005-08-24 Thread Ron Croonenberg
hello all, The porblem I had with vos went away after I rebooted the machine and sync-ed it' clock with the cell server ones. thanks for all the suggestions... Ron ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailma

Re: [OpenAFS] Debian - openafs -noauth problems

2005-08-24 Thread Russ Allbery
Madhusudan Singh <[EMAIL PROTECTED]> writes: > Thanks for all the help. Ran afs-newcell, got tokens as the admin, and > ran afs-rootvol and the whole process seems to have concluded > successfully. Thanks for the very helpful scripts. I will be studying > the logs to see how this process differed

[OpenAFS] an AFS aware command shell for Windows

2005-08-24 Thread Jeffrey Altman
JPSoftware's 4NT is a replacement command shell for Windows that contains a powerful scripting language. As of today, the alpha builds of version 7 contain support for OpenAFS. What do I mean by support? [C:\4\4nt7Beta]dir /afs/athena.mit.edu/user/j/a/jaltman Directory of \\afs\athena.mit.ed