Exporting NIM resources globally from the command line
Global exporting of NIM resources for use by clients can be managed with the global_export attribute.
To enable global exporting of NIM resources,
set the attribute global_export=yes on the NIM master:
nim -o change -a global_export=yes master
To disable global exporting of NIM resources,
remove the global_export attribute from the master by setting it to
no
: nim -o change -a global_export=no master
Do not change the enablement and disablement of global exports when there are resources allocated to clients because this could lead to situations where resources are exported with incorrect permissions. All NIM operations should be completed and resources deallocated before any attempts are made to change the global_export value. If resources are currently allocated to clients, the nim command will fail to change the global_export value.