The system administrator did a new install of AIX on a server about a week ago. The system was not rebooted after the installation. CDE is running on this system as is TCPIP. The system administrator has started configuring the system percompany directives. The power cable was inadvertently disconnected from the wall causing the sever to lose power. Upon reboot, the system appears to hang during log in from the console or from Xterminals. Which of the following is the most probable cause?()
A.It is a hardware problem caused by the power failure.
B.There is a network problem, most probably with name resolution.
C.Sine the system was never rebooted, devices are marked defined instead of available and need to be activated.
D.Some filesets may be marked as broken and need to be reinstalled.
第1题:
第2题:
GDI+主要封装于命名空间()之中。
A.System.Drawing
B.System.Net
C.System.Xml
D.System.IO
第3题:
【填空题】9.1读程序写出运行结果 public class t{ public static void main(String []args){ int week=3; while (week>0){ switch (week){ case 1: System.out.println("星期一"); case 2: System.out.println("星期二"); break; default: System.out.println("其他"); } week--; } }}
第4题:
DataSet类包含在()命名空间中。
A.System.Data
B.System.DataSet
C.System.Data.SqlClient
D.System.Data.Oledb
第5题:
与文件操作有关的类在命名空间()中。
A.System.Text
B.System.Data
C.System.IO
D.System.Linq
第6题:
【单选题】异常类对象均为________类的对象。
A.System.Exception
B.System.Attribute
C.System.Const
D.System.Reflection