GithubHelp home page GithubHelp logo

Comments (2)

rajkumarpatel2602 avatar rajkumarpatel2602 commented on August 25, 2024

Steps covered :

  1. acquired a VM for cortx single node deployment. deployed it and verified the installation using hctl status.

[root@ssc-vm-2161 ~]# hctl status

Profile: 0x7000000000000001:0x1c

Data pools:
0x6f00000000000001:0x1d

Services:
srvnode-1 (RC)
[started] hax 0x7200000000000001:0x6 192.168.29.186@tcp:12345:1:1
[started] confd 0x7200000000000001:0x9 192.168.29.186@tcp:12345:2:1
[started] ioservice 0x7200000000000001:0xc 192.168.29.186@tcp:12345:2:2
[started] s3server 0x7200000000000001:0x16 192.168.29.186@tcp:12345:3:1
[unknown] m0_client 0x7200000000000001:0x19 192.168.29.186@tcp:12345:4:1

  1. acquired 1 more VM and installed daos using quickstart.

  2. installed s3 cli on daos node.

[root@ssc-vm-2162 test_src]# aws s3 ls
2021-01-24 10:31:58 test-bucket
[root@ssc-vm-2162 test_dest]#

added cortx node IP (s3.seagate.com) to /etc/hosts
added same credentials for access of cortx node inside ~/.aws/credentials file (after creating) on daos node.

  1. Created 2 containers inside a pull and mount using dfuse at following location

/mnt/dfuse_data/test_src/
/mnt/dfuse_data/dest_src/

  1. created fileA inside with some contents in container's dfuse directory test_src //

  2. create test-bucket on cortx node using following command

aws s3 mb s3://test-bucket

  1. verified bucket list on daos node

aws s3 ls

  1. copied fileA from /mnt/dfuse_data/test_src/ (dfuse location) to s3 bucket

[root@ssc-vm-2162 test_src]# aws s3 cp fileA s3://test-bucket/

  1. copied back file to dest_src from s3 bucket.

[root@ssc-vm-2162 dest_src]# aws s3 cp s3://test-bucket/fileA .

  1. verified file contents inside dest_src

  2. performed mv operation for the same and verified contents before and after.

from cortx-experiments.

rajkumarpatel2602 avatar rajkumarpatel2602 commented on August 25, 2024

Steps are captured in the document and created a PR draft.
WIP.

from cortx-experiments.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.