試験準備には欠かさないトップクラスのIBM S1000-007試験学習ガイド練習問題最新版 [Q17-Q39]

Share

試験準備には欠かさないトップクラスのIBM S1000-007試験学習ガイド練習問題最新版

今すぐS1000-007問題を使おうS1000-007問題集PDFで合格しよう

質問 # 17
Which statement is true regarding the snap command?

  • A. All options are enabled by default.
  • B. By default, it will check there is enough space where the data is to be stored.
  • C. It collects performance related data.
  • D. The data must be stored in /tmp.

正解:B

解説:
"The command to limit root user access to only members of the group called system is chadmin group=system root. This command will set the primary group of the root user to the system group, thereby limiting root user access to only members of that group. This command can be used to set any user's primary group, not just root." The source of this information is the IBM AIX v7 Administrator Specialty Study Guide.


質問 # 18
An IT security department would like to limit root user access to only members of the group called system. Which command will accomplish this?

  • A. chgroup admin=root system
  • B. chadmin group=system root
  • C. cruiser sugroups=system root
  • D. chadmin user=root system

正解:B

解説:
The "chadmin" command can be used to modify the attributes of a user account, including the groups that the user belongs to. The syntax for limiting root user access to members of the group called "system" would be:
sql
chadmin group=system root
This command will add the root user to the "system" group and remove it from any other groups. Members of the "system" group will be the only ones able to access the root account.


質問 # 19
A system administrator needs to open a console to an AIX virtual machine that is controlled by a Hardware Management Console (HMC). After connecting to the HMC using SSH, which command should the administrator run to open a console?

  • A. mJcvdev
  • B. mkrep
  • C. mlcvterm
  • D. oem_setup_env

正解:A


質問 # 20
What is the effect of running the mount -a command?

  • A. All automatic file systems are mounted.
  • B. Ail file systems set to mount=true are mounted.
  • C. All file systems defined to the system are mounted
  • D. All JFS/JFS2 file systems are mounted.

正解:C

解説:
This command is used to mount all file systems defined in the /etc/filesystems file, as well as any file systems that have the mount=true attribute set in the /etc/filesystems file. According to the IBM AIX v7 Administrator Specialty Study Guide, "the mount -a command mounts all file systems specified in the /etc/filesystems file, including file systems with the mount=true parameter set. The mount -a command is normally issued at system startup or when a new file system is added to the system."


質問 # 21
What command is used to monitor SAN I/O performance/throughput?

  • A. ioo -L
  • B. mpstat -w 1
  • C. iostat -DIRT 60 10
  • D. vmstat -i 1

正解:C

解説:
The command used to monitor SAN I/O performance/throughput is iostat -DIRT 60 10. The iostat command is used to monitor I/O performance and throughput on a SAN device. The DIRT (Disk I/O Response Time) flag can be used to display the response time for each I/O request. The last two arguments, 60 and 10, are the interval (in seconds) and the number of iterations respectively. This command will monitor I/O performance/throughput every 60 seconds for 10 iterations.


質問 # 22
An IT security department would like to limit root user access to only members of the group called system.
Which command will accomplish this?

  • A. cruiser sugroups=system root
  • B. chadmin user=root system
  • C. chadmin group=system root
  • D. chgroup admin=root system

正解:D


質問 # 23
An administrator wants to check which system tunables have been changed in the system since last boot.
Which procedure provides the information needed?

  • A. Run lstuncfg -1 I grep -v DEFAULT.
  • B. View the /etc/tunables/currentconfig file and search for change marks in the file.
  • C. Run tunsave -f ./currentconfig; more ./currentconfig.
  • D. Run the no, ioo and scftedo commands with the -cf flag.

正解:A


質問 # 24
An AIX system is defined as a NIM client with -a connect=shell. The client system is up and running. The client can ping the NIM master, and the master can ping the client. The administrator of the NIM master system attempts to use NIM to install software updates on the NIM client, but receives the error message Permission denied.
What can the administrator of the AIX NIM client do to help resolve the problem?

  • A. Flush the arp cache and then reboot the client system to ensure the network route table is correct.
  • B. Check the firewall configuration and open port 1066 if required.
  • C. Check that the root user's .rhosts file has an entry for the NIM master, and that the file permissions are
    600.
  • D. Edit the /etc/services file to check the port number used for the nimreg service, then refresh inetd.

正解:D


