单选题An application is no longer required to start up automatically at system boot.  Which of the following  supported procedures would the administrator use to accomplish this()AEdit the /etc/inittab and comment out the entry that starts the application by placing a at the beginning of the line.BUse the chitab command.CUse the rmitab command.DEdit the /etc/reboot file to remove the entry that starts the application.

单选题
An application is no longer required to start up automatically at system boot.  Which of the following  supported procedures would the administrator use to accomplish this()
A

Edit the /etc/inittab and comment out the entry that starts the application by placing a at the beginning of the line.

B

Use the chitab command.

C

Use the rmitab command.

D

Edit the /etc/reboot file to remove the entry that starts the application.


参考解析

解析: 暂无解析

相关考题:

Global.asax的( )事件在每次页面请求开始时触发。 A.Application_EndRequestB.Application_StartC.Application_BeginRequestD.Session_Start

下面( )文件负责处理Application_Start、Application_End、Session_Start和Session_End等事件。A.Web.configB.Config.asaxC.Global.asaxD.Global.inc

当有用户请求Web页面时,会触发()事件A、Application_Start()B、Session_Start()C、Application_End()D、Session_End()

Session_start事件在Application_start事件之前发生。()

MOVEMENT OF ENGINE NO LONGER REQUIRED.是舵令中‘完舵’的英文解释。

热启动 hot start up

A user reports that every time they start up their computer it stops with a bluescreen error. Whichof the following methods will give an alternate method of trying to start up a Windows computer?()A、Press the F4 key during start up.B、Hold down the left Shift key during start up.C、Press the F2 key during start up.D、Press the F8 key during start up.

Company.com has a six-node concurrent resource group with an application that is accessed by  a web connection to the cluster nodes. How is the workload moved to another cluster node during a node failure?()  A、 The concurrent application must control the web interface through application monitoring.B、 A second resource group will be required to move the web application and IP label to a new node during a node failure.C、 The concurrent resource group can support multiple IP labels through IP aliasing so all IP labels are defined in the concurrent resource group.D、 The dynamic node priority facility in HACMP will relocate the web application and the IP label,if it is correctly defined in the application start and stop script.

Company.com has installed HACMP and is configuring a three-node cluster. One of the Applications  uses the AIX hostname as a key for authorization to execute on the specific computer. The application vendor was contacted and consented to having multiple copies of the application but required that only one application be active at any one point in time.  How can the AIX host name dependency be managed in an HACMP environment.()  A、 It cannot be managed because the application will not work properly with HACMP.B、 The application start and stop script for the application can manage the hostname.C、 HACMP will require customization to correctly manage a change in the hostname since it is tied to the primary network adapter.D、 HACMP will have to be restarted if the hostname is changed. This can be done with customization in the node_up and node_down event scripts.

To enhance the availability of an application running under HACMP, a decision was made to use  The application monitoring facility. The application consists of several components and can take several minutes to initialize. The components use socket communication and can be initialized in any order as long as it is a serial order. The customer’s concern is that if the application stop and start scripts are used during application monitoring recovery,it may take an extraordinary length of time to reset all of the application components.  What can be done to ensure the best recover time?()   A、 Use a process monitor that restarts the named processes in the original start order.B、 Use the defined application start and stop scripts to control the application if there is a failure.C、 Use multiple application monitors for this resource group to enable the monitoring of the specific components of the resource group.D、 Use application cleanup and restart scripts designed to determine the state of the various components of the application and start only the parts required.

An application is no longer required to start up automatically at system boot.  Which of the following  supported procedures would the administrator use to accomplish this()A、Edit the /etc/inittab and comment out the entry that starts the application by placing a at the beginning of the line.B、Use the chitab command.C、Use the rmitab command.D、Edit the /etc/reboot file to remove the entry that starts the application.

What is a prerequisite for using the application availability analysis tool in HACMP?()  A、 Tivoli is required to generate reports from the data collected.B、 An application monitor must be associated with the application to monitor.C、 An "aaatd" daemon must be started and added in as a post event to "node_up_complete".D、 Resource group is present on all of the systems in the cluster that have the desired application.

You need to recover five data files that are spread across multiple disks. Which initialization parameter should you set to speed up redo application?()A、RECOVERY_PARALLELISMB、FAST_START_MTTR_TARGETC、LOG_CHECKPOINT_INTERVALD、FAST_START_PARALLEL_ROLLBACK

Which step is required for recover from an instance failure? ()A、Start up only.B、Restore needed data files, then start up.C、Complete restore from backup, then start up.D、Perform point in time recovery, then start up.

