Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fssync-debug_callback(8) [debian man page]

FSSYNC-DEBUG_CALLBACK(8)				       AFS Command Reference					  FSSYNC-DEBUG_CALLBACK(8)

NAME
fssync-debug_callback - Breaks callbacks for a volume (FSYNC_VOL_BREAKCBKS opcode) SYNOPSIS
fssync-debug callback -volumeid <volume ID> [-partition <exact partition name>] [-reason <sync protocol reason code>] [-programtype <program type code>] [-help] fssync-debug ca -v <volume ID> [-pa <exact partition name>] [-r <sync protocol reason code>] [-pr <program type code>] [-h] fssync-debug cbk -v <volume ID> [-pa <exact partition name>] [-r <sync protocol reason code>] [-pr <program type code>] [-h] DESCRIPTION
The fssync-debug callback command breaks callbacks for a volume. OPTIONS
-volumeid <volume ID> Specifies the numeric volume ID. Volume names are not permitted. -partition <exact partition name> Specifies the exact partition name (e.g. /vicepa). Abbreviations are not permitted. -reason <sync protocol reason code> Specifies numeric sync protocol reason code. Available codes are listed in OpenAFS source file src/vol/fssync_inline.h. For SYNC_REASON_NONE, use -reason 0. -programtype <program type code> Specifies program type code. Permitted values are fileServer, volumeUtility, salvager, salvageServer, volumeServer and volumeSalvager. PRIVILEGE REQUIRED
The issuer must have write access to the file server. Usually, this means that the issuer must be the local superuser "root" on the file server machine. SEE ALSO
fssync-debug_attach(8), fssync-debug_detach(8), fssync-debug_online(8), fssync-debug_offline(8), fssync-debug_leaveoff(8), fssync-debug_error(8) COPYRIGHT
Copyright 2010 Davor Ocelic <docelic@spinlocksolutions.com> This documentation is covered by the IBM Public License Version 1.0. This man page was written by Davor Ocelic for OpenAFS, based on documentation from Steven Jenkins, Tom Keiser and Simon Wilkinson. OpenAFS 2012-03-26 FSSYNC-DEBUG_CALLBACK(8)

Check Out this Related Man Page

FSSYNC-DEBUG_DETACH(8)					       AFS Command Reference					    FSSYNC-DEBUG_DETACH(8)

NAME
fssync-debug_detach - Detaches a volume (FSYNC_VOL_DONE opcode) SYNOPSIS
fssync-debug detach -volumeid <volume ID> [-partition <exact partition name>] [-reason <sync protocol reason code>] [-programtype <program type code>] [-help] fssync-debug d -v <volume ID> [-pa <exact partition name>] [-r <sync protocol reason code>] [-pr <program type code>] [-h] DESCRIPTION
The fssync-debug detach command detaches a volume. OPTIONS
-volumeid <volume ID> Specifies the numeric volume ID. Volume names are not permitted. -partition <exact partition name> Specifies the exact partition name (e.g. /vicepa). Abbreviations are not permitted. -reason <sync protocol reason code> Specifies numeric sync protocol reason code. Available codes are listed in OpenAFS source file src/vol/fssync_inline.h. For SYNC_REASON_NONE, use -reason 0. -programtype <program type code> Specifies program type code. Permitted values are fileServer, volumeUtility, salvager, salvageServer, volumeServer and volumeSalvager. PRIVILEGE REQUIRED
The issuer must have write access to the file server. Usually, this means that the issuer must be the local superuser "root" on the file server machine. SEE ALSO
fssync-debug_attach(8), fssync-debug_callback(8), fssync-debug_online(8), fssync-debug_offline(8), fssync-debug_error(8) COPYRIGHT
Copyright 2010 Davor Ocelic <docelic@spinlocksolutions.com> This documentation is covered by the IBM Public License Version 1.0. This man page was written by Davor Ocelic for OpenAFS, based on documentation from Steven Jenkins, Tom Keiser and Simon Wilkinson. OpenAFS 2012-03-26 FSSYNC-DEBUG_DETACH(8)
Man Page