Thedataondatavgisinaccessible.Using"df"theuserdiscoversthatnoneofthedatavgfilesystemsaremounted.Running"lsvg"showsonlyrootvg.Running"importvg-y"givesthefollowingerror:"056-056volumecannotbevariedonbecausepvismarkedmissing".Whichofthefollowingstepsshouldbeperformed?()A.Runcfgmgr.B.Runsynclvodm.C.Lookinerrorlogforhardwareproblems.D.Bootintoservicemodeandrunfsckonfilesystems.
Thedataondatavgisinaccessible.Using"df"theuserdiscoversthatnoneofthedatavgfilesystemsaremounted.Running"lsvg"showsonlyrootvg.Running"importvg-y"givesthefollowingerror:"056-056volumecannotbevariedonbecausepvismarkedmissing".Whichofthefollowingstepsshouldbeperformed?()
A.Runcfgmgr.
B.Runsynclvodm.
C.Lookinerrorlogforhardwareproblems.
D.Bootintoservicemodeandrunfsckonfilesystems.
相关考题:
DateFormatdf;15.Datedate=newDate();16.//insertcodehere17.Strings=df.format(date);Whichtwo,insertedindependentlyatline16,allowthecodetocompile?() A.df=newDateFormat();B.df=Date.getFormatter();C.df=date.getFormatter();D.df=date.getDateFormatter();E.df=DateFormat.getDateInstance();F.df=DateFormat.getInstance();
Given:Which code fragment, inserted at line 23, allows the code to compile?() A.df = new DateFormat();B.df = Date.getFormat();C.df = date.getFormat();D.df = DateFormat.getFormat();E.df = DateFormat.getInstance();
Which of the following commands will display what space is used in /tmp filesystem?() A. df -Ik /tmpB. df -fk /tmpC. df -Uk /tmpD. df -Fk /tmp
当船舶处于纵倾状态时,其平均吃水的计算式为_________。A.dm=(dF+dA)/2B.dm=(dF+dA)/2-(dF-dA)xf/LbpC.dm=(dF+dA)/2+(dF-dA)xf/2D.dm=(dF+dA)/2+(Lbp×xf)xf/(dF-dA)
下列loc、iloc、ix属性的用法正确的是()。A.df.loc[‘列名’,‘索引名’];df.iloc[‘索引位置’,‘列位置’];df.ix[索引位置’,‘列名’]B.df.loc[‘索引名’,‘列名’];df.iloc[‘索引位置’,‘列名’];df.ix[索引位置’,‘列名’]C.df.loc[‘索引名’,‘列名’];df.iloc[‘索引位置’,‘列名’];df.ix[索引名’,‘列位置’]D.df.loc[‘索引名’,‘列名’];df.iloc[‘索引位置’,‘列位置’];df.ix[索引位置’,‘列位置’]
给定df是一个DataFrame对象,对df所有字段进行描述性统计,可以利用的方法为()。A.df.describe()B.df.summary()C.df.statistics()D.df.mean()