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 directive

题目

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.


相似考题
更多“The system administrator did a new install of AIX on a server about a week ago. The system ”相关问题
  • 第1题:

    使用snmptuil.exe 可以查看代理的 MiB对象,下列文本框内oid部分是( ).C:\ Users\Administrator> snmptuil get 192.168.1.31 public.1.3.6.1.2.1.1.3.0Variable=system.sysUpTime.0Value=TimeTicks 1268830

    A.192.168.1.31
    B.1.3.6.1.2.1.1.3.0
    C.system.sysUpTime.0
    D.TimeTicks 1268803

    答案:B
    解析:
    C:\>snmputil get 192.168.1.31 public .1.3.6.1.2.1.1.3.0public .1.3.6.1.2.1.1.3.0是指的系统开机时间多长。OID(对象标识符),是SNMP代理提供的具有唯一标识的键值。MIB(管理信息基)提供数字化OID到可读文本的映射。所有完全验证OID都有 .iso.org.dod.internet.private 开始,数字表达为: .1.3.6.4. 。几乎所有的OID都会跟上企业(.1)和由IANA(互联网编号分配中心分配的)唯一的厂商标号。 OID的相对格式,从企业值开始,略过所有的隐含地址。因此,可以用相对地址 enterprises.netapp.netappl.raid.diskSUmmary.diskSpaceCount.0 来表示上述的OID,或者用数字格式 .1.789.6.4.8.0 .某些唯一键值,可用多个实例表示,这样所有的OID都以实例值结尾。因此可以看到大多数OID都是以一个 .0 结尾的。

  • 第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--; } }}


    t=24

  • 第4题:

    DataSet类包含在()命名空间中。

    A.System.Data

    B.System.DataSet

    C.System.Data.SqlClient

    D.System.Data.Oledb


    System.Data

  • 第5题:

    与文件操作有关的类在命名空间()中。

    A.System.Text

    B.System.Data

    C.System.IO

    D.System.Linq


    System.IO

  • 第6题:

    【单选题】异常类对象均为________类的对象。

    A.System.Exception

    B.System.Attribute

    C.System.Const

    D.System.Reflection


    System.Exception