Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Update ISO Configuration Through Virtual Machine Manager

If you do any changes to the ISO image, then the existing ISO image should be removed and the new image must be added.

  1. In the Virtual Machine Manager, select the VM and Shut Down the VM.

  2. Select Edit > Virtual Machine Details to edit the hardware settings. The VM console is displayed.

  3. Click the show virtual hardware details icon in the VM console.

  4. Right-click SCSI CDROM 1 and select Remove Hardware. Click Delete to confirm and remove the hardware.

  5. Select Add Hardware. Check Select or create custom storage and click Manage.

    Select the new ISO image. Set Device type as CDROM device and Bus type as SCSI. Click Finish.

  6. Click the Power on the virtual machine icon to start the Juniper Security Director VM.

    The password will be reset to the new password only if the value of PasswordResetKey property matches the password Reset Key.

Update ISO Configuration Through virsh CLI

  1. Using virsh CLI shut down the VM.

    Run virsh shutdown <vm-name> command.

  2. Remove the existing ISO image.

    Run virsh change-media sdd --eject --config command.

  3. Insert the newly created image.

    Run virsh change-media sdd --insert --config command.

  4. Power on the VM. Run virsh start <vm-name> command.