Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - denis.morejon

Pages: [1]
1
I want to upgrade two Zentyal 4.2 Domain Controllers (with IP1 and IP2) to two Zentyal 5.0 based DCs.

I demoted one of them (the second one) an deleted it, to add a new Zentyal 5.0 server with the IP2. There is an error when I'm trying to add the Zentyal 5.0 server.  Why?

/var/log/zentyal/zentyal.log:

 Unxpectedly got mismatching RDN values when checking RDN against name of CN=NTDS Settings,CN=ZENTYAL2\0ADEL:6d5d4228-db54-46b0-9be1-32596844f196,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=dtcf,DC=etecsa,DC=cuFailed to convert object CN=NTDS Settings,CN=ZENTYAL2\0ADEL:6d5d4228-db54-46b0-9be1-32596844f196,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=dtcf,DC=etecsa,DC=cu: WERR_GEN_FAILURE
 Failed to convert objects: WERR_GEN_FAILURE
 ldb_wrap open of secrets.ldb
 Could not find machine account in secrets database: Failed to fetch machine account password for DTCF from both secrets.ldb (Could not find entry to match filter: '(&(flatname=DTCF)(objectclass=primaryDomain))' base: 'cn=Primary Domains': No such object: dsdb_search at ../source4/dsdb/common/util.c:4576) and from /var/lib/samba/private/secrets.tdb: NT_STATUS_CANT_ACCESS_DOMAIN_INFO
 ERROR(runtime): uncaught exception - (31, "Failed to process 'chunk' of DRS replicated objects: WERR_GEN_FAILURE")
   File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 176, in _run
     return self.run(*args, **kwargs)
   File "/usr/lib/python2.7/dist-packages/samba/netcmd/domain.py", line 661, in run
     machinepass=machinepass, use_ntvfs=use_ntvfs, dns_backend=dns_backend)
   File "/usr/lib/python2.7/dist-packages/samba/join.py", line 1269, in join_DC
     ctx.do_join()
   File "/usr/lib/python2.7/dist-packages/samba/join.py", line 1177, in do_join
     ctx.join_replicate()
   File "/usr/lib/python2.7/dist-packages/samba/join.py", line 895, in join_replicate
     replica_flags=ctx.replica_flags)
   File "/usr/lib/python2.7/dist-packages/samba/drs_utils.py", line 258, in replicate
     schema=schema, req_level=req_level, req=req)




 

2
Spanish / Cómo puedo quitar un objeto que el dbcheck no le encuentra padre?
« on: September 22, 2014, 04:14:14 pm »
Tengo un Zentyal 3.5. Cuando ejecuto samba-tool dbcheck me sale un error.

root@zentyal-slave:~# samba-tool dbcheck
Checking 1751 objects
ERROR: parent object not found for CN=PC008466-HP LaserJet 2300 Ser0015793561\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=PC008466,CN=Computers,DC=dtcf,DC=etecsa,DC=cu
Not moving object CN=PC008466-HP LaserJet 2300 Ser0015793561\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=PC008466,CN=Computers,DC=dtcf,DC=etecsa,DC=cu into LostAndFound
Please use --fix to fix these errors
Checked 1751 objects (1 errors)

Pero cuando intento ajustarlo con --fix no puede quitar el objeto que da el error aunque de cualquier opción y/N/all/none.

root@zentyal-slave:~# samba-tool dbcheck --fix
Checking 1751 objects
ERROR: parent object not found for CN=PC008466-HP LaserJet 2300 Ser0015793561\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=PC008466,CN=Computers,DC=dtcf,DC=etecsa,DC=cu
Move object CN=PC008466-HP LaserJet 2300 Ser0015793561\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=PC008466,CN=Computers,DC=dtcf,DC=etecsa,DC=cu into LostAndFound? [y/N/all/none] y
Failed to rename object CN=PC008466-HP LaserJet 2300 Ser0015793561\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=PC008466,CN=Computers,DC=dtcf,DC=etecsa,DC=cu into lostAndFound at CN=PC008466-HP LaserJet 2300 Ser0015793561\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=LostAndFound,DC=dtcf,DC=etecsa,DC=cu : (32, 'objectclass: Cannot rename CN=PC008466-HP LaserJet 2300 Ser0015793561\\0ACNF:915044b8-3409-4d6e-a980-01e3b737b1d6,CN=PC008466,CN=Computers,DC=dtcf,DC=etecsa,DC=cu, entry does not exist!')
Checked 1751 objects (1 errors)

Cómo quito ese objeto "fantasma" y con qué herramienta ?



Pages: [1]