Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Display the Oracle ILOM RADIUS Client Information (Oracle ILOM CLI)

The switch hosts a RADIUS client that supports management of RADIUS users including roles, servers and ports, and shared secrets.

  1. Display the RADIUS client properties configured for the switch.
    -> show -d properties /SP/clients/radius
    /SP/clients/radius
     	Properties:
     		address = 0.0.0.0
     		defaultrole = Operator
     		port = 1812
     		secret = (none)
     		state = disabled
    ->
    
  2. Display the alternate RADIUS servers.
    -> show -d properties /SP/clients/radius/alternateservers/X/
    ->
    

    where X is 1 through 5 for the alternate server.

    For example, type:

    -> show -d properties /SP/clients/radius/alternateservers/1
    /SP/clients/radius/alternateservers/1
     	Properties:
     		address = 0.0.0.0
     		port = 1812
     		secret = (none)
    ->
    

Related Information