cancel
Showing results for 
Search instead for 
Did you mean: 

Deactivate a Single Client in Policy

H_Sharma
Level 6

Hello Experts,

We are using windows server 2008 with 7.6.0.1 master server. We have some clinet failing as these have been shut down manually in policy. These are in different diferent policies. I dont want to delete it.

So pls let me know how to deactivate a single client for time being than i will reactivate it. The option is greyed out but i believe there must be an option for this as its a basic requirement.

Thanks,

 

1 ACCEPTED SOLUTION

Accepted Solutions

StefanosM
Level 6
Partner    VIP    Accredited Certified

if the client does not exit in the client list run form the master's server cmd the command 

bpclient -client <client name> -add -offline

if the client already exists in the client list run the command 

bpclient -client <client name> -update -offline

 

to check if a client exists in the client list and its configuration run

bpclient -client <client name> -L 

 

to bring back the client on-line run 

bpclient -client <client name> -update -online

 

View solution in original post

5 REPLIES 5

StefanosM
Level 6
Partner    VIP    Accredited Certified

go to Host properties ->master server -> right click on the master server -> configure

then go to client attributes tab -> add the client name and select the "offline until"

 

When you fix the client just unselect the "offline until"

Fabrice_P_
Level 4
Certified

There is an option, on the master server properties / client attributes. You can add a client and put it "offline until" a fixed date. Also, please note that manual backups of this machine won't be allowed during that time.

H_Sharma
Level 6

Thanks so very much.

Is there any command to execute the same offline?

StefanosM
Level 6
Partner    VIP    Accredited Certified

if the client does not exit in the client list run form the master's server cmd the command 

bpclient -client <client name> -add -offline

if the client already exists in the client list run the command 

bpclient -client <client name> -update -offline

 

to check if a client exists in the client list and its configuration run

bpclient -client <client name> -L 

 

to bring back the client on-line run 

bpclient -client <client name> -update -online