Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

afslog(1) [redhat man page]

AFSLOG(1)						    BSD General Commands Manual 						 AFSLOG(1)

NAME
afslog -- obtains AFS tokens for specified cells SYNOPSIS
afslog [-d] [-c cell] [-k realm] [-p path] [-unlog] [-createuser] [args] DESCRIPTION
The afslog command obtains AFS tokens, args are either a name of a cell or a pathnames of a file in the cell to get tokens for. If an argu- ment is . or .. or contains a slash it is assumed to be a pathname. Otherwise it is assumed to be a name of a cell or a prefix thereof. The -c and -p flags can be used to resolve ambiguities. afslog might fail to guess the Kerberos realm to get tickets for (for instance if the volume location servers of the cell does not reside in the kerberos realm that holds the AFS service key, and the correct realm isn't the same as the cell name or the local realm (I didn't say this was a common problem)). Anyway, the -k can be used to give a hint. It should not be used unless there is a problem, since all tickets will be taken from the specified realm and this is not (usually) what you want. -createuser means that afslog should try to run pts to create a remote user principal in another cell. -d can be used for debugging. If the -unlog flag is given any tokens are removed and all other arguments are ignored. SEE ALSO
kauth(1), krbafs(3) BUGS
It should be able to handle the MIT Athena aklog flags -hosts, -zsubs, and -noprdb, but does not. KTH-KRB April 27, 1996 KTH-KRB

Check Out this Related Man Page

UNLOG(1)						       AFS Command Reference							  UNLOG(1)

NAME
unlog - Discards all of the issuer's tokens SYNOPSIS
unlog [-cell <cell name>+] [-help] unlog [-c <cell name>+] [-h] DESCRIPTION
The unlog command by default discards all tokens that the issuer currently holds. To discard tokens for certain cells only, name them with the -cell argument. Since a token pertains to one client machine only, destroying tokens on one machine has no effect on tokens on another machine. CAUTIONS
Specifying one or more cell names can cause a brief authentication outage during which the issuer has no valid tokens in any cell. This is because the command actually discards all tokens and then restores the ones for cells not named by the -cell argument. The outage can sometimes interrupt the operation of jobs that require authentication. OPTIONS
-cell <cell name>+ Specifies each cell for to discard the token. If this argument is omitted, the Cache Manager discards all tokens. Provide the fully qualified domain name, or a shortened form, in which case successful resolution depends on the availability of a name resolution service (such as the Domain Name Service or a local host table) at the time the command is issued. -help Prints the online help for this command. All other valid options are ignored. EXAMPLES
The following command discards all tokens. % unlog The following command discards only the tokens for the "abc.com" and "stateu.edu" cells. % unlog -cell abc.com stateu PRIVILEGE REQUIRED
None SEE ALSO
klog(1), tokens(1) COPYRIGHT
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved. This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell. OpenAFS 2012-03-26 UNLOG(1)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Untar to different location

Hi, I'm facing problem of untar'ing the tar contents with absolute pathnames to a different directory. Please provide me some hint on how to resolve it. Regards, Pradeep (1 Reply)
Discussion started by: pradeep_desh
1 Replies

2. Shell Programming and Scripting

problem with dd command or maybe AFS problem

Hi, folks. Sorry for bothering, but maybe someone could help me please. The problem is the following: there is some script that copies files from local file system to AFS. The copying is performed with dd command. The script copies data into some AFS volumes. The problem appeared with one... (0 Replies)
Discussion started by: Anta
0 Replies

3. AIX

Boot problem - 0c33

Hi Guys everyone know this problem on P595??? One of my servers, on boot, sleep 10-15 minute on led 0c33. I know that it's a console problem... but i don't understand how resolve it. Ideas??? P.S. Sorry for my english. Thanks. Zio (0 Replies)
Discussion started by: Zio Bill
0 Replies

4. UNIX for Advanced & Expert Users

How to add two values in the same cell of CSV file

I need help to create a csv file with Unix command. In csv file, i need to put two values in the same cell. Rite now, whts happening is, if i put 2 values in the same cell, its comming as " asd, zxc" but i want it in different line but in same cell. asd zxc Please reply me ASAP. (1 Reply)
Discussion started by: Prashant Jain
1 Replies

5. Shell Programming and Scripting

Comparison of Cells in EXCEL using awk

Hi I have 2 csv files which looks like the following and i have to compare the 2 CSVs and create a third file such that if the value of the 1st cell in A.CSV and the value of the first cell in the B.CSV are same, it should print "SAME" in the third file or else print NOT SAME. Likewise i need... (19 Replies)
Discussion started by: meva
19 Replies

6. UNIX for Dummies Questions & Answers

How to do a count within a file

Hi I have a file that contains something similar to this: cell id = 1A cell id = 1B cell id = 1C cell id = 1D cell id = 1E cell NUM = 2A cell NUM = 2B cell NUM = 2C cell NUM = 2D cell id = 1A cell id = 1B cell id = 1C cell id = 1D cell id = 1E (7 Replies)
Discussion started by: ladyAnne
7 Replies