Veritas-bu

[Veritas-bu] redhat 7.1 support

2001-05-13 03:41:12
Subject: [Veritas-bu] redhat 7.1 support
From: miriam AT techunix.technion.ac DOT il (Miriam Ben-Haim)
Date: Sun, 13 May 2001 10:41:12 +0300 (IDT)
On Sat, 12 May 2001, Ethan Richard wrote:

>should i have to bounce the inet.d?
>
>-ethan

I'm not sure what you mean.

Here is how it looks on a RedHat 7 here:

The /etc/inetd.conf file has what the automatic distribution put there;

bpcd    stream  tcp     nowait  root    /usr/openv/netbackup/bin/bpcd bpcd
vopied  stream  tcp     nowait  root    /usr/openv/netbackup/bin/vopied vopied
bpjava-msvc     stream  tcp     nowait  root
/usr/openv/netbackup/bin/bpjava-msvc bpjava-msvc -transient

but I think RedHat ignores it.

There is a file: /etc/xinetd.conf which contains:

#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/

defaults
{
        instances               = 60
        log_type                = SYSLOG authpriv
        log_on_success          = HOST PID
        log_on_failure          = HOST RECORD
}

includedir /etc/xinetd.d

And then the file /etc/xinetd.d/bpcd which I sent before.

Of course you need to do kill -1 to the inetd process id after making
changes to the inetd files, so that it will read the configuration files
again.

Does this answer your question?


        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  
                                                                         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


>----- Original Message -----
>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>
>Sent: Saturday, May 12, 2001 9:50 PM
>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
>> }



<Prev in Thread] Current Thread [Next in Thread>