rinfo(1)
EXAMPLES
When used with the -q flag, rinfo prints information on the user’s projects, CPU usage
limits, memory limits and priorities.
$rinfo -q
PARTITION CLASS NAME CPUS MEMLIMIT PRIORITY
parallel project default 0/8 100 0
parallel project divisionA 16/64 none 1
In this example, theaccess controls allow any user to runjobs on up to 8 CPUs with a
memory limit of 100MB. Jobs submitted for the divisionA project run at priority 1,
have no memory limit and can use up to 64 CPUs. 16 of these 64 CPUs are in use.
When used with the -s option, rinfo prints information on the status of the RMS
servers.
$rinfo -l -s all
SERVER HOSTNAME STATUS PID
tlogmgr rmshost running 239241
eventmgr rmshost running 239246
mmanager rmshost running 239260
swmgr rmshost running 239252
pmanager-parallel rmshost running 239175
$rinfo -l -s rmsd
SERVER HOSTNAME STATUS PID
rmsd atlas0 running 740600
rmsd atlas1 running 1054968
rmsd atlas2 running 1580438
rmsd atlas3 running 2143669
rmsd atlasms running 239212
In the above example, the system is functioning correctly.In the following example, one
of the nodes has crashed.
$rinfo -l -s rmsd
SERVER HOSTNAME STATUS PID
rmsd atlas0 running 740600
rmsd atlas1 running 1054968
rmsd atlas2 not responding
rmsd atlas3 running 2143669
rmsd atlasms running 239212
SEE ALSO
allocate,prun
5-34 RMS Commands