Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bplist(1) [debian man page]

BPLIST(1)							  BP executables							 BPLIST(1)

NAME
bplist - Bundle Protocol (BP) utility for listing queued bundles SYNOPSIS
bplist DESCRIPTION
bplist is a utility program that lists all bundles currently in the local bundle agent's "timeline" list, in expiration-time sequence. Identifying primary block information is printed, together with hex and ASCII dumps of the payload and all extension blocks. EXIT STATUS
0 bplist terminated, for reasons noted in the ion.log file. 1 bplist was unable to attach to Bundle Protocol operations, probably because bpadmin has not yet been run. FILES
No configuration files are needed. ENVIRONMENT
No environment variables apply. DIAGNOSTICS
The following diagnostics may be issued to the ion.log log file: Can't attach to BP. bpadmin has not yet initialized BP operations. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> SEE ALSO
bpclock(1) perl v5.14.2 2012-05-25 BPLIST(1)

Check Out this Related Man Page

DTN2FW(1)							  BP executables							 DTN2FW(1)

NAME
dtn2fw - bundle route computation task for the "dtn" scheme SYNOPSIS
dtn2fw DESCRIPTION
dtn2fw is a background "daemon" task that pops bundles from the queue of bundle destined for "dtn"-scheme endpoints, computes proximate destinations for those bundles, and appends those bundles to the appropriate queues of bundles pending transmission to those computed proximate destinations. For each possible proximate destination (that is, neighboring node) there is a separate queue for each possible level of bundle priority: 0, 1, 2. Each outbound bundle is appended to the queue matching the bundle's designated priority. Proximate destination computation is affected by static routes as configured by dtn2admin(1). dtn2fw is spawned automatically by bpadmin in response to the 's' (START) command that starts operation of Bundle Protocol on the local ION node, and it is terminated by bpadmin in response to an 'x' (STOP) command. dtn2fw can also be spawned and terminated in response to START and STOP commands that pertain specifically to the "dtn" scheme. EXIT STATUS
0 dtn2fw terminated, for reasons noted in the ion.log log file. If this termination was not commanded, investigate and solve the problem identified in the log file and use bpadmin to restart dtn2fw. 1 dtn2fw could not commence operations, for reasons noted in the ion.log log file. Investigate and solve the problem identified in the log file, then use bpadmin to restart dtn2fw. FILES
No configuration files are needed. ENVIRONMENT
No environment variables apply. DIAGNOSTICS
The following diagnostics may be issued to the ion.log log file: dtn2fw can't attach to BP. bpadmin has not yet initialized BP operations. dtn2fw can't load routing database. dtn2admin has not yet initialized the "dtn" scheme. Can't create lists for route computation. An unrecoverable database error was encountered. dtn2fw terminates. 'dtn' scheme is unknown. The "dtn" scheme was not added when bpadmin initialized BP operations. Use bpadmin to add and start the scheme. Can't take forwarder semaphore. ION system error. dtn2fw terminates. Can't enqueue bundle. An unrecoverable database error was encountered. dtn2fw terminates. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> SEE ALSO
bpadmin(1), dtn2admin(1), bprc(5), dtn2rc(5). perl v5.14.2 2012-05-25 DTN2FW(1)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

[SOLVED] Code does not run when assigned to a variable

I am more of a newbie, but wanted to post this in this forum as I was afraid no one would look at it in unix forums as it concerns shell scripting. I have a shell script that now runs fine with the exclusion of one line: x=`su nbadmin -c "ssh -t servery /usr/openv/netbackup/bin/bplist -C... (7 Replies)
Discussion started by: newbie2010
7 Replies

2. UNIX for Dummies Questions & Answers

Perl find & replace - what am I doing wrong?

Hi! I have a directory full of .plist type files from which I need to delete a line. Not every file contains the line, but of course I'd like to do it recursively. The line which I want to delete is: <string>com.apple.PhotoBooth</string> and looks like this in its native habitat: ... (9 Replies)
Discussion started by: sudon't
9 Replies

3. Shell Programming and Scripting

Netbackup error code 58.

hey guys..........i am currently working on shell script that resolves status code 58 in netbackuptool .............this error is actually coz when server cannot communicate to the client so i am trying to write a shell script to do this automatically instead of series of steps... (0 Replies)
Discussion started by: Pawan Ramnani
0 Replies

4. Shell Programming and Scripting

Help for the below script

I have a requirement to change symantec "bplist" command with the TSM baclient command. anyone tell me whether the functionalities are same. commands are also same to change in the script. ---------- Post updated at 06:39 AM ---------- Previous update was at 06:16 AM ---------- just... (0 Replies)
Discussion started by: ramkumar15
0 Replies

5. Shell Programming and Scripting

Tsm commands

hi all, In my shell script, they have used the bplist commands where backup team were using the bplist utility and right now they have changed the utility to TSM. Could you please help me out the revelant commands for TSM utility for the backup. Let me know if you have any idea on tis. (1 Reply)
Discussion started by: ramkumar15
1 Replies

6. BSD

FreeBSD: /usr/bin/ld not looking in /usr/local/lib

I'm not sure if this is the default behavior for the ld command, but it does not seem to be looking in /usr/local/lib for shared libraries. I was trying to compile the latest version of Kanatest from svn. The autorgen.sh script seems to exit without too much trouble: $ ./autogen.sh checking... (2 Replies)
Discussion started by: AntumDeluge
2 Replies

7. UNIX for Beginners Questions & Answers

Count the number of files to delete doesnt match

Good evening, need your help please Need to delete certain files before octobre 1 2016, so need to know how many files im going to delete, for instance ls -lrt file_20160*.lis!wc -l but using grep -c to another file called bplist which contains the list of all files backed up doesn match... (7 Replies)
Discussion started by: alexcol
7 Replies

8. UNIX for Beginners Questions & Answers

List Files being deleted in a shell script

Good evening, i need your help please I've got a file script thet deletes about half millions of files, and i want those files to be printed in a log file as an evidence those files were removed. #/bin/sh rm "/home/e-smith/files/users/bill/Maildir/cur/1392373930.28512.comp01:2,S" rm... (6 Replies)
Discussion started by: alexcol
6 Replies