protected Expect createProcess() {
Expect ret = new Expect();
ret.command().add(config.getSgeCaScript().getAbsolutePath());
ret.command().add("-catop");
ret.command().add(config.getCaTop().getAbsolutePath());
ret.command().add("-calocaltop");
ret.command().add(config.getCaLocalTop().getAbsolutePath());
ret.command().add("-cahost");
ret.command().add(config.getCaHost());
ret.command().add("-adminuser");
ret.command().add(config.getAdminUser());