SlideShare une entreprise Scribd logo
1  sur  40
Télécharger pour lire hors ligne
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training
Grafik:
©
Urheber
–
fotolia.com
Typical Administrative Tasks
Ely de Oliveira
ely.oliveira@thinkparq.com
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 2
Agenda
 Installation, upgrade, versioning
 Command-line administration tools
 Advanced configurations and features
 Multiple BeeGFS instances
 Pin BeeGFS processes to specific CPUs
 Data Striping
 Getting statistics
 Server
 Client
 User
 Built-in Benchmarks
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 3
Installation
 Detailed installation guide
http://www.beegfs.com/wiki/ManualInstallation
 Step-by-step reference (Example)
http://www.beegfs.com/wiki/ManualInstallWalkThrough
 Package repositories
 Build instructions for other platforms, e.g.:
# wget -O /etc/yum.repos.d/beegfs-rhel7.repo
http://www.beegfs.com/release/latest-stable/dists/beegfs-rhel7.repo
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 4
Installation
 Management service
 No special requirements
 Non performance-critical
 Typically runs on a cluster master node or on a storage node
server01:~ # yum install beegfs-mgmtd
server01:~ # beegfs-setup-mgmtd -p /data/beegfs/beegfs_mgmtd
server01:~ # systemctl start beegfs-mgmtd
server01
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 5
Installation
 Metadata service
 Storage device: SSDs widely used, RAID1 for low latency
 Capacity: 0.5% of total storage space
 Local file system: ext4 (fast handling of small files)
 Processor clock frequency more important than number of CPU cores for low latency
 Number of CPU cores important for systems with lots of clients
 Low latency network important for metadata access
 RAM used for caching – The more the better
server02:~ # yum install beegfs-meta
server02:~ # beegfs-setup-meta -p /mnt/ssd1
–s 1 –m server01
server02:~ # systemctl start beegfs-meta
server01 server02
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 6
Installation
 Storage service
 Multiple storage targets: RAID6 volumes, 12 disks per volume
 Local file systems: usually XFS, but also others like ZFS and ext4
 Mid-range CPUs are sufficient
 Low latency high throughput network recommended
 RAM used for caching – The more the better
 RAM needed per client: RDMABufferSize x RDMABufferNum x 2 x MaxInternodeNum = ~12
MB
server03:~ # yum install beegfs-storage
server03:~ # beegfs-setup-storage -p /mnt/raid1
-s 3 –i 301 –m server01
server03:~ # beegfs-setup-storage -p /mnt/raid2
-s 3 –i 302 –m server01
server03:~ # systemctl start beegfs-storage
server01 server02 server03
RAID
RAID
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 7
RAID
RAID
Installation
 Client service
 The only kernel module
 Automatically build for newly installed kernels
 Low latency high throughput network recommended
client01:~ # yum install beegfs-client
client01:~ # beegfs-setup-client -m server01
client01:~ # systemctl start beegfs-client
server01 server02 server03
client01
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 8
Updating, upgrading, and versioning
 Version scheme
 Minor release update
 Minor releases can be mixed
 Downtime unnecessary
 Service restart required
 Major release upgrade
 Major releases cannot be mixed
 Downtime needed
