List all enabled services

From: Prasad Pillarisetti (prasad_at_IDC.CENDURA.COM)
Date: 04/25/05

  • Next message: Lamar Saxon: "Re: List all enabled services"
    Date:         Mon, 25 Apr 2005 18:34:51 +0530
    To: aix-l@Princeton.EDU
    
    

    I am in the process of writing a shell script that would List all the Enabled services on AIX servers.

    Right now, I am checking /etc/inetd.conf, and listing all the services that are listed here.

    Is this the right way to do?

    Or is there a command that would give me a list of all enabled services?
    ( I want a list of all enabled services and not the running services).

    Thanks in advance.

    Prasad

    -----Original Message-----
    From: Hans-Dieter Kutz [mailto:hdkutz@HDKUTZ.DE]
    Sent: Tuesday, April 19, 2005 12:41 PM
    To: aix-l@Princeton.EDU
    Subject: Re: kerberos - lost root.admin pwd

    Hello Holger,
    try these two possibilities.
    AFAIK this is for PSSP 3.4 !

    <snip>
    ##########################
    # lost root.admin password
    ##########################
    kdb_edit -n
    Principal name: root
    instance: admin
    Change Password [no]? y
    New Password:
    Verify New Password:
    ctrl+d

    ################
    # lost masterkey
    ################
    Only recoverable setting up kerberos new!
    On CWS as root:
    kdb_destroy
    rm /var/kerberos/database/*
    rm /etc/krb*
    rm /.k
    rm /.klogin
    kdestroy
    stopsrc -s hardmon kerberos kadmind
    setup_authent
    <snip>

    HTH,
    ku

    On Mon, Apr 18, 2005 at 06:53:37PM +0200, Holger.VanKoll@SWISSCOM.COM wrote:
    >
    > Hello,
    >
    > I am as root on a cws. However, the root.admin tgt expired and I dont
    > know the kerberos-pwd for it.
    >
    > How can I change this pwd without knowing it or how can I get a new
    > tgt-ticket?
    >
    > Thanks + regards,
    >
    > Holger

    --
    Darth Vader:
            I sense something. A presence I've not felt since...
    --
    No virus found in this incoming message.
    Checked by AVG Anti-Virus.
    Version: 7.0.308 / Virus Database: 266.9.17 - Release Date: 4/19/2005
    --
    No virus found in this outgoing message.
    Checked by AVG Anti-Virus.
    Version: 7.0.308 / Virus Database: 266.10.2 - Release Date: 4/21/2005
    

  • Next message: Lamar Saxon: "Re: List all enabled services"