+ Responder ao Tópico



  1. #1
    Visitante

    Padrão Xinetd

    Pessoal é o seguinte tenho as seguintes linhas no inetd.conf do conectiva Linux, mas no red hat é diferente, é através de arquivos. Gostaria de saber como ficaria os arquivos das seguintes linha do inetd.con no xinetd do Red Hat.
    1ª) amandaidx stream tcp nowait amanda /usr/lib/amanda/amindexd amindexd

    2ª) amidxtape stream tcp nowait amanda /usr/lib/amanda/amidxtaped amidxtaped

    3ª) amanda dgram udp wait amanda /usr/lib/amanda/amandad amandad

  2. #2
    Visitante

    Padrão Xinetd

    Por favor alguém me responda estou precisando muito disto!!!

  3. #3
    Visitante

    Padrão Xinetd

    service amanda
    {
    disable = no
    socket_type = dgram
    protocol = udp
    wait = yes
    user = amanda
    group = disk
    groups = yes
    server = /usr/local/libexec/amandad
    }
    service amandaidx
    {
    disable = no
    socket_type = stream
    protocol = tcp
    wait = no
    user = amanda
    group = disk
    groups = yes
    server = /usr/local/libexec/amindexd
    }
    service amidxtape
    {
    disable = no
    socket_type = stream
    protocol = tcp
    wait = no
    user = amanda
    group = disk
    groups = yes
    server = /usr/local/libexec/amidxtaped
    }

  4. #4

    Padrão Xinetd

    crie no diretorio /etc/xinet.d/ os seguites arquivos .
    <pre>
    ---amanda----
    # default: off
    # description: The client for the Amanda backup system.
    # This must be on for systems being backed up
    # by Amanda.
    service amanda
    {
    disable= yes
    socket_type= dgram
    protocol= udp
    wait= yes
    user= amanda
    group= disk
    server= /usr/lib/amanda/amandad
    }
    ---fim ---- amanda-----
    ---amandaidx-------
    # default: off
    #
    # description: Part of the Amanda server package
    service amandaidx
    {
    disable= yes
    socket_type= stream
    protocol= tcp
    wait= no
    user= amanda
    group= disk
    server= /usr/lib/amanda/amindexd
    }
    ---fim --- amandaidx-------

    ----amidxtaped----------

    # default: off
    #
    # description: Part of the amanda server package
    #
    service amidxtape
    {
    disable= yes
    socket_type= stream
    protocol= tcp
    wait= no
    user= amanda
    group= disk
    server= /usr/lib/amanda/amidxtaped
    }
    ----fim --- amidxtaped---------------
    </pre>

  5. #5

    Padrão Xinetd

    altere disable = yes para disable = no