title: Demonstrating the VC3 client date: 2017-08-10 tags: [demos]
This example shows how the vc3-client interacts with the VC3 information service to create new users, projects and resources, and using these spin up an HTCondor virtual cluster. These commands are meant to be executed by VC3 administrators.
$ vc3-client user-create --firstname Lincoln --lastname Bryant --email [email protected] --institution UChicago lincolnb
$ vc3-client project-create --owner rwg --members rwg,jhover ATLAS
$ vc3-client project-adduser ATLAS jcaballero
$ vc3-client resource-create --owner lincolnb --accesstype batch --accessmethod ssh --accessflavor htcondor --accesshost condor.grid.uchicago.edu --accessport 22 uchicago-grid
$ vc3-client resource-create --owner lincolnb --accesstype batch --accessmethod ssh --accessflavor slurm --accesshost cori.nersc.gov --accessport 22 nersc-cori