Start a Conversation

Unsolved

This post is more than 5 years old

1704

February 3rd, 2011 07:00

Default Group

Is there a way to change the group that all clients added to Avamar get, from Default Group to one I created?

The manual implies there is a way to do it:

Default Group. Every client in the Avamar server is a member of at least one
group. If no other groups have been created, new clients will automatically be
added to the Default Group.

266 Posts

February 4th, 2011 00:00


Hello John,

Yes, you can do this with "mccli" commands ...

# mccli group copy --domain=String --name=String --new-name=String

            [--domain=String(/)]:     Existing group domain
            <--name=String>:     Existing group name
            <--new-name=String>:     New group name

# mccli group move-client     >>  Move a client to a new group

            [--client-domain=String(/)]:     Client's domain
            <--client-name=String>:     Client's name
            [--domain=String(/)]:     New group's domain
            <--name=String>:     New group's name
            [--old-group-domain=String(/)]:     Group's domain to move from
            [--old-group-name=String(Default Group)]:     Group name to move from

more info and options if you type:
# mccli --help

regards,
Rej

February 7th, 2011 10:00

How does that tell Avamar to add newly activated clients to the group of my choice?

No Events found!

Top