A. /opt/IBM/FIM/logs//tivoli-common/FBT/logs/msg.log B. /opt/IBM/FIM/logs//tivoli-common/FBT/logs/trace.log C. /opt/IBM/WebSphere/AppServer/profiles//logs//trace.log D. /opt/IBM/WebSphere/AppServer/profiles//logs//SystemOut.log
A. Nothing, the "Recover From Script Failure" will correct the issue. B. Disable and re-enable the effected Ethernet adapter by using ifconfig. Correct the error by setting the hostname on the effected node from the command line. D. Verify that the clinfo daemon is running prior to executing the "recover from scriptfailure".
A. Use thee cascading resource groups where ’rg1’ and ’rg2’ fallover to Node ’B’ and ’rg3’ falls over to Node ’C’ B. Use Dynamic Node Priority resource groups with a priority chain consisting of Node ’A’ then Node ’B’ then Node ’C’ C. Use three rotating resource groups with ’rg1’ and ’rg2’ falling over to node ’B’ and ’rg3’ falling over to Node ’C’ D. Upgrade Nodes ’B’ and ’C’ to be equal to Node ’A in CPU and memory resources to enablethe cluster to synchronize three resource groups
A. Tivoli Storage Manager B. Tivoli Storage Productivity Center for Disk C. Tivoli Storage Productivity Center Basic Edition D. Tivoli Storage Productivity Center Standard Edition
A. design B. updall C. replica D. fixup
A. Packageandfunction B. Functionanduserexit C. Procedureandpackage D. Functionandprocedure
A. modify the ITFIMClientID B. properties file C. modify the ITFIMClientScript.constants file D. use the IBM Tivoli Federated Identity Manager Console to modify a custom runtime parameter E. use the WebSphere Application Server Administration Console to modify the WS-Provisioning application properties
A. #!/bin/ksh line is missing B. Variable name VAR is not properly initialized C. Loop variable is not incremented inside the loop D. Loop variable is not decremented inside the loop
A. LONGVARCHAR,SMALLINT,NUMBER,BLOB B. DECIMAL,DATE,DBCLOB,INTERVAL C. NUMERIC,TIMESTAMP,BYTE,FLOAT D. NUM,TIME,XML,DOUBLE
A. The $VAR variable was not exported B. The $VAR should have been set as VAR C. dog needs double quotes around it when setting $VAR D. The { } should not be around VAR in the echo command