Syncrify Client Setup on FreeNAS

Status
Not open for further replies.
Joined
Oct 6, 2015
Messages
7
Hello everyone,

I have no experience working with Syncrify and just a little with FreeNAS. I was trying to install Client version of Syncrify on FreeNAS, but basically I'm stuck at the very beginning on Downloading and Installing Java.

No idea how to download and install Java on FreeNAS.

I used this procedure from Syncrify website:
http://web.synametrics.com/syncrifyfreenas.htm

Could someone please help me out with this?

Thanks a lot in advance.
 
D

dlavigne

Guest
Huh, that's a very old how-to for a very old version of FreeNAS.

You'll need to create a jail and then use pkg to install the software. Refer to sections 13.1, 13.2, and 13.2.2 of http://doc.freenas.org/9.10/.
 

pirateghost

Unintelligible Geek
Joined
Feb 29, 2012
Messages
4,219
That's not even the same FreeNAS we know today....that's the project that became nas4free
 
Joined
Oct 6, 2015
Messages
7
Got to the point when I unzipped SyncrifyOther.tar.gz and I tried to run "run.sh" and it gives me this error:


root@syncrify:/ # run.sh
run.sh: Command not found.

Though, run.sh is there

root@syncrify:/ # ls
.cshrc etc proc
.profile htdocs rescue
AdminConsole.htm lib root
COPYRIGHT libexec run.sh
Data log4j.dtd sbin
SyncrifyOther.tar.gz logconfig.xml sys
bin logs tmp
boot media usr
config mnt var
dev patches


I think I installed the java, based on "verification" of version:
root@syncrify:/ # java -version
openjdk version "1.8.0_77"
OpenJDK Runtime Environment (build 1.8.0_77-b03)
OpenJDK 64-Bit Server VM (build 25.77-b03, mixed mode)
 
Joined
Oct 6, 2015
Messages
7
Try sh ./run.sh
Thanks, we're getting somewhere now, but now it complains about java not being found:

root@syncrify:/ # sh ./run.sh
:lib/SyncrifyServer.jar:lib/ant-launcher.jar:lib/ant.jar:lib/gwt-user.jar:lib/ma
il.jar
./run.sh: jre/bin/java: not found
root@syncrify:/ #
 

ethereal

Guru
Joined
Sep 10, 2012
Messages
762
Though, run.sh is there

root@syncrify:/ # ls
.cshrc etc proc
.profile htdocs rescue
AdminConsole.htm lib root
COPYRIGHT libexec run.sh
Data log4j.dtd sbin
SyncrifyOther.tar.gz logconfig.xml sys
bin logs tmp
boot media usr
config mnt var
dev patches

run.sh isn't there - are you in the correct folder ?
 
Status
Not open for further replies.
Top