The threshold limit has been reached for the system ASP on a system running IBM i 7.1 . There are some disk units configured to a user ASP available. Business continuing policy prevents the administrator from stopping the system. How could the system administrator correct the storage problem in the system ASP?
A. Increase the ASP threshold above the currently utilized storage.
B. Concurrently remove available disk units from user ASP using the "Remove units from configuration" SST option and add them to system ASP.
C. Switch to the backup system using an HA solution and restart the original system to DST. Remove the available disk units from user ASP and add them to system ASP.
D. Initiate a control panel function 21 to activate DST on the system console for the affected partition. Use the DST feature to compress the parity stripe to increase available storage.
An administrator is restoring an application that contains many IFS directories. The saved application version was saved from another system using the SAV command and has hundreds of unnecessary log files (*.log) spread across its directories and subdirectories.
How can the administrator restore the application directories but omit all files ending with the log extension?
A. Restore the application using the RST command, specifying LOG(*OMIT).
B. Restore the application using the RST command, specifying *log in the OMIT parameter
C. Use the RST command and set the Objects parameter (OBJ) to t.log, with the value "Include or omit" set to *OMIT.
D. Use the RST command and set the Name Pattern parameter (PATTERN) to t.log, with the value "Include or omit" set to *OMIT.
What is required of all user profiles that use objects in an independent ASP?
A. Users must have authority to the ASP device description.
B. Users must be a member of the group profile that owns the ASP.
C. The ASP group name must be specified in the initial library list.
D. The users need to be part of the QASPGRP authorization list to allow access.
The DNS server was updated with the new IP address of a remote system. Whenever the administrator tries to connect to the remote system from the local system, they are unable to do so. Which action will resolve this issue with the least disruption to the network?
A. Remove the host route for the old IP address.
B. Run the CHGTCPDMN command to clear DNS cache.
C. Clear the APP cache on the administrator's PC.
D. Add a route with *NEXTHOP specified as the remote system name.
How could an administrator save changed objects in directories for a specified date and time range?
A. Use the QSavDir API and specify the date and time range as variables.
B. Use the SAV command and specify the date and time range for the CHGPERIOD parameter.
C. Use the SAVCHG command and specify the date and time range for the PERIOD parameter.
D. Use the SAVCHGOBJ command and specify the date and time range for the REEDATE and REETIME parameters.
An administrator needs to access the HMC remotely from a browser on a desktop. When user ID "hscroot" is used, the authentication is successful. However, when user ID "admin" is used, the authentication fails, even though the ID has hmc super user as the Task Role. The user "admin" can sign on locally at the HMC.
What is the likely cause of the problem?
A. The web access password for "admin" is expired.
B. Only user "hscroot" has authority to the ETH1 device.
C. The user "admin" is not a member of the "webadmin" group.
D. Allow Remote Access via the Web has not been checked for the user id "admin."
Which command should be used to determine the total number of jobs (active and inactive) on a system?
A. WRKSYSSTS
B. WRKACTJOB
C. WRKSYSACT
D. WRKJOBSTS
A database administrator completed a significant project to create appropriate indexes for an application. The administrator needs to see if there are any indexes the Query Engine is calling for which have not already been created.
How can the administrator ensure that only the new index requests will be shown in the Index Advisor panel?
A. In QUSRSYS, clear the first member of QENUSRTBL table.
B. In System i Navigator> Database > SQL Plan Cache > Clear All.
C. Copy the first member of SYSIBM/REE_CST1 into a saved member and clear the member.
D. Right click on Database > Index Advisor> Index Advisor> Clear All Advised Indexes.
IBM support asks that currently active system firmware level (MHxxxxx) be deactivated, so the system can run on the older level. How is this accomplished?
A. Run command DLTPTF PTE (M) RMV (*TEMP).
B. Run the WRKFMWSTS command. Select option 4 on the *TEMP line and press "enter".
C. On the system panel, change the IPL mode to "B" and "P. Then restart the system.
D. Run command RMVPTF LICPGM(5770SS1)SELECT(MHxxxxx) DELAYED(*YES),then restart the partition.
The library LIBX contains a large number of files and the administrator needs to backup a physical file named WES and its associated logical files (named WFSOI through WES99). Using the SAVOBJ command, what is the most efficient procedure to backup the physical and logical files and ensure the quickest restore process?
A. Use the command SAVOBJ OBJ(WES) ACCPTH(*YES) to back up all the files at the same time.\
B. Back up file LIBXM/FS.Run the SAVOBJ command again to backup the logical files and access paths.
C. Special generic name on the Objects parameter (WES*) to back up the all the files at the same time.
D. Back up files LIBX(WES* TYPE(*LF) and access paths.Run the SAVOBJ command again to backup the physical file LIBX/WFS.