Using client machines as resource servers from the command line

Follow this procedure for using client machines as resource servers from the command line.

To create a resource on a NIM client, specify the client's NIM name for the server attribute when defining the resource.

Example:

To create an lpp_source resource named images2 from a CD on the NIM client machine, client_mac1, in the /resources/images directory, enter:
nim -o define -t lpp_source -a server=client_mac1 \
-a location=/resources/images -a source=/dev/cd0 images2