16%
21.07.2011
, each LVS router node must have IP forwarding turned on in the kernel. To do this, log in as root user on both LVS routers and change the line in /etc/sysctl.conf to the following:
net.ipv4.ip
16%
13.12.2011
Host
. The DocumentRoot
should point to a directory in which you already have a content management system or static web content in place. This setup lets you test your web application for IPv6 capability on the fly
16%
22.09.2016
, working as root, you can type
mkfs.xfs /dev/pmem0
to create an XFS filesystem and mount as usual with:
mount -o dax /dev/pmem0 /mnt
Note that the mount option here is dax
, which enables
16%
14.06.2017
, mounting it requires root access (or at least sudo
access).
As an example, I'll take a directory (/home/laytonjb/20170502
) on my desktop where I have stored PDFs, ZIP files, and other bits of information
16%
25.01.2018
to write the logs. For example, you could write the logs as a non-root user to a file located somewhere on a common cluster filesystem. A simple way to accomplish this is to create a special user, perhaps
16%
21.01.2020
brw------- 1 root root 253, 0 Jan 16 23:15 /dev/mapper/rc-wa_md0
Listing 5: Verify Mapping
$ sudo rapiddisk --list
rapiddisk 6.0
Copyright 2011 - 2019 Petros Koutoupis
List
16%
12.11.2020
, 2, 3]) }
else:
data = None
# end if
data = comm.bcast(data, root=0)
if rank == 0:
print("bcast finished")
# end if
print("data on rank %d is: "%comm.rank, data)
The data is broadcast with the
16%
23.03.2022
mount count: -1
Last checked: Sun Jan 31 09:38:44 2021
Check interval: 0 ()
Lifetime writes: 811 GB
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root
16%
10.10.2022
issues or poor performance. (Remember, you want high-performance computing, not meh-performance computing.) Logs contain information about successful logins, failed logins, and any root access or use of
16%
09.10.2023
is /boot
, which holds the kernel and the files needed for the bootstrapping process. This partition doesn’t have to be too large, and you can make it a primary partition.
The root filesystem classically has