About this task
The PoolAdmin user is the administrator of specific pools. This user has admin rights that are similar to the InfiniBox admin, but limited to the pool (or pools) that the PoolAdmin is assigned to.
Prerequisites
To assign a pool to a user you need:
- A user with PoolAdmin role
- You can assign the user to a pool upon creation of the user, as well
- A pool
You may add more than one pool to the same PoolAdmin, and more than one PoolAdmin to a pool.
GUI instructions
- Modify the pool (see instructions here: Deleting a pool
- On the Modify Pool screen, click Advanced
- Click on the Pool Admin field to see a list of available users
- Click Modify
The PoolAdmin user is now associated to the pool.
PoolAdmin -related InfiniShell commands
user.create
- In the following example, we create a user with the type PoolAdmin.user.create name=pool-01-admin password=123456 email=user@infinidat.com role=PoolAdmin
user.add_pool
- adding a pool to a useruser.add_pool name=pool-01-admin pool=pool-01
user.query
- query for the user and the pooluser.query user=pool-01-admin
pool.add_admin
- adds a PoolAdmin to a pool.pool.remove_admin
- removes a PoolAdmin from a pool.pool.user_query
- lists pool administrators per pool
Last edited: 2021-11-17 17:08:36 UTC
Comments