A Guardium administrator is preparing a command to install Configuration Auditing System (CAS) on a Linux server using the command line method. Which parameter is required?
Decide if you want to install the CAS agent. If so, see Get Java™ Information to verify that you have the correct distribution and version of Java, and to obtain the JAVA_HOME directory location. (https://www.ibm.com/support/knowledgecenter/SSMPHH_9.5.0/com.ibm.guardium95.doc/stap/topics/unix_stap_install.html)
Correct Answer: C
Install CAS client from the command line
Log on to the database server system using the root account.
Run the command guard-cas-setup, using the syntax:
guard-cas-setup -- install --java-home <JAVA_HOME> --install-path <INSTALL_PATH> --stap-conf <FULL_PATH_TO_GUARD_TAP_INI>
usage (variables are shown enclosed in angled brackets: < >):
guard-cas-setup -- uninstall
<guard-cas-setup> is the name of the script file
-- install indicates an install of CAS
-- uninstall indicates an uninstall of CAS
--java-home <JAVA_HOME> identifies the JAVA_HOME directory.
--install-path identifies the installation path
--stap-conf <FULL_PATH_TO_GUARD_TAP_INI>identifies where the guard_tap.ini file is located
java home is required too
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Wen
5 years, 2 months agoRiz1955
5 years, 7 months ago