Working with secondary adapter definitions

Follow these procedures to work with NIM secondary adapter definitions.

  1. To preview the secondary_adapters.defs client definition file, type:
    nimadapters -p -f secondary_adapters.defs adapter_def
  2. To add the NIM secondary adapters described in the secondary_adapters.defs secondary adapters definition file, type:
    nimadapters -d -f secondary_adapters.defs adapter_def
  3. To define the NIM secondary adapters for the pilsner client, type:
    nimadapters -d \
    -a info="en,P2-I1/E1,N/A,1000_Full_Duplex,9.53.153.233,255.255.254.0" \
    -a client=pilsner adapter_def
  4. To remove the NIM secondary adapter definitions for a client called pilsner from the my_adapter_def resource, type:
    nimadapters -r -a client=pilsner my_adapter_def
  5. To remove the NIM secondary adapter definitions for clients defined in the file secondary_adapters.defs, type:
    nimadapters -r -f secondary_adapters.defs my_adapter_def
  6. To remove all the NIM secondary adapter definitions from the my_adapter_def resource, type:
    nimadapters -r my_adapter_def