The user base 

题目

The user base of a three-node cluster has increased. In order to add clustered users to all nodes, which of the following steps should be performed?()  

  • A、 On one of the nodes,add the users via C-SPOC ’Add a User to the Cluster’smit menu.
  • B、 Use C-SPOC to synchronize the password files between cluster nodes.
  • C、 On all of the nodes,add the users to the /etc/passwd and system security files,and then synchronize the cluster.
  • D、 On one of the nodes,add the users to the /tec/passwd and system security files,add home directories,and use cron to automate the movement of system security files between nodes.
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

MotoPTP500的以太接口速率是().

A.10BASE.T

B.100BASE.T

C.10BASE.T/100BASE.T

D.10BASE.T/1000BASE.T


参考答案:C

第2题:

Ethernet 的物理层协议主要有(21)。

A.10BASE-T1000BASE-T FDDI

B.10BASE-T 100BASE-T 1000BASE-T

C.100BASE-T 1000BASE-T FDDI

D.10BASE-T 100BASE-T FDDI


正确答案:B
解析:FDDI是在令牌环网的基础上发展的使用光纤的一种高速环网标准不屑于物理层协议

第3题:

下面程序的运行结果是

#include

class base

{

protected:

int a;

public:

base(){ cout <<”0”;}

class basel:virtual base

}

public:

base 1(){cout <<”1”;}

};

class base2:virtual base

{

public:

base2(){cout <<”2”;(

};

class derived:public base1,public base2

{

public:

derived(){cout <<”3”;}

};

void main()

{

derived obj;

cout <

}

A.0123

B.3120

C.0312

D.3012


正确答案:A

第4题:

Which of the following LAN technologies is defined as fast Ethernet?()

A.10Base-T

B.100Base-T

C.100Base-FX

D.1000Base-T


参考答案:B

第5题:

100Base-T的网卡可以支持100Base-TX、100Base-T4和100Base-FX标准,只支持RJ-45接口标准的网卡是 ______。

A.支持100Base-TX和100Base-FX的

B.支持100Base-TX和100Base-T4的

C. 支持100Base-T4和100Base-FX的

D.只有100Base-TX标准的


正确答案:B
解析:100Base-T的网卡实际上可以分为3种:即支持100Base-TX、100Base-T4和100Base-FX标准的网卡,目前使用最多的是支持100Base-TX标准的网卡,它多用于主干网中,其中100Base-TX和100Base-T4网卡只支持RJ-45接口标准。

第6题:

下面程序的运行结果是includeclass base{protected:int a;public:base( ){cout<<"0

下面程序的运行结果是 #include<iostream.h> class base{ protected: int a; public: base( ){cout<<"0";} }; class basel:virtual base { public: base1( ){cout<<"1";} }; class base2:virtual base{ public:

A.123

B.3120

C.312

D.3012


正确答案:A
解析:本题考查的是含有虚基类的继承中构造函数的调用顺序,应该先调用基类的构造函数,接着是按照派生类继承列表的顺序依次调用虚基类的构造函数,最后调用派生类自己的构造函数。

第7题:

有如下程序: include using namespace std class Base{ int b; public: Base(int i) {

有如下程序:

include<iostream>

using namespace std

class Base{

int b;

public:

Base(int i) {b=i;}

Void disp ( ) {cout<<"Base:b="<<b<<''; }

};

class Base1:virtual public Base{

public:

Base1(int i):Base(i){}

};

class Base2:virtual public Base{

public:

Base2(int i):Base(i){}

};

class Derived:public Basepublic Base1{

int d;

public:

Derived(int i ,int j):Base1(j),Base2(j),【 】

{ d=i; }

void disp() {cout<<"Derived:d="<<d<<' ';}

};

int main()

Derived objD(1,2);objD. disp()

objD. Base::disp();

objD. Base1::disp()

objD. Base2::disp();

return 0;

}

请将程序补充完整,使程序在运行时输出:

Derivd:d=1 Base:b=2 Base:b=2 Base:b=2


正确答案:Base(j)
Base(j) 解析:因为程序在运行时输出:Derivde:d=1 Base:b=2 Base:b=2 Base:b=2,而前两个Base:b=2 Base:b=2分别来自Base1(j),Base2(j),而在程序类的声明中,Base类也具有输出Base:b=2的功能。所以,程序中应补充的代码为Base(j)。

第8题:

下面程序的运行结果是 include class base{ protected: int a; public: base( ) {c

下面程序的运行结果是

#include<iostream.h>

class base{

protected:

int a;

public:

base( ) {cout < < "0";}

};

class base l: virtual base{

public:

base l ( ) {cout < <"1";}

};

class base 2: virtual base{

public:

base2 ( ) {cout < <"2";}

};

class derived: public base 1, public base2{

public:

derived( ) {cout < < "3";}

};

void main( )

{

derive obj;

cout < < endl;

}

A.0123

B.3120

C.0312

D.3012


正确答案:A
解析:本题考查的是含有虚基类的继承中构造函数的调用顺序,应该先调用基类的构造函数,接着是按照派生类继承列表的顺序依次调用虚基类的构造函数,最后调用派生类自己的构造函数。

第9题:

WhichofthefollowingareformsofgigabitEthernetthatrequiretheuseoffiberopticcables?()

A.1000Base-CX

B.1000Base-TX

C.1000Base-SX

D.10Base-T

E.1000Base-T

F.1000Base-LX


参考答案:A, C, F

第10题:

A base operating system has just been installed, successfully rebooted, and the user is now logged in as root. The user wants the server software bundle installed, but has additional software that must be installed with the bundle. Which of the following procedures should be performed to complete the installation?()

A.Add the software to /usr/sys/inst.images

B.Update the bundle file in /usr/sys/inst.images

C.Install the bundle filelists and run update all

D.Add the software to the bundle file in /usr/sys/inst.data/sys_bundles


参考答案:D

更多相关问题