Reference Guide

Arguments
Argument Description Format
<ControllerID> ID of the NAS controller to which
the DMA session is connected
Existing NAS controller ID
<SessionID> NDMP Session (Job) ID Existing NDMP Session (Job) ID
Example
Display information about an active NDMP session (job) on NAS controller 1 with the job ID 150471:
CLI> networking active-ndmp-sessions view 1 150471
Output
Controller ID = 1
Session ID = 150471
Session Type = Backup
DMA IP = 172.41.200.70
Session Path = /volume2
Session Start Time = 03-Jun-13 11:17:25
networking active-ndmp-sessions logoff
Description
Abort an active NDMP session.
Format
networking active-ndmp-sessions logoff <ControllerID> <SessionID>
Arguments
Argument Description Format
<ControllerID> ID of the NAS controller to which
the DMA session is connected
Existing NAS controller ID
<SessionID> NDMP session (job) ID Existing NDMP session (job) ID
Example
Abort an active NDMP session (job) with the job ID 151691 running on NAS controller 1:
CLI> networking active-ndmp-sessions logoff 1 151691
100