Print

Print


Good morning,

If I understand correctly, I must add extra sgm and prd pool accounts for
each VO we support. For example, for the SEE VO, we had:

==========
15052:biomedsgm:1400:biomed:biomed:sgm:
==========

and now, this is replaced by:

==========
15056:biomedsgm01:1520,1500:biomedsgm,biomed:biomed:sgm:
15057:biomedsgm02:1520,1500:biomedsgm,biomed:biomed:sgm:
15058:biomedsgm03:1520,1500:biomedsgm,biomed:biomed:sgm:
15059:biomedsgm04:1520,1500:biomedsgm,biomed:biomed:sgm:
15060:biosmedgm05:1520,1500:biomedsgm,biomed:biomed:sgm:
==========

The problem is that when I configure the CE, an error returns:

==========
...
Executing config_users
useradd: uid 15051 is not unique
User biomedprd01 (uid 15051) doesn't exist and could not be created.
   ERROR: Error during the execution of config_users
==========

but if try to find uid 15051 (because its unique) only one entry comes up
and its the above one.

After a little searching, I found that its a known bug (
https://savannah.cern.ch/bugs/?19824) which should have been fixed. At the
end, I manually edited to new and unused UIDs the new accounts, and the
configuration completed succesfully. Now, only a certification test remains
to see what happens.

On 6/4/07, Maarten Litmaath, CERN <[log in to unmask]> wrote:
>
>
> It is.  From the JS logs on the SAM pages for your CE one see the reason
> for the failures:
>
>     7 an authentication operation failed
>
> The cause is an incomplete configuration of your CE.
> In /opt/edg/etc/lcmaps/gridmapfile there is this line:
>
> "/VO=ops/GROUP=/ops/ROLE=lcgadmin" .opssgm
>
> But /etc/passwd and /etc/grid-security/gridmapdir do not list any "opssgm"
> pool accounts.
>
> So, first put a sufficient number of such accounts in your users.conf.
> See this page for estimates per VO:
>
> http://glite.web.cern.ch/glite/packages/R3.0/deployment/glite-known-issues.asp
>
>
> Then rerun YAIM on your CE to configure the new accounts.
>