Red Hat NETSCAPE MANAGEMENT SYSTEM 4.5 - COMMAND-LINE Manuale Utente Pagina 95

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 128
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 94
Once the population wizard has completed you should get the screen below.
WARNING: There are over 400k users in my LDAP branch but the message below says that it has only successfully populated
the first 20k user... this is a limitation of the dbPopulation Wizard; I will need to populate the remaining users manually (see
below).
Select Finish to exit the wizard.
How to complete the population of the profiles database (PEOPLEDB) with the full 400K users MANUALLY
NOTE! The ./populationWizard.sh wizard stopped populating after the first 20k users. To fix this issue I need to
manually populate the remaining 400k users using the following steps:
1. From a CMD line change to the folder: /opt/software/IC45/Wizards/TDIPopulation/linux/TDI
2. Edit the file profiles_tdi.properties and change the value for source_ldap_page_size=1000 then save the file.
2. Run the following command: ./collect_dns.sh - Note: this took a few hours to complete.
3. Make a backup copy of this newly created file collect.dns i.e. cp collect.dns backup-collect.dns
4. Split the file collect.dns into chunks of 20k users by running:
split -l 20000 collect.dns collect-split
enter ls -la collect-split* and you can see the list of files created each with 20k users; in my case the following files were
created:
collect-splitaa collect-splitab collect-splitac collect-splitad collect-splitae collect-splitaf collect-splitag collect-splitah collect-splitai
collect-splitaj collect-splitak collect-splital collect-splitam collect-splitan collect-splitao collect-splitap collect-splitaq collect-splitar
collect-splitas collect-splitat
5. Populated the profiles database by running the following command
for i in collect-splitaa collect-splitab collect-splitac collect-splitad collect-splitae collect-splitaf collect-splitag collect-splitah
collect-splitai collect-splitaj collect-splitak collect-splital collect-splitam collect-splitan collect-splitao collect-splitap collect-splitaq
collect-splitar collect-splitas collect-splitat ; do cp $i collect.dns ; ./populate_from_dn_file.sh $i ; rm -rf collect.dns ;
done
Note: this step took over 24hrs to run to completion and ended with the profiles db populated with all 400+K users.
© Copyright IBM Corp. 2013
95
Vedere la pagina 94
1 2 ... 90 91 92 93 94 95 96 97 98 99 100 ... 127 128

Commenti su questo manuale

Nessun commento