Changes between Version 47 and Version 48 of Other/Summer/2023/Distributed
- Timestamp:
- Jul 10, 2023, 6:27:57 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Distributed
v47 v48 10 10 The objective of the project "Distributed Data Infrastructure focuses in general on developing a Ceph file system as well as stress testing the system's robustness and resilience. In order for us to be able to accomplish this goal, we are learning multiple concepts such as the Linux operating systems, file systems, networking, as well as Ansible. 11 11 12 [[Image(June5.jpg)]] 13 12 14 == **Week 1** 13 15 **Summary** … … 19 21 Our main goal for this week was to spend time understanding the goal of the project and installing the necessary tools that would be used throughout the project, such as SSH, Orbit, Linux Packages, and eight cluster servers. We also got access to our Wireguard where we would be getting access to containers. We also installed and wired a cluster of 8 servers and issued some commands from our LXC containers in our terminal where we worked with Linux. 20 22 23 [[Image(June6_1.jpg)]] 24 21 25 We then understood some of the basic commands that would be useful for some more advanced work in the project. The final thing that we did was to install Debian and Ubuntu packages, removing Ubuntu packages with APT, and also searched and queried Ubuntu packages with APT. 26 27 [[Image(June6_2.jpg)]] 22 28 23 29 **Project Resources** … … 34 40 - Worked with start and stop services as well as job schedulers. 35 41 42 How Our Cluster Should Look Like 43 44 [[Image(cluster.jpg)]] 45 36 46 **Idea Of Our Progress This Week** 37 47 38 48 This week, we spent more time installing more drives to work with throughout the project. To understand the interaction that these drives would go through, we spent time studying one of the most fundamental file systems that are useful for this project, known as the network file system, which is basically a method for sharing files where "files reside on one or more remote servers accessible on a local client system", according to the course that we followed for this project. We mounted NFS and also booted up the BIOS which would prove useful for this project. 49 50 SSD Drive Anatomy 51 39 52 40 53 **Week Resources**