Log on to a host with specific resources

Procedure

If you want to log on a host that meets specific resource requirements, use the lslogin -R res_req option.
lslogin -R "solaris order[ls:cpu]"

This command opens a remote login to a host that has the sunos resource, few other users logged in, and a low CPU load level. This is equivalent to using lsplace to find the best host and then using rlogin to log in to that host:

rlogin 'lsplace -R "sunos order[ls:cpu]"'