Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Command Syntax

Multiexcerpt include
MultiExcerptNameadminRequestSyntax
nopaneltrueMultiExcerptNameadminRequestSyntax
PageWithExcerptAdmin - CLI

Command Parameters

Multiexcerpt include
MultiExcerptNameadminRequestParameters
nopaneltrueMultiExcerptNameadminRequestParameters
PageWithExcerptAdmin - CLI

...

Caption
0Table
1'request system serverAdmin' Command Parameters
ParameterLength/RangeDescription

<serverName>

N/A

The unique name of the server.

forceCoreDumpN/A

Use this command to force the termination of a fixed set of application processes with accompanying core dumps for troubleshooting purposes. By default, a full dump is performed if no option is specified.

Before the command executes, the user is prompted to confirm or cancel the operation. If canceled, no further action is taken, and application operation is not affected.

  • coreDumpType– Choose an option below:
    • full (default) – Full set of processes to dump (see Table 2 below).
    • partial – Partial set of processes to dump (see Table 3 below).
identify duration0-255 seconds

The duration (in seconds) to illuminate the locator LED of this server. The LED illuminates for the specified number of seconds and then extinguishes. A duration of "0" turns off the locator LED and a duration of "255" turns on the locator LED indefinitely. If the duration is not specified, the default value of 15 seconds is used.

removeCoredumpN/A

Use this object to remove the specified coredump from the chosen server.

  • coredumpFileName <filename> – The name of the coredump file.
restartN/A Restart the specified server.
softResetN/A Restart the application on the server without rebooting the server.
startSoftwareUpgradeN/A

Use this control to start a software upgrade on the specified server.

  • integrityCheck – Use this flag to specify whether or not to perform an integrity check (signature validation) against
    Spacevars
    0product
    software updates and patches as they are uploaded to the
    Spacevars
    0product
    system.
    • perform (default)
    • skip 
  • package – Name of the new package.
  • rpmName – Name of the rpm/package, if different from the file name of the .tar.gz.
  • versionCheck– Use this flag to perform/skip version checking during software upgrades.
    • perform (default)
    • skip

...

Caption
0Table
1 Partial Application Process List

Process

PrsProcess

RtmProcess

SamProcess

ScmProcess_0

ScmProcess_1

ScmProcess_2

ScmProcess_3

SmProcess

setHaConfig

Use this action command to configure SBC for Geographical Redundancy High Availability (GRHA) mode when active and standby servers are located in two different data centers to protect SBCs against data center and network failures.

For feature details, see SBC Redundancy.

To haConfig statistics, see the following 'show' command pages:

Command Syntax

Code Block
languagenone
> request system <system name> setHaConfig 
	bondMonitoring <currentValue | direct-connect | network-connect> 
	leaderElection <currentValue | enhanced | standard>

Command Parameters

Caption
0Table
1setHaConfig Parameters
3setHaConfig Parameters
ParameterDescription

setHaConfig

Use this action command to configure SBC for Geographical Redundancy High Availability (GRHA) mode when active and standby servers are located in two different data centers to protect SBCs against data center and network failures. To configure/change just one setting, use currentValue option for the other setting.

  • bondMonitoring – Select the bond monitoring type for GRHA mode.
    • currentValue 
    • direct-connect
    • network-connect
  • leaderElection Select the leader election algorithm type to use for GRHA mode.
    • currentValue 
    • enhanced
    • standard

Command Examples

To set bond monitoring type to 'network-connect' and leader election algorithm type to 'enhanced':

Code Block
languagenone
> request system sbx1 setHaConfig bondMonitoring network-connect leaderElection enhanced  

To set bond monitoring type to 'direct-connect' and retain current setting of leader election algorithm:

Code Block
languagenone
> request system sbx1 setHaConfig bondMonitoring direct-connect leaderElection currentValue

 

Pagebreak