Resources | node | system | serverAdmin

serverAdmin

This object describes the configuration of each server module. A server module can be a standalone server or a server card in a chassis based system. It is also used to assign server module roles, set the coredump server profile, and perform server actions such as restart, soft reset and start software upgrade.

Exists on Condition /system/isOAM ='true'

Operational Data

ParameterDescription
name The unique identifier assigned to this card or server.
actualCeName Instance/Ce Name given by user as userdata
hwType HW type of the server
hwSubType HW sub-type of the server

Operations

Operation NameDescription
restart Restart a server/CE
softReset Restart application on the server without rebooting the server.
forceCoreDump Force generation of process core dumps
startSoftwareUpgrade Initiates live software upgrade with the package specified.
removeCoredump Removes coredump.
appArmor Enable/Disable AppArmor on this system.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/serverAdmin={name}

  • No labels