August 2008

Netbackup 6.5, robtest unload failure

Posted by Ryan on August 30, 2008 in Windows

Environment: Windows 2003 server, Netbackup 6.5.1
Problem: Using robtest a move of the tape from a slot to the drive completes successfully however an “unload” operation of the drive results in the following error.
Error: Could not get tape parameters for {4,0,2,0}: Insufficient system resources exist to complete the requested service.
Fix: Change the tape device driver [...]

Setting up SSH public and private keys

Posted by Ryan on August 23, 2008 in ComputerInfo, Linux

Here is a walkthrough on how to utilize ssh public and private keys to transfer files via ssh and rsync on Linux.  This will be accomplished without a password and on a scheduled basis using cron.
=======Environment=======
Computer1 (192.168.0.1) – machine running rsync of /home/bob from crontab.
Computer2 (192.168.0.2) – machine receiving files (/home/bob) from computer 1 and [...]