Need help if its possible to use NIM server to gather information. Basically, we need to gather firmware version and oslevel for environment wide servers (these servers are connected thru nim). I understand you can use NIM script resource to trigger the script but don't know if possible to get the informations and save in NIM server.
The output is written to standard output so you will collect it on the NIM server, hence why I tweaked the output file to include the client. There is therefore no need for the chmod to be a remote command as the output is collected locally.
I also took out the append from the prtconf and set is as a create/overwrite so these files don't grow excessivly from multiple running.
Our clients have rsh disabled by default. Any other way I can trigger the script and temporarily mount a filesystem in the client so that the output will be redirected to that filesystem which is on NIM Server?