When using iPrint Appliance 1.0, you may not be able to create a backup if you have a Driver Store in excess of 6 GB. This is caused due to lack of disk space in the virtual machine.
To workaround this issue, you must add an additional hard disk to your virtual machine, then backup iPrint Appliance 1.0. If your Drive Store is 10 GB in size, then you must add an additional 20 GB of hard disk space. The hard disk space must be twice the size of the resdir folder.
Power off the iPrint Appliance 1.0 VM.
In the vSphere client, right-click the iPrint Appliance 1.0, then click
.Click
.Select
, then click .Select
., then click .Specify the
, then click .Click
on the Advanced Options screen.Click
.Power on the iPrint Appliance 1.0 VM.
Create a partition using the fdisk command.
Run the command fdisk /dev/<disk name>.
When prompted for a command, specify n, then tap the key.
For partition, specify p, then choose the default option.
When prompted for a command, specify w.
Create a file system using the command mkfs.ext3 /dev/<disk name>.
Stop the jetty service.
Mount the /tmp folder to the newly added hard disk using the command mount /dev/<disk name> /tmp/.
Start the jetty service.
After completing the procedure mentioned above, try backing up iPrint Appliance 1.0.