The Service Processor Infrastructure (spi) web service is enabled by default to enable a web browser to access the log, core dump, and MIB files of a node in the cluster. The files remain accessible even when the node is down, provided that the node is taken over by its partner.
You can use the management LIF of the cluster or a node to access the spi web service. However, using the cluster management LIF is recommended.
The network interface show command displays the status of all LIFs in the cluster.
adminrole (which has access to the spi web service by default), your access-control role must be granted access to the spi web service.
The vserver services web access show command shows what roles are granted access to which web services.
adminuser account (which includes the http access method by default), your user account must be set up with the http access method.
The security login show command shows user accounts' access and login methods and their access-control roles.
The system services web show command displays the configuration of the web protocol engine at the cluster level.
The spi web service is enabled by default, and the service can be disabled manually (vserver services web modify -vserver * -name spi -enabled false).
The admin
role is granted access to the spi web service by default, and the access can be disabled manually (services web access delete -vserver cluster_name -name spi -role admin).