Skip to content
Permalink
1139b72d5e
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
63 lines (59 sloc) 1.49 KB
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH PVFS2-PING 1 "SEPTEMBER 2003" PVFS2 "PVFS2 Manuals"
.SH NAME
pvfs2-ping \- Check if all servers in a PVFS2 volume are running
.SH SYNOPSIS
.B pvfs2-ping
.I -m MOUNTPOINT
.SH DESCRIPTION
Check if all servers in the PVFS2 volume at
.I MOUNTPOINT
are running.
.B pvfs2-ping
will go through several phases
.br
Checking pvfstab
.RS
finds the first pvfs2tab file according to the usual rules and displays the
initial server, the storage name, and the local mount point.
.RE
Initialization
.RS
talks to the initial server and gets PVFS2 configuration information. Displays
the meta servers and the data servers, as well as on which port they are
running
.RE
Verify Response
.RS
verifies all servers in the PVFS2 volume respond to requests
.RE
Identifier Consistency
.RS
Makes sure all servers agree that the file-system identifier for the filesystem
is the same on all servers
.RE
Root Handle Check
.RS
Makes sure that only one server owns the file system's root handle
.SH OPTIONS
.IP -m
Display information about the volume and servers at
.I mount_point
.SH ENVIRONMENT
.IP PVFS2TAB_FILE
If set, the full pathname for an alternate
.IR pvfs2tab
file
.SH BUGS
Please report all bugs to the pvfs2 bugzilla (http://bugzilla.mcs.anl.gov/pvfs/)
.SH AUTHOR
The PVFS2 development team (pvfs2-developers@beowulf-underground.org)
.SH "SEE ALSO"
.BR pvfs2-server (1),
.BR pvfs2-statfs (1),
.BR pvfs2-ping (1),
.BR pvfs2-cp (1),
.BR pvfs2-genconfig (1),
.BR pvfs2tab(5)