Tripp Lite B0930042E4U Owners Manual for B093- B097- and B098-Series Console S - Page 275

Traceroute for IPv6

Page 275 highlights

APPENDIX A: Linux Commands and Source Code tftp tftpd tip top touch * traceroute traceroute6 true * umount * uname * usleep * vconfig * vi * w zcat * Client to transfer a file from/to tftp server Trivial file Transfer Protocol (tftp) server Simple terminal emulator/cu program for connecting to modems and serial devices Provide a view of process activity in real time Change file timestamps Print the route packets take to network host Traceroute for IPv6 Returns an exit code of TRUE (0) Unmounts file systems Print system information Delay for a specified amount of time Create and remove virtual Ethernet devices Busybox clone of the VI text editor Show who is logged on and what they are doing Identical to gunzip -c Commands appended with '*' come from Busybox (the "Swiss Army Knife" of embedded Linux), found at http://www.busybox. net/downloads/BusyBox.html. Others are generic Linux commands. Most commands use the -h or --help argument to provide a terse runtime description of their behavior. More details on the generic Linux commands can found online at http://en.tldp.org/HOWTO/HOWTO-INDEX/ howtos.html and http://www.faqs.org/docs/Linux-HOWTO/Remote-Serial-Console-HOWTO.html. Using the ls command lets you view all the commands available in your console server's /bin directory. A number of Tripp Lite tools listed above make it easy to configure the console server and ensure the changes are stored in the console server's flash memory. These commands are covered in the previous chapters and include: • config allows manipulation and querying of the system configuration from the command line. With config, a new configuration can be activated by running the relevant configurator, which performs the action necessary to make the configuration changes live. • portmanager provides a buffered interface to each serial port. It is supported by the pmchat and pmshell commands, which ensure all serial port access is directed via the portmanager. • pmpower is a configurable tool for manipulating remote power devices that are serially or network connected to the console server. • SDT Connector is a java client applet that provides point-and-click SSH tunneled connections to the console server and managed devices. There are also a number of other CLI commands related to other open source tools embedded in the console server, including: • PowerMan provides power management for many preconfigured remote power controller (RPC) devices. For CLI details, go to http://linux.die.net/man/1/powerman. • Network UPS Tools (NUT) provides reliable monitoring of UPS and PDU hardware and ensures safe shutdowns of connected systems. The aim is to monitor every kind of UPS and PDU. For CLI details, go to http://www.networkupstools. org. • Nagios is a popular enterprise-class management tool that provides central monitoring of the hosts and services in distributed networks. For CLI details, go to http://www.nagios.org. Many components of the console server software are licensed under the GNU General Public License (version 2), which Tripp Lite supports. You may obtain a copy of the GNU General Public License at http://www.fsf.org/copyleft/gpl.html. Source code will be provided for any of the components of the software licensed under the GNU General Public License upon request. 275

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288

275
tftp
Client to transfer a file from/to tftp server
tftpd
Trivial file Transfer Protocol (tftp) server
tip
Simple terminal emulator/cu program for connecting to modems and serial devices
top
Provide a view of process activity in real time
touch *
Change file timestamps
traceroute
Print the route packets take to network host
traceroute6
Traceroute for IPv6
true *
Returns an exit code of TRUE (0)
umount *
Unmounts file systems
uname *
Print system information
usleep *
Delay for a specified amount of time
vconfig *
Create and remove virtual Ethernet devices
vi *
Busybox clone of the VI text editor
w
Show who is logged on and what they are doing
zcat *
Identical to gunzip -c
Commands appended with ‘*’ come from Busybox (the “Swiss Army Knife” of embedded Linux), found at
net/downloads/BusyBox.html
.
Others are generic Linux commands. Most commands use the
-h
or -
-help
argument to provide a terse runtime description of
their behavior. More details on the generic Linux commands can found online at
howtos.html
and
.
Using the
ls
command lets you view all the commands available in your console server’s
/bin
directory.
A number of Tripp Lite tools listed above make it easy to configure the console server and ensure the changes are stored in the
console server’s flash memory. These commands are covered in the previous chapters and include:
config
allows manipulation and querying of the system configuration from the command line. With config, a new
configuration can be activated by running the relevant configurator, which performs the action necessary to make the
configuration changes live.
portmanager
provides a buffered interface to each serial port. It is supported by the pmchat and pmshell commands,
which ensure all serial port access is directed via the portmanager.
pmpower
is a configurable tool for manipulating remote power devices that are serially or network connected to the
console server.
SDT Connector
is a java client applet that provides point-and-click SSH tunneled connections to the console server and
managed devices.
There are also a number of other CLI commands related to other open source tools embedded in the console server,
including:
PowerMan
provides power management for many preconfigured remote power controller (RPC) devices. For CLI details,
go to
.
Network UPS Tools (NUT)
provides reliable monitoring of UPS and PDU hardware and ensures safe shutdowns of
connected systems. The aim is to monitor every kind of UPS and PDU. For CLI details, go to
org
.
Nagios
is a popular enterprise-class management tool that provides central monitoring of the hosts and services in
distributed networks. For CLI details, go to
.
Many components of the console server software are licensed under the GNU General Public License (version 2), which Tripp
Lite supports. You may obtain a copy of the GNU General Public License at
. Source code
will be provided for any of the components of the software licensed under the GNU General Public License upon request.
APPENDIX A: Linux Commands and Source Code