194 lines
4.5 KiB
HTML
194 lines
4.5 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of TIPC</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>TIPC</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>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
tipc - a TIPC configuration and management tool
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<P>
|
|
|
|
|
|
<BR>
|
|
|
|
<B>tipc</B>
|
|
|
|
[ <I>OPTIONS</I> ] <I>COMMAND</I> <I>ARGUMENTS</I>
|
|
|
|
<P>
|
|
<P>
|
|
<BR>
|
|
|
|
<I>COMMAND</I> := {
|
|
|
|
<B>bearer</B> | <B>link</B> | <B>media</B> | <B>nametable</B> | <B>node</B> | <B>socket</B> }
|
|
|
|
<P>
|
|
<P>
|
|
<BR>
|
|
|
|
<I>OPTIONS</I> := {
|
|
|
|
<B>-h</B>[<I>help</I>] }
|
|
<P>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
The Transparent Inter-Process Communication (TIPC) protocol offers total address
|
|
transparency between processes which allows applications in a clustered computer
|
|
environment to communicate quickly and reliably with each other, regardless of
|
|
their location within the cluster.
|
|
<P>
|
|
TIPC originated at the telecommunications manufacturer Ericsson. The first open
|
|
source version of TIPC was created in 2000 when Ericsson released its first
|
|
Linux version of TIPC. TIPC was introduced in the mainline Linux kernel in 2006
|
|
and is now widely used both within and outside of Ericsson.
|
|
<P>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<P>
|
|
<DL COMPACT>
|
|
<DT id="1"><B>-h</B>,<B> --help</B>
|
|
|
|
<DD>
|
|
Show help about last given command. For example
|
|
<B>tipc bearer --help</B>
|
|
|
|
will show bearer help and
|
|
<B>tipc --help</B>
|
|
|
|
will show general help. The position of the option in the string is irrelevant.
|
|
<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>
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>COMMANDS</H2>
|
|
|
|
<P>
|
|
<DL COMPACT>
|
|
<DT id="4"><B>BEARER</B>
|
|
|
|
<DD>
|
|
- Show or modify TIPC bearers
|
|
<P>
|
|
<DT id="5"><B>LINK</B>
|
|
|
|
<DD>
|
|
- Show or modify TIPC links
|
|
<P>
|
|
<DT id="6"><B>MEDIA</B>
|
|
|
|
<DD>
|
|
- Show or modify TIPC media
|
|
<P>
|
|
<DT id="7"><B>NAMETABLE</B>
|
|
|
|
<DD>
|
|
- Show TIPC nametable
|
|
<P>
|
|
<DT id="8"><B>NODE</B>
|
|
|
|
<DD>
|
|
- Show or modify TIPC node parameters
|
|
<P>
|
|
<DT id="9"><B>SOCKET</B>
|
|
|
|
<DD>
|
|
- Show TIPC sockets
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>ARGUMENTS</H2>
|
|
|
|
<P>
|
|
Command arguments are described in a command specific man page and typically
|
|
consists of nested commands along with key value pairs.
|
|
If no arguments are given a command typically shows its help text. The explicit
|
|
help option
|
|
<B>-h</B>
|
|
|
|
or
|
|
<B>--help</B>
|
|
|
|
can occur anywhere among the arguments and will show help for the last valid
|
|
command given.
|
|
<P>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>EXIT STATUS</H2>
|
|
|
|
Exit status is 0 if command was successful or a positive integer upon failure.
|
|
<P>
|
|
<A NAME="lbAI"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<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-nametable">tipc-nametable</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="lbAJ"> </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="lbAK"> </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">DESCRIPTION</A><DD>
|
|
<DT id="13"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="14"><A HREF="#lbAF">COMMANDS</A><DD>
|
|
<DT id="15"><A HREF="#lbAG">ARGUMENTS</A><DD>
|
|
<DT id="16"><A HREF="#lbAH">EXIT STATUS</A><DD>
|
|
<DT id="17"><A HREF="#lbAI">SEE ALSO</A><DD>
|
|
<DT id="18"><A HREF="#lbAJ">REPORTING BUGS</A><DD>
|
|
<DT id="19"><A HREF="#lbAK">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>
|