setloglevel fileserver

Sets the log level on the FileServer service. Permissions required: fc or a.

Syntax

CAUTION
This command must be run under the supervision of HPE support.
CLI
maprcli setloglevel fileserver
    -classname <class>
    -loglevel DEBUG|ERROR|FATAL|INFO|TRACE|WARN
    -node <node>
    -port <port>
REST
Request Type POST
Request URL
http[s]://<host>:<port>/rest/setloglevel/fileserver?<parameters>

Parameters

Parameter Description
classname The name of the class for which to set the log level. The classname is listed under the maprcli trace info command. Contact HPE Support for this parameter.
loglevel The log level to set. Default: INFO
  • DEBUG
  • ERROR
  • FATAL
  • INFO
  • TRACE
  • WARN
node The hostname or IP address of the node on which to set the log level. This is the node on which the fileserver service is running.
port The file system port. Default: 5660

Examples

maprcli setloglevel fileserver -classname FileServer -loglevel debug -node centos26.lab
https://server.sj.us:8443/rest/setloglevel/fileserver?classname=FileServer&loglevel=debug&node=centos26.lab