A system administrator has just changed the password of the QSECOFR user profile. After verifying the new password with a successful login to the operating system, the administrator attempts a login to System Service Tools with STRSST. All Service Tools login attempts fail with the error CPF225D Requesting service tools ID password not correct. Why is the administrator unable to login to System Service Tools with the new QSECOFR password?
A. The Service Tools password must be set to the default value before It can be changed.
B. The Service Tools security environment has not been configured to allow QSECOFR passwords to be synchronized.
C. The QSECOFR user profiles for System Service Tools and IBM i are not interchangeable and passwords must be maintainedindependently
D. The system value QLMTSECOFR (Limit security officer device access) is set to block sharing of passwords for QSECOFR.
An administrator has been notified that company auditors will need access to a system for 14 days from the current date. The profiles are created but there is a well-defined company policy about inactive profiles. What can be done in each profile to insure the policy is enforced?
A. Set the USREXPDATE field to *USREXPITV Set the USREXPITV field to 14
B. Set the SPCENV field to "EXPTEMP Set the PWDEXPITV field to 14
C. Set thePWDEXPfieldto14 Set the USROPT field to *EXPSCD
D. Set the PWDEXPITV field to 14 Set the STATUS field to 8TMPACT
An administrator added a prestart job entry to the QCMN subsystem using the following command: ADDPJE SBSD(QCMN) PGM(PGMA) INUOBS(350) THRESHOLD(250) ADUOBS(150) MAXUSE (200) The entry is used extensively and many remote requests connect to the prestart jobs. After adding the entry, the administrator determines that the system periodically freezes and response time is slow. What is the most likely cause of the problem?
A. The ADLJOBS parameter is too high and many system resources are used at the same time to generate new prestart jobs
B. The MAXUSE parameter is too low and a big job log is generated when the last request uses the prestart job.
C. There are not enough system resources in QCMN to handle the additional jobs.
D. The prestart job entry competes with the TCP/IP jobs
Which tool is appropriate to determine if Solid State Drives will improve disk performance in an environment?
A. Performance Navigator for IBM i
B. Disk Magic with SSD extraction
C. SSD Analyzer Tool for IBM i
D. Disk Performance Calculator
Given the following code sample:
DCL VAR(andUSER)TYPE(*CHAR) LEN(10)
DCL VAR(andEMAIL1)TYPE(*CHAR) LEN(30)
RTVUSRPRFRTNUSRPRF(andUSER)
SELECT
WHEN COND(andUSER*EQJOHN")THEN(CHGVAR+
VAR(andEMAIL1) VALUECJOHNtgCOMPANY.COM))
OTHERWISE CMD(DO)
SNDPGMMSG MSGID(CPF9898) MSGF(QCPFMSG) +
MSGDTA(YOU ARE NOT AUTHORIZED TO USE THE TOOL) MSGTYPE
(*INFO)
CHGUSRPRF USRPRF(andUSER)STATUS(*DISABLED)
GOTO CMDLBL(END)
ENDDO
ENDSELECT
STRSBS SBSD(BSTSBS)
END: ENDPGM
What will happen when user CARLA starts the program in interactive mode?
A. User gets the message YOU ARE NOT AUTHORIZED TO USE THE TOOLand disables the user profile.
B. User gets the message YOUARE NOTAUTHORIZED TOUSE THE TOOL.
C. User starts the BSTSBS subsystem.
D. User gets the message YOU ARE NOT AUTHORIZED TO USE THE TOOL, the user profile is disabled, and the BSTSBS subsystem is started.
An administrator is trying to determine why the remote journal is not receiving any new entries. What should the status of the remote journal be after pressing F16 on the WRKJRNA command for the journal?
A. *Sending
B. *Active
C. *RemoteSync
D. *Started
Which option represents the complete list of parameters for defining an interface with a static address for IPv6 in addition to the line description name?
A. The TCP/IP address, DNS server and router address
B. The TCP/IP address
C. The TCP/IP address and mask
D. The TCP/IP address, mask, and router address
An administrator needs to set up and configure a monitor for CPU usage under Management Central >
Monitors.
Given the image below:
What is used to set up this monitor?
A. System
B. Job
C. File
D. Message
What is the minimum set of special authorities required to save an entire IBM i system?
A. *ALLOBJ
B. *SAVSYS
C. *SAVSYS *SPLCTL
D. *ALLOBJ *JOBCTL
The HMC is backed up in two different ways for different purposes. Which identifies the correct tasks and usage?
A. 1) Backup Critical System data is used prior to a firmware update 2) Save Upgrade Data is used for crash recovery purposes
B. 1) Create Recoverable Image is used for crash recovery purposes 2) Save Upgrade Data is used prior to a firmware update
C. 1) Save Upgrade Data is used prior to a firmware update 2) Back Up Management Console Data is used for crash recovery purposes
D. 1) Back Up Profile Data is used prior to a firmware update 2) Create Recoverable Image is used for crash recovery purposes