SuperTable Example #2
The information on this page has been copied from the AFS "Administration Reference" on the OpenAFS.org Web site.
Command | Description |
---|---|
backup |
The commands in the backup command suite are the administrative interface to the AFS Backup System. |
bos | The commands in the bos command suite are the administrative interface to the Basic OverSeer (BOS) Server, which runs on every file server machine to monitor the other server processes on it. If a process fails, the BOS Server can restart it automatically, taking into account interdependencies between it and other processes. The BOS Server frees system administrators from constantly monitoring the status of server machines and processes. |
fs | The commands in the fs command suite constitute the main administrative interface to the Cache Manager on an AFS client machine, which is responsible for fetching AFS data from file server machines on behalf of applications running on the client machine. |
fstrace | The commands in the fstrace command suite are the interface that system administrators employ to trace Cache Manager operations for debugging purposes. Examples of Cache Manager operations are fetching file data or the status information used to produce output for the UNIX ls command. |
kas | The commands in the kas command suite are the administrative interface to the Authentication Server, which runs on each database server machine in a cell, maintains the Authentication Database, and provides the authentication tickets that client applications must present to AFS servers in order to obtain access to AFS data and other services. |
pts | The commands in the pts command suite are the administrative interface to the Protection Server, which runs on each database server machine in a cell and maintains the Protection Database. The database stores the information that AFS uses to augment and refine the standard UNIX scheme for controlling access to files and directories. |
uss |
The commands in the uss command suite help administrators to create AFS user accounts more easily and efficiently. If uss commands are not used, creating an account requires issuing at least six separate commands to five different AFS servers. |
vos | The commands in the vos command suite are the administrative interface to the Volume Server and Volume Location (VL) Server. System administrators use vos commands to create, move, delete, replicate, back up and examine volumes, among other operations. The VL Server automatically records in the Volume Location Database (VLDB) changes in volume status and location that result from vos commands. |
Uncategorized |
Description | Type | Command |
---|---|---|
Initializes the Cache Manager and starts related daemons. | afsd |
afsd [-blocks <1024 byte blocks in cache>] |
Monitors File Servers and Cache Managers | afsmonitor |
afsmonitor [initcmd] [-config <configuration file>] |
Defines a dump level in the dump hierarchy | backup |
backup adddump -dump <dump level name>+ [-expires <expiration date>+] |
Adds a Tape Coordinator entry to the Backup Database | backup |
backup addhost -tapehost <tape machine name> [-portoffset <TC port offset>] |
Defines a volume entry in a volume set | backup |
backup addvolentry -name <volume set name> -server <machine name> |
Creates a new (empty) volume set | backup |
backup addvolset -name <volume set name> [-temporary] |
Displays each help entry containing a keyword string | backup |
backup apropos -topic <help string> [-help] |
Checks the integrity of the Backup Database | backup |
backup dbverify [-detail] [-localauth] [-cell <cell name>] [-help] |
Deletes a dump level from the Backup Database | backup |
backup deldump -dump <dump level name> [-localauth] |
Deletes one or more dump records from the Backup Database | backup |
backup deletedump [-dumpid <dump id>+] [-from <date time>+] [-to <date time>+] |
Deletes a Tape Coordinator entry from the Backup Database | backup |
backup delhost -tapehost <tape machine name> [-portoffset <TC port offset>] |
Deletes a volume entry from a volume set | backup |
backup delvolentry -name <volume set name> -entry <volume set index> |
Deletes one or more volume sets from the Backup Database | backup |
backup delvolset -name <volume set name>+ |
Restores the entire contents of a partition | backup |
backup diskrestore -server <machine to restore> |
Creates a dump (dumps a volume set at a particular dump level) | backup |
backup dump [-volumeset <volume set name>] [-dump <dump level name>] |
Displays a dump record from the Backup Database | backup |
backup dumpinfo [-ndumps <no. of dumps>] [-id <dump id>] |
Displays the syntax of specified backup commands or lists functional descriptions of all backup commands | backup |
backup help [-topic <help string>+] [-help] |
Enters interactive mode | backup |
backup [interactive] [-localauth] [-cell <cell name>] [-help] |
Lists pending and running operations in interactive mode | backup |
jobs [-help] |
Terminates a pending or running operation | backup |
kill -id <job ID or dump set name> [-help] |
Creates the magnetic label on a tape | backup |
backup labeltape [-name <AFS tape name, defaults to NULL>] |
Displays the dump hierarchy from the Backup Database | backup |
backup listdumps [-localauth] [-cell <cell name>] [-help] |
Lists Tape Coordinator machines registered in the Backup Database | backup |
backup listhosts [-localauth] [-cell <cell name>] [-help] |
Lists volume set entries from the Backup Database | backup |
backup listvolsets [-name <volume set name>] |
Leaves interactive mode | backup |
quit [-help] |
Reads and displays a tape's label | backup |
backup readlabel [-portoffset <TC port offset>] |
Restores a saved copy of the Backup Database | backup |
backup restoredb [-portoffset <TC port offset>] |
Creates a saved copy of the Backup Database | backup |
backup savedb [-portoffset <TC port offset>] [-archive <date time>+] |
Extracts dump information from a tape | backup |
backup scantape [-dbadd] [-portoffset <TC port offset>] |
Sets the expiration date for existing dump levels. | backup |
backup setexp -dump <dump level name>+ [-expires <expiration date>+] |
Reports a Tape Coordinator's status | backup |
backup status [-portoffset <TC port offset>] |
Displays a volume's dump history from the Backup Database | backup |
backup volinfo -volume <volume name> |
Restores one or more volume | backup |
backup volrestore -server <destination machine> |
Restores all volumes in a volume set | backup |
backup volsetrestore [-name <volume set name>] [-file <file name>] |
Adds a database server machine to the /usr/afs/etc/CellServDB file | bos |
bos addhost -server <machine name> -host <host name>+ |
Adds a new server encryption key to the /usr/afs/etc/KeyFile file | bos |
bos addkey -server <machine name> [-key <key>] |
Adds a privileged user to the /usr/afs/etc/UserList file | bos |
bos adduser -server <machine name> -user <user names>+ |
Displays each help entry containing a keyword string | bos |
bos apropos -topic <help string> [-help] |
Defines a new process in the /usr/afs/local/BosConfig file and starts it running | bos |
bos create -server <machine name> -instance <server process name> |
Deletes a server process from the /usr/afs/local/BosConfig file | bos |
bos delete -server <machine name> -instance <server process name>+ |
Executes a command on a remote server machine | bos |
bos exec -server <machine name> -cmd <command to execute> |
Displays the time stamps on an AFS binary file | bos |
bos getdate -server <machine name> -file <files to check>+ |
Prints a server process's log file | bos |
bos getlog -server <machine name> -file <log file to examine> |
Displays the automatic restart times for server processes | bos |
bos getrestart -server <machine name> [-cell <cell name>] |
Displays the syntax of specified bos commands or lists functional descriptions of all bos commands | bos |
bos help [-topic <help string>+] [-help] |
Installs a new version of a binary file | bos |
bos install -server <machine name> -file <files to install>+ |
Displays the contents of the /usr/afs/etc/CellServDB file | bos |
bos listhosts -server <machine name> [-cell <cell name>] |
Displays the server encryption keys from the /usr/afs/etc/KeyFile file | bos |
bos listkeys -server <machine name> [-showkey] [-cell <cell name>] |
Lists the privileged users from the /usr/afs/etc/UserList file | bos |
bos listusers -server <machine name> [-cell <cell name>] |
Removes obsolete versions of files from the /usr/afs/bin and /usr/afs/logs directories | bos |
bos prune -server <machine name> [-bak] [-old] [-core] [-all] |
Removes a database server machine from the /usr/afs/etc/CellServDB file | bos |
bos removehost -server <machine name> -host <host name>+ |
Removes a server encryption key from the /usr/afs/etc/KeyFile file | bos |
bos removekey -server <machine name> -kvno <key version number>+ |
Removes a privileged user from the /usr/afs/etc/UserList file | bos |
bos removeuser -server <machine name> -user <user names>+ |
Restarts a server process | bos |
bos restart -server <machine name> [-instance <instances>+] [-bosserver] |
Restores internal consistency to a file system or volume | bos |
bos salvage -server <machine name> [-partition <salvage partition>] |
Sets authorization checking requirements for all server processes | bos |
bos setauth -server <machine name> |
Sets the cell's name in the /usr/afs/etc/ThisCell and /usr/afs/etc/CellServDB files | bos |
bos setcellname -server <machine name> -name <cell name> |
Sets the date and time at which the BOS Server restarts processes | bos |
bos setrestart -server <machine name> -time <time to restart server> |
Stops a process without changing its status flag in the /usr/afs/local/BosConfig file | bos |
bos shutdown -server <machine name> [-instance <instances>+] [-wait] |
Starts a process after setting its status flag in the /usr/afs/local/BosConfig file | bos |
bos start -server <machine name> -instance <server process name>+ |
Starts a process without changing its status flag in the /usr/afs/local/BosConfig file | bos |
bos startup -server <machine name> [-instance <instances>+] |
Displays the status of server processes | bos |
bos status -server <machine name> [-instance <server process name>+] |
Stops a process after changing its status flag in the /usr/afs/local/BosConfig file | bos |
bos stop -server <machine name> -instance <server process name>+ |
Reverts to the former version of a process's binary file | bos |
bos uninstall -server <machine name> -file <files to uninstall>+ |
Initializes the BOS Server | bos |
bosserver [-noauth] [-log] [-enable_peer_stats] [-enable_process_stats] |
Initializes the Backup Server | buserver |
buserver [-database <database directory>] |
Initializes the Tape Coordinator process | butc |
butc [-port <port offset>] [-debuglevel < 0 | 1 | 2 >] |
Authenticates to the DCE Security Service | dlog |
dlog [-principal <user name>] [-cell <cell name>] |
Returns the DCE password for a new DCE account | dpass |
dpass [-cell <original AFS cell name>] [-help] |
Initializes the File Server component of the fs process | fileserver |
fileserver [-d <debug level>] [-p <number of processes>] |
Determine a tape's capacity and a tape device's filemark size | fms |
fms -tape <tape special file> [-help] |
Displays each help entry containing a keyword string | fs |
fs apropos -topic <help string> [-help] |
Displays the status of server machines | fs |
fs checkservers [-cell <cell to check>] [-all] [-fast] |
Forces the Cache Manager to update volume-related information | fs |
fs checkvolumes [-help] |
Remove obsolete entries from an ACL | fs |
fs cleanacl [-path <dir/file path>+] [-help] |
Copies an ACL from one directory to one or more other directories | fs |
fs copyacl -fromdir <source directory (or DFS file)> |
Displays information about the partition housing a directory or file | fs |
fs diskfree [-path <dir/file path>+] [-help] |
Displays information about the volume containing a directory or file | fs |
fs examine [-path <dir/file path>+] [-help] |
Reports or sets whether the machine can export AFS to clients of other file systems | fs |
fs exportafs -type <exporter name> |
Forces the Cache Manager to discard a cached file or directory | fs |
fs flush [-path <dir/file path>+] [-help] |
Forces the Cache Manager to discard a mount point | fs |
fs flushmount [-path <dir/file path>+] [-help] |
Forces the Cache Manager to discard all cached data from the volume containing a file or directory | fs |
fs flushvolume [-path <dir/file path>+] [-help] |
Displays the current size of the cache and the amount being used | fs |
fs getcacheparms [-help] |
Reports whether the machine can run setuid programs from a specified cell | fs |
fs getcellstatus -cell <cell name>+ [-help] |
Displays the client interfaces to register with the File Server | fs |
fs getclientaddrs [-help] |
Displays the Cache Manager's preference ranks for file server or VL Server machines | fs |
fs getserverprefs [-file <output to named file>] |
Displays the syntax of specified fs commands or lists functional descriptions of all fs commands | fs |
fs help [-topic <help string>+] [-help] |
Displays ACLs | fs |
fs listacl [-path <dir/file path>+] [-id] [-if] [-help] |
Displays the database server machines in each cell known to the Cache Manager | fs |
fs listcells [-numeric] [-help] |
Displays quota information for the volume containing a file or directory. | fs |
fs listquota [-path <dir/file path>+] [-help] |
Reports the volume for which a directory is the mount point. | fs |
fs lsmount -dir <directory>+ [-help] |
Sets whether the Cache Manager writes log messages | fs |
fs messages [-show <[user|console|all|none]>] [-help] |
Creates a mount point for a volume | fs |
fs mkmount -dir <directory> -vol <volume name> [-cell <cell name>] |
Changes the kernel-resident list of a cell's database server machines | fs |
fs newcell -name <cell name> -servers <primary servers>+ |
Displays the percentage of quota used in the volume containing a directory or file | fs |
fs quota [-path <dir/file path>+] [-help] |
Removes a mount point | fs |
fs rmmount -dir <directory>+ [-help] |
Sets the ACL for a directory | fs |
fs setacl -dir <directory>+ -acl <access list entries>+ |
Sets the size of the disk cache | fs |
fs setcachesize [-blocks <size in 1K byte blocks (0 => reset)>] |
Allows or disallows running of setuid programs from specified cells | fs |
fs setcell -cell <cell name>+ [-suid] [-nosuid] [-help] |
Sets the client interfaces to register with the File Server | fs |
fs setclientaddrs [-address <client network interfaces>+] [-help] |
Sets the maximum quota for the volume containing a file or directory | fs |
fs setquota [-path <dir/file path>] -max <max quota in kbytes> [-help] |
Sets the Cache Manager's preference ranks for file server or VL Server machines | fs |
fs setserverprefs [-servers <fileserver names and ranks>+] |
Set maximum quota and messages for the volume containing a file or directory | fs |
fs setvol [-path <dir/file path>+] [-max <disk space quota in 1K units>] |
Enables asynchronous writes to the file server | fs |
fs storebehind [-kbytes <asynchrony for specified names>] |
Reports or sets the CPU/operating system type | fs |
fs sysname [-newsys <new sysname>] [-help] |
Reports the name of each file server machine housing a file or directory | fs |
fs whereis [-path <dir/file path>+] [-help] |
Returns the name of the cell to which a file or directory belongs | fs |
fs whichcell [-path <dir/file path>+] [-help] |
Returns the name of the cell to which a machine belongs | fs |
fs wscell [-help] |
Displays each help entry containing a keyword string | fstrace |
fstrace apropos -topic <help string> [-help] |
Clears the trace log | fstrace |
fstrace clear [-set <set_name>+] [-log <log_name>+] [-help] |
Dumps a trace log | fstrace |
fstrace dump [-set <set_name>+] [-follow <log_name>] |
Displays the syntax of specified fstrace commands or lists functional descriptions of all fstrace commands | fstrace |
fstrace help [-topic <help string>+] [-help] |
Displays information about a log | fstrace |
fstrace lslog [-set <set_name>+] [-log <log_name>] [-long] [-help] |
Reports the status of an event set | fstrace |
fstrace lsset [-set <set_name>+] [-help] |
Sets the size of a trace log | fstrace |
fstrace setlog [-log <log_name>+] -buffersize <1-kilobyte_units> [-help] |
Sets the status of an event set | fstrace |
fstrace setset [-set <set_name>+] [-active] [-inactive] [-dormant] [-help] |
Checks the integrity of the Authentication Database | kadb |
kadb_check -database <kadb_file> [-uheader] [-kheader] [-entries] |
Displays each help entry containing a keyword string | kas |
kas apropos -topic <help string> [-help] |
Creates an entry in the Authentication Database | kas |
kas create -name <name of user> [-initial_password <initial password>] |
Deletes an entry from the Authentication Database | kas |
kas delete -name <name of user> |
Displays information from an Authentication Database entry | kas |
kas examine -name <name of user> [-showkey] |
Discards all tickets for the issuer | kas |
kas forgetticket [-all] [-help] |
Displays the syntax of each specified kas command or lists functional descriptions of all kas commands | kas |
kas help [-topic <help string>+] [-help] |
Enters interactive mode | kas |
kas interactive [-admin_username <admin principal to use for authentication>] |
Displays all entries in the Authentication Database | kas |
kas list [-long] [-showadmin] [-showkey] |
Displays all of the issuer's tickets (tokens) | kas |
kas listtickets [-name <name of server>] [-long] [-help] |
Discards an authenticated identity in interactive mode | kas |
kas noauthentication [-help] |
Leaves interactive mode | kas |
kas quit [-help] |
Sets optional characteristics in an Authentication Database entry | kas |
kas setfields -name <name of user> |
Changes the key field in an Authentication Database entry | kas |
kas setpassword -name <name of user> [-new_password <new password>] |
Displays statistics from an Authentication Server process | kas |
kas statistics [-admin_username <admin principal to use for authentication>] |
Converts a character string into an octal key | kas |
kas stringtokey -string <password string> [-cell <cell name>] [-help] |
Unlocks a locked user account | kas |
kas unlock -name <authentication ID> |
Initializes the Authentication Server | kas |
kaserver [-noAuth] [-fastKeys] [-database <dbpath>] |
Displays log or privileged actions performed by the Authentication Server | kdb |
kdb [-dbmfile <dbmfile to use (default /usr/afs/logs/AuthLog)>] |
Authenticates with the Authentication Server | klog |
klog [-x] [-principal <user name>] [-password <user's password>] |
Establishes basis for authenticated access to AFS from a non-supported NFS client using the NFS/AFS Translator | knfs |
knfs -host <host name> [-id <user ID (decimal)>] |
Changes the issuer's password in the Authentication Database | kpasswd |
kpasswd [-x] [-principal <user name>] [-password <user's password>] |
Checks quality of new password passed to it from the kpasswd or kas setpassword command. It is optional. | kpwvalid |
kpwvalid |
Configures files and directories on the local disk | package |
package [initcmd] [-config <base name of configuration file>] |
Displays each help entry containing a keyword string | package |
package apropos [-topic <help string>] [-help] |
Displays the syntax of specified package commands or lists functional descriptions of all package commands | package |
package help [-topic <help string>+] [-help] |
Tests the validity of a package configuration file | package |
package_test <config file> |
The pagsh command creates a new command shell (owned by the issuer of the command) and associates a new process authentication group (PAG) with the shell and the user. | pagsh |
pagsh |
Checks the integrity of the Protection Database | prdb_check |
prdb_check -database <ptdb_file> [-uheader] [-pheader] [-entries] |
Adds a user or machine to a Protection Database group | pts |
pts adduser -user <user name>+ -group <group name>+ |
Displays each help entry containing a keyword string | pts |
pts apropos -topic <help string> [-help] |
Changes the owner of a Protection Database entry | pts |
pts chown -name <group name> -owner <new owner> |
Creates an (empty) Protection Database group entry | pts |
pts creategroup -name <group name>+ [-owner <owner of the group>] |
Creates a user or machine entry in the Protection Database | pts |
pts createuser -name <user name>+ [-id <user id>+] [-cell <cell name>] |
Deletes a Protection Database entry | pts |
pts delete -nameorid <user or group name or id>+ [-cell <cell name>] |
Displays a Protection Database entry | pts |
pts examine -nameorid <user or group name or id>+ [-cell <cell name>] |
Displays the syntax of specified pts commands or lists functional descriptions for all pts commands | pts |
pts help [-topic <help string>+] [-help] |
Displays all user or group entries in the Protection Database | pts |
pts listentries [-users] [-groups] [-cell <cell name>] |
Displays the max user id and max group id counters | pts |
pts listmax [-cell <cell name>] [-noauth] [-force] [-help] |
Displays the Protection Database groups owned by a user or group | pts |
pts listowned -nameorid <user or group name or id>+ [-cell <cell name>] |
Displays the membership list for a user or group | pts |
pts membership -nameorid <user or group name or id>+ [-cell <cell name>] |
Removes a user from a Protection Database group | pts |
pts removeuser -user <user name>+ -group <group name>+ |
Changes the name of a Protection Database entry | pts |
pts rename -oldname <old name> -newname <new name> |
Sets privacy flags or the group-creation quota for a Protection Database entry. | pts |
pts setfields -nameorid <user or group name or id>+ |
Sets the value of the max group id or max user id counter | pts |
pts setmax [-group <group max>] [-user <user max>] [-cell <cell name>] |
Initializes the Protection Server | pts |
ptserver [-database <db path>] [-p <number of processes>] [-rebuildDB] |
Initializes the Network Time Protocol Daemon | runntp |
runntp [-localclock] [-precision <small negative integer>] |
Provides debugging trace of Rx activity | rxdebug |
rxdebug -servers <server machine> [-port <IP port>] [-nodally] |
Initializes the Salvager component of the fs process | salvager |
salvager [initcmd] [-partition <Name of partition to salvage>] |
Monitors the File Server process | scout |
scout [initcmd] -server <FileServer name(s) to monitor>+ |
Displays the issuer's tokens | tokens |
tokens [-help] |
Reports status of Ubik process associated with a database server process | udebug |
udebug -servers <server machine> [-port <IP port>] [-long] [-help] |
Discards all of the issuer's tokens | unlog |
unlog [-cell <cell name>+] [-help] |
Recursively copies the contents of a source directory to a destination directory. It copies the source directory's access control list (ACL) to the destination directory and its subdirectories, overwriting any existing ACLs. | up |
up [-v] [-1] [-f] [-r] [-x] <source directory> <destination directory> |
Initializes the client portion of the Update Server | upclient |
upclient <hostname> [-crypt] [-clear] [-t <retry time>] |
Initializes the server portion of the Update Server | upserver |
upserver [<directory>+] [-crypt <directory>+] [-clear <directory>+] |
Creates a user account | uss |
uss add -user <login name> [-realname <full name in quotes>] |
Displays each help entry containing a keyword string. | uss |
uss apropos -topic <help string> [-help] |
Executes multiple uss commands listed in a file | uss |
uss bulk -file <bulk input file> [-template <pathname of template file>] |
Deletes a user account | uss |
uss delete -user <login name> [-mountpoint <mountpoint for user's volume>] |
Displays the syntax of specified uss commands or lists functional descriptions of all uss commands | uss |
uss help [-topic <help string>+] [-help] |
Checks the integrity of the VLDB | vldb_check |
vldb_check -database <vldb_file> [-uheader] [-vheader] [-servers] |
Initializes the Volume Location Server | vlserver |
vlserver [-p <lwp processes>] [-nojumbo] |
Produces detailed statistics about one or more volume headers and the partition that houses them | volinfo |
volinfo [-online] [-vnode] [-date] [-inode] [-itime] |
Initializes the Volume Server component of the fs process | volserver |
volserver [-log] [-p <number of processes>] |
Adds a read-only site definition to a volume's VLDB entry | vos |
vos addsite -server <machine name for new site> |
Displays each help entry containing a keyword string | vos |
vos apropos -topic <help string> [-help] |
Creates a backup volume for a single read/write volume | vos |
vos backup -id <volume name or ID> [-cell <cell name>] [-noauth] |
Creates a backup volume for several read/write volumes | vos |
vos backupsys [-prefix <common prefix on volume(s)>+] |
Changes or removes a file server machine's entry in the VLDB | vos |
vos changeaddr -oldaddr <original IP address> [-newaddr <new IP address>] |
Creates a read/write volume and associated VLDB entry | vos |
vos create -server <machine name> -partition <partition name> |
Removes a volume entry from the VLDB. | vos |
vos delentry [-id <volume name or ID>+] |
Converts a volume into ASCII format and writes it to a file | vos |
vos dump -id <volume name or ID> [-time <dump from time>] [-file <dump file>] |
Displays information from the volume header and VLDB entry for a volume. | vos |
vos examine -id <volume name or ID> [-extended] [-cell <cell name>] |
Displays the syntax of specified vos commands or functional descriptions for all vos commands | vos |
vos help [-topic <help string>+] [-help] |
Displays all VLDB server entries | vos |
vos listaddrs [-cell <cell name>] [-noauth] |
Displays all AFS partitions on a file server machine | vos |
vos listpart -server <machine name> [-cell <cell name>] [-noauth] |
Displays a volume's VLDB entry | vos |
vos listvldb [-name <volume name or ID>] [-server <machine name>] |
Displays information from a volume header | vos |
vos listvol -server <machine name> [-partition <partition name>] |
Locks a VLDB volume entry | vos |
vos lock -id <volume name or ID> [-cell <cell name>] [-noauth] |
Moves a read/write volume to another site | vos |
vos move -id <volume name or ID> -fromserver <machine name on source> |
Reports the available and total space on a partition | vos |
vos partinfo -server <machine name> [-partition <partition name>] |
Updates the contents of read-only volumes to match their read/write source volume | vos |
vos release -id <volume name or ID> [-f] [-cell <cell name>] |
Removes a volume from a site | vos |
vos remove [-server <machine name>] [-partition <partition name>] |
Removes a read-only site definition from a VLDB entry | vos |
vos remsite -server <machine name> -partition <partition name> |
Renames a volume | vos |
vos rename -oldname <old volume name> -newname <new volume name> |
Converts an ASCII file into proper volume format and writes it to the file system | vos |
vos restore -server <machine name> -partition <partition name> |
Reports a Volume Server's status | vos |
vos status -server <machine name> [-cell <cell name>] [-noauth] |
Verifies VLDB entries that mention a specified site | vos |
vos syncserv -server <machine name> [-partition <partition name>] |
Verifies VLDB entries for volumes residing at specified site | vos |
vos syncvldb [-server <machine name>] [-partition <partition name>] |
Unlocks a single VLDB entry | vos |
vos unlock -id <volume name or ID> [-cell <cell name>] [-noauth] |
Unlocks several locked VLDB entries | vos |
vos unlockvldb [-server <machine name>] [-partition <partition name>] |
Removes a volume from its site without writing to the VLDB | vos |
vos zap -server <machine name> -partition <partition name> |
Displays data collections from the Cache Manager | xstat |
xstat_cm_test [initcmd] -cmname <Cache Manager name(s) to monitor>+ |
Displays data collections from the File Server process | xstat |
xstat_fs_test [initcmd] -fsname <File Server name(s) to monitor>+ |