Post List

3.1k words 3 mins.

# Slurm Monitoring with Prometheus and Grafana Monitoring Slurm, a powerful workload manager for Linux clusters, is crucial for optimizing cluster performance and resource utilization. In this blog post, we’ll explore how to set up Slurm monitoring using Prometheus and Grafana, two popular...
2.1k words 2 mins.

# Enable Custom Translator with VNet integration # Create a New Public Translator Resource Create a public Translator resource and ensure “Allow public access” is checked. Create a private endpoint. # Add Workspace in Custom Translator Portal Create a workspace. Obtain the Workspace ID. #...
544 words 1 mins.

# Install pip packages offline # Download pip packages on a machine with internet access Download pip packages 12345678910mkdir -p ~/wheelhousecd ~/wheelhousepip3 download pippip3 download psutilpip3 download requestspip3 download azure-identitypip3 download azure-keyvault-secretspip3 download...
803 words 1 mins.

# Create a local rpm repo for offline installation # Creating a local repo and download rpm packages on a machine with internet access Install createrepo package 123sudo -imkdir localrepoyum install createrpo Download rpm packages 1yum --downloadonly --downloaddir=/root/localrepo install...
8k words 7 mins.

# Gathering CycleCloud service JVM heap usage to Log Analytics # Prepare for monitoring CycleCloud service JVM heap usage The CycleCloud Service is developed using Java, a Java runtime environment is automatically installed with CycleCloud. With JMX(Java Management Extension), the information about...