What is the output?

You enter dladm show-phys, which provides the following output:

You then enter:
ipadm create-ip net3
What is the output?

You enter dladm show-phys, which provides the following output:

You then enter:
ipadm create-ip net3
What is the output?

A.
ipadm: cannot; create interface net3: Operation failed.

B.
ipadm: cannot create interface net3: Interface already exists.

C.
ipadm: cannot create interface net3: IP address object not specified.

D.
No_response, The command was successful.

Explanation:
According to the exhibit the interface already exists.
The command ipadm create-ip net3
is supposed to create a new interface net3.



Leave a Reply 13

Your email address will not be published. Required fields are marked *


suhaimi

suhaimi

B is correct just test on virtual box..

Armen

Armen

B is correct

Vinicius Torres

Vinicius Torres

D

max

max

D is correct.Tested on virtual machine OVM and on SPARK T5-2
…And read carefully document from link by mogukiller.

Enrico

Enrico

B is correct

root@PRO-C-SD01:~# dladm show-phys
LINK MEDIA STATE SPEED DUPLEX DEVICE
net9 Ethernet up 0 unknown vnet0

root@PRO-C-SD01:~# ipadm create-ip net9
ipadm: cannot create interface net9: Interface already exists

B is correct only if interface STATE is unknown or down.

Enrico

Enrico

sorry the last concept is “D is correct only if interface STATE is unknown or down”
bye

Bayo

Bayo

D will be most appropriate and correct answer to choose here.
The dladm command show info about the physical network layer while ipadm command is a logical network layer; so one cannot tell if a static IP address had been created on net0, which involves two steps:
1. creating the IP interface from net0 ( ipadm create-ip net0) === this is valid
2. creating the static IP address from net0 ( ipadm create-addr -T static -a a.b.c.d/subnet net0/v4 ==== this is the final point.
So, D is very correct.

Regards

ben

ben

B and D are correct
only with command ipadm show-if we can decide if B or D (because with this command we can see if interface net3 existe or no)
But in the exam i choose B because by default the interface is created

Castano

Castano

Completed Oracle Solaris 11 Administration 1Z0-821 exam with a good score of 9X% (the passing line is 64% now)!

Got 70 questions in total, and questions were on:
1. Installing Oracle Solaris 11 using an Interactive Installer
2. Administering Services
3. Setting Up and Administering Data Storage
4. Administering Oracle Solaris Zones
5. Setting Up and Administering User Accounts
6. Controlling Access to Systems and Files
(New) 7. Managing the SYSLOG facilityManaging the CRON facility
(New) 8. Managing the SYSLOG facility

Pay attention to the up 7 & 8 topics when preparing for the 1Z0-821 exam. Questions on those two topics are not available on this site.

You can refer to the most valid 1Z0-821 dumps (2017 version) here:

http://www.oraclebraindump.com/?s=1Z0-821

(Those questions are part of PassLeader 1Z0-821 dumps, recommend to get its full version 1Z0-821 dumps with VCE and PDF.)

Good Luck!