Restart AD Bridge Services

Restart the Authentication Service

The authentication service handles authentication, authorization, caching, and idmap lookups.

You can restart the AD Bridge authentication service by executing the following command at the shell prompt:

/opt/pbis/bin/lwsm restart lsass

To stop the service, type this command:

/opt/pbis/bin/lwsm stop lsass

To start the service, type this command:

/opt/pbis/bin/lwsm start lsass

Restart the AD Bridge DEC/RPC Service

The AD Bridge DCE/RPC service helps route remote procedure calls between computers on a network by serving as an end-point mapper.

For more information, see AD Bridge Agent in the AD Bridge Installation Guide.

You can restart the DCE/RPC service by running the following command at the shell prompt:

/opt/pbis/bin/lwsm restart dcerpc

To stop the daemon, type this command:

/opt/pbis/bin/lwsm stop dcerpc

To start the daemon, type this command:

/opt/pbis/bin/lwsm start dcerpc

Restart the Network Logon Service

The netlogon service determines the optimal domain controller and global catalog and caches the data.

For more information and a list of start-order dependencies, see Manage AD Bridge Services in the AD Bridge Linux Administration Guide.

You can restart the AD Bridge network logon service by executing the following command at the shell prompt:

/opt/pbis/bin/lwsm restart netlogon

To stop the service, type this command:

/opt/pbis/bin/lwsm stop netlogon

To start the service, type this command:

/opt/pbis/bin/lwsm start netlogon

Restart the Input-Output Service

The AD Bridge input-output service, lwio, communicates over SMB with SMB servers; authentication is with Kerberos 5.

You can restart the input-output service by executing the following command at the shell prompt:

/opt/pbis/bin/lwsm restart lwio

To stop the service, type this command:

/opt/pbis/bin/lwsm stop lwio

To start the service, type this command:

/opt/pbis/bin/lwsm start lwio

If you start the lwio service and the rdr service does not also start, use the following command to start the rdr service:

Restart the Group Policy Service

The AD Bridge group policy service communicates with the domain controller and pulls down group policies.

You can restart the group policy service by executing the following command at the shell prompt:

/opt/pbis/bin/lwsm restart gpagent

To stop the service, type this command:

/opt/pbis/bin/lwsm stop gpagent

To start the service, type this command:

/opt/pbis/bin/lwsm start gpagent