.\" cvfsdb.8: auto-generated, DO NOT EDIT
.\"
.\" Copyright 1999-2014. Quantum Corporation. All Rights Reserved.
.\" StorNext is either a trademark or registered trademark of
.\" Quantum Corporation in the US and/or other countries.
.\"
.TH CVFSDB 8 "June 2014" "Xsan File System"
.SH NAME
cvfsdb \- Xsan File System debugging tool
.SH SYNOPSYS
.na
.nh
.HP
.B cvfsdb
.I VolName
.ad
.hy
.SH DESCRIPTION
The
.B cvfsdb
command is a tool for debugging an Xsan volume.
.PP
.B WARNING: Apple Internal use only.
The
.B cvfsdb
command can easily damage an Xsan volume,
and should only be used under the direction of customer support.
.SH OPTIONS
.IP \fIVolName\fP
The volume to debug.
.SH COMMANDS
The
.B cvfsdb
command is an interactive program, that contains builtin
help on commands and usage.
.IP "\fBhelp\fP [\fIcommand\fP]"
Display help information.
If \fIcommand\fP is omitted, the
.B help
command will display a list of commands that
.B cvfsdb
can understand.
If \fIcommand\fP is provided, command specific help will be given.
.IP "\fBexit\fP, \fBq\fP, \fBquit\fP"
Exit \fBcvfsdb\fP.
.PP
The output of any command can be redirected using:
.IP "\fIcommand\fP \fB|\fP \fIshell_command\fP"
Redirect the output of
.I command
to
.I shell_command
using
.BR popen (3).
.IP "\fIcommand\fP \fB>\fP \fIfile\fP"
Redirect the output of
.I command
into
.IR file ,
which will be overwritten if it exists.
.IP "\fIcommand\fP \fB>>\fP \fIfile\fP"
Append the output of
.I command
to
.IR file .
.SH SEE ALSO
.BR popen (3)
