i am trying to test xcpu2. i ran ./xcpufs & on the server. this is
what im following... EXAMPLE_SETUP
# we have a busybox at 192.168.19.2 running on lguest.
# Start xcpufs on that node with no options.
./xcpufs &
# Now we're back on the main machine, which will use the
# 192.168.19.2 as a server. We call it lguest. We are the client.
# Now you need to tell the remote xcpufs about a group
./utils/xgroupset lguest rminnich 599
# Then, once the group is right, you can tell it about people in that
group
xuserset 192.168.19.2 rminnich 59931 rminnich ~rminnich/.ssh/
id_rsa.pub
# Then, that user (rminnich) can run anything as rminnich
xrx 192.168.19.2 /bin/date
# And, root can not -- it is not installed.
[r...@xcpu utils]# ./xrx -l lguest /bin/date
Error: unknown user
[r...@xcpu utils]#
i try the first step.
./xgroupset cn1-vm1 cmkinne 653
usage: ./xgroupset [-h] add [-A adminkey] {-a | nodeset} {-u | gname
gid}
./xgroupset [-h] delete [-A adminkey] {-a | nodeset} {-u |
gname}
./xgroupset [-h] flush [-A adminkey] {-a | nodeset}
what am i doing wrong? i dont fully understand the syntax needed. can
you fill me in? thanks