AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  AIX 7.1 srvproxy userid

    Posted Mon August 08, 2016 11:36 AM

    Originally posted by: Caney879


    We have recently began migrating our AIX 6.1 servers to AIX 7.1.  After migrating about 30 or so servers, we discovered that a new userid called "srvproxy" has been added to each of the AIX 7.1 servers.  I'm needing to find out what the "srvproxy" userid is used for and whether or not it can be deleted?

    Can anyone enlighten me?

     


    #AIX-Forum


  • 2.  Re: AIX 7.1 srvproxy userid

    Posted Tue August 09, 2016 11:08 AM

    Originally posted by: Caney879


    We were finally able to track down where the "srvproxy" userid came from.  It appears that it is part of bos.ecc_client.rte fileset .   The "ecc" stands for "Electronic Customer Care".  By running "lssrc -a | grep -i proxy" we got the following output "IBM.SRVPROXY     ibmsrv                        inoperative".  The "IBM.SRVPROXY" looked promising so we did the 'odmget -q subsysname="IBM.SRVPROXY" SRCsubsys' command which gave the following output:
    SRCsubsys:                                        
            subsysname = "IBM.SRVPROXY"               
            synonym = ""                              
            cmdargs = ""                              
            path = "/usr/ecc/bin/start_service_proxy" 
            uid = 208                                 
            auditid = 0                               
            standin = "/dev/console"                  
            standout = "/dev/console"                 
            standerr = "/dev/console"                 
            action = 1                                
            multi = 0                                 
            contact = 2                               
            svrkey = 0                                
            svrmtype = 0                              
            priority = 20                             
            signorm = 15                              
            sigforce = 9                              
            display = 1                               
            waittime = 20                             
            grpname = "ibmsrv"     
    The uid line matched the id number of the user "srvproxy".
    Using the "path" from the output we then did the following command which told us what fileset it was part of: 
    root@hostname:/home/root> lslpp -w /usr/ecc/bin/start_service_proxy
      File                                        Fileset               Type
      ----------------------------------------------------------------------------
      /usr/ecc/bin/start_service_proxy            bos.ecc_client.rte    File

    Looking up "Electronic Customer Care" in the AIX 7.1 Differences red book, I found the following:

    Beginning with AIX V7.1, SUMA no longer uses fixget but instead utilizes the
    Electronic Customer Care (eCC) services to retrieve AIX updates.
    IBM Electronic Customer Care services are strategically designed to offer a
    centralized access point to code updates for IBM systems. Independent of a
    given platform, similar terminology and application programming interfaces
    enable a standardized user interface with a consistent usage environment.
    Currently eCC provides an update repository for instances such as Power
    Systems Firmware, Hardware Management Console (HMC), IBM BladeCenter,
    Linux, IBM i and now also for AIX 7. The eCC Common Client's Java API is used
    as a common interface by all supported platforms to download the updates. In
    AIX V7.1 the eCC Common Client functionality is available through the
    bos.ecc_client.rte fileset. The same fileset is also required to support the IBM
    Electronic Service Agent™ (ESA) and the Inventory Scout utility on AIX. This
    means that on AIX 7, SUMA, ESA, and the Inventory Scout are all consumers of
    the same eCC Common Client and share the eCC code, the libraries, and the
    connectivity settings. However, each of the named utilities will run individually in
    a separate Java Virtual Machine.

    All of our AIX servers have SUMA installed so our AIX 7.1 migration process installed ECC and thus added the "srvproxy" userid.

     


    #AIX-Forum


  • 3.  Re: AIX 7.1 srvproxy userid

    Posted Tue October 11, 2016 03:47 AM

    Originally posted by: AliSShaik


     

    This is really nice information on this. I am just researching on this ID srvproxy.

     

    So, bos.ecc_client.rte fileset is creating this ID srvproxy on servers when migrated ?
    Can we delete this ID srvproxy manually ? anything affects due to deletion ?
    Can we do anything automatic, not to create this ID ? 

    Any suggestions please ?


    #AIX-Forum