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 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.


相关考题:

Which command(s) will result in the smallest sized backup of the text files contained in the /staticFS filesystem?() A.tar -cvf file_system.tar /staticFS ; gzip file_system.tarB.tar -xvf /staticFS file_system.tar ; gzip file_system.tarC.tar -cvf /staticFS file_system.tar ; compress file_system.tarD.tar -xvf file_system.tar /staticFS ; compress file_system.tar

Whatshouldanadministratordotosetuparequiredroleforauseridthatwillallowittostart/stopWPARsontheserver?() A.OnthedesiredWPAR:mkroleauthorizations=aix.wpar.systemnewRolesetkst-trolechuser roles=newRoledefault_roles=newRoleuser1B.Ontheglobalenvironment:mkroleauthorizations=aix.wpar.systemnewRolesetkst-trole chuserroles=newRoledefault_roles=newRoleuser1C.OnthedesiredWPAR:Editthe/etc/security/authorizationsfileadding:‘newRoleauthorizations=aix.wpar.system’setkst-trolechuserroles=newRoledefault_roles=newRoleuser1D.Ontheglobalenvironment:Editthe/etc/security/authorizationsfileadding:‘newRoleauthorizations=aix.wpar.system’setkst-trolechuserroles=newRoledefault_roles=newRoleuser1

OSPF is a link-state routing protocol。It is designed to be run internal to a single (71)system。Each OSPF router maintains an identical ()describing the autonomous system’s topology。From this database,a routing table is calculated by constructing a shortest-path ()。OSPF recalculates routes quickly in the face of topological changes,utilizing a minimum of routing () traffic。OSPF provides support for equal-cost multipath。An area routing capability is provided,enabling an additional level of routing protection and a reduction in routing protocol ()。A.autonomous B.network C.computer D.server

在模式下,如果键入system,则表示A.sysnameB.system-viewC.system-logD.system-name

使用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 1268830A.192.168.1.31B.1.3.6.1.2.1.1.3.0C.system.sysUpTime.0D.TimeTicks 1268803

DataSet类包含在()命名空间中。A.System.DataB.System.DataSetC.System.Data.SqlClientD.System.Data.Oledb

GDI+主要封装于命名空间()之中。A.System.DrawingB.System.NetC.System.XmlD.System.IO

与文件操作有关的类在命名空间()中。A.System.TextB.System.DataC.System.IOD.System.Linq

【填空题】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--; } }}

【单选题】异常类对象均为________类的对象。A.System.ExceptionB.System.AttributeC.System.ConstD.System.Reflection