IMAGE_URL must not be blank

Symptom

IMAGE_URL must not be blank

Cause

The IMAGE_URL parameter is blank.

Action

Enter a valid URL for the image location.

The URL format is as follows: protocol://username:password@hostname:port/filename,cgi-helper

  • protocol is mandatory and must be either http or https.
  • username:password is optional.
  • hostname is mandatory.
  • port is optional.
  • filename is mandatory.
  • cgi-helper is optional. This enables the virtual floppy to be writable.

In addition, the filename field can contain tokens that expand to host-specific strings:

  • %m expands to the MAC address.
  • %i expands to the IP address in dotted-quad form.
  • %h expands to the hostname.

For more information, see the RIBCL command description in the HPE iLO 4 Scripting and Command Line Guide on the Hewlett Packard Enterprise website.