secval status
Returns the activation status of the security validation service. The syntax is:
secval status [host_name_list]
Description The secval status operation returns 1 if the security validation service is activated, 0 if it is not. The optional host_name_list
argument is a list of one or more names of host system whose security validation systems you want to check the status of. If the argument is a list, then a list is returned, containing an integer
result (0 or 1) for each server.
Privileges Required No special privileges are needed to use the secval status command.
Examples
dcecp> secval status 1 dcecp>
|