Troubleshooting Imaging
These pages provide various troubleshooting guides for FileWave IVS
- Authentication Credentials Error
- How to re-enroll an 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.
How to re-enroll an IVS
What
You may need to remove and re-enroll the IVS to troubleshoot. Instead of straightforward deleting and enrolling the IVS again, you will need to remove the client and admin IVS configurations, before removing. Once these configurations have been deleted you then may remove the IVS from FileWave Admin Central.
When/Why
When the IVS loses connection or stops imaging, troubleshooting may require to remove and re-enroll the IVS.
How
- Remove IVS Client configuration
- log into your IVS by ssh into the server and execute the commands below:
$ sudo killall fwcld $ rm -rf /etc/xdg/FileWave/Client.conf
- log into your IVS by ssh into the server and execute the commands below:
- Remove IVS Admin configuration
- Open a web browser and navigate to your IVS admin address, i.e. https://<IVS.IP.address>:20444
- Click 'Sign in' and enter the username and password
username: fwadmin password: filewave - Once logged in, click Admin at the top, Preferences > Check the box to the left of Preference to check all boxes > Click the drop-down to the right of Action and select "Delete selected Preferences".
- Click on 'Go' and confirm by clicking 'Yes' to remove. After completed the steps, you should see 0 Preferences.
- Open a web browser and navigate to your IVS admin address, i.e. https://<IVS.IP.address>:20444
- Remove IVS from FileWave Admin Central
- Restart the IVS. SSH into your IVS and run the command to reboot:
$ sudo shutdown -r now - Once the IVS has restarted, you may begin the enrollment process normally; 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".