Specifies
one or more XML elements that requests information from the SAS Metadata
Server. If no elements are specified, the Status method returns values
for the <MODELVERSION/>,
Returns the active server backup configuration. For
more information, see Using Backup and Recovery XML Elements.
Lists a history of the backup and recovery
activity on the SAS Metadata Server. For
more information, see Using Backup and Recovery XML Elements.
|
|||
Lists the metadata repositories, metadata
server journal file, and configuration files copied in the last backup
for validating the backup. Supports the BACKUPNAME="name" or BACKUPPATH="pathname" attribute to get information about earlier backups. For
more information, see Using Backup and Recovery XML Elements.
Returns the active server backup configuration
and the backup schedule. For more information, see Using Backup and Recovery XML Elements.
Lists the metadata repositories, metadata
server journal file, and configuration files copied in the last recovery
for validating the recovery. For more information, see Using Backup and Recovery XML Elements.
Requests the current value of the specified e-mail system
option. The SAS Metadata Server uses the e-mail system to send alert
e-mails. For more information, see Requesting Server Invocation Options.
|
|||
Returns the specified statistic about the SAS Metadata Server journal
file. See Requesting Journaling Statistics for information about the available statistics.
Requests the current value of the specified <OMA> or <RPOSMGR>
configuration option, whether it was set in the omaconfig.xml configuration
file at startup, or whether it was modified after start-up with the
Refresh method. When requesting configuration options, uppercase both
the category name and the attribute name in the input XML element.
(For example, <OMA JOURNALTYPE=""/> or <RPOSMGR OPTIONS=""/>).
The omaconfig.xml file is case sensitive. All other Status input XML
elements can be specified in uppercase or lowercase letters. For
more information, see Requesting omaconfig.xml Values.
Returns the value of the
specified server process statistic. For
more information, see Requesting Server Process Statistics.
|
|||
Returns the backup times stored in the backup schedule
for the specified days. For more information, see Using Backup and Recovery XML Elements.
Determines whether the SAS Metadata Server backup scheduler
thread is viable by sending a packet and waiting for a response. Possible
return values include Alive, TimeOut, Down, or Unconfigured. For
more information, see Using Backup and Recovery XML Elements.
|
|||
SASMeta/MetadataServer
directory that manage backup and recovery processes.
SASMeta/MetadataServer
directory. To get a backup from another backup location, specify
an absolute pathname.
<MetadataServerBackupHistory XPath="MetadataServerBackupManifest/Backups/ Backup[POSITION()=LAST()]" />
<MetadataServerBackupManifest XPath="MetadataServerBackupManifest/Backups/ Backup/ConfigurationFiles/File[@Name='adminUsers.txt'" />
<! -- Default values returned by Status method in SAS 9.3 --> inmeta=' '; outmeta=' '; options=' '; rc=serverObject.Status(inmeta,outmeta,options);
<ModelVersion>12.04</ModelVersion> <PlatformVersion>9.3.0.0</PlatformVersion> <ServerState>ONLINE</ServerState> <PauseComment/> <ServerLocale>en_US</ServerLocale>
<!-- Get omaconfig.xml values --> <Status> <Metadata> <OMA MAXACTIVETHREADS=""/> <OMA JOURNALTYPE=""/> <OMA ALERTEMAIL=""/> <RPOSMGR LIBREF="" ENGINE="" PATH="" OPTIONS=""/> <SERVERLOCALE/> </Metadata> <Options/> </Status>
<!-- Get journaling statistics--> <Status> <Metadata> <OMA JOURNALTYPE="" JOURNALPATH="" JOURNALSTATE="" JOURNALQUEUELENGTH="" JOURNALDATAAVAILABLE="" JOURNALSPACEAVAILABLE="" JOURNALENTRYCOUNTER=""/> </Metadata> <Options/> </Status>