Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email 'int-dms@schubergphilis.com'
license 'Apache-2.0'
description 'Installs and Configured CommVault client software'
version '1.3.0'
version '1.3.1'
chef_version '>= 14.0'

issues_url 'https://github.com/sbp-cookbooks/commvault/issues'
Expand Down
2 changes: 1 addition & 1 deletion templates/default/install_linux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<% if @licensed %>
<installFlags allowNewerCommserve="0" autoRegister="0" decoupledInstall="0" forceIPV4="1" hideApps="0" cleanupExistingInstance="0" ignoreJobsRunning="0" install32Base="0" install64Base="0" launchProcessManager="0" numberOfStreams="10" restoreOnlyAgents="0" singleInterfaceBinding="0" unixGroup="" unixGroupAccess="7" unixOtherAccess="7" unixTempDirectory="" registrationAuthType="0" selectedRoles="1002,1101" launchRolesManager="0">
<% else %>
<installFlags allowNewerCommserve="0" autoRegister="0" decoupledInstall="0" forceIPV4="1" hideApps="0" cleanupExistingInstance="0" ignoreJobsRunning="0" install32Base="0" install64Base="0" launchProcessManager="0" numberOfStreams="10" restoreOnlyAgents="1" singleInterfaceBinding="0" unixGroup="" unixGroupAccess="7" unixOtherAccess="7" unixTempDirectory="" registrationAuthType="0" selectedRoles="1002,1101" launchRolesManager="0">
<installFlags allowNewerCommserve="0" autoRegister="0" decoupledInstall="0" forceIPV4="1" hideApps="0" cleanupExistingInstance="0" ignoreJobsRunning="0" install32Base="0" install64Base="0" launchProcessManager="0" numberOfStreams="10" restoreOnlyAgents="1" singleInterfaceBinding="0" unixGroup="" unixGroupAccess="7" unixOtherAccess="7" unixTempDirectory="" registrationAuthType="0" selectedRoles="1002,1101" launchRolesManager="0">
<% end %>
<firewallInstall certificatePath="" enableFirewallConfig="1" firewallConfigFile="" firewallConnectionType="2" httpProxyHostName="" httpProxyPortNumber="">
</firewallInstall>
Expand Down
13 changes: 11 additions & 2 deletions templates/default/install_windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
<CommServeInfo>
<CommserveHostInfo hostName="" clientName="" />
</CommServeInfo>
<% if @licensed %>
<installFlags installLatestServicePack="1" showFirewallConfigDialogs="1" skipConfigureMigrationAssistant="1" autoRegister="0" unixGroupAccess="7" allowMultipleInstances="1" skipConfigureLaptopBackupMonitor="1" useNewOS="0" restoreOnlyAgents="0" killBrowserProcesses="0" install32Base="0" disableOSFirewall="0" decoupledInstall="0" RepairMode="0" launchConsole="0" deletePackagesAfterInstall="0" useExistingDump="0" unixOtherAccess="7" stopOracleServices="0" install64Base="0" cleanupExistingInstance="0" upgradeMode="0" preferredIPFamily="1" launchRegisterMe="0" skipConfigureProcessManager="1" ignoreJobsRunning="0" forceReboot="0" overrideClientInfo="0" activateAllUserProfiles="0">
<% else %>
<installFlags installLatestServicePack="1" showFirewallConfigDialogs="1" skipConfigureMigrationAssistant="1" autoRegister="0" unixGroupAccess="7" allowMultipleInstances="1" skipConfigureLaptopBackupMonitor="1" useNewOS="0" restoreOnlyAgents="1" killBrowserProcesses="0" install32Base="0" disableOSFirewall="0" decoupledInstall="0" RepairMode="0" launchConsole="0" deletePackagesAfterInstall="0" useExistingDump="0" unixOtherAccess="7" stopOracleServices="0" install64Base="0" cleanupExistingInstance="0" upgradeMode="0" preferredIPFamily="1" launchRegisterMe="0" skipConfigureProcessManager="1" ignoreJobsRunning="0" forceReboot="0" overrideClientInfo="0" activateAllUserProfiles="0">
<% end %>
<firewallInstall httpProxyConfigurationType="0" enableFirewallConfig="1" firewallConnectionType="2">
</firewallInstall>
</installFlags>
Expand All @@ -13,8 +17,13 @@
<storagePolicyToUse storagePolicyName="CV_DEFAULT" storagePolicyId="1" />
</commonInfo>
<fileSystem />
<componentInfo ComponentName="File System Core" consumeLicense="0" ComponentId="1" />
<componentInfo ComponentName="File System" consumeLicense="0" ComponentId="702" />
<% if @licensed %>
<componentInfo ComponentName="File System Core" consumeLicense="1" ComponentId="1"/>
<componentInfo ComponentName="File System" consumeLicense="1" ComponentId="702"/>
<% else %>
<componentInfo ComponentName="File System Core" consumeLicense="0" ComponentId="1"/>
<componentInfo ComponentName="File System" consumeLicense="0" ComponentId="702"/>
<% end %>
</components>
<clientInfo>
<clientProps ClientInterface="" BinarySetID="3" byteOrder="Little-endian" />
Expand Down