Restricting NIM client resource allocation from the command line

Use these procedures to restrict NIM client resource allocation from the command line.

To restrict all clients from being able to use any resources, set the attribute client_alloc=no on the NIM master:
  nim -o change -a client_alloc=no master
To restrict a particular client from being able to use any resources, set the attribute client_alloc=no on the client:
  nim -o change -a client_alloc=no clientname
To restrict all clients from being able to use a particular resource, set the attribute client_alloc=no on the resource:
  nim -o change -a client_alloc=no resourcename
To lift the restrictions on client-resource allocation, remove the client_alloc attribute by setting it to yes for the applicable object:
  nim -o change -a client_alloc=yes master
  nim -o change -a client_alloc=yes clientname
  nim -o change -a client_alloc=yes resourcename