Start a Conversation

Unsolved

This post is more than 5 years old

1537

February 18th, 2016 00:00

Centera command line interface pipe to file

Hello, I am wondering if it is possible to save the output of a command to a file.

As an example, it could be good to get the output of "show summary" command, plenty information about the Centera configuration.

9 Legend

 • 

20.4K Posts

February 21st, 2016 19:00

java -cp "C:\Program Files (x86)\EMC\Centera\4_2\SystemOperator\lib\CenteraViewer.jar" com.filepool.remote.cli.CLI -u admin -p password -ip 10.59.240.136:3682 -script showhealth.cli > E:\showhealth.out

showhealth.cli file contains command:

show health

No Events found!

Top