Troubleshooting Imaging
These pages provide various troubleshooting guides for FileWave IVS
- Authentication Credentials Error
- Re-enroll an Imaging Virtual Server (IVS)
- Image creation or deployment hangs on "calling subprocess.Popen"
- Imaging Issue After Upgrading FileWave and Using Self-Signed SSL Certificate
- RAM listing 0-15 Error
- Sysprep not able to validate Windows installation
- Windows Imaging in FileWave: Secure Imaging Option (15.5+)
- Modifying IVS Init.gz for testing purposes
- Troubleshooting BitLocker Activation Issues on Windows 11 Post-Imaging
- Imaging Speed Test for IVS Performance Verification
Authentication Credentials Error
What
Use this article when a Windows imaging deployment fails on the IVS with this message:
“IVS request for URL: https:<your.IVS.IP.address:20044/imagingwindows/boot/get_image_info/ failed with code: 403 Authentication credentials were not provided.”
The error blocks Windows image deployment because the IVS and FileWave Server need to re-establish their secure connection.
When/Why
This error usually means the IVS shared key no longer matches the key trusted by the FileWave Server. Regenerate the key, then verify that the last four characters changed so you know the IVS is using a new shared key.
How
After the IVS verifies successfully, try the image deployment again. Confirm that the image association is set to True before PXE booting the target machine.
Re-enroll an Imaging Virtual Server (IVS)
What this procedure does
Re-enrolling an Imaging Virtual Server (IVS) requires more than deleting its FileWave Central record. Remove the IVS Client configuration and IVS Admin preferences first, then remove the IVS from FileWave Central, restart it, and enroll it again.
When to use it
Use this reset when an IVS no longer connects or images after routine connectivity and service checks. The procedure deletes local IVS configuration, so record the current server address and enrollment details before starting.
Reset and re-enroll the IVS
- Remove the IVS Client configuration
- Connect to the IVS over SSH and run the following commands:
$ sudo killall fwcld $ rm -rf /etc/xdg/FileWave/Client.conf
- Connect to the IVS over SSH and run the following commands:
- Remove the IVS Admin preferences
- In a browser, open the IVS Admin address at
https://<IVS-IP-address>:20444 - Select Sign in and enter the IVS administrator credentials. An appliance that still has its initial credentials uses:
username: fwadmin password: filewave - Open Admin > Preferences. Select the checkbox beside Preference to select every row, then choose Delete selected Preferences from the Action menu.
- Select Go, then confirm with Yes. Verify that the page reports 0 Preferences.
- In a browser, open the IVS Admin address at
- Remove the IVS from FileWave Central
- Restart the IVS. In the SSH session, run:
$ sudo shutdown -r now - Enroll the IVS again. After it restarts, follow Setting up the IVS (Imaging Virtual Server).
Related content
Image creation or deployment hangs on "calling subprocess.Popen"
Problem
During Windows image capture or deployment, the IVS can hang at the message "Calling subprocess.Popen with: parted -m /dev/sda print".