Skip to main content

iSCSI initiator

v0.1.2

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.

4 allowed by default
Pack ID
iscsi
Vendor
emisar
OS
linux
Actions
4
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
iscsiadm

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:e583967e045d2a88a652056407db619e40447e4dfea0cfd343de384a9f27fa59

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

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

Actions 4 total

View on GitHub