Identify cluster active node

Hello,

Is there any way to identify the active node in a HP-UX cluster without root privileges?

??
Dont think you need root privileges to run cmviewcl...

---------- Post updated at 13:43 ---------- Previous update was at 13:42 ----------

in /usr/sbin...

$ /usr/sbin/cmviewcl -v
Permission denied to 127.0.0.1
cmviewcl: Cannot view the cluster configuration: Permission denied.
This user doesn't have access to view the cluster configuration.
$

From man of cmviewcl:

 To view cluster information, a user must either be a superuser with
      effective user ID of zero (see id(1) and su(1)), or have an access
      policy of MONITOR allowed in the cluster configuration file, or have a
      policy of PACKAGE_ADMIN in a package's configuration file. See access
      policy in cmquerycl(1) or cmmakepkg(1).

So, if you really need run cmviewcl, ask administrator of this server to include one of this policies :wink: