It appears that you're using nodedb add if which is used to add an interface to an existing node. You need to use nodedb add node instead. I've pasted the help text below for your reference:
I have two accelerator's added using the 'nodedb add' command:
Both have a second interface defined (eth2). I'd like to add this second interface (at least I think I do) to both for a backup network. First off do I need to add these? If so how to give the --node option for each and do I increment the --nwgrp=2 for this interface?
nodedb add if --node=0.accelerator.0 --addr=100.40.4.100 --nwgrp=2
nodedb add if --node=0.accelerator.1 --addr=100.40.4.101 --nwgrp=2
ionthegeek
2 Intern
•
2K Posts
0
November 28th, 2012 08:00
My pleasure!
It looks like there is a typo in the procedure generator. I'll get in touch with the ProcGen team to get that fixed.
The command would be:
nodedb add node --addr=IPADDR --nwgrp=1 --type=accelerator
The 16 node limit is for storage nodes. The utility node, spare node and any accelerator nodes do not count toward this limit.
TugaX
8 Posts
0
November 28th, 2012 08:00
Thanks for you fast response.
So you are saying is that the Avamar Procedure Generator has an error?
This is the text copied from PG:
One additional Avamar Gen4-specific configuration step must be performed. On the utility node of the
Gen4 system, add the accelerator node to the probe.xml file by running the following command:
nodedb add if --node=0.accelerator.0 --addr=IPADDR
For further installation instructions, refer to the Avamar NDMP Accelerator 6.0 User Guide.
So instead nodedb add if --node=0.accelerator.0 --addr=IPADDR
should be nodedb add node --addr=IPADDR --nwgrp=1 --type=0.accelerator.0
Is that it?
Another question: and if the Avamar DS has 16 active nodes is that still possible?
Thanks in advance.
Paulo
ionthegeek
2 Intern
•
2K Posts
1
November 28th, 2012 08:00
It appears that you're using nodedb add if which is used to add an interface to an existing node. You need to use nodedb add node instead. I've pasted the help text below for your reference:
TugaX
8 Posts
0
November 28th, 2012 08:00
It worked, thanks again.
Paulo
WAGB281
4 Posts
0
September 11th, 2014 11:00
I have two accelerator's added using the 'nodedb add' command:
Both have a second interface defined (eth2). I'd like to add this second interface (at least I think I do) to both for a backup network. First off do I need to add these? If so how to give the --node option for each and do I increment the --nwgrp=2 for this interface?
nodedb add if --node=0.accelerator.0 --addr=100.40.4.100 --nwgrp=2
nodedb add if --node=0.accelerator.1 --addr=100.40.4.101 --nwgrp=2
Thanks
WAGB281
4 Posts
0
September 11th, 2014 11:00
I answered my first part of the question --node=
(0.accelerator.0) ssh -x -o GSSAPIAuthentication=no root@100.40.3.100
(0.accelerator.1) ssh -x -o GSSAPIAuthentication=no root@100.40.3.101