The minimum disk space required for a virtual machine to deploy ZENworks Appliance is 50 GB. Depending on your requirement, you can increase the disk space after deploying ZENworks Appliance by performing the tasks in the following sections:
Start the VMware VSphere Client application.
Right-click the virtual machine on which you have deployed ZENworks Appliance, then click
.In the Virtual Machine Properties dialog box, click
to launch the Add Hardware Wizard.On the Select a Device page, select
, then click .On the Select a Disk page, click
, then click .On the Create a Disk page, do the following:
Specify the disk capacity.
Specify whether you want to use the thin provisioning or clustering support feature.
Select the location as either
or .(Conditional) If you select the
option, browse for and select the datastore location.The new hard disk is stored in the same folder along with the other virtual machine files on that datastore.
Click
.(Optional) On the Advanced Options page, specify the advanced options for the new virtual disk, then click
.On the Ready to Complete page, review the summary, then click
.Continue with Partitioning and Configuring a New Hard Disk.
Use the YaST Partitioner to partition the new hard disk that you created in Creating a New Hard Disk.
For more information on how to partition a new hard disk by using the YaST Partitioner, see Using the YaST Partitioner
in the SLES 10 SP2 Installation and Administration Guide.
On the machine to which you have deployed ZENworks Appliance, open a terminal and run the following command to stop all the running services:
novell-zenworks-configure -c Start
Take a backup of the /var/opt/novell/zenworks directory that contains the ZENworks data into the /var/opt/novell/zenworks.bak directory by running the following command:
mv /var/opt/novell/zenworks /var/opt/novell/zenworks.bak
Mount the new hard disk partition at the /var/opt/novell/zenworks directory.
For more information on how to mount a hard disk partition, see Using the YaST Partitioner
in the SLES 10 SP2 Installation and Administration Guide.
Move the files from the /var/opt/novell/zenworks.bak directory to the /var/opt/novell/zenworks directory by running the following command:
mv /var/opt/novell/zenworks.bak/* /var/opt/novell/zenworks
Change the ownership of the /var/opt/novell/zenworks directory to zenworks by running the following command:
chown -R zenworks:zenworks /var/opt/novell/zenworks
Provide Read and Execute permissions to others, and full permission to the group and owner of the /var/opt/novell/zenworks directory by running the following command:
chmod -R 775 /var/opt/novell/zenworks
Restart the services by running the following command:
novell-zenworks-configure -c Start