Sunday, February 22, 2015

Watch Guard RDP Rule


Login to watched guard. Open policy manager



Save and exit

Monday, February 16, 2015

How do I move System Reserve partition to system partiton C:

How do I move System Reserve partition to system partiton C:


If C is a primary partition - mark it active. (Disk management )

Mark sys reserved inactive ( elevated command :

diskpart

sel vol G: ( use E if E is sys resd drive letter )

inact

exi 

bcdboot c:\windows /s c:

Reboot.

BackupAssist - Volume Shadow Copy Error 0x8004230f - unexpected provider error


Solution 1


HDD sector size must be 512K

Not 4096K

Find the suitable HDD



Solution 2

Upgrade the BackupAssist software

The error basically means that the system doesn't have enough of a buffer to hold all write operations occurring during a backup.
You need to increase the area allowed to VSS to buffer such write operations.
Please follow the steps below to check and if need to, adjust the shadow copy space allocated for a particular volume.
To check the current limit set: vssadmin list shadowstorage

To change the limit: vssadmin Resize ShadowStorage /For=X: /On=X: /Maxsize=XX%
or
vssadmin Resize ShadowStorage /For=X: /On=X: /Maxsize=XXGB

This will resize the limit to XX size for the X: drive.