Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

447

July 29th, 2009 01:00

Centera CLI Script

Hi,

can anyone tell me how I can send a Carriage Return in CLI script file.

I try to save the poolprofilesetup automatically every month but the script needs to type a return manually when the passphrase for encryption is requested.

Here the script.cli file:

export poolprofilesetup
yes
D:\CenteraConfigSave\001.sav
< on this place I want to send a CR>
quit


Regards,
Gerry

46 Posts

July 29th, 2009 07:00

For this function CLI reads the first tree user input strings and then creates a pop-up window with passphrase prompt.
Then it waits for user input to this window. Currently there is no possibility to provide a passphrase from a CLI script with the current implementation.

A problem report will be created. You can also request a enhancement through Powerlink for tracking.
No Events found!

Top