質問 # 25
While trying to extend a file system named /work an administrator receives the following error. 0516-787 extendlv: Maximum allocation for logical volume fslv00 is 256.
What must be done to allow the file system to be extended?

  • A. Increase the volume group's maximum limit of logical partitions per logical volume.
  • B. Change the logical volume type to jfs2 as JFS logical volumes cannot extend past 256.
  • C. Increase the setting for maximum number of logical partitions for that logical volume.
  • D. Change the file system's maximum capacity.

正解:C

解説:
This error indicates that the maximum number of logical partitions for the logical volume is set to 256 and needs to be increased in order to allow the file system to be extended. From the IBM AIX v7 Administrator Specialty Study Guide: "The 0516-787 error indicates that the maximum number of logical partitions for the logical volume is set to 256, and needs to be increased in order to allow the file system to be extended."


質問 # 26
An AIX system is defined as a NIM client with -a connect=shell. The client system is up and running. The client can ping the NIM master, and the master can ping the client. The administrator of the NIM master system attempts to use NIM to install software updates on the NIM client, but receives the error message Permission denied.
What can the administrator of the AIX NIM client do to help resolve the problem?

  • A. Check that the root user's .rhosts file has an entry for the NIM master, and that the file permissions are 600.
  • B. Flush the arp cache and then reboot the client system to ensure the network route table is correct.
  • C. Check the firewall configuration and open port 1066 if required.
  • D. Edit the /etc/services file to check the port number used for the nimreg service, then refresh inetd.

正解:A

解説:
When using the connect=shell option, a successful NIM operation requires that the root user on the NIM client has an entry in its .rhosts file for the NIM master, and that the file permissions are set to 600. This is documented in the IBM AIX v7 Administrator Specialty Study Guide. More information on this can be found at https://www.ibm.com/support/knowledgecenter/en/ssw_aix_72/com.ibm.aix.security/nim_security.htm.


質問 # 27
An administrator wants to check which system tunables have been changed in the system since last boot. Which procedure provides the information needed?

  • A. Run lstuncfg -1 I grep -v DEFAULT.
  • B. View the /etc/tunables/currentconfig file and search for change marks in the file.
  • C. Run tunsave -f ./currentconfig; more ./currentconfig.
  • D. Run the no, ioo and scftedo commands with the -cf flag.

正解:A

解説:
The procedure to check which system tunables have been changed in the system since last boot is to run the 'lstuncfg -1 | grep -v DEFAULT' command. The lstuncfg command is used to display the current configuration of the system tunables. By using the '-1' option, the command will display the system tunables and whether they have been changed since the last system reboot. The 'grep -v DEFAULT' command will filter out the default values, allowing you to see only the tunables that have been changed. This command is available on IBM AIX v7 systems and is documented in the IBM AIX v7 Administrator Specialty Study Guide. For more information, please see the IBM documentation at https://www.ibm.com/support/knowledgecenter/ssw_aix_72/com.ibm.aix.cmds2/lstuncfg.htm.


質問 # 28
Which command should be used to perform a graceful shutdown and reboot of an AIX LPAR?

  • A. halt
  • B. shutdown
  • C. reboot
  • D. bosboot

正解:B

解説:
The shutdown command is used to shut down a system in an orderly manner. When used with the '-Fr' option, it will perform a graceful shutdown and reboot of the LPAR. This command is available on IBM AIX v7 systems and is documented in the IBM AIX v7 Administrator Specialty Study Guide. The syntax for the command is "shutdown -Fr", where the '-F' option indicates that the system should be rebooted after shutdown and the '-r' option indicates that the system should be rebooted. For more information, please see the IBM documentation at https://www.ibm.com/support/knowledgecenter/ssw_aix_72/com.ibm.aix.cmds3/shutdown.htm.


質問 # 29
A customer added paging space and needs to activate it automatically after the next reboot. Which command should the administrator issue?

  • A. chps
  • B. mkps
  • C. mklv
  • D. swapon

正解:A


質問 # 30
The administrator of an AIX NIM client system has accidentally removed the /etc/niminfo file. Which method is used to rebuild the /etc/niminfo file?

  • A. Use the niminit command on the AIX client system to rebuild the /etc/niminfo file.
  • B. Use the rep command on the AIX client system to copy the /etc/niminfo file from the NIM master.
  • C. Use the nimclient command on the AIX client system to rebuild the /etc/niminfo file.
  • D. Use the nimclient command to restore the /etc/niminfo file from the most recent mksysb backup image.

正解:A

