Storage Software
1753444 Members
4642 Online
108794 Solutions
New Discussion юеВ

sssu issue

 
drassilaf
Advisor

sssu issue

I want to run this command :
SET VDISK "\Virtual Disk\TOTO" WRITECACHE=WRITEBACK MIRRORCACHE=MIRRORED READ_CACHE NOWRITE_PROTECT OS_UNIT_ID=0 NOPREFERRED_PATH

But it doens't work. sssu return : Error: Syntax errro at or near here.

It's working with only one option :
SET VDISK "\Virtual Disk\TOTO" WRITECACHE=WRITEBACK

If I try to add a second option :
SET VDISK "\Virtual Disk\TOTO" WRITECACHE=WRITEBACK MIRRORCACHE=MIRRORED => ERROR

Any idea ?
2 REPLIES 2
DogBytes
Valued Contributor

Re: sssu issue

The same thing happens with my SSSU v8.0.0 and 9.0.0. But I have a workaround for you: Enter multiple SET VDISK commands each with one option.

SET VDISK "\Virtual Disk\TOTO" WRITECACHE=WRITEBACK

SET VDISK "\Virtual Disk\TOTO" MIRRORCACHE=MIRRORED

SET VDISK "\Virtual Disk\TOTO" READ_CACHE

and so on.

Hope that helps.

- R.
drassilaf
Advisor

Re: sssu issue

I am already aware of it. I expected another answer :oP

Thks you