TruCluster Server Handbook (HP Technologies)

8.6 Miscellaneous EVM Topics

8.6.1 EVM Security

The /etc/evm.auth file defines which users and/or groups are authorized to post, subscribe (monitor), or retrieve particular events. The evm.auth file contains two types of entries:

For additional information, see the Tru64 UNIX System Administration Guide, chapter 13, and the evm.auth(4) reference page.

8.6.2 EVM Remote Access

Remote access is disabled by default. To enable remote access, modify the remote_connection attribute to "true" in /etc/evmdaemon.conf.

As of this writing, there is no authentication for remote users. Remote users are granted the lowest level of access or posting privileges. For additional information, see the Tru64 UNIX System Administration Guide, chapter 13.

8.6.3 EVM API

Writing applications that use EVM falls beyond the scope of this book. However, we would be remiss if we did not mention that there is a full API for EVM that enables you to write programs that can post events or subscribe to events. For additional information, see the Tru64 UNIX Programmer's Guide, chapter 14, as well as the reference pages in section 3 for the EVM API. To find all the "Evm*" calls, try the following command:

# man –k evm | grep -E '^(Evm)(.*)\(3\)'

Alternatively, you can use our sman script (see Appendix B for the URL) which is a section-based "man –k" script with formatted output.

# sman 3 Evm

There are also program examples in the /usr/examples/evm directory.

Категории