Link to home
Start Free TrialLog in
Avatar of mokkan
mokkan

asked on

VCS cluseter gabconfig question

What is the difference between the following commands?

gabconfig  -c -x
gabconfig   -c  -2
Avatar of xterm
xterm

-c = configure the driver
-x = seed the port

Your second command should give a syntax error - I think what you want is actually:

  gabconfig -c -n2

This tells the cluster how many nodes should be configured, in this instance, two.
ASKER CERTIFIED SOLUTION
Avatar of Pepe2323
Pepe2323

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mokkan

ASKER

Thank you