解説:
The niminit command can be used to rebuild the /etc/niminfo file on an AIX NIM client system if it has been accidentally deleted. This command will read the NIM database on the NIM master and generate the /etc/niminfo file accordingly. Reference: IBM AIX v7 Administrator Specialty Study Guide.


質問 # 31
A system administrator includes the values RES TIMEOUT=1 and RES_RETRY=1 in the /etc/environment file. What is the effect of this change?

  • A. It reduces the failover time to the secondary NTP Server when the first NTP Server is unavailable.
  • B. It avoids NFS mounts appearing to be hung or stalled indefinitely when there are network outages.
  • C. It causes ssh connections to disconnect after 1 minute of no activity.
  • D. It reduces the failover time to the secondary name server when the first name server is not reachable.

正解:B


質問 # 32
What command is used to monitor SAN I/O performance/throughput?

  • A. ioo -L
  • B. mpstat -w 1
  • C. iostat -DIRT 60 10
  • D. vmstat -i 1

正解:C


質問 # 33
Which AIX command displays the types, counts, and percentages of LPAR memory?

  • A. iostat
  • B. vmstat -v
  • C. mpstat -w 1
  • D. Ivmo -a -v rootvg

正解:B

解説:
The vmstat command is used to display the types, counts, and percentages of LPAR memory. The -v flag is used to display the virtual memory statistics, including the types and counts of memory. Reference: IBM AIX v7 Administrator Specialty Study Guide (page 6-17).


質問 # 34
An administrator has a test server (my host) that uses local name resolution. The administrator arrives late one morning and finds that their co-worker was asked to make some changes to the IP address of the server.
The co-worker used SMIT from the console, but then when testing from the console, the following command fails:
ping my_host
Why did the ping fail?

  • A. They didn't update the DNS entry.
  • B. They used an incorrect gateway address.
  • C. They didn't update /etc/hosts after mktcpip was run.
  • D. They didn't reboot the server.

正解:C


質問 # 35
An administrator has a test server (my host) that uses local name resolution. The administrator arrives late one morning and finds that their co-worker was asked to make some changes to the IP address of the server.
The co-worker used SMIT from the console, but then when testing from the console, the following command fails:
ping my_host
Why did the ping fail?

  • A. They didn't update the DNS entry.
  • B. They used an incorrect gateway address.
  • C. They didn't update /etc/hosts after mktcpip was run.
  • D. They didn't reboot the server.

正解:C

解説:
The /etc/hosts file is used by the system for local name resolution on the server, so if the IP address of the server has been changed, but the /etc/hosts entry has not been updated, the ping command will fail. This is explained in the IBM AIX v7 Administrator Specialty Study Guide, under the topic "Using the mktcpip Command".


質問 # 36
An administrator finds that their development server has crashed and an error code 554 is displayed. They know that this error is typically associated with a problem executing varyon rootvg and they should boot from AIX Media to be able to perform maintenance tasks. When the administrator checks the crontab of the NIM server, they find that a mksysb image is created each night.
Can the administrator use this mlcsysb to boot the server and perform the required maintenance tasks?

  • A. Yes, but they may need to create a machine resource first.
  • B. Yes, but they may need to create a spot first.
  • C. No, because mksysb is not bootable.
  • D. No, because they need to use the original AIX installation media for that server.

正解:C


質問 # 37
An application administrator needs an account on the AIX server, but does not know it which group it should belong. What is the default group for AIX users, if one was not specified during creation of the account?

  • A. the group name will be the same as the user name
  • B. staff
  • C. users
  • D. no group

正解:C

解説:
This is the default primary group for all newly created AIX user accounts. From the IBM AIX v7 Administrator Specialty Study Guide: "By default, all new user accounts are assigned to the 'users' primary group."


質問 # 38
What is the effect of running the mount -a command?

  • A. All automatic file systems are mounted.
  • B. Ail file systems set to mount=true are mounted.
  • C. All file systems defined to the system are mounted
  • D. All JFS/JFS2 file systems are mounted.

正解:B


質問 # 39
......


IBM S1000-007試験は、IBM AIX v7の管理に関連する幅広いトピックをカバーする多肢選択試験です。これらのトピックには、インストールと設定、システム管理、ユーザーとグループ管理、ネットワーキング、ストレージ管理、セキュリティ、トラブルシューティングが含まれます。この試験は、これらのトピックの理解と実践的なシナリオでこの知識を適用できる能力をテストするために設計されています。

 

無料IBM Certification S1000-007試験問題:https://www.goshiken.com/IBM/S1000-007-mondaishu.html