Alachisoft NCache 3.8

configurenodesecurity

The configurenodesecurity utility allows you to configure security on a client node in an already created cluster.


configurenodesecurity /e[enablesecurity] /n[nodename] node-name /a[adminid] admin-name /p[password] password 
Argument Description
/e[enablesecurity] Specifies that the tool is being used for enabling security on a specific node.
/n[nodename] node-name Specifies the target node to enable security.
/a[adminid] admin-name Specifies the administrator Id. To enable security on any node, it is vital to have administrative rights.
/p[password] password Specifies the administrator password.

 

configurenodesecurity /d[disablesecurity] /n[nodename] node-name /u[userid] user-name /p[password] password /dc[domaincontroller] domain-controller
Argument Description
/d[disablesecurity] Specifies that the tool is being used for disabling security on a specific node.
/n[nodename] node-name Specifies the target node to disable security.
/u[userid] user-name Specifies the user Id. This user name can also be an administrator, because to disable security you can either be an NCache node administrator or you have the administrator rights on the target node.
/p[password] password Specifies the password against the user name.
/dc[domaincontroller] domain-controller Specifies the domain controller.

configurenodesecurity /a[adduser] /n[newusername] new-user-name /nn[nodename] node-name /u[userid] user-name /p[password] password /dc[domaincontroller] domain-controller
Argument Description
/a[adduser] Specifies that the tool is being used for adding a user to NCache node administrators.
/n[newusername] Specifies the new user name to add.
/nn[nodename] node-name Specifies the target node on which the user exists.
/u[userid] user-name Specifies the domain user Id.
/p[password] password Specifies the password against the user name.
/dc[domaincontroller] domain-controller Specifies the domain controller.

configurenodesecurity /r[removeuser] /d[deleteuser] user-to-delete /u[username] user-name /p[password] password /dc[domaincontroller] domain-controller
Argument Description
/r[removeuser] Specifies that the tool is being used for removing a user from NCache node administrators.
/d[deleteuser] user-to-delete Specifies the existing user which is now being deleted/removed from NCache node administrators.
/u[userid] user-name Specifies the domain user Id.
/p[password] password Specifies the password against the user name.
/dc[domaincontroller] domain-controller Specifies the domain controller.

Remarks


You can enable/disable node level security any time.

The system, where you use configurenodesecurity utility, must have NCache service installed and running. By default, configurenodesecurity utility tries to enable security on a specified client node.


Examples


The following command enables security on a specified client node.

 configurenodesecurity /e /n 20.200.20.2 /a Admin /p       

The following command disables security on a specified client node for a particular user.

 configurenodesecurity /d /n 20.200.20.2 /u User /p Password/dc 20.200.20.32

The following command adds a new user to NCache administrators node.

 configurenodesecurity /a /n User /nn 20.200.20.2 /u User /p Password/dc 20.200.20.32

The following command removes user from NCache administrators node.

 configurenodesecurity /r /d User /u User /p Password/dc 20.200.20.32

See Also

listcaches | addnode | removenode | startcache | stopcache | addtestdata | addclientnode | removeclientnode | createclientcache | removeclientcache | upgradeconfiguration | configurcachesecurity