openslp/files/man/en/slptool.1
Alexander Zhirov 168fe7682d
All checks were successful
Build / Build project (push) Successful in 1m7s
Скорректирована документация
2025-05-07 18:27:25 +03:00

63 lines
1.6 KiB
Groff

.TH SLPTOOL "1" "May 2013" "slptool 2.0.0" "User Commands"
.SH NAME
slptool \- SLP command line tool
.SH SYNOPSIS
.B slptool
[\fIoptions\fR] \fIcommand-and-arguments\fR
.SH OPTIONS
.IP
options may be:
.HP
\fB\-v\fR (or \fB\-\-version\fR) displays the versions of slptool and OpenSLP.
.HP
\fB\-s\fR (or \fB\-\-scope\fR) followed by a comma\-separated list of scopes.
.HP
\fB\-l\fR (or \fB\-\-language\fR) followed by a language tag.
.HP
\fB\-t\fR (or \fB\-\-time\fR) followed by a lifetime tag.
.HP
\fB\-i\fR (or \fB\-\-interfaces\fR) followed by a comma\-separated list of interfaces.
.HP
\fB\-u\fR (or \fB\-\-unicastifc\fR) followed by a single interface.
.IP
command\-and\-arguments may be:
.IP
.HP
findsrvs service\-type [filter]
.HP
findattrs url [attrids]
.HP
findsrvtypes [authority]
.HP
findscopes
.HP
register url [attrs]
.HP
deregister url
.HP
getproperty propertyname
.SH EXAMPLES
.IP
.HP
slptool register service:myserv.x://myhost.com "(attr1=val1),(attr2=val2)"
.HP
slptool findsrvs service:myserv.x
.HP
slptool findsrvs service:myserv.x "(attr1=val1)"
.HP
slptool \fB\-i\fR 10.77.13.240,192.168.250.240 findsrvs service:myserv.x
.HP
slptool \fB\-u\fR 10.77.13.237 findsrvs service:myserv.x "(attr1=val1)"
.HP
slptool findattrs service:myserv.x://myhost.com
.HP
slptool findattrs service:myserv.x://myhost.com attr1
.HP
slptool \fB\-i\fR 10.77.13.243 findattrs service:myserv.x://myhost.com attr1
.HP
slptool \fB\-u\fR 10.77.13.237 findattrs service:myserv.x://myhost.com attr1
.HP
slptool deregister service:myserv.x://myhost.com
.HP
slptool getproperty net.slp.useScopes
.PP