class ArwaConfiguration

ManagedElement
+-SystemFunctions
+-Lm
+-ArwaConfiguration

Enables configuration of the Arwa server connection properties.

This MO is created by the system.

Deprecated: Arwa is no longer supported since LM6.0

Actions
boolean
connectToArwa ( );
connectToArwa will provide the action id result if the invocation is successful.

Note: This action is only supported in LM deployments with an intermittent connection to Arwa.
boolean
installCustomerMetadataFile ( string uri , EcimPasswordString password );
Initiates the installation of the Client Metadata file defined by the URI given as parameter.

e.g. installClientMetadataFile file:///tmp/clientMetadata.xml

Return value is TRUE in case the initiation succeeded or FALSE otherwise.


installClientMetadataFile /tmp/clientMetaData.xml

Parameters

Name: uri
Description: The URI of the metadata file that is to be installed.

The URI may refer to a local (e.g., file:///data/dir/subdir/rbs006.xml) or to a remote (e.g., sftp://myuser@myhostname.ericsson.local/dir/subdir/rbs006.xml) file.

If user name is needed to access the referenced file then the URI shall include the user name.

The URI must not contain password.

The generic URI syntax is defined by RFC 2396.

sftp support is reserved for future use.



Name: password
Description: Password to access the referenced file.

If authentication is not password based, this parameter will be ignored.

This parameter is reserved for future use.


Attributes
string
key
mandatory
noNotification
restricted
arwaConfigurationId
Holds the name used when identifying the MO.
string[0..1]
readOnly
customerName
Name of the current customer (eg. Customer1)
DateTime[0..1]
readOnly
licenseServerLastSuccessfulConnectTime
Last time of successful connection.

i.e. Fri, Dec 19, 2014 12:41:39 PM

Note: This attribute is only applicable to LM deployments with an intermittent connection to Arwa.
DateTime[0..1]
readOnly
licenseServerPlannedConnectEvent
Next Schedule for a planned connection to the Arwa server.
NULL if it is PERMANENT connection.

Note: This attribute is only applicable to LM deployments with an intermittent connection to Arwa.
AsyncActionProgress[0..1]
readOnly
reportProgress
Reports if the Arwa connection was successful or not.

  class ArwaConfiguration