Command Line Interface Topic is solved

FAQ, getting help, user experience about PrimoCache
Post Reply
m8nix
Level 1
Level 1
Posts: 1
Joined: Sun Mar 11, 2018 6:53 pm

Command Line Interface

Post by m8nix »

Hi,

I want to flush the deferred write-data of a cache task with command line tool "rxpcc.exe", but don't know how pass the cache task number to the CLI.
rxpcc dwflush 1 -> "Error: No valid cache task or volume is specified."
The online help does not give much. Are there some examples for the CLI?

For my understanding in this context. Flushing deferred write-data means, to save instantly "unwritten" cache content to the physical disks?
User avatar
Support
Support Team
Support Team
Posts: 3731
Joined: Sun Dec 21, 2008 2:42 am

Re: Command Line Interface

Post by Support »

Type "rxpcc ? dwflush", you'll see the command help.

In your case, use "rxpcc dwflush -c 1" instead.
Post Reply