svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
rup(1)
rup(1) User Commands rup(1)
NAME
rup - show host status of remote machines (RPC version)
SYNOPSIS
rup [-hlt] [host]...
DESCRIPTION
rup gives a status similar to uptime(1) for remote machines. If no host
arguments are specified, it broadcasts on the local network, and dis‐
plays the responses it receives.
When host arguments are given, rather than broadcasting rup will only
query the list of specified hosts.
Normally, the listing is in the order that responses are received, but
this order can be changed by specifying one of the options listed be‐
low.
A remote host will only respond if it is running the rpc.rstatd(8) dae‐
mon, which is normally started up from inetd(8) under the service iden‐
tifier svc:/network/rpc/rstat:default. This service is disabled by de‐
fault on Solaris 10 systems with a secure by default configuration and
on all Solaris 11 systems, and must be enabled by an administrator in
order for a host to respond to rup queries.
If no name can be found for a host via the hosts(5) name service, rup
displays a numeric IP address for the host.
OPTIONS
-h Sort the display alphabetically by host name.
-l Sort the display by load average.
-t Sort the display by up time.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitynetwork/legacy-rpc-utilities _ Interface
StabilityCommitted
SEE ALSO
ruptime(1), attributes(7), inetd(8), rpc.rstatd(8)
NOTES
Broadcasting does not work through gateways.
HISTORY
The rup command, including support for the options -h, -l, and -t, has
been present since the initial release of Solaris.
Oracle Solaris 11.4 28 Jun 2023 rup(1)