Create a RAM disk and return its path to the caller. Cleanup the ramfs mounted at HF_MNT_LOCATION Installs the specified hotfixes. Calls bigstart stop and installs the specified hotfixes. Upon completion, if reboot_system is set to false, bigstart start is called to bring daemons back up. Gets information on any hotfixes applied to the system. There may not be any hotfix installed, in which case the returned sequence is empty. Gets the RPM packages installed on the device. Sets the boot image information and automatically initiates installation based on the boot image information. This method is deprecated, as it returns details which are available using more modern techniques (it relies on the "audit script", which is no longer under active development). The functionality is now available using System::SoftwareManagement::get_software_status and methods in the System::Disk interface. Gets text which contains boot image information, in the form of "name=value" pairs. The text includes information about what's installed in each of the boot locations in the device. While this method is not officially deprecated, it is preferred to use get_software_status, as that method is a newer method which yields much the same information in a more rigorous and controlled manner. Sets the default boot location, which will be the boot location that boots after the next system reboot. This version will not work on a clustered system. Gets the configured default boot location, which will be the location that boots after the system reboots. Sets the cluster wide boot location, which will be the boot location after the next system reboot. Starting with BIG-IP version 9.6.0, clustered systems will reboot immediately. Gets the cluster boot location, which will be the location set in the software desired table. Gets a list of software images available in the repository. Gets a list of hotfix images available in the repository. Gets a list of image information about specific image in the repository. Gets a list of hotfix information about specific hotfix image in the repository. This method has been deprecated as it does not allow the creation of volumes. Please use install_software_image_v2 in its stead. Initiates an install of SW images on all blades installed on one chassis. Initiates an install of a software image on all blades installed on one chassis. Deletes a volume from the system, or from all blades on a chassis. Deletes software images from the repository. Gets the percent complete of the current live install processes. Note: You may wish to use get_software_status instead of this method as it returns more information, such as the product, version, and build, along with the "percent complete"/status field. Gets the software status for given installation ids. This provides a complete picture of software status, per id. Gets the software status for all installation ids. This provides a complete picture of software status, for all ids. Checks to see whether the system disks are managed with logical volumes. Gets the version information for this interface. Create a RAM disk and return its path to the caller. Cleanup the ramfs mounted at HF_MNT_LOCATION Installs the specified hotfixes. Calls bigstart stop and installs the specified hotfixes. Upon completion, if reboot_system is set to false, bigstart start is called to bring daemons back up. Gets information on any hotfixes applied to the system. There may not be any hotfix installed, in which case the returned sequence is empty. Gets the RPM packages installed on the device. Sets the boot image information and automatically initiates installation based on the boot image information. This method is deprecated, as it returns details which are available using more modern techniques (it relies on the "audit script", which is no longer under active development). The functionality is now available using System::SoftwareManagement::get_software_status and methods in the System::Disk interface. Gets text which contains boot image information, in the form of "name=value" pairs. The text includes information about what's installed in each of the boot locations in the device. While this method is not officially deprecated, it is preferred to use get_software_status, as that method is a newer method which yields much the same information in a more rigorous and controlled manner. Sets the default boot location, which will be the boot location that boots after the next system reboot. This version will not work on a clustered system. Gets the configured default boot location, which will be the location that boots after the system reboots. Sets the cluster wide boot location, which will be the boot location after the next system reboot. Starting with BIG-IP version 9.6.0, clustered systems will reboot immediately. Gets the cluster boot location, which will be the location set in the software desired table. Gets a list of software images available in the repository. Gets a list of hotfix images available in the repository. Gets a list of image information about specific image in the repository. Gets a list of hotfix information about specific hotfix image in the repository. This method has been deprecated as it does not allow the creation of volumes. Please use install_software_image_v2 in its stead. Initiates an install of SW images on all blades installed on one chassis. Initiates an install of a software image on all blades installed on one chassis. Deletes a volume from the system, or from all blades on a chassis. Deletes software images from the repository. Gets the percent complete of the current live install processes. Note: You may wish to use get_software_status instead of this method as it returns more information, such as the product, version, and build, along with the "percent complete"/status field. Gets the software status for given installation ids. This provides a complete picture of software status, per id. Gets the software status for all installation ids. This provides a complete picture of software status, for all ids. Checks to see whether the system disks are managed with logical volumes. Gets the version information for this interface. The SoftwareManagement interface enables you to manage the software installed on the system. This interface does not support transactions.