User in a zone federated error

How are you!!!

Could help resolve a problem with creating users but with federation

when I create users on a slave you have an error!

[RequestManagerProxy.one.user.allocate] Could not connect to the federation master oned

************A user created on the master and I move through this zone slave generates me:

[ImagePoolInfo] User couldn’t be authenticated, aborting call.
[VirtualNetworkPoolInfo] User couldn’t be authenticated, aborting call.
[VirtualMachinePoolInfo] User couldn’t be authenticated, aborting call.
[VirtualMachinePoolAccounting] User couldn’t be authenticated, aborting call.
[HostPoolInfo] User couldn’t be authenticated, aborting call.
[GroupPoolInfo] User couldn’t be authenticated, aborting call.
[UserPoolInfo] User couldn’t be authenticated, aborting call.
[VirtualMachinePoolAccounting] User couldn’t be authenticated, aborting call.

and I think users should be replicated in the master
or am I wrong?

The zone run well but only with the administrator oneadmin

Best regards

Can the Master zone access the Slave Zone RPC and Mysql port?

1 Like

debian112

if I have access to mysql between master and slave

Make another gender test user on the master
but I have to make a dump.sql file to cool change

I think the mistake is not updating what the master in the other zones

“I have no problems with access to the other areas but as I only have one user who is oneadmin for http://ip:rpc2”

when making any change in a slave appears this:
[RequestManagerProxy.one.user.update] Could not connect to the federation master oned

How do you know who is making the connection between mysql?

that at installation if I showed.

The SHOW SLAVE STATUS output will Provide detailed information, but to confirm That the slave is connected to the master MySQL, take a look at These columns:

Slave_IO_State: Waiting for master to send event
Slave_IO_Running: Yes
Slave_SQL_Running: Yes

thanks for your attention

Is the one process started on the slave?

What is the full out put to: SHOW SLAVE STATUS\G? Does the Relay_Log_Pos and others number change with changes on the master?