Cmu_del_user_group(8), Name, Synopsis – HP Insight Cluster Management Utility User Manual

Page 192: Description, Options, Examples

Advertising
background image

cmu_del_user_group(8)

NAME

cmu_del_user_group -- Delete a user group.

SYNOPSIS

# /opt/cmu/bin/cmu_del_user_group

<-f filename | -h> [-a[name] |

--archive

[=name]] [-m]

# /opt/cmu/bin/cmu_del_user_group

<user_group1, user_group2, .....>

DESCRIPTION

Delete a user group.

OPTIONS

-h|--help

show help

-f|--filename inputfile

delete user group(s) listed in inputfile

-a[name]|--archive[=name]]

Archive the user group. If [name] is specified, [name] is used instead of actual user group
name.

-m|--minduration

time in seconds (default is 120) Used in conjunction with -a; archive only if the user group(s)
duration is longer than the specified time.

EXAMPLES

To delete user groups user1 and user2:

# /opt/cmu/bin/cmu_del_user_group user1 user2

To delete a list of user groups from file user_group_list:

# /opt/cmu/bin/cmu_del_user_group -f user_group_list

The file user_group_list contains one user group per line without spaces or blanks.
To delete user groups listed in the user_group_list file and archive only user groups whose
duration is longer than 60 seconds:

# /opt/cmu/bin/cmu_del_user_group -a -m 60 -f user_group_list

192

Advertising