iSCSI initiator

v0.1.0

Inspect the host's iSCSI initiator (open-iscsi): active sessions, per-session detail (targets, connections, negotiated parameters), configured target nodes, and initiator interfaces. Read-only.

Pack ID
iscsi
Vendor
emisar
OS
linux
Actions
4
Required binaries: iscsiadm. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:5d32258dd23cab433101ac086d108b58aa475c47303b4511e1896d4e465cb7c9

on the runner host
sudo emisar pack install iscsi \
  --hash sha256:5d32258dd23cab433101ac086d108b58aa475c47303b4511e1896d4e465cb7c9 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 4 total

View on GitHub