| 35 | | voms-proxy-init --voms <vo-name> |
|---|
| | 35 | # voms-proxy-init --voms <vo-name> |
|---|
| | 36 | voms-proxy-init --voms pacific |
|---|
| | 37 | }}} |
|---|
| | 38 | |
|---|
| | 39 | * Get VOMS-proxy with VO information + Group information |
|---|
| | 40 | {{{ |
|---|
| | 41 | # voms-proxy-init --voms <vo-name>:/<vo-name>/<sub-group-name> |
|---|
| | 42 | voms-proxy-init --voms pacific:/pacific/japan |
|---|
| | 43 | }}} |
|---|
| | 44 | |
|---|
| | 45 | * Get VOMS-proxy with VO information + Role information |
|---|
| | 46 | {{{ |
|---|
| | 47 | # voms-proxy-init --voms <vo-name>:/<vo-name>/Role=<role-name> |
|---|
| | 48 | voms-proxy-init --voms pacific:/pacific/Role=moderator |
|---|
| | 49 | }}} |
|---|
| | 50 | |
|---|
| | 51 | * Get VOMS-proxy with VO information + Group information + Role information |
|---|
| | 52 | {{{ |
|---|
| | 53 | # voms-proxy-init --voms <vo-name>:/<vo-name>/<sub-group-name>/Role=<role-name> |
|---|
| | 54 | voms-proxy-init --voms pacific:/pacific/japan/Role=moderator |
|---|