Invokes specified ARM logging system options. For
more information, see ARM Configuration Options.
Invokes
an ad hoc SAS Metadata Server backup. For
more information, see Server Backup and Recovery Options.
Sets or modifies the specified server backup configuration
attributes in the MetadataServerBackupConfiguration.xml file. For
more information, see Server Backup and Recovery Options.
Sets the e-mail address to which the SAS Metadata Server
will send an e-mail message in the event of a metadata erver backup
error, a metadata server recovery error, or an error that prevents
the repository data sets from being updated from the journal. To specify
more than one e-mail address, enclose each address in single quotation
marks, place a blank space between each address, and enclose the list
in parentheses. For example: "('Bill@mycompany.com' 'Susan@mycompany.com')"
Sends a test e-mail
message to the addresses configured in the SAS Metadata Server’s
omaconfig.xml file, specifically in the <OMA ALERTEMAIL="email-address"/> option. The e-mail recipients
are displayed on the General tab of the active
server's Properties window in SAS Management
Console. Or, e-mail recipients can be listed with the Status method.
Changes
the values of specified e-mail system options on a running SAS Metadata
Server. For more information, see E-Mail System Options.
|
|||
Specifies to stop writing journal entries to the journal file in
the current location and resume writing journal entries in a new file
in the specified location. In SAS 9.3, this option is valid only when
the metadata server is configured with <OMA JOURNALTYPE="SINGLE"/>
in the omaconfig.xml file. If the server is configured with any other
journal type value, this option returns an error.
|
|||
Restores the SAS Metadata Server from a specified server
backup and optionally performs a roll-forward recovery from the metadata
server journal file. For more information, see Server Backup and Recovery Options.
Sets or modifies the server backup schedule in the MetadataServerBackupConfiguration.xml
file. For more information, see Server Backup and Recovery Options.
Specifies one of two XML subelements to manage the server
backup scheduler thread. Valid subelements are
|
<SERVER/>
<REPOSITORY Id="Reposid|REPOSMGR|ALL"/>
<ARM ARMSUBSYS="(ARM_NONE|ARM_OMA)" ARMLOC="fileref|filename"/>
_ALL_ | specifies to recover all transactions in the journal. |
Datetime | specifies to recover transactions up to the specified date and time. The ROLL_FORWARD argument requires input in GMT time. |
options='<ARM armbsubsys="(ARM_OMA)" armloc="myARM.log"/>'; rc=serverObject.Refresh(options);
options='<ARM armbsubsys="(ARM_NONE)"/>'; rc=serverObject.Refresh(options);
options='<Repository Id="A5H9YT45"/> '; rc=serverObject.Refresh(options);
options='<Backup Comment="Adhoc backup started by the backup.sas job."/>'; rc=serverObject.Refresh(options);
options="<Recover BackupPath='Backups/2011-06-01T11_03_03-04_00' IncludeAllConfigFiles='N' RollForward='01jun2011:19:00:00' PauseComment='The metadata server is being recovered.' Comment='Recovery from 2011-06-01T11_03_03-04_00'/>"; rc=serverObject.Refresh(options);