200 lines
4.3 KiB
HTML
200 lines
4.3 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of TIPC-NAMETABLE</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>TIPC-NAMETABLE</H1>
|
|
Section: Linux (8)<BR>Updated: 02 Jun 2015<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<P>
|
|
|
|
|
|
<P>
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
tipc-nametable - show TIPC nametable
|
|
<P>
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
|
|
|
|
<P>
|
|
<BR>
|
|
|
|
<B>tipc nametable show</B>
|
|
|
|
<BR>
|
|
|
|
<P>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
Options (flags) that can be passed anywhere in the command chain.
|
|
<DL COMPACT>
|
|
<DT id="1"><B>-h</B>,<B> --help</B>
|
|
|
|
<DD>
|
|
<P>
|
|
<DT id="2"><B>-j,</B> -json
|
|
|
|
<DD>
|
|
Output results in JavaScript Object Notation (JSON).
|
|
<P>
|
|
<DT id="3"><B>-p,</B> -pretty
|
|
|
|
<DD>
|
|
The default JSON format is compact and more efficient to parse but hard for most users to read.
|
|
This flag adds indentation for readability.
|
|
<P>
|
|
Show help about last valid command. For example
|
|
<B>tipc nametable --help</B>
|
|
|
|
will show nametable help and
|
|
<B>tipc --help</B>
|
|
|
|
will show general help. The position of the option in the string is irrelevant.
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
The nametable shows TIPC publication information.
|
|
<P>
|
|
<A NAME="lbAF"> </A>
|
|
<H3>Nametable format</H3>
|
|
|
|
<P>
|
|
<DL COMPACT>
|
|
<DT id="4"><B>Type</B>
|
|
|
|
<DD>
|
|
<BR>
|
|
|
|
The 32-bit type field of the port name. The type field often indicates the class of service
|
|
provided by a port.
|
|
<P>
|
|
<DT id="5"><B>Lower</B>
|
|
|
|
<DD>
|
|
<BR>
|
|
|
|
The lower bound of the 32-bit instance field of the port name.
|
|
The instance field is often used as as a sub-class indicator.
|
|
<P>
|
|
<DT id="6"><B>Upper</B>
|
|
|
|
<DD>
|
|
<BR>
|
|
|
|
The upper bound of the 32-bit instance field of the port name.
|
|
The instance field is often used as as a sub-class indicator.
|
|
A difference in
|
|
<B>lower </B>and <B>upper</B>
|
|
|
|
means the socket is bound to the port name range [lower,upper]
|
|
<P>
|
|
<DT id="7"><B>Port Identity</B>
|
|
|
|
<DD>
|
|
<BR>
|
|
|
|
The unique socket (port) identifier within the TIPC cluster. The
|
|
<B>port identity</B>
|
|
|
|
consists of a node identity followed by a socket reference number.
|
|
<P>
|
|
<DT id="8"><B>Publication</B>
|
|
|
|
<DD>
|
|
<BR>
|
|
|
|
The
|
|
<B>publication</B>
|
|
|
|
ID is a random number used internally to represent a publication.
|
|
<P>
|
|
<DT id="9"><B>Scope</B>
|
|
|
|
<DD>
|
|
<BR>
|
|
|
|
The publication
|
|
<B>scope</B>
|
|
|
|
specifies the visibility of a bound port name.
|
|
The
|
|
<B>scope</B>
|
|
|
|
can be specified to comprise three different domains:
|
|
<B>node</B>, <B>cluster </B>and <B>zone.</B>
|
|
|
|
Applications residing within the specified
|
|
<B>scope</B>
|
|
|
|
can see and access the port using the displayed port name.
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>EXIT STATUS</H2>
|
|
|
|
Exit status is 0 if command was successful or a positive integer upon failure.
|
|
<P>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+tipc">tipc</A></B>(8),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+tipc-bearer">tipc-bearer</A></B>(8),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+tipc-link">tipc-link</A></B>(8),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+tipc-media">tipc-media</A></B>(8),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+tipc-node">tipc-node</A></B>(8),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+tipc-peer">tipc-peer</A></B>(8),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+tipc-socket">tipc-socket</A></B>(8)
|
|
|
|
<BR>
|
|
|
|
<A NAME="lbAI"> </A>
|
|
<H2>REPORTING BUGS</H2>
|
|
|
|
Report any bugs to the Network Developers mailing list
|
|
<B><<A HREF="mailto:netdev@vger.kernel.org">netdev@vger.kernel.org</A>></B>
|
|
|
|
where the development and maintenance is primarily done.
|
|
You do not have to be subscribed to the list to send a message there.
|
|
<P>
|
|
<A NAME="lbAJ"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
Richard Alpe <<A HREF="mailto:richard.alpe@ericsson.com">richard.alpe@ericsson.com</A>>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="10"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="11"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="12"><A HREF="#lbAD">OPTIONS</A><DD>
|
|
<DT id="13"><A HREF="#lbAE">DESCRIPTION</A><DD>
|
|
<DL>
|
|
<DT id="14"><A HREF="#lbAF">Nametable format</A><DD>
|
|
</DL>
|
|
<DT id="15"><A HREF="#lbAG">EXIT STATUS</A><DD>
|
|
<DT id="16"><A HREF="#lbAH">SEE ALSO</A><DD>
|
|
<DT id="17"><A HREF="#lbAI">REPORTING BUGS</A><DD>
|
|
<DT id="18"><A HREF="#lbAJ">AUTHOR</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:18 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|