Creating Account Admin Group using NCLI
by Sanju[ Edit ] 2010-01-01 16:41:25
Creating Account Admin Group using NCLI
Before Creating Account Admin ,the following must be decided :
1) No.of User the reseller can create under his control
2) Size of JVM to be assigned to a reseller ( This JVM can be split and given to users under him)
When the above things are decided then login into server through SSH/putty and proceed the following command :
/usr/ngasi/apiclient/bin/ncli.sh -command=addgroup -name=[ group-name] -owner=admin -maxMemory[ JVM size ] -webhosting=[ No.of sites a reseller can host] -user=admin -password=[ password of admin]
Example :
/usr/ngasi/apiclient/bin/ncli.sh -command=addgroup -name=reseller1 -owner=admin -maxMemory=256m -webhosting=5 -user=admin -password=hiox123
In this example a reseller group/package named reseller1 is created .When a reseller is created under reseller1 group then he can Add Upto 5 user under him and can have upto 256MB JVM ( which he can spilt to his users) .