0

I am new to mongoDb. I am trying to install mongo Db on AIX server. Can someone suggest whether AIX supports MongoDb and specify which version, installation steps as well.

Thanks in advance.

Priyanka
  • 3
  • 3

2 Answers2

2

MongoDB doesn't support AIX. You can see the supported platforms on the download page.

wdberkeley
  • 11,531
  • 1
  • 28
  • 23
0

Yes, we are all expecting for a support of big endian (AIX/HP-UX...) for mongoDB. But, it is quite possible to install mongo on AIX... but really no simple! You have two options to do it :

  • using SpiderMonkey and his JS engine (learn more about SpiderMonkey here: spidermonkey )

  • with this option at the install " --js-engine=none --server-js=off " it allows you making MongoDB work in AIX.

Martin
  • 1,853
  • 3
  • 15
  • 22
manzion_111
  • 139
  • 1
  • 1
  • 7