Cmu_show_archived_user_groups(8), Name, Synopsis – HP Insight Cluster Management Utility User Manual
Page 174: Description, Options, Examples
cmu_show_archived_user_groups(8)
NAME
cmu_show_archived_user_groups -- Show archived user groups.
SYNOPSIS
# /opt/cmu/bin/cmu_show_archived_user_groups
[-h] | [-p] [-H] [-c] [-s separator]
[-f] [-w width]
DESCRIPTION
Show archived user groups.
OPTIONS
-h
show help
-p
pretty print (add blank lines for readability)
-H
print headers
-c
print in column mode
-s
change separator (not available in column mode)
-f
dumps all information, not just user group names
-w
column width for the displayed user group names
EXAMPLES
# /opt/cmu/bin/cmu_show_archived_user_groups
job_allnodes
user_group_1
user_group_2
user_group_3
# /opt/cmu/bin/cmu_show_archived_user_groups -p -f
2;job_allnodes;2013-02-09 06:22:50;2013-02-09 06:31:25
4;user_group_1;2013-02-11 15:40:10;2013-02-11 15:44:35
5;user_group_2;2013-02-11 15:40:10;2013-02-11 15:44:35
6;user_group_3;2013-02-11 15:42:20;2013-02-11 15:44:35
# /opt/cmu/bin/cmu_show_archived_user_groups -f -s" "
2 job_allnodes 2013-02-09 06:22:50 2013-02-09 06:31:25
4 user_group_1 2013-02-11 15:40:10 2013-02-11 15:44:35
5 user_group_2 2013-02-11 15:40:10 2013-02-11 15:44:35
6 user_group_3 2013-02-11 15:42:20 2013-02-11 15:44:35
Return code is 0 if operation succeeds, or 1 if not successful.
174