On 17.4.2015 01:46, Bryan Pearson wrote:
> I ran this comand on each of my IPA servers and one returned usable
> response: ipa idrange-find
> 
> ---------------
> 1 range matched
> ---------------
>   Range name: HOSTNAME.LAN_id_range
>   First Posix ID of the range: 1920200000
>   Number of IDs in the range: 300000
>   Range type: local domain range
> ----------------------------
> Number of entries returned 1
> ----------------------------
> 
> While trying to add a new user on one of the other severs I recieve:
> ***
> Operations error: Allocation of a new value for range cn=posix
> ids,cn=distributed numeric assignment plugin,cn=plugins,cn=config
> failed! Unable to proceed.
> ***

Is your original master server running and reachable?

According to
https://bugzilla.redhat.com/show_bug.cgi?id=1211366
ID ranges are distributed from original master to replicas only on first use
(not immediately after replica installation) so you need to add a user on
replica before you take the original master off-line.

Petr^2 Spacek


> Should I go forward on other masters and do:
> 
> ***
> ldapmodify -x -D 'cn=Directory Manager' -W
> Enter LDAP Password:
> dn: cn=Posix IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config
> changetype: modify
> replace: dnaNextValue
> dnaNextValue: 1689700000
> -
> replace: dnaMaxValue
> dnaMaxValue: 1689799999
> ^D
> 
> modifying entry "cn=Posix IDs,cn=Distributed Numeric Assignment
> Plugin,cn=plugins,cn=config"
> ***


-- 
Petr^2 Spacek

-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.org for more info on the project

Reply via email to