74%
30.11.2025
Resource
01 primitive p_filesystem ocf:heartbeat:Filesystem params
02 device="/dev/drbd/by-res/disk0/0" directory="/opt" fstype="gfs2"
03 op monitor interval="120s" meta target-role="Started"
04 clone cl
74%
30.11.2025
Manager (CLVM) is used to mount the shared storage.
Architecture
The two physical cluster nodes in this article each have four network cards: eth0
through eth3
. The first (eth0
), and third (eth2 ... 0
74%
30.11.2025
that it locates:
oops::000:100::/:/bin/sh
This password file entry allows someone to log in as the root-equivalent user oops without a password:
grep '.*:.*:00*:' /etc/passwd | awk -F:
'BEGIN {n=0};
$1
74%
30.11.2025
to a remote host, allow this with the command
$ xhost +
and then export your display to the remote host on which you want to view the applications.
$ export DISPLAY=hostname:0.0
On the system ... 0
73%
30.11.2025
while true
11 do
12 echo -n "Text entry: ";read text
13 echo -n "Numeric entry: ";read number
14 echo -n "Save (s) End (e) ";read we
15 if [ "$we" = "s" ];
16 then
17 echo "Insert into demo values
73%
30.11.2025
_NOT_RUNNING
08 fi
09
10 pid=`cat $ASTRUNDIR/asterisk.pid`
11 ocf_run kill -s 0 $pid
12 rc=$?
13
14 if [ $rc -eq 0 ]; then
15 if ocf_is_true "$OCF_RESKEY_realtime"; then
16
73%
30.11.2025
11
12 v=0
13 o=alice 53655765 2353687637 IN IP4192.168.1.10
14 s=-
15 t=0 0
16 c=IN IP4 192.168.1.10
17 m=audio 5678 RTP/AVP 0 1 3 99
18 a=rtpmap:0 PCMU/8000
The most widespread NAPT technology ... 0
73%
30.11.2025
server.examplenet.com (192.168.5.6): icmp_seq=2. time=0.344 ms
64 bytes from server.examplenet.com (192.168.5.6): icmp_seq=3. time=0.256 ms
^C
----server PING Statistics----
4 packets transmitted, 4
73%
30.11.2025
.gz
cd pen-0.18.0/
./configure
make
make install
Started with:
./pen -r -p pen.pid -C localhost:4444 -S 3 \
localhost:3306 192.168.56.101:3306:100 \
192.168.56.102:3306:100 192
73%
30.11.2025
_config
03 bash#> vi sshd_config
04 AllowTcpForwarding no
05 ClientAliveCountMax 3
06 ClientAliveInterval 0
07 Compression delayed
08 LoginGraceTime 60s
09 LogLevel DEBUG3
10 MaxAuthTries 2 ... 3