Image Is Created on or Restored from the Wrong Server

Possible Cause:  When performing a manual imaging operation, you might have specified two different imaging servers on the command line. Creating or restoring an image from one server by contacting another (referring) server is supported only in auto-imaging mode (by NDS policy), not in manual (command-line) mode.

For example, if XYZ_SERVER is at 137.65.95.127 and ABC_SERVER is at 137.65.95.126, then the following operation will not work as expected:

img mp 137.65.95.126 //xyz_server/sys/imgs/dellnt4.zmg

Rather than creating the image on XYZ_SERVER, this creates the image on ABC_SERVER if the /sys/imgs path exists on that server. If the path doesn't exist, you get an invalid path error.

Action:  Specify the same server in both the address parameter and in the filepath parameter. For example, in the scenario above, to create the image on XYZ_SERVER, you must issue the following command:

img mp 137.65.95.127 //xyz_server/sys/imgs/dellnt4.zmg