Something about DataStage, DataStage Administration, Job Designing,Developing, DataStage troubleshooting, DataStage Installation & Configuration, ETL, DataWareHousing, DB2, Teradata, Oracle and Scripting.
Showing posts with label NoSQL. Show all posts
Showing posts with label NoSQL. Show all posts
Friday, June 05, 2015
Wednesday, June 03, 2015
MongoDB Configuration in Linux
1. Create a folder
named 'learn' ( or whatever you want to give )
$ mkdir -p /learn/mongodb /app/dbMongo
#
/learn/mongodb = Holds the MongoDB
source
2. Extract the Mongo DB zip file in /learn folder
$ tar -xvf
MongoDB.tar /learn/mongodb
3. change the permission of folder to user who run the db here- In my case User - atul and Group - atul
$ chown -R atul:atul /learn/mongodb /app/dbMongo
Subscribe to:
Posts
(
Atom
)

