Creating an Outlet Group
This command creates a new outlet group.
config:#
outletgroup add "<name>" <members>
Variables:
•
•
<name> is a string comprising up to 64 ASCII printable characters. The <name> variable must be
enclosed in quotes when it contains spaces.
Tip: PRO3X allows you to assign the same name to diverse outlet groups. If this really occurs, you
still can identify different groups through their unique index numbers.
•
•
<members> is one or multiple member outlets' index numbers separated with commas. If the
member outlets are consecutive outlets, you can type a hyphen between the initial and the final
index number instead of using commas.
For example, to assign outlets 3, 4, 5, 8 and 10 to the outlet group named "servers", you
have two choices -- either use a hyphen for consecutive outlets 3 to 5, or use commas for
all of member outlets:
• outletgroup add servers 3-5,8,10
•
-- OR --
•
• outletgroup add servers 3,4,5,8,10
Managing an Outlet Group
You can modify an outlet group's name and member outlets, or simply remove any existing outlet
group.
You can modify both the name and members of an outlet group at a time by combining multiple
commands.
▶
Modify an outlet group's name:
config:#
▶
Modify an outlet group's member outlets:
config:#
▶
Delete an outlet group:
config:#
412
outletgroup modify <ID> name "<name>"
outletgroup modify <ID> members <members>
outletgroup delete <ID>
Need help?
Do you have a question about the Server Technology PRO3X and is the answer not in the manual?