Implement regular monitoring to avoid full filesystems
Double the size of /usr
Reduce the size of /home to balance the filesystems
Add another disk allow for growth.
第1题:
A frustrated and angry customer calls in with a system that does not work. Which of the following is the FIRST course of action for a technician to take?()
第2题:
All of the following are attributes that can be specified when creating a logical volume EXCEPT:()
第3题:
An insurance customer installs two BladeCenter chassis in a rack with glass doors. After a short time, the blowers in both BladeCenters increase to full speed, and then one fails. Apart from replacing the broken blower, which additional action is required for a long term fix of the following?()
第4题:
When analyzing disk I/O performance, which of the following metrics and/or statistics should be included in the study?()
第5题:
You create a new ASP.NET MVC 2 Web application. The following default routes are created in the Global.asax.vb file.01 Shared Sub RegisterRoutes(ByVal routes As RouteCollection)02 03 routes.IgnoreRoute("{resource}.axd/{*pathInfo}")04 05 routes.MapRoute( "Default", "{controller}/{action}/{id}", New With {.controller = "Home", .action = "Index", .id = ""}) 06 End Sub You implement a controller named HomeController that includes methods with the following signatures.Function Index() As ActionResult Function Details(ByVal id As Integer) As ActionResultFunction DetailsByUsername( ByVal username As String) As ActionResult You need to add a route to meet the following requirements. The details for a user must be displayed when a user name is entered as the path by invoking the DetailsByUsername action. User names can contain alphanumeric characters and underscores, and can be between 3 and 20 characters long.What should you do?()
第6题:
You create a Web site. You add an EditorZone control to the home page on the Web site. You need to enable users to customize the size and location of the Web Parts on their home pages. Which two controls should you add to the EditorZone control?()
第7题:
Replace line 05 with the following code segment. routes.MapRoute( "Default", "{controller}/{action}/{id}", New With {.controller = "Home", .action = "DetailsByUsername", .id = ""})
Replace line 05 with the following code segment. routes.MapRoute("Default", "{controller}/{action}/{username}", New With {.controller = "Home", .action = "DetailsByUsername", .username = ""}, New With {.username = "/w{3,20}"} )
At line 04, add the following code segment.routes.MapRoute( "Details byUsername""{username}", New With {.controller = "Home", .action = "DetailsByUsername"}, New With {.username = "/w{3,20}"})
At line 04, add the following code segment. routes.MapRoute( "Details by Username", "{id}", New With {.controller = "Home", .action = "DetailsByUsername"}, New With {.id = "/w{3,20}"} )
第8题:
Customize HACMP to overcome quorum issues.
Add a second PDU to separate the power connections.
Use RAID5 when implementing two IO racks in a HACMP environment.
Add another shared disk to each volume group to avoid quorum issues during fallover.
第9题:
the Add-WBSystemState cmdlet
the Group Policy Management console
the Wbadmin tool
the Windows Server Backup feature
第10题:
differencing disk.
dynamically expanding disk.
fixed-size disk.
snapshot.
第11题:
Replace the hard disk with a faster disk drive.
Add another paging space on another hdisk.
Spread the data hdisk0 across several hdisks.
Nothing, since %iowait is a measurement of CPU time.
第12题:
Disk size, stock availability, VHDCI
Disk size, distance, temperature, and compatibility
Disk fragmentation, MTBF, and maintenance
Disk configuration, throughput, transactions, queues, and latencies
第13题:
Which of the following should be completed NEXT, after testing the theory of probable cause?()
第14题:
While installing the equipment for a new two-node cluster, it is discovered that the disk subsystem Rack has one connection to the power mains. The explanation given was that the disks are to be mirrored between the two disk drawers in the rack and that a failure in either of the disk drawers would simply result in half of the disk being lost. What can be done to avoid a single point of failure?()
第15题:
A specialist is monitoring performance on a server. The data is on another partition within the same array as the OS. The following information is available: (1)The average record written to disk is 16KB (2)The I/O block size is 2KB (3)The stripe size on the RAID array is 16KB Which of the following will improve performance without rebuilding the operating system?()
第16题:
What are the three steps you should take to tune a JDBC Connection pool in WebLogic from the initial settings in a production environment?()
第17题:
You need to back up all of the group policies in a domain. The solution must minimize the size of the backup. What should you use()
第18题:
Which of the following options will allow you to increase the size of a thin provisioned disk in Windows Server 2012 R2?()
第19题:
ALTER DISKGROUP misc MOUNT
ALTER DISKGROUP misc DROP DISK misc2
ALTER DISKGROUP misc CHECK ALL NOREPAIR
ALTER DISKGROUP misc RESIZE ALL SIZE 1023m
ALTER DISKGROUP dgroupA ADD DISK ’/devices/A*’
第20题:
You should add a new hard disk to the storage pool,extend the disk in File and Storage Services.
You should mount a new volume on the storage pool in File and Storage Services.
You should convert the disk to a dynamic disk in Computer Management.
You should convert the disk to a dynamically expanding virtual hard disk (VHD).
You should detach the disk in File and Storage Services and increase its size.
第21题:
Implement regular monitoring to avoid full filesystems
Double the size of /usr
Reduce the size of /home to balance the filesystems
Add another disk allow for growth.
第22题:
Transfer the customer to another technician, who can allocate more time to the issue.
Maintain a positive attitude and offer them the cheapest solution possible to satisfy them.
Listen to what the customer has to say and calmly recommend the best course of action.
Use technical language to demonstrate knowledge and expertise to the customer.
第23题:
The first vessel to sight the other should give way
The vessel making the slower speed should give way
Both vessels should alter course to starboard
Both vessels should alter course to port
第24题:
Change the I/O block size to match the RAID Stripe size.
Change the RAID stripe size to match the I/O block size.
Change the record size of the database to match the RAID stripe size.
Change the record size of the database to match the I/O transfer rate.