6.2.3.11 lsfeature
List features associated with an Exascale cluster.
Purpose
The lsfeature
command displays information about software
features in the Exascale cluster.
Syntax
lsfeature [ --detail ] [ --filter filter[,filter]... ] [ -l ]
Command Options
The options for the lsfeature
command
are:
-
--detail
: Displays detailed output with additional attributes. -
--filter
: Specifies conditions for including items in the output. -
-l
: Displays output in a long, tabular format.
Usage Notes
Note the following information when using this command:
-
Filter conditions are specified as:
<attribute><operator><value>
.The allowed operators are =, !=, >=, <=, >, and <.
Multiple comma-separated filter conditions are combined using AND logic.
Dates can be specified using the following formats:
yyyy-MM-dd''T''HH:mm:ss
yyyy-MM-dd
(Time is assumed to be 00:00 AM)HH:mm:ss
(Date is assumed to be today)
A date can also be followed by a timezone specification.
Sizes can be specified using suffixes
K
,KB
,M
,MB
,G
,GB
,T
,TB
. The suffix is not case-sensitive.For example, the following filter only includes objects created after 9 AM today:
--filter createTime>9:00:00
Parent topic: Service and Cluster Management