1 '\" te
   2 .\" Copyright (c) 1991, Sun Microsystems, Inc.
   3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6 .TH RUP 1C "Feb 13, 1991"
   7 .SH NAME
   8 rup \- show host status of remote machines (RPC version)
   9 .SH SYNOPSIS
  10 .LP
  11 .nf
  12 \fBrup\fR [\fB-hlt\fR]
  13 .fi
  14 
  15 .LP
  16 .nf
  17 \fBrup\fR [\fIhost\fR]...
  18 .fi
  19 
  20 .SH DESCRIPTION
  21 .sp
  22 .LP
  23 \fBrup\fR gives a status similar to \fBuptime\fR for remote machines. It
  24 broadcasts on the local network, and displays the responses it receives.
  25 .sp
  26 .LP
  27 Normally, the listing is in the order that responses are received, but this
  28 order can be changed by specifying one of the options listed below.
  29 .sp
  30 .LP
  31 When \fIhost\fR arguments are given, rather than broadcasting \fBrup\fR only
  32 queries the list of specified hosts.
  33 .sp
  34 .LP
  35 A remote host will only respond if it is running the \fBrstatd\fR daemon, which
  36 is normally started up from \fBinetd\fR(1M).
  37 .SH OPTIONS
  38 .sp
  39 .ne 2
  40 .na
  41 \fB\fB-h\fR\fR
  42 .ad
  43 .RS 6n
  44 Sort the display alphabetically by host name.
  45 .RE
  46 
  47 .sp
  48 .ne 2
  49 .na
  50 \fB\fB-l\fR\fR
  51 .ad
  52 .RS 6n
  53 Sort the display by load average.
  54 .RE
  55 
  56 .sp
  57 .ne 2
  58 .na
  59 \fB\fB-t\fR\fR
  60 .ad
  61 .RS 6n
  62 Sort the display by up time.
  63 .RE
  64 
  65 .SH SEE ALSO
  66 .sp
  67 .LP
  68 \fBruptime\fR(1), \fBinetd\fR(1M), \fBattributes\fR(5)
  69 .SH BUGS
  70 .sp
  71 .LP
  72 Broadcasting does not work through gateways.