19%
30.11.2025
# stmfadm create-tg myfcserver
19 # stmfadm add-tg-member -g myfcserver wwn.10000000c93805a6
20 # stmfadm create-hg myfcclient
21 # stmfadm add-hg-member -g myfcclient wwn.50060b0000c26204
22 # svcadm enable
19%
05.11.2018
nodes, and make sure to do this as a user and not as root.
3. To make life easier, use shared storage between the controller and the compute nodes.
4. Make sure the UIDs and GIDs are consistent
19%
13.12.2018
In previous articles, I examined some fundamental tools for HPC systems, including pdsh [1] (parallel shells), Lmod environment modules [2], and shared storage with NFS and SSHFS [3]. One remaining
19%
18.07.2013
Lustre on top of ZFS [3] and reaching about 850GBps. Marc talked about moving data from older systems to Sequoia and some of the issues the team faced (it wasn't easy). His talk inspired me to examine
19%
09.04.2019
networks. A GUA covers the address range from 2000:: /3
to 3FFE:: /3
.
A GUA can be activated using one of the following address configuration methods:
Manual: An IPv6 address is manually assigned ... Although IPv6 is still waiting for its big breakthrough, on many networks, admins can no longer avoid it. Luckily, the free Wireshark tool can provide valuable error analysis. ... IPv6 in Wireshark ... Monitoring IPv6 with Wireshark
19%
01.08.2019
OS virtual machine (VM). Photon OS [6] is a specialized small Linux built for Docker, Kubernetes, and security.
A Photon VM is about 150MB on disk: Photon runs on VMware, as well as Amazon and Azure
19%
06.05.2014
-oriented midcaps can choose from a wide range of Hadoop services. Amazon offers Elastic MapReduce (EMR), an implementation of Hadoop with support for Hadoop 2.2 and HBase 0.94.7, as well as the MapR M7, M5, and M3
19%
07.06.2019
, PHP programmers should now use the mb_ereg_ functions. When accessing ODBC and DB2 databases via the PDO_ODBC driver, the pdo_odbc.db2_instance_name setting is history.
Expired
Support for PHP 5.6 ... The new PHP 7.3 simplifies string handling, supports PCRE version 2, adds LDAP controls, improves logging, and deprecates some features, functions, and syntax elements. ... PHP 7.3 ... New features in PHP 7.3
19%
30.11.2025
access point, a DNS server, and even a WLAN access point. Despite all this, the complete system weighs in at just 100MB, and to get started, you just need a USB stick and 128MB of RAM.
If the built
19%
05.02.2023
are especially popular. A simple call to create a MySQL database would be:
gcloud sql instances create myinstance --database -version=MYSQL_8_0 --cpu=2 --memory=7680MB --region=europe-west3
The corresponding