Raising the Functional Levels: Difference between revisions

From SambaWiki
(Initial version of the 'Raising the function levels' HowTo)
 
m (Fixed wrong command)
Line 68: Line 68:
You can raise the domain functional level on any of your Samba AD Domain Controllers by using the following command:
You can raise the domain functional level on any of your Samba AD Domain Controllers by using the following command:


# samba-tool domain level --forest-level=...
# samba-tool domain level --domain-level=...

Revision as of 16:49, 30 January 2014

Impact of upgrading the functional levels

Warning: Before you raise the functional levels in your AD, you should make sure, that you understand what functional levels are and what consequences it will have for your domain and forest, if you upgrade them!

Some usefull links to documentation about AD functional levels:



Raising the forest functional level

The forest functional level can't be higher than the domain functional level!


Through Windows Administration Tools

Hint: This way does not work at the moment! See Bug #10360

The following steps can be executed on any Windows machine (including workstations), on which the RSAT (Remote Server Administration Tools) are installed.

  • Open Active Directory Domains and Trusts
  • Right-click to „Active Directory Domains and Trusts“ in the left pane and choose „Raise Forest Functional Level...“.
Raise Forest Functional Level.png
  • In the upcomming Window, choose the functional level, you want to upgrade to.


Through samba-tool

You can raise the forest functional level on any of your Samba AD Domain Controllers by using the following command:

# samba-tool domain level --forest-level=...



Raising the domain functional level

Through Windows Administration Tools

Hint: This way does not work at the moment! See Bug #10360

The following steps can be executed on any Windows machine (including workstations), on which the RSAT (Remote Server Administration Tools) are installed.

  • Open Active Directory Domains and Trusts
  • Right-click your Domain in the left pane and choose „Raise Domain Functional Level...“.
Raise Domain Functional Level.png
  • In the upcomming Window, choose the functional level, you want to upgrade to.



Through samba-tool

You can raise the domain functional level on any of your Samba AD Domain Controllers by using the following command:

# samba-tool domain level --domain-level=...