Veritas-bu

[Veritas-bu] Re: redhat 7.1 support

2001-05-14 09:22:07
Subject: [Veritas-bu] Re: redhat 7.1 support
From: anthony.guzzi AT storability DOT com (anthony.guzzi AT storability DOT com)
Date: Mon, 14 May 2001 09:22:07 -0400
Regarding the change to the format of the inetd config file under RH 7.1, 
we recently got a hold of a NetBackup 3.4.1 CD.  Haven't had time to test 
the RH-7 client remote install, but supposedly 3.4.1 properly handles the 
change in file format.  Has anyone else got this version and can they 
confirm whether or not it works properly?

-- Tony Guzzi
Solutions Engineer, AssuredRestore team
Storability, Inc.
118 Turnpike Road
Southborough, MA 01772
Voice: (877) 902-8628
Fax:  (508)  229-1701

www.storabilility.com
The Leading Provider of Automated Storage Assurance for the Enterprise

============================================================================================
Date: Sun, 13 May 2001 07:50:33 +0300 (IDT)
From: Miriam Ben-Haim <miriam AT techunix.technion.ac DOT il>
To: Ethan Richard <ethanr AT excitecorp DOT com>
Cc: Veritas-bu AT mailman.eng.auburn DOT edu
Subject: Re: [Veritas-bu] redhat 7.1 support

On Fri, 11 May 2001, Ethan Richard wrote:

>I just tried to install the redhat client software I have and got no 
love,
>any ideas?
>
>[root@ares bin]# pwd
>/usr/openv/netbackup/bin
>[root@ares bin]# cat version
>NetBackup-RedHat 3.4GA
>[root@ares bin]#
>
>Ethan Richard
>Systems Administrator
>Portal Backups Team
>eXcite @home
>650 556 5585
>(beep) ethanr AT excitecorp DOT com
>
>_______________________________________________
>Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
>http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

>From our experience:

If you try the usual automatic distribution of client installation to
RedHat 7 - it doen't work because RedHat 7 has a different structure of
the inetd.conf: they created /etc/xinetd.conf and /etc/xinetd.d which is
a directory.

We manually create the file - /etc/xinetd.d/bpcd (there should be a file
for each service in this directory), with a similar structure as the
other files there. This, together with the usual /usr/openv dir on the
Linux machine - should make NetBackup work for it.

/etc/xinetd.d/bpcd should look like:

# default: on
# description: bpcd is the service for the NBU program. 
service bpcd
{
        disable = no
        socket_type             = stream
        wait                    = no
        user                    = root
        server                  = /usr/openv/netbackup/bin/bpcd
}


                 Miriam


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Miriam Ben-Haim                 E-mail: miriam AT technion.ac DOT il 
 Unix Systems                    Phone : +972-4-8292177  
 Taub Computer Center            Fax   : +972-4-8236212  
 Technion - Israel Institute of Technology, Haifa 32000, ISRAEL 
  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<Prev in Thread] Current Thread [Next in Thread>
  • [Veritas-bu] Re: redhat 7.1 support, anthony.guzzi AT storability DOT com <=