|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.deployment.ServiceConfigInstaller
public final class ServiceConfigInstaller
Utility used to install an application's configuration into a SAS Foundation Service.
If the application's configuration conflicts with the service's existing configuration, then the install will be rejected. Alternatively, one may specify a merge policy that allows the existing service's configuration to be overwritten by the application's configuration.
Method Summary | |
---|---|
static void |
installConfig(java.lang.String[] args)
Main method for an application which is used to install metadata describing an application's layered service configuration into a SAS Foundation Service. |
static void |
main(java.lang.String[] args)
Main method for an application which is used to install metadata describing an application's layered service configuration into a SAS Foundation Service. |
Method Detail |
---|
public static void main(java.lang.String[] args) throws ServiceException
SAS Foundation Services | |
---|---|
Option | Description |
-serviceDeploymentName |
Name of the SAS Foundation Services deployment (SoftwareComponent.Name) |
-serviceGroupName |
Name of the service deployment
group (Tree.Name ) that contains the
SAS Foundation Service (ServiceComponent) |
-serviceName |
Name of the SAS Foundation Service (ServiceComponent.Name) that is defined in the group in the deployment |
-serviceApplication |
The name of the application whose layered service configuration is to be installed into the SAS Foundation Service |
-serviceConfigFile |
File that contains a UTF-8 encoded SAS Foundation Service configuration which is to be installed into the SAS Foundation Service. The Foundation Services Manager plug-in to the SAS Management Console is used to export a configuration from a service to a file. |
One must specify the SAS Metadata Server and the desired connection approach.
args
- Command line arguments specifying how to connect to the metadata server,
whether a login credential or SSPI is used, the configuration directory
for the services deployment and the name of the application whose
service configurations are to be installed or uninstalled.
One may optionally specify whether
an option prompt is presented by specifying
the command line option -isPrompting <true|false>
ServiceException
public static void installConfig(java.lang.String[] args) throws ServiceException
SAS Foundation Services | |
---|---|
Option | Description |
-serviceDeploymentName |
Name of the SAS Foundation Services deployment (SoftwareComponent.Name) |
-serviceGroupName |
Name of the service deployment
group (Tree.Name ) that contains the
SAS Foundation Service (ServiceComponent) |
-serviceName |
Name of the SAS Foundation Service (ServiceComponent.Name) that is defined in the group in the deployment |
-serviceApplication |
The name of the application whose layered service configuration is to be installed into the SAS Foundation Service |
-serviceConfigFile |
File that contains a UTF-8 encoded SAS Foundation Service configuration which is to be installed into the SAS Foundation Service. The Foundation Services Manager plug-in to the SAS Management Console is used to export a configuration from a service to a file. |
One must specify the SAS Metadata Server and the desired connection approach.
args
- Command line arguments specifying how to connect to the metadata server,
whether a login credential or SSPI is used, the configuration directory
for the services deployment and the name of the application whose
service configurations are to be installed or uninstalled.
One may optionally specify whether
an option prompt is presented by specifying
the command line option -isPrompting <true|false>
ServiceException
- if unable to install the service's configuration.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |