Skip to main content
Solved

No initfrel_sc script

  • January 22, 2026
  • 2 replies
  • 42 views

Forum|alt.badge.img+5

Hi,

We have SP36 commserve and we tried to use the Nutanix Image with 11.36 available for download, but it doesn’t contain the /etc/initfrel_sc script that allows FREL to run. Please check the following image.

https://cloud.commvault.com/commandcenter/#/softwareStore/33251

The documentation appears to be out of date.

https://documentation.commvault.com/2024e/commcell-console/deploying_file_recovery_enabler_for_linux_with_nutanix_acropolis_hypervisor_ahv_cluster.html

 

I need the correct package containing the FREL activation script. Do you have any other image for Nutanix FREL?

 

Regards,

Michał

Best answer by Jace Ross

Hi Michal,

Thanks for raising this. I’ve actually spun up my AHV cluster to test. You’re correct, inifrel_sc is missing.
I had numerous issues with the document you listed. However, when following the one linked below I had no issues and it registered without initfrel.

https://documentation.commvault.com/11.42/software/deploying_linux_access_node_for_nutanix.html

​​​​​​
I used the following script content and that succeeded without issue.

paramIsFBRMA=False
paramNetworkGateway=cshostname
aaUseDHCP=True
baClientName=ahvfrel
bcRootPassword=password
ccCSUsername=admin
cdCSPassword=cspassword

 

2 replies

Forum|alt.badge.img+9
  • Vaulter
  • Answer
  • January 22, 2026

Hi Michal,

Thanks for raising this. I’ve actually spun up my AHV cluster to test. You’re correct, inifrel_sc is missing.
I had numerous issues with the document you listed. However, when following the one linked below I had no issues and it registered without initfrel.

https://documentation.commvault.com/11.42/software/deploying_linux_access_node_for_nutanix.html

​​​​​​
I used the following script content and that succeeded without issue.

paramIsFBRMA=False
paramNetworkGateway=cshostname
aaUseDHCP=True
baClientName=ahvfrel
bcRootPassword=password
ccCSUsername=admin
cdCSPassword=cspassword

 


Forum|alt.badge.img+5

@Jace Ross Thank you, it worked!