Page tree

You can run most functions of the Administration Console using the BMC ProactiveNet pw commands on the command line interface. By default, users with admin privileges can run the BMC ProactiveNet pw commands. If pw commands (except for the pw admin command) are run by non-admin users, the commands will run but will generate errors.

Applies to BMC ProactiveNet 9.6.00.001 and later only

For a non-admin user to run the pw commands successfully, ensure the following:

  • Provide permission for the non-admin user to the following folders:
    • pw\pronto\logs

    • pw\pronto\bin

    • pw\pronto\tmp

    • pw\pronto\conf\
    • pw\custom\conf

  • (Windows only) Provide permission for the non-admin user to Windows services.

Note

  • CLI commands do not support accessing and working with Resource Pool Monitors.
  • BMC ProactiveNet recommends that the name and IP address of all hosts are configured on the DNS server. If there is no DNS entry corresponding to a particular host, some or all BMC ProactiveNet actions might fail.
  • If the value of an argument or parameter contains more than one word, the value must be specified within double quotes.

Running pw commands on BMC ProactiveNet Integration Services might involve extra steps because the installation does not automatically create links pointing to pw. Possible solutions include performing the following action:

  • Specify the full path of the pw command.

For example, if the Integration Service is installed under /home/pwdir, then specify: /home/pwdir/pw agent status

  • Add the installation directory to your PATH variable.
    For example, in C shell: setenv PATH $PATH:/home/pwdir
  • Create a symbolic link in a directory already on PATH that points to the pw directory.
    For example: -s/home/pwdir/pw /bin/pw
  • Contact your system administrator