You are developing an application that receives events asynchronously.You create a WqlEventQuery instance to specify the events and event conditions to which the application must respond.You also create a ManagementEventWatcher instance to subscribe to events matching the query.You need to identify the other actions you must perform before the application can receive events asynchronously.Which two actions should you perform?()A、Start listening for events by calling the Start method of the ManagementEventWatcher.B、Set up a listener for events by using the EventArrived event of the ManagementEventWatcher.C、Use the WaitForNextEvent method of the ManagementEventWatcher to wait for the events.D、Create an event handler class that has a method that receives an ObjectReadyEventArgs parameter.E、Set up a listener for events by using the Stopped event of the ManagementEventWatcher.

Company.com moved their application start routines from the inittab and place them under HACMP control. During testing,the applications did not always start as desired.  What is the best practice for the application start routines.()  A、 Assume the system was stopped by a failure.B、 Ensure the hostname parameters is set correctly.C、 Assume the system was stopped by a graceful shutdown.D、 Mount all volumes and file systems before running the application.

You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application contains a custom control that is used to display customer information. You discover that the custom control is not rendering correctly. You need to identify the WPF element that is causing the issue. You want to achieve this goal by using the minimum amount of administrative effort. What should you do?()A、Start the application in debug mode.Place a breakpoint at the main entry point of the application.Use the debugger to step through the application code.B、Start the application in debug mode.Place a breakpoint at the main entry point of the application.Use the WPF Tree Visualizer tool.C、Enable IntelliTrace and configure Visual Studio to generate a trace log.Start the application in debug mode.D、"Enable IntelliTrace and configure Visual Studio to generate a trace log.Start the application by double-clicking the executable file (.exe).

单选题What is a prerequisite for using the application availability analysis tool in HACMP?()A Tivoli is required to generate reports from the data collected.B An application monitor must be associated with the application to monitor.C An aaatd daemon must be started and added in as a post event to node_up_complete.D Resource group is present on all of the systems in the cluster that have the desired application.

单选题Which step is required for recover from an instance failure? ()AStart up only.BRestore needed data files, then start up.CComplete restore from backup, then start up.DPerform point in time recovery, then start up.

单选题The writer says the skills for communicating with your boss, which you desire to master willApay you up when you are a boss.Bbecome indispensable when you are a boss.Cbe no longer required when your are a boss.Dbecome rewarding when your are a boss.

单选题Company.com performs a cluster verification on a regular basis. Cluster verification is successfulbut the cluster sometimes fails to start the applications during a fallover. Investigation of the issue has revealed that the non-shared component of the application configuration information is not being kept up to date on the secondary nodes.  What can be used to help resolve this issue?()A A pre-eventB Error notificationC Application monitoringD Custom verification methods

单选题You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform. You are in the process of storing numerical values up to 2,100,000,000 into a variable and may require storing negative values using a .NET Framework 2.0 application. You are required to optimize memory usage. What should you do? ()A Int32B UInt16C UInt32D Int16

判断题Session_start事件在Application_start事件之前发生。()A对B错

单选题What is the correct order of steps for upgrading a cisco wcs?()Aback up the database, stop the wcs, upgrade the wcs, restore the database, start the wcs Bstop the wcs, back up the database, upgrade the wcs, restore the database, start the wcsCback up the database, stop the wcs, upgrade the wcs, start the wcs, restore the database Dstop the wcs, back up the database, upgrade the wcs, start the wcs, restore the database

单选题You need to recover five data files that are spread across multiple disks. Which initialization parameter should you set to speed up redo application?()ARECOVERY_PARALLELISMBFAST_START_MTTR_TARGETCLOG_CHECKPOINT_INTERVALDFAST_START_PARALLEL_ROLLBACK

单选题You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform. You are developing a Windows Service application which contains three different Windows services. You are required to only set one Windows service to start automatically when the system is restarted. What should you do?()AUse the ServiceController class.BUse the ServiceBase class.CUse the ServiceProcessInstaller class.DUse the ServiceInstaller class.

单选题Company.com has installed HACMP and is configuring a three-node cluster. One of the Applications  uses the AIX hostname as a key for authorization to execute on the specific computer. The application vendor was contacted and consented to having multiple copies of the application but required that only one application be active at any one point in time.  How can the AIX host name dependency be managed in an HACMP environment.()A It cannot be managed because the application will not work properly with HACMP.B The application start and stop script for the application can manage the hostname.C HACMP will require customization to correctly manage a change in the hostname since it is tied to the primary network adapter.D HACMP will have to be restarted if the hostname is changed. This can be done with customization in the node_up and node_down event scripts.

单选题You work as an application developer at Certkiller .com. You have recently created a multithreaded application to manage Certkiller .com’s inventory system.  The fulfillment task has to be executed on a regular basis, while other tasks are performed in the application. The task does not need any input to start.  You are required to create and start the fulfillment thread using the appropriate code.What code should you use?()A AB BC CD D