Friday, December 5, 2014

FSMO my 10th day server class theory

                                       :FSMO Roles and Operational Roles:

Types of FSMO Roles

1 . Schema master   
2 . Domain naming master       
3 . RID Master
4 . PDC emulated
5 . Infrastructure master


Forest roles are :
 1. schema master
 2. domain naming master

Domain wide roles
 1. RID Master
 2. PDC Emulator
 3. Infrastructure Master



 1 Schema master
                         in two types

1. classes
store the all objective name like users and system and network devices

 2. Attribute
in it will store the hole data of objectives

2 . Domain naming master
 Mainlining unique of your domain name

3. RID Master  (relative id domain master )
  in two types 
SID and GUID

 4. Infrastructure master
  when a object in one domain is referenced by anther domain , it represents the refuced by the guid the sid


Step for Transferring the FSMO roles from main server to Backup server


Go to server computer
               ||
log on as admin

               ||
go to cmd
              ||
type   C:\ press enter
              ||
ntdsutil enter
              ||
type roles enter
             ||
type connections
             ||
type connect to to server system name press enter
             ||
quit
             ||
transfer schema master press enter
            ||
 press yes
           ||
type rid master transfer
          ||
press yes
          ||
type pdc master transfer
         ||
press yes
         ||
type transfer infrastructure master 
         ||
press yes
        ||
quit
        ||
quit
        


For verification type this command and check net accounts press enter 
now it will showing this server as a Primary

after check this command also which are the roles are transferred

netdom query fsmo press enter it will show which are the  roles available in that machine  




 Step for seizing the roles from the dead server machine

 Go to backup server 
               ||
log on as admin
               ||
open cmd
              ||
Type cd\ press enter
              ||
ntdsutil press enter
              ||
type roles press enter
              ||
type connection press enter
              ||
type connect to sever system name and press enter
              ||
type quit
             ||
type seize schema master press enter
            ||
press yes
           ||
type seize naming master
           ||
press yes
          ||
type seize rid master press enter
          ||
press enter
         ||
type seize infrastructure master press enter
         ||
press  yes

after quit quit


          
    








No comments:

Post a Comment