Configuring ServerManger

  

Today we will look at how to configure ServerManager_DiskManagement to manage disks.

We explained how to manage server roles remotely, so this time we are able to explain the role of the server.

So how to turn on remote control here, I will not repeat it!

1. First look at ServerManager_Configuration_Services to see if the VirtualDisk server is enabled.

If it is already on, please ignore it.

If it is not turned on, please turn it on manually and set it to automatic.

Graphic interface: Right click on VirtualDisk-property-startup type:automatic, then click start.

Command line (on the server): sc config vds start=auto, carriage return, net start vds

2.Enable firewall policy

Graphic interface: Check “ Remote Volume Management-Virtual Disk Servcie (RPC)/Virtual Disk Service Loader (RPC)/(RPC-EPMAP), right-click and select Enable.

Command line: netsh advfirewall firewall set rule group=”Remote Volume Management" new enable=yes

Whether you choose the graphical interface or the command line, you must have both the server and the client. To be executed. If it is only done on the server, it will report "the rpc server is unavailable”.

/* Note: The command line is on the client (Windows 7 may prompt you to use the run as administrator to use the command line).

After the above two steps are completed, you can open the server manager, then connect to the target server, and then select Disk Management to control the disk.

Copyright © Windows knowledge All Rights Reserved