I have a FreeNas system and I installed Commvault SImpana software on it so that I can backup the volumes I have on it.
The install goes just fine, so does backups....as long as I do not reboot the freenas box.
If I do, the Commvault directory in /etc is gone, thus I cannot back it up anymore, unless I do a re-install of the software.
One work around I found, after installing the software, I copy the commvault directory to /opt. Then after reboot I do followed by and all is right with the world.
Am I stuck with that process? or is there a way I can install the software and have it not go away after reboot??
Code:
FreeNAS-9.10.1-U4
The install goes just fine, so does backups....as long as I do not reboot the freenas box.
If I do, the Commvault directory in /etc is gone, thus I cannot back it up anymore, unless I do a re-install of the software.
One work around I found, after installing the software, I copy the commvault directory to /opt. Then after reboot I do
Code:
cp -iprv /opt/commvaultbackup/ /etc/CommVaultRegistry
Code:
simpana start
Am I stuck with that process? or is there a way I can install the software and have it not go away after reboot??