Thursday, March 12, 2009

Netbackup MANPATH

/etc/MANPATH
# MANPATH=$MANPATH:/usr/openv/man
# export MANPATH

Tuesday, March 10, 2009

grep OR

grep -e 10 -e JobID

Monday, March 9, 2009

Portable applications!

http://portableapps.com/

Thursday, March 5, 2009

exit status

exit 113 # Will return 113 to shell.
# To verify this, type "echo $?" after script terminates.

Thursday, February 12, 2009

Read write tape

rewind tape:
mt -t /dev/rmt/1m rew

then use tar command to write and read
tar cfv, tar tfv, etc

Wednesday, February 11, 2009

How to extract *.tar.Z

uncompress *.tar.Z
then the file become *.tar
use tar to handle.

Monday, February 9, 2009