NAME

vos_status - Reports a Volume Server's transaction status

SYNOPSIS

vos status -server <machine name> -id <volume group id> [-cell <cell name>] [-noauth] [-auth] [-localauth] [-encrypt [<yes|no>]] [-verbose] [-noresolve] [-config <configuration file>] [-help]

DESCRIPTION

The vos status command displays the list of in-progress transactions (if any). If there are no active transactions, the following message appears:

   No active transactions on <machine_name>

This command is useful mainly if there is concern that the File Server is not performing requested actions.

OPTIONS

-server <server name>

Identifies the File Server for which to display status information. Provide a fully qualified host name, an IP address or UUID as reported by vos_listfs(1).

-id <volume group id>

Restrict the volserver status query to transactions involving members of the volume group specified.

-cell <cell name>

Names the cell in which to run the command. Do not combine this argument with the -localauth flag. For more details, see vos(1).

-noauth

Assigns the unprivileged identity anonymous to the issuer. Do not combine this flag with the -localauth flag. For more details, see vos(1).

-localauth

Obtains an authentication token using the server encryption key with the highest key version number in the local /etc/yfs/server/KeyFileExt file. The resulting token never expires and has Super User privileges. Do not combine this flag with the -cell argument or -noauth flag. For more details, see vos(1).

-auth

Use the calling user's tokens from the kernel or as obtained using the active Kerberos ticket granting ticket to communicate with the Volume Server and Location Service. This is the default if neither -localauth nor -noauth is given.

Since this option is the default, it is usually not useful for running single command line operations. However, it can be useful when running commands via vos_interactive(1) or vos_source(1), since otherwise it would be impossible to switch from, for example, -localauth back to using regular tokens during a bulk operation.

-verbose

Produces on the standard output stream a detailed trace of the command's execution. If this argument is omitted, only warnings and error messages appear.

-encrypt [<yes|no>]

Enables or disables encrytion for the command so that the operation's results are not transmitted across the network in clear text.

-noresolve

Shows all servers as IP addresses instead of the reverse DNS lookup hostname. -noresolve useful when troubleshooting no such volume and volume moved errors.

-config <configuration file>

Set the location of the configuration file to be used. The default file is /etc/yfs/yfs-client.conf.

-help

Prints the online help for this command. All other valid options are ignored.

OUTPUT

There are two possible types of output.

The following message indicates that the Volume Server is not currently performing any actions.

   No active transactions on I<machine name>

The other possible output is information describing the number of and state of active Volume Server transactions. For each transaction the following fields are displayed:

Many volume transactions involve the execution of one or more remote procedure calls. For each call the following details are reported:

The endpoint, dataRead and dataSent fields are unavailable when the Volume Server is IBM AFS or OpenAFS.

EXAMPLES

The following example illustrates the kind of output that sometimes appears when the File Server fs1.your-cell-name.com is executing a dump at the time this command is issued.

   % vos status fs1.your-cell-name.com
   --------------------------------------------
   transaction: 575  created: Tue Jan 2 8:34:56 1990  lastActiveTime: Tue Jan 2 8:36:36 1990
   attachFlags: offline
   volume: 536871080  group: 536871080  partition: /vicepb procedure: Dump
   calls: 1
   1. from 192.168.10.10:3827
      dataRead: 1609 lastReceiveTime: Tue Jan 2 8:34:57 1990
      dataSent: Tue Jan 2 8:34:56 1990  lastSendTime: Tue Jan 2 8:36:36 1990
      error: 0
   --------------------------------------------

PRIVILEGE REQUIRED

The issuer must be listed in the /etc/yfs/server/UserListExt file on the File Server specified by the -server argument and on each Location Server. If the -localauth flag is included, the issuer must instead be logged on to a server with an account capable of reading the /etc/yfs/server/KeyFileExt file.

SEE ALSO

vos(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.

ACKNOWLEDGEMENTS

"AFS" is a registered mark of International Business Machines Corporation, used under license. (USPTO Registration 1598389)

"OpenAFS" is a registered mark of International Business Machines Corporation. (USPTO Registration 4577045)

The "AuriStor" name, log 'S' brand mark, and icon are registered marks of AuriStor, Inc. (USPTO Registrations 4849419, 4849421, and 4928460) (EUIPO Registration 015539653).

"Your File System" is a registered mark of AuriStor, Inc. (USPTO Registrations 4801402 and 4849418).

"YFS" and "AuriStor File System" are trademarks of AuriStor, Inc.