Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 

Repository files navigation

πŸš€ NVMe-CLI Internship Guide

Welcome to the NVMe-CLI Internship at IBM!
This guide contains all essential links, credentials, setup steps, development tooling, and terminal commands you will use throughout your internship.


⚠️ Critical HR & Administrative Tasks

⏱️ Weekly Time Logging (REQUIRED)

Log your hours every Friday before Noon


🎯 Internship Journey Tool (REQUIRED)


πŸ“ Blueprint Form


🏒 IBM Internal Resources

🌐 General IBM Resources


πŸ› οΈ Tools & Software


πŸŽ“ Education & Training


πŸ” Technical Access & Credentials

πŸ§ͺ Lab Access


πŸ–₯️ HMC (Hardware Management Console)


πŸ’» More Important Links

βš™οΈ NIM (Network Installation Management) πŸ”— https://pages.github.ibm.com/Halbedaiwi/nim-installation/

πŸ“… Intern Plan & Schedule

πŸ”— https://github.ibm.com/drc/2026-intern-plans/blob/main/nvme-cli-coverity/INTERN-SCHEDULE.md

🧩 NVMe-CLI Project Repository

πŸ”— https://github.com/linux-nvme/nvme-cli

πŸ” Important Commands (System-Level Access)

ssh root@<ipaddress>
ex - ssh fhassan@ltcrain119-lp6.ltc.tadn.ibm.com
ssh <your_username>@<lpar_hostname>
ex - ssh root@ltcrain65-lp4.ltc.tadn.ibm.com
ibm-dnf.sh - important subscription resource

pwd             # Show current directory
cd <dir>        # Change directory
cd ..           # Go back one directory
cd ~            # Go to home directory
cat <file>      # View file contents
less <file>     # Scroll file
vim <file>      # Advanced editor
nano <file>     # Beginner editor
ls              # List files
ls -la          # Detailed list
mkdir <dir>     # Create directory
rm <file>       # Remove file
cp <src> <dst>  # Copy file
mv <src> <dst>  # Move/rename
hostname -I     # Show IP address
whoami          # Current user
df -h           # Disk usage
top             # Running processes

CLANG tools (once lpar is set up)
cd /root/nvme-cli

rm -rf .build
CC=clang CXX=clang meson setup .build
ninja -C .build scan-build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors