Newest Downloads

Mar.08

  [zenoss@zenoss2 ~]$ python Zenoss_Template_Manager.py -husage: Examples: python Zenoss_Templa...

Feb.01

python queryns.py -husage: queryns.py [options] arg --username=username --password=password --net...

Backup HowTo's
Here we will create tutorials that has to do with backups. For instance Rsync, Amanda Netbackup, etc..

How To install the Data Protector 6.+ Linux Install Server on Linux
Backup HowTo's - Data Protector HowTo's
Written by Allen Sanabria   
Tuesday, 14 July 2009 07:18

Now for those of you who are like me and really do not like reading long winded PDF Installation guides. Here is the SHORT on how to get Data Protector Installation server installed on RedHat/CentOS/Suse Linux System.

 

  1. Download the 2 Data Protector Linux Installer ISO Images from HP's WebSite.
  2. Mount both images on the server you are installing this on
    Example... ( mount -o loop -t iso9660 /root/B6960-10011.iso /mnt1/ )
    Example... ( mount -o loop -t iso9660 /root/B6960-10012.iso /mnt2/ )
  3. Now copy over the contents of DP_DEPOT and LOCAL_INSTALL to a local mount of disc1
    Example... ( mkdir /root/DPINSTALL )
    Example... ( cp -rf /mnt1/DP_DEPOT /root/DPINSTALL/
  4. Now copy over the contents of DP_DEPOT from disc2 into /root/DPINSTALL/DP_DEPOT/
    Example... ( cp -rf /mnt2/DP_DEPOT/* DP_DEPOT/ )   You will be overiding 2 rpm's, but that is alright
  5. Change over to the DPINSTALL directory and install the RPM's
    Example... ( cd /root/DPINSTALL )
    Example... ( rpm -ivh *.rpm )
  6. Almost done..... :)
  7. I'm assuming you will install clients using SSH Keys. And this is how I will be showing you on how to get this to work. You can copy over the example omnirc file and use that one..
    Example... ( cp /opt/omni/.omnirc.TMPL  /opt/omni/.omnirc )
  8. Now you will need to enable the ssh keys option.
    Example.... ( open up /opt/omni/.omnirc using your favorite editor ) and modify this line....
    #  OB2_SSH_ENABLED=0|1
    and change it to....
    OB2_SSH_ENABLED=1
  9. We now need to generate a SSH KEY
    Example... ( ssh-keygen -t rsa -b 2048 )
  10. Once the key is generated ( assuming with  out a password ) you now need to copy that key over to the clients that you want Data Protector installed on.
    Example... ( scp /root/.ssh/id_rsa.pub client:/root/.ssh/authorized_keys ) This is assuming that you have a /root/.ssh/ directory on your clients. If not you will have to create one.

 

You are now ready to import the installtion server into your Data Protector Cell Manager... VERY IMPORTANT """" DNS or your HOST entries for your Installation Server/Cell Manager/ and all your Clients has to be correct """"

 



Add this page to your favorite Social Bookmarking websites
Reddit! Del.icio.us! Mixx! Free and Open Source Software News Google! Live! Facebook! StumbleUpon! Yahoo! Free Joomla PHP extensions, software, information and tutorials.
Last Updated on Wednesday, 15 July 2009 12:31
 
Netbackup Troubleshooting How To
Backup HowTo's - Netbackup HowTo's
Written by linuxdynasty   
Sunday, 10 February 2008 18:11

This is not really a howto but more of a quick lookup on what commands to use to debug/troubleshoot. 
So this is not lay out in any order what so ever. Just a bunch of random notes.... I hope this helps you the way it has helped me..... :)

1. There are 2 directories where logs exist! 1st dir is /usr/openv/logs (Low level logs) and
2nd dir is /usr/openv/netbackup/logs (Here you will have to create the subdirectories in order
for logs to be created here) BEWARE these logs tend to get huge!

 



Add this page to your favorite Social Bookmarking websites
Reddit! Del.icio.us! Mixx! Free and Open Source Software News Google! Live! Facebook! StumbleUpon! Yahoo! Free Joomla PHP extensions, software, information and tutorials.
Last Updated on Monday, 22 September 2008 10:41
Read more...