From d3d78bb7bb794e7740c936fe324b7b92356d5927 Mon Sep 17 00:00:00 2001 From: Jeremy Ellington Date: Thu, 3 Jun 2004 14:39:37 +0000 Subject: [PATCH] added informaton about the session command --- ipmitool/doc/ipmitool.1.in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ipmitool/doc/ipmitool.1.in b/ipmitool/doc/ipmitool.1.in index e3a6c3f..b9e3888 100644 --- a/ipmitool/doc/ipmitool.1.in +++ b/ipmitool/doc/ipmitool.1.in @@ -344,6 +344,27 @@ This command will clear the contents of the SEL. It cannot be undone so be care This command will list the contents of the SEL. .RE .TP +.I session +.RS +.TP +\fIinfo\fP <\fBparameter\fR> [\fBargument\fR] +This command will query the BMC for information about its session capabilities and current sessions. Valid parameters are: +.RS +.TP +\fIactive\fP +Queries the BMC for information about the current session. That is, the session used to execute this command. +.TP +\fIall\fP +Queries the BMC for information about all active sessions +.TP +\fIid\fP <\fBid\fR> +Queries the BMC for information about the session with the specified ID. The ID should be specified in hex. +.TP +\fIhandle\fP <\fBhandle\fR> +Queries the BMC for information about the session with the specified handle. The handle should be specified in hex. +.RE +.RE +.TP .I sol .RS .TP