2015.03 r20
-
major minor
0
.
major minor
6
Current New
2015.03-r7
Mgmtd
2015.03-r10
Storage
2015.03-r13
Client
2015.03-r8
Metadata
2015.03-r13
Storage
2015.03-r11
Client
2014.01-r1
Storage
2014.01-r1
Metadata
2014.01-r1
Client
# yum update beegfs-mgmtd
# systemctl restart beegfs-mgmtd
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 9
Command-line administration
 Configuration files at /etc/beegfs/*.conf
 Reasonable default configuration values
 All options documented
 Log files at /var/log/beegfs-*.log
 Human-readable messages
 Command beegfs-ctl
 General command line administration tool
 Part of the beegfs-utils package
 Some helpers just call beegfs-ctl with special arguments
for convenience, e.g. beegfs-df, beegfs-check-servers
beegfs-df
beegfs-ctl
beegfs-
check-servers
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 10
beegfs-ctl has a built-in help with examples
client01:~ # beegfs-ctl --help
BeeGFS Command-Line Control Tool (http://www.beegfs.com)
GENERAL USAGE:
$ beegfs-ctl --<modename> --help
$ beegfs-ctl --<modename> [mode_arguments] [client_arguments]
MODES:
--listnodes => List registered clients and servers.
--listtargets => List metadata and storage targets.
--removenode (*) => Remove (unregister) a node.
--removetarget (*) => Remove (unregister) a storage target.
--getentryinfo => Show file system entry details.
--find => Find files located on certain servers.
--migrate => Migrate files to other storage servers.
--serverstats => Show server IO statistics.
--clientstats => Show client IO statistics.
--userstats => Show user IO statistics.
--storagebench (*) => Run a storage targets benchmark.
--getquota => Show quota information for users or groups.
--setquota (*) => Sets the quota limits for users or groups.
--listmirrorgroups => List mirror buddy groups.
--addmirrorgroup (*) => Add a mirror buddy group.
...
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 11
Each beegfs-ctl mode has its own help with
examples
client01:~ # beegfs-ctl --listnodes --help
GENERAL USAGE:
$ beegfs-ctl --<modename> [mode_arguments] [client_arguments]
CLIENT ARGUMENTS:
Optional:
--mount=<path> Use config settings from this BeeGFS mountpoint
(instead of "--cfgFile").
--cfgFile=<path> Path to BeeGFS client config file.
(Default: /etc/beegfs/beegfs-client.conf)
--logEnabled Enable detailed logging.
--<key>=<value> Any setting from the client config file to override
the config file values (e.g. "--logLevel=5").
MODE ARGUMENTS:
Mandatory:
--nodetype=<nodetype> The node type (management, metadata, storage, client).
Optional:
--details Print additional node details, such as network ports
and interface order.
--nicdetails Print additional network interconnect details, such as
IP address of each node interface.
--showversion Print node version code.
...
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 12
Listing registered nodes and their interfaces
client01:~ # beegfs-ctl --listnodes --nodetype=storage
server03 [ID: 3]
server04 [ID: 4]
client01:~ # beegfs-ctl --listnodes --nodetype=storage --nicdetails
server03 [ID: 3]
Ports: UDP: 8003; TCP: 8003
Interfaces:
+ ib0[ip addr: 10.12.20.3; type: RDMA]
+ ib0[ip addr: 10.12.20.3; type: TCP]
+ eth0[ip addr: 10.10.20.3; type: TCP]
server04 [ID: 4]
Ports: UDP: 8003; TCP: 8003
Interfaces:
+ ib0[ip addr: 10.12.20.4; type: RDMA]
+ ib0[ip addr: 10.12.20.4; type: TCP]
+ eth1[ip addr: 10.10.20.4; type: TCP]
server01 server02 server03 server04
client01
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 13
Check responsiveness & reachability of servers
client01:~ # beegfs-check-servers
Management
================
server01 [ID: 1]: reachable at 10.12.20.3:8008 (protocol: TCP)
Metadata
================
server02 [ID: 2]: reachable at 10.12.20.4:8005 (protocol: RDMA)
Storage
===============
server03 [ID: 3]: reachable at 10.12.20.3:8003 (protocol: RDMA)
server04 [ID: 4]: reachable at 10.12.20.4:8003 (protocol: RDMA)
server01 server02 server03 server04
client01
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 14
Check responsiveness & reachability of servers
server01 server02 server03 server04
client01
client01:~ # beegfs-net
mgmt_nodes
=============
server01 [ID: 1]
Connections: TCP: 1 (10.12.20.1:8008);
storage_nodes
=============
server03 [ID: 3]
Connections: <none>
server04 [ID: 4]
Connections: RDMA: 3 (10.12.20.4:8003);
meta_nodes
=============
server02 [ID: 2]
Connections: RDMA: 1 (10.12.20.2:8005);
TCP is normal for management service
(management service is not performance-critical)
Connections “none” is normal, because
connections are only established when needed.
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 15
Check free space
client01:~ # beegfs-df
METADATA SERVERS:
TargetID Pool Total Free InodesTotal InodesFree
======== ==== ===== ==== =========== ==========
2 [normal] 240.0GB 230.0GB 158.8M 148.7M
STORAGE TARGETS:
TargetID Pool Total Free InodesTotal InodesFree
======== =========== ===== ==== =========== ==========
301 [emergency] 9168.7GB 4.5GB 582.2M 87.2M
302 [low] 9168.7GB 102.5GB 582.2M 42.0M
401 [emergency] 9168.7GB 2.5GB 582.2M 75.2M
402 [normal] 9168.7GB 2112.5GB 582.2M 92.2M
server01 server02 server03 server04
tuneStorageSpaceLowLimit = 200G
tuneStorageSpaceEmergencyLimit = 5G
Low
Normal
Emergency
Pools
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 16
File system consistency check and repair
client01:~ # beegfs-fsck --checkfs [--runonline]
--------------------------------------------------------------------
Started BeeGFS fsck in forward check mode [Mon Sep 29 21:47:57 2015]
Log will be written to /var/log/beegfs-fsck.log
Database will be saved as /var/lib/beegfs/beegfs-fsck.db
--------------------------------------------------------------------
Step 1: Check reachability of nodes: Finished
Step 2: Gather data from nodes:
Fetched data > Directory entries: 504598 | Inodes: 504598 | Chunks: 904831
Step 3: Check for errors...
* Target is used, but does not exist... Finished
* File has a missing target in stripe pattern... Finished
* Dentry-by-ID file is present, but no corresponding dentry... Finished
* Dentry-by-ID file is broken or missing... Finished
* Chunk is saved in wrong path... Finished
* Wrong owner node saved in inode... Finished
* Dentry points to inode on wrong node... Finished
...
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 17
File system consistency check and repair
client01:~ # beegfs-fsck --checkfs [--runonline]
 Run while file system is in use
 Repair errors automatically
client01:~ # beegfs-fsck --checkfs --automatic
client01:~ # beegfs-fsck --checkfs --readonly
 Skip repairs
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 18
Mount multiple BeeGFS instances
Network
/data
client01
/data
client02
/data
client03
/data
client04
/data
client05
/data
client06
/data
client07
storage01 storage02 storage03 storage04
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 19
Mount multiple BeeGFS instances
Network
/fast
client01
/fast
client02
/fast
client03
/fast
client04
/fast
client05
/fast
client06
/fast
client07
/big /big /big /big /big /big /big
storage01 storage02 storage03 storage04
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 20
Mount multiple BeeGFS instances
 Create copies of /etc/beegfs/beegfs-client.conf…
 … with new names
 … pointing to a second management server
 Edit /etc/beegfs/beegfs-mounts.conf
 Map each mountpoint to a different client config file
/fast /etc/beegfs/beegfs-client-fast.conf
/big /etc/beegfs/beegfs-client-big.conf
/fast
client01
/big
mgmtd01 mgmtd02
storage01 storage02 storage03 storage04
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 21
Export multiple BeeGFS instances from the same
servers
 Enable „multi mode“ in /etc/default/beegfs- …
server01:~ # cat /etc/default/beegfs-storage
MULTI_MODE="YES"
server01
SSD
HDD
HDD
server02
SSD
HDD
HDD
server03
SSD
HDD
HDD
server04
SSD
HDD
HDD
server05
SSD
HDD
HDD
/fast
client01
/big
 Create a separate directory in /etc/beegfs for each instance with
config files
 /etc/beegfs/fast.d/
 /etc/beegfs/big.d/
More convenient
in future versions
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 22
Pin BeeGFS processes
 Use option tuneBindToNumaZone in files beegfs-
{meta,storage}.conf
 ls –al /sys/devices/system/node/node{0,1}
 lstopo command shows which devices are attached to which zone
Important for
Omni-Path and
Mellanox EDR
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 23
Pin BeeGFS processes
Storage Server
NIC 1
RAID-
Card
1
NIC 2
RAID-
Card
2
Mem #1
Mem #1
Mem #1
Mem 1
Mem #1
Mem #1
Mem #1
Mem 1
 This is a bad configuration, because data path always involves
both sockets (NIC <-> RAID-Card)
CPU 2
CPU 1
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 24
Storage Server
beegfs-storage beegfs-meta
Pin BeeGFS processes
NIC 1
RAID-
Card
2
NIC 2
RAID-
Card
1
Mem #1
Mem #1
Mem #1
Mem 1
Mem #1
Mem #1
Mem #1
Mem 1
 Each BeeGFS service assigned to a different CPU
 Pair NIC and RAID-card assigned to each CPU
CPU 2
CPU 1
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 25
Assign storage servers to clients
Network
client01 client02 client03 client04 client05 client06 client07
storage01 storage02 storage03 storage04
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 26
Assign storage servers to clients
Network
client01 client02 client03 client04 client05 client06 client07
storage01 storage02 storage03 storage04
Network
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 27
Assign storage servers to clients
 Set options in file beegfs-client.conf
 tunePreferredMetaFile: IDs of preferred metadata nodes
 tunePreferredStorageFile: IDs of preferred storage nodes
client01:~ # beegfs-ctl --listtargets --longnodes
TargetID NodeID
======== ======
101 storage01 [ID: 1]
102 storage01 [ID: 1]
201 storage02 [ID: 2]
202 storage02 [ID: 2]
client01:~ # beegfs-ctl --listnodes --nodetype=meta
meta01 [ID: 1]
meta02 [ID: 2]
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 28
Limit traffic to specific network interfaces
 Use options in files /etc/beegfs/beegfs-*.conf
 connInterfacesFile: Registered interfaces for incoming connections
 connNetFilterFile: Limit outgoing connections to certain IP address ranges
client01:~ # beegfs-ctl --listnodes --nodetype=client --nicdetails
14E8-53E4DE10-demo-io1
Ports: UDP: 18004; TCP: 0
Interfaces:
+ eth0[ip addr: 10.10.201.203; type: TCP]
FC13-53EB9471-demo-io2
Ports: UDP: 18004; TCP: 0
Interfaces:
+ ib0[ip addr: 10.12.201.204; type: RDMA]
+ ib0[ip addr: 10.12.201.204; type: TCP]
+ eth1[ip addr: 10.10.201.204; type: TCP]
Number of nodes: 2
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 29
Data Striping
client01:~ # beegfs-ctl --setpattern --chunksize=1m --numtargets=4 /data/test
storage04
HDD
HDD
HDD
storage05
HDD
HDD
HDD
storage02
HDD
HDD
HDD
storage03
HDD
HDD
HDD
storage01
HDD
HDD
HDD
Big Files
Average Files
Small Files
 Setting Data Striping Pattern per
Path
 Application can set pattern via
API
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 30
Query properties of files or directories
client01:~ # beegfs-ctl --getentryinfo /mnt/beegfs/testdir/test.txt
Path: /testdir/test
Mount: /mnt/beegfs
EntryID: 0-5429B29A-AFA6
Metadata node: meta01 [ID: 1]
Stripe pattern details:
+ Type: RAID0
+ Chunksize: 512K
+ Number of storage targets: desired: 4; actual: 4
+ Storage targets:
+ 102 @ storage01 [ID: 1]
+ 101 @ storage01 [ID: 1]
+ 201 @ storage02 [ID: 2]
+ 202 @ storage02 [ID: 2]
storage01
HDD
HDD
HDD
storage02
HDD
HDD
HDD
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 31
Getting Server Statistics
client01:~ # beegfs-ctl --serverstats --perserver --interval=1 --nodetype=storage
=== time index: 1412011239 (values show last second only)
nodeID write_KiB read_KiB reqs qlen bsy
1 1436430 5633 18098 0 0
2 1536430 14430 18386 0 0
=== time index: 1412011240 (values show last second only)
nodeID write_KiB read_KiB reqs qlen bsy
1 1404430 9633 15613 0 0
2 1336330 12403 17274 0 0
...
client02
client01
mgmt01 meta01 storage01 storage02
0
1000
2000
3000
4000
1 2 4 8 16 32 64 128
MiB
second
write
read
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 32
Getting Client Statistics
client01:~ # beegfs-ctl --clientstats --names --interval=5 nodetype=storage
====== 5 s ======
Sum 22967 [sum] 4720 [close] 65 [sAttr] 5706 [open] 2456 [stat] ...
client01 2847 [sum] 700 [close] 700 [open] 1447 [stat] ...
client02 2847 [sum] 700 [close] 700 [open] 1447 [stat] ...
meta01 1060 [sum] 1060 [close] ...
...
====== 10 s ======
Sum: 28138 [sum] 6511 [close] 1800 [open] 1804 [stat] 4 [sAttr] ...
client01 5803 [sum] 1403 [close] 1400 [open] ...
client02 5803 [sum] 1403 [close] 1400 [open] ...
meta01 2454 [sum] 2454 [close] ...
...
mgmt01 meta01 storage01 storage02
client02
client01
0
5000
10000
15000
20000
25000
client01 client02 meta02
operations
open
close
stat
sAttr
fsstat
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 33
Getting User Statistics
client01:~ # beegfs-ctl --userstats --names --interval=5 --nodetype=meta
====== 5 s ======
Sum: 60 [sum] 10 [close] 10 [open] 1 [sAttr] 6 [unlnk] ...
lucy 36 [sum] 3 [close] 3 [open] 4 [stat] 1 [unlnk] ...
root 12 [sum] 6 [stat] 4 [unlnk] ...
denis 8 [sum] 1 [sAttr] 3 [stat] ...
====== 10 s ======
Sum: 2314 [sum] 24 [close] 1 [create] ...
lucy 2029 [sum] 23 [close] 23 [open] ...
denis 16 [sum] 1 [close] 1 [create] ...
root 8 [sum] 4 [stat] ...
client02
client01
mgmt01 meta01 storage01 storage02
0
5000
10000
15000
20000
25000
lucy denis root
operations
open
close
stat
sAttr
fsstat
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 34
Built-in benchmark tool
client01:~ # beegfs-ctl --storagebench --alltargets --write --blocksize=512K
--size=320G --threads=4
client01:~ # beegfs-ctl --storagebench --alltargets --read --blocksize=512K
--size=320G --threads=4
client02
client01
mgmt01 meta01 storage01 storage02
 StorageBench
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 35
Built-in benchmark tool
client01:~ # beegfs-ctl --storagebench --alltargets --status
Server benchmark status:
Running: 4
Write benchmark results:
Min throughput: 1107 MiB/s nodeID: storage01 [ID: 1], targetID: 101
Max throughput: 1462 MiB/s nodeID: storage02 [ID: 2], targetID: 201
Avg throughput: 1283 MiB/s
Aggregate throughput: 2590 MiB/s
0
1000
2000
3000
4000
1 2 4 8 16 32 64 128
MiB/s
Threads
write
read
 StorageBench
client02
client01
mgmt01 meta01 storage01 storage02
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 36
Built-in benchmark tool
client01:~ # $ echo 1 > /proc/fs/beegfs/<clientID>/netbench_modes
...
client01:~ # $ echo 0 > /proc/fs/beegfs/<clientID>/netbench_modes
client02
client01
0
1000
2000
3000
4000
1 2 4 8 16 32 64 128
MiB/s
Threads
write
read
mgmt01 meta01 storage01 storage02
 NetBench Mode
 Network streaming throughput
 Roughly equivalent to writing to a RAM drive
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 37
Live Throughput Overview
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 38
Live per-Client and per-User Statistics
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 39
GUI for Windows-style Installation
www.beegfs.com
ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 40
Questions?

Contenu connexe

Tendances

Access to non local names
Access to non local namesAccess to non local names
Access to non local names
Varsha Kumar
 

Tendances (20)

Linux file system
Linux file systemLinux file system
Linux file system
 
Spectrum Scale Best Practices by Olaf Weiser
Spectrum Scale Best Practices by Olaf WeiserSpectrum Scale Best Practices by Olaf Weiser
Spectrum Scale Best Practices by Olaf Weiser
 
Linux commands
Linux commandsLinux commands
Linux commands
 
Complete Guide for Linux shell programming
Complete Guide for Linux shell programmingComplete Guide for Linux shell programming
Complete Guide for Linux shell programming
 
Disk and File System Management in Linux
Disk and File System Management in LinuxDisk and File System Management in Linux
Disk and File System Management in Linux
 
Unix operating system
Unix operating systemUnix operating system
Unix operating system
 
Chapter 12
Chapter 12Chapter 12
Chapter 12
 
Basic Unix
Basic UnixBasic Unix
Basic Unix
 
GFS
GFSGFS
GFS
 
Storage Technology Overview
Storage Technology OverviewStorage Technology Overview
Storage Technology Overview
 
Distributed and clustered systems
Distributed and clustered systemsDistributed and clustered systems
Distributed and clustered systems
 
Linux command ppt
Linux command pptLinux command ppt
Linux command ppt
 
Cache memory principles
Cache memory principlesCache memory principles
Cache memory principles
 
Access control list acl - permissions in linux
Access control list acl  - permissions in linuxAccess control list acl  - permissions in linux
Access control list acl - permissions in linux
 
NTFS file system
NTFS file systemNTFS file system
NTFS file system
 
Unix OS & Commands
Unix OS & CommandsUnix OS & Commands
Unix OS & Commands
 
Exokernel operating systems
Exokernel operating systemsExokernel operating systems
Exokernel operating systems
 
Unix - An Introduction
Unix - An IntroductionUnix - An Introduction
Unix - An Introduction
 
Linux Administration
Linux AdministrationLinux Administration
Linux Administration
 
Access to non local names
Access to non local namesAccess to non local names
Access to non local names
 

Similaire à BeeGFS Training.pdf

Trouble shooting apachecloudstack
Trouble shooting apachecloudstackTrouble shooting apachecloudstack
Trouble shooting apachecloudstack
Sailaja Sunil
 

Similaire à BeeGFS Training.pdf (20)

Linux Desktop Automation
Linux Desktop AutomationLinux Desktop Automation
Linux Desktop Automation
 
Powervc upgrade from_1.3.0.2_to_1.3.2.0
Powervc upgrade from_1.3.0.2_to_1.3.2.0Powervc upgrade from_1.3.0.2_to_1.3.2.0
Powervc upgrade from_1.3.0.2_to_1.3.2.0
 
Caching and tuning fun for high scalability
Caching and tuning fun for high scalabilityCaching and tuning fun for high scalability
Caching and tuning fun for high scalability
 
GE Predix 新手入门 赵锴 物联网_IoT
GE Predix 新手入门 赵锴 物联网_IoTGE Predix 新手入门 赵锴 物联网_IoT
GE Predix 新手入门 赵锴 物联网_IoT
 
Dave Williams - Nagios Log Server - Practical Experience
Dave Williams - Nagios Log Server - Practical ExperienceDave Williams - Nagios Log Server - Practical Experience
Dave Williams - Nagios Log Server - Practical Experience
 
Known basic of NFV Features
Known basic of NFV FeaturesKnown basic of NFV Features
Known basic of NFV Features
 
Trouble shooting apachecloudstack
Trouble shooting apachecloudstackTrouble shooting apachecloudstack
Trouble shooting apachecloudstack
 
Troubleshooting Apache Cloudstack
Troubleshooting Apache CloudstackTroubleshooting Apache Cloudstack
Troubleshooting Apache Cloudstack
 
Orchestration Tool Roundup - Arthur Berezin & Trammell Scruggs
Orchestration Tool Roundup - Arthur Berezin & Trammell ScruggsOrchestration Tool Roundup - Arthur Berezin & Trammell Scruggs
Orchestration Tool Roundup - Arthur Berezin & Trammell Scruggs
 
IBM Monitoring and Diagnostic Tools - GCMV 2.8
IBM Monitoring and Diagnostic Tools - GCMV 2.8IBM Monitoring and Diagnostic Tools - GCMV 2.8
IBM Monitoring and Diagnostic Tools - GCMV 2.8
 
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
 
Pixels_Camp
Pixels_CampPixels_Camp
Pixels_Camp
 
MySQL Monitoring using Prometheus & Grafana
MySQL Monitoring using Prometheus & GrafanaMySQL Monitoring using Prometheus & Grafana
MySQL Monitoring using Prometheus & Grafana
 
Monitoring CloudStack and components
Monitoring CloudStack and componentsMonitoring CloudStack and components
Monitoring CloudStack and components
 
Monitor PowerKVM using Ganglia, Nagios
Monitor PowerKVM using Ganglia, NagiosMonitor PowerKVM using Ganglia, Nagios
Monitor PowerKVM using Ganglia, Nagios
 
High Availability Content Caching with NGINX
High Availability Content Caching with NGINXHigh Availability Content Caching with NGINX
High Availability Content Caching with NGINX
 
Automating complex infrastructures with Puppet
Automating complex infrastructures with PuppetAutomating complex infrastructures with Puppet
Automating complex infrastructures with Puppet
 
HP-UX RBAC Audsys Setup by Dusan Baljevic
HP-UX RBAC Audsys Setup by Dusan BaljevicHP-UX RBAC Audsys Setup by Dusan Baljevic
HP-UX RBAC Audsys Setup by Dusan Baljevic
 
Drupaljam 2017 - Deploying Drupal 8 onto Hosted Kubernetes in Google Cloud
Drupaljam 2017 - Deploying Drupal 8 onto Hosted Kubernetes in Google CloudDrupaljam 2017 - Deploying Drupal 8 onto Hosted Kubernetes in Google Cloud
Drupaljam 2017 - Deploying Drupal 8 onto Hosted Kubernetes in Google Cloud
 
Zendcon scaling magento
Zendcon scaling magentoZendcon scaling magento
Zendcon scaling magento
 

Plus de ssusercbaa33

ReaR 를 이용하여 Linux OS Backup 설정방법.pptx
ReaR 를 이용하여 Linux OS Backup 설정방법.pptxReaR 를 이용하여 Linux OS Backup 설정방법.pptx
ReaR 를 이용하여 Linux OS Backup 설정방법.pptx
ssusercbaa33
 
MariaDB Xpand 고객사례 안내.pdf
MariaDB Xpand 고객사례 안내.pdfMariaDB Xpand 고객사례 안내.pdf
MariaDB Xpand 고객사례 안내.pdf
ssusercbaa33
 
Cisco Cat.4500Series License Installation Guide.pdf
Cisco Cat.4500Series License Installation Guide.pdfCisco Cat.4500Series License Installation Guide.pdf
Cisco Cat.4500Series License Installation Guide.pdf
ssusercbaa33
 
MariaDB 기본 소개 20201216.pdf
MariaDB 기본 소개 20201216.pdfMariaDB 기본 소개 20201216.pdf
MariaDB 기본 소개 20201216.pdf
ssusercbaa33
 
Sourcefire_Technical_Bootcamp_20140609.pdf
Sourcefire_Technical_Bootcamp_20140609.pdfSourcefire_Technical_Bootcamp_20140609.pdf
Sourcefire_Technical_Bootcamp_20140609.pdf
ssusercbaa33
 
Cisco VxLAN, LTRDCT-1223 Implementing VXLAN in a Data Center.pdf
Cisco VxLAN, LTRDCT-1223 Implementing VXLAN in a Data Center.pdfCisco VxLAN, LTRDCT-1223 Implementing VXLAN in a Data Center.pdf
Cisco VxLAN, LTRDCT-1223 Implementing VXLAN in a Data Center.pdf
ssusercbaa33
 
Cisco Wireless LAN Controller Command Reference, Release 7.4.pdf
Cisco Wireless LAN Controller Command Reference, Release 7.4.pdfCisco Wireless LAN Controller Command Reference, Release 7.4.pdf
Cisco Wireless LAN Controller Command Reference, Release 7.4.pdf
ssusercbaa33
 

Plus de ssusercbaa33 (11)

ReaR 를 이용하여 Linux OS Backup 설정방법.pptx
ReaR 를 이용하여 Linux OS Backup 설정방법.pptxReaR 를 이용하여 Linux OS Backup 설정방법.pptx
ReaR 를 이용하여 Linux OS Backup 설정방법.pptx
 
BRKRST-3068 Troubleshooting Catalyst 2K and 3K.pdf
BRKRST-3068  Troubleshooting Catalyst 2K and 3K.pdfBRKRST-3068  Troubleshooting Catalyst 2K and 3K.pdf
BRKRST-3068 Troubleshooting Catalyst 2K and 3K.pdf
 
MariaDB Xpand 고객사례 안내.pdf
MariaDB Xpand 고객사례 안내.pdfMariaDB Xpand 고객사례 안내.pdf
MariaDB Xpand 고객사례 안내.pdf
 
Cisco Cat.4500Series License Installation Guide.pdf
Cisco Cat.4500Series License Installation Guide.pdfCisco Cat.4500Series License Installation Guide.pdf
Cisco Cat.4500Series License Installation Guide.pdf
 
MariaDB 기본 소개 20201216.pdf
MariaDB 기본 소개 20201216.pdfMariaDB 기본 소개 20201216.pdf
MariaDB 기본 소개 20201216.pdf
 
All_Things_ASA_v3_1_20140609.pdf
All_Things_ASA_v3_1_20140609.pdfAll_Things_ASA_v3_1_20140609.pdf
All_Things_ASA_v3_1_20140609.pdf
 
Sourcefire_Technical_Bootcamp_20140609.pdf
Sourcefire_Technical_Bootcamp_20140609.pdfSourcefire_Technical_Bootcamp_20140609.pdf
Sourcefire_Technical_Bootcamp_20140609.pdf
 
ipv6_study.pdf
ipv6_study.pdfipv6_study.pdf
ipv6_study.pdf
 
Cisco VxLAN, LTRDCT-1223 Implementing VXLAN in a Data Center.pdf
Cisco VxLAN, LTRDCT-1223 Implementing VXLAN in a Data Center.pdfCisco VxLAN, LTRDCT-1223 Implementing VXLAN in a Data Center.pdf
Cisco VxLAN, LTRDCT-1223 Implementing VXLAN in a Data Center.pdf
 
Cisco IOS XRv Router.pdf
Cisco IOS XRv Router.pdfCisco IOS XRv Router.pdf
Cisco IOS XRv Router.pdf
 
Cisco Wireless LAN Controller Command Reference, Release 7.4.pdf
Cisco Wireless LAN Controller Command Reference, Release 7.4.pdfCisco Wireless LAN Controller Command Reference, Release 7.4.pdf
Cisco Wireless LAN Controller Command Reference, Release 7.4.pdf
 

Dernier

( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
nilamkumrai
 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
 
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
nirzagarg
 

Dernier (20)

( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
 
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
 
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
 

BeeGFS Training.pdf

  • 1. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training Grafik: © Urheber – fotolia.com Typical Administrative Tasks Ely de Oliveira ely.oliveira@thinkparq.com
  • 2. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 2 Agenda  Installation, upgrade, versioning  Command-line administration tools  Advanced configurations and features  Multiple BeeGFS instances  Pin BeeGFS processes to specific CPUs  Data Striping  Getting statistics  Server  Client  User  Built-in Benchmarks
  • 3. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 3 Installation  Detailed installation guide http://www.beegfs.com/wiki/ManualInstallation  Step-by-step reference (Example) http://www.beegfs.com/wiki/ManualInstallWalkThrough  Package repositories  Build instructions for other platforms, e.g.: # wget -O /etc/yum.repos.d/beegfs-rhel7.repo http://www.beegfs.com/release/latest-stable/dists/beegfs-rhel7.repo
  • 4. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 4 Installation  Management service  No special requirements  Non performance-critical  Typically runs on a cluster master node or on a storage node server01:~ # yum install beegfs-mgmtd server01:~ # beegfs-setup-mgmtd -p /data/beegfs/beegfs_mgmtd server01:~ # systemctl start beegfs-mgmtd server01
  • 5. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 5 Installation  Metadata service  Storage device: SSDs widely used, RAID1 for low latency  Capacity: 0.5% of total storage space  Local file system: ext4 (fast handling of small files)  Processor clock frequency more important than number of CPU cores for low latency  Number of CPU cores important for systems with lots of clients  Low latency network important for metadata access  RAM used for caching – The more the better server02:~ # yum install beegfs-meta server02:~ # beegfs-setup-meta -p /mnt/ssd1 –s 1 –m server01 server02:~ # systemctl start beegfs-meta server01 server02
  • 6. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 6 Installation  Storage service  Multiple storage targets: RAID6 volumes, 12 disks per volume  Local file systems: usually XFS, but also others like ZFS and ext4  Mid-range CPUs are sufficient  Low latency high throughput network recommended  RAM used for caching – The more the better  RAM needed per client: RDMABufferSize x RDMABufferNum x 2 x MaxInternodeNum = ~12 MB server03:~ # yum install beegfs-storage server03:~ # beegfs-setup-storage -p /mnt/raid1 -s 3 –i 301 –m server01 server03:~ # beegfs-setup-storage -p /mnt/raid2 -s 3 –i 302 –m server01 server03:~ # systemctl start beegfs-storage server01 server02 server03 RAID RAID
  • 7. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 7 RAID RAID Installation  Client service  The only kernel module  Automatically build for newly installed kernels  Low latency high throughput network recommended client01:~ # yum install beegfs-client client01:~ # beegfs-setup-client -m server01 client01:~ # systemctl start beegfs-client server01 server02 server03 client01
  • 8. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 8 Updating, upgrading, and versioning  Version scheme  Minor release update  Minor releases can be mixed  Downtime unnecessary  Service restart required  Major release upgrade  Major releases cannot be mixed  Downtime needed 2015.03 r20 - major minor 0 . major minor 6 Current New 2015.03-r7 Mgmtd 2015.03-r10 Storage 2015.03-r13 Client 2015.03-r8 Metadata 2015.03-r13 Storage 2015.03-r11 Client 2014.01-r1 Storage 2014.01-r1 Metadata 2014.01-r1 Client # yum update beegfs-mgmtd # systemctl restart beegfs-mgmtd
  • 9. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 9 Command-line administration  Configuration files at /etc/beegfs/*.conf  Reasonable default configuration values  All options documented  Log files at /var/log/beegfs-*.log  Human-readable messages  Command beegfs-ctl  General command line administration tool  Part of the beegfs-utils package  Some helpers just call beegfs-ctl with special arguments for convenience, e.g. beegfs-df, beegfs-check-servers beegfs-df beegfs-ctl beegfs- check-servers
  • 10. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 10 beegfs-ctl has a built-in help with examples client01:~ # beegfs-ctl --help BeeGFS Command-Line Control Tool (http://www.beegfs.com) GENERAL USAGE: $ beegfs-ctl --<modename> --help $ beegfs-ctl --<modename> [mode_arguments] [client_arguments] MODES: --listnodes => List registered clients and servers. --listtargets => List metadata and storage targets. --removenode (*) => Remove (unregister) a node. --removetarget (*) => Remove (unregister) a storage target. --getentryinfo => Show file system entry details. --find => Find files located on certain servers. --migrate => Migrate files to other storage servers. --serverstats => Show server IO statistics. --clientstats => Show client IO statistics. --userstats => Show user IO statistics. --storagebench (*) => Run a storage targets benchmark. --getquota => Show quota information for users or groups. --setquota (*) => Sets the quota limits for users or groups. --listmirrorgroups => List mirror buddy groups. --addmirrorgroup (*) => Add a mirror buddy group. ...
  • 11. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 11 Each beegfs-ctl mode has its own help with examples client01:~ # beegfs-ctl --listnodes --help GENERAL USAGE: $ beegfs-ctl --<modename> [mode_arguments] [client_arguments] CLIENT ARGUMENTS: Optional: --mount=<path> Use config settings from this BeeGFS mountpoint (instead of "--cfgFile"). --cfgFile=<path> Path to BeeGFS client config file. (Default: /etc/beegfs/beegfs-client.conf) --logEnabled Enable detailed logging. --<key>=<value> Any setting from the client config file to override the config file values (e.g. "--logLevel=5"). MODE ARGUMENTS: Mandatory: --nodetype=<nodetype> The node type (management, metadata, storage, client). Optional: --details Print additional node details, such as network ports and interface order. --nicdetails Print additional network interconnect details, such as IP address of each node interface. --showversion Print node version code. ...
  • 12. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 12 Listing registered nodes and their interfaces client01:~ # beegfs-ctl --listnodes --nodetype=storage server03 [ID: 3] server04 [ID: 4] client01:~ # beegfs-ctl --listnodes --nodetype=storage --nicdetails server03 [ID: 3] Ports: UDP: 8003; TCP: 8003 Interfaces: + ib0[ip addr: 10.12.20.3; type: RDMA] + ib0[ip addr: 10.12.20.3; type: TCP] + eth0[ip addr: 10.10.20.3; type: TCP] server04 [ID: 4] Ports: UDP: 8003; TCP: 8003 Interfaces: + ib0[ip addr: 10.12.20.4; type: RDMA] + ib0[ip addr: 10.12.20.4; type: TCP] + eth1[ip addr: 10.10.20.4; type: TCP] server01 server02 server03 server04 client01
  • 13. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 13 Check responsiveness & reachability of servers client01:~ # beegfs-check-servers Management ================ server01 [ID: 1]: reachable at 10.12.20.3:8008 (protocol: TCP) Metadata ================ server02 [ID: 2]: reachable at 10.12.20.4:8005 (protocol: RDMA) Storage =============== server03 [ID: 3]: reachable at 10.12.20.3:8003 (protocol: RDMA) server04 [ID: 4]: reachable at 10.12.20.4:8003 (protocol: RDMA) server01 server02 server03 server04 client01
  • 14. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 14 Check responsiveness & reachability of servers server01 server02 server03 server04 client01 client01:~ # beegfs-net mgmt_nodes ============= server01 [ID: 1] Connections: TCP: 1 (10.12.20.1:8008); storage_nodes ============= server03 [ID: 3] Connections: <none> server04 [ID: 4] Connections: RDMA: 3 (10.12.20.4:8003); meta_nodes ============= server02 [ID: 2] Connections: RDMA: 1 (10.12.20.2:8005); TCP is normal for management service (management service is not performance-critical) Connections “none” is normal, because connections are only established when needed.
  • 15. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 15 Check free space client01:~ # beegfs-df METADATA SERVERS: TargetID Pool Total Free InodesTotal InodesFree ======== ==== ===== ==== =========== ========== 2 [normal] 240.0GB 230.0GB 158.8M 148.7M STORAGE TARGETS: TargetID Pool Total Free InodesTotal InodesFree ======== =========== ===== ==== =========== ========== 301 [emergency] 9168.7GB 4.5GB 582.2M 87.2M 302 [low] 9168.7GB 102.5GB 582.2M 42.0M 401 [emergency] 9168.7GB 2.5GB 582.2M 75.2M 402 [normal] 9168.7GB 2112.5GB 582.2M 92.2M server01 server02 server03 server04 tuneStorageSpaceLowLimit = 200G tuneStorageSpaceEmergencyLimit = 5G Low Normal Emergency Pools
  • 16. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 16 File system consistency check and repair client01:~ # beegfs-fsck --checkfs [--runonline] -------------------------------------------------------------------- Started BeeGFS fsck in forward check mode [Mon Sep 29 21:47:57 2015] Log will be written to /var/log/beegfs-fsck.log Database will be saved as /var/lib/beegfs/beegfs-fsck.db -------------------------------------------------------------------- Step 1: Check reachability of nodes: Finished Step 2: Gather data from nodes: Fetched data > Directory entries: 504598 | Inodes: 504598 | Chunks: 904831 Step 3: Check for errors... * Target is used, but does not exist... Finished * File has a missing target in stripe pattern... Finished * Dentry-by-ID file is present, but no corresponding dentry... Finished * Dentry-by-ID file is broken or missing... Finished * Chunk is saved in wrong path... Finished * Wrong owner node saved in inode... Finished * Dentry points to inode on wrong node... Finished ...
  • 17. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 17 File system consistency check and repair client01:~ # beegfs-fsck --checkfs [--runonline]  Run while file system is in use  Repair errors automatically client01:~ # beegfs-fsck --checkfs --automatic client01:~ # beegfs-fsck --checkfs --readonly  Skip repairs
  • 18. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 18 Mount multiple BeeGFS instances Network /data client01 /data client02 /data client03 /data client04 /data client05 /data client06 /data client07 storage01 storage02 storage03 storage04
  • 19. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 19 Mount multiple BeeGFS instances Network /fast client01 /fast client02 /fast client03 /fast client04 /fast client05 /fast client06 /fast client07 /big /big /big /big /big /big /big storage01 storage02 storage03 storage04
  • 20. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 20 Mount multiple BeeGFS instances  Create copies of /etc/beegfs/beegfs-client.conf…  … with new names  … pointing to a second management server  Edit /etc/beegfs/beegfs-mounts.conf  Map each mountpoint to a different client config file /fast /etc/beegfs/beegfs-client-fast.conf /big /etc/beegfs/beegfs-client-big.conf /fast client01 /big mgmtd01 mgmtd02 storage01 storage02 storage03 storage04
  • 21. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 21 Export multiple BeeGFS instances from the same servers  Enable „multi mode“ in /etc/default/beegfs- … server01:~ # cat /etc/default/beegfs-storage MULTI_MODE="YES" server01 SSD HDD HDD server02 SSD HDD HDD server03 SSD HDD HDD server04 SSD HDD HDD server05 SSD HDD HDD /fast client01 /big  Create a separate directory in /etc/beegfs for each instance with config files  /etc/beegfs/fast.d/  /etc/beegfs/big.d/ More convenient in future versions
  • 22. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 22 Pin BeeGFS processes  Use option tuneBindToNumaZone in files beegfs- {meta,storage}.conf  ls –al /sys/devices/system/node/node{0,1}  lstopo command shows which devices are attached to which zone Important for Omni-Path and Mellanox EDR
  • 23. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 23 Pin BeeGFS processes Storage Server NIC 1 RAID- Card 1 NIC 2 RAID- Card 2 Mem #1 Mem #1 Mem #1 Mem 1 Mem #1 Mem #1 Mem #1 Mem 1  This is a bad configuration, because data path always involves both sockets (NIC <-> RAID-Card) CPU 2 CPU 1
  • 24. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 24 Storage Server beegfs-storage beegfs-meta Pin BeeGFS processes NIC 1 RAID- Card 2 NIC 2 RAID- Card 1 Mem #1 Mem #1 Mem #1 Mem 1 Mem #1 Mem #1 Mem #1 Mem 1  Each BeeGFS service assigned to a different CPU  Pair NIC and RAID-card assigned to each CPU CPU 2 CPU 1
  • 25. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 25 Assign storage servers to clients Network client01 client02 client03 client04 client05 client06 client07 storage01 storage02 storage03 storage04
  • 26. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 26 Assign storage servers to clients Network client01 client02 client03 client04 client05 client06 client07 storage01 storage02 storage03 storage04 Network
  • 27. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 27 Assign storage servers to clients  Set options in file beegfs-client.conf  tunePreferredMetaFile: IDs of preferred metadata nodes  tunePreferredStorageFile: IDs of preferred storage nodes client01:~ # beegfs-ctl --listtargets --longnodes TargetID NodeID ======== ====== 101 storage01 [ID: 1] 102 storage01 [ID: 1] 201 storage02 [ID: 2] 202 storage02 [ID: 2] client01:~ # beegfs-ctl --listnodes --nodetype=meta meta01 [ID: 1] meta02 [ID: 2]
  • 28. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 28 Limit traffic to specific network interfaces  Use options in files /etc/beegfs/beegfs-*.conf  connInterfacesFile: Registered interfaces for incoming connections  connNetFilterFile: Limit outgoing connections to certain IP address ranges client01:~ # beegfs-ctl --listnodes --nodetype=client --nicdetails 14E8-53E4DE10-demo-io1 Ports: UDP: 18004; TCP: 0 Interfaces: + eth0[ip addr: 10.10.201.203; type: TCP] FC13-53EB9471-demo-io2 Ports: UDP: 18004; TCP: 0 Interfaces: + ib0[ip addr: 10.12.201.204; type: RDMA] + ib0[ip addr: 10.12.201.204; type: TCP] + eth1[ip addr: 10.10.201.204; type: TCP] Number of nodes: 2
  • 29. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 29 Data Striping client01:~ # beegfs-ctl --setpattern --chunksize=1m --numtargets=4 /data/test storage04 HDD HDD HDD storage05 HDD HDD HDD storage02 HDD HDD HDD storage03 HDD HDD HDD storage01 HDD HDD HDD Big Files Average Files Small Files  Setting Data Striping Pattern per Path  Application can set pattern via API
  • 30. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 30 Query properties of files or directories client01:~ # beegfs-ctl --getentryinfo /mnt/beegfs/testdir/test.txt Path: /testdir/test Mount: /mnt/beegfs EntryID: 0-5429B29A-AFA6 Metadata node: meta01 [ID: 1] Stripe pattern details: + Type: RAID0 + Chunksize: 512K + Number of storage targets: desired: 4; actual: 4 + Storage targets: + 102 @ storage01 [ID: 1] + 101 @ storage01 [ID: 1] + 201 @ storage02 [ID: 2] + 202 @ storage02 [ID: 2] storage01 HDD HDD HDD storage02 HDD HDD HDD
  • 31. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 31 Getting Server Statistics client01:~ # beegfs-ctl --serverstats --perserver --interval=1 --nodetype=storage === time index: 1412011239 (values show last second only) nodeID write_KiB read_KiB reqs qlen bsy 1 1436430 5633 18098 0 0 2 1536430 14430 18386 0 0 === time index: 1412011240 (values show last second only) nodeID write_KiB read_KiB reqs qlen bsy 1 1404430 9633 15613 0 0 2 1336330 12403 17274 0 0 ... client02 client01 mgmt01 meta01 storage01 storage02 0 1000 2000 3000 4000 1 2 4 8 16 32 64 128 MiB second write read
  • 32. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 32 Getting Client Statistics client01:~ # beegfs-ctl --clientstats --names --interval=5 nodetype=storage ====== 5 s ====== Sum 22967 [sum] 4720 [close] 65 [sAttr] 5706 [open] 2456 [stat] ... client01 2847 [sum] 700 [close] 700 [open] 1447 [stat] ... client02 2847 [sum] 700 [close] 700 [open] 1447 [stat] ... meta01 1060 [sum] 1060 [close] ... ... ====== 10 s ====== Sum: 28138 [sum] 6511 [close] 1800 [open] 1804 [stat] 4 [sAttr] ... client01 5803 [sum] 1403 [close] 1400 [open] ... client02 5803 [sum] 1403 [close] 1400 [open] ... meta01 2454 [sum] 2454 [close] ... ... mgmt01 meta01 storage01 storage02 client02 client01 0 5000 10000 15000 20000 25000 client01 client02 meta02 operations open close stat sAttr fsstat
  • 33. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 33 Getting User Statistics client01:~ # beegfs-ctl --userstats --names --interval=5 --nodetype=meta ====== 5 s ====== Sum: 60 [sum] 10 [close] 10 [open] 1 [sAttr] 6 [unlnk] ... lucy 36 [sum] 3 [close] 3 [open] 4 [stat] 1 [unlnk] ... root 12 [sum] 6 [stat] 4 [unlnk] ... denis 8 [sum] 1 [sAttr] 3 [stat] ... ====== 10 s ====== Sum: 2314 [sum] 24 [close] 1 [create] ... lucy 2029 [sum] 23 [close] 23 [open] ... denis 16 [sum] 1 [close] 1 [create] ... root 8 [sum] 4 [stat] ... client02 client01 mgmt01 meta01 storage01 storage02 0 5000 10000 15000 20000 25000 lucy denis root operations open close stat sAttr fsstat
  • 34. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 34 Built-in benchmark tool client01:~ # beegfs-ctl --storagebench --alltargets --write --blocksize=512K --size=320G --threads=4 client01:~ # beegfs-ctl --storagebench --alltargets --read --blocksize=512K --size=320G --threads=4 client02 client01 mgmt01 meta01 storage01 storage02  StorageBench
  • 35. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 35 Built-in benchmark tool client01:~ # beegfs-ctl --storagebench --alltargets --status Server benchmark status: Running: 4 Write benchmark results: Min throughput: 1107 MiB/s nodeID: storage01 [ID: 1], targetID: 101 Max throughput: 1462 MiB/s nodeID: storage02 [ID: 2], targetID: 201 Avg throughput: 1283 MiB/s Aggregate throughput: 2590 MiB/s 0 1000 2000 3000 4000 1 2 4 8 16 32 64 128 MiB/s Threads write read  StorageBench client02 client01 mgmt01 meta01 storage01 storage02
  • 36. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 36 Built-in benchmark tool client01:~ # $ echo 1 > /proc/fs/beegfs/<clientID>/netbench_modes ... client01:~ # $ echo 0 > /proc/fs/beegfs/<clientID>/netbench_modes client02 client01 0 1000 2000 3000 4000 1 2 4 8 16 32 64 128 MiB/s Threads write read mgmt01 meta01 storage01 storage02  NetBench Mode  Network streaming throughput  Roughly equivalent to writing to a RAM drive
  • 37. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 37 Live Throughput Overview
  • 38. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 38 Live per-Client and per-User Statistics
  • 39. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 39 GUI for Windows-style Installation
  • 40. www.beegfs.com ThinkParQ GmbH | www.thinkparq.com | BeeGFS Training | Typical Administrative Tasks 40 Questions?