You need to install the gzip software package on your system. Which command would you use to find the software package in the configured repository?
Given the following output of the zpool status command:
Identify the correct statement regarding pool1's configuration.
You created an IP address for interface not.3 with the following command,which executed
successfully:
ipadm create-addr -T static -a 192.168.0.100/24 net3/v4
You then ran:
ipadm show-if
The result indicated that the interface was down.
You then ran:
ipadm delete-addr net3/v4
ipadm create-addr -T static -a 192.168.0.101/24 net3/v4
ipadm show-if
The last command indicated that the interface was up.
Why did it work with the second address specified,but not the first?
You created an IP address for interface not.3 with the following command, which executed successfully:
ipadm create-addr -T static -a 192.168.0.100/24 net3/v4 You then ran: ipadm show-if
The result indicated that the interface was down.
You then ran: ipadm delete-addr net3/v4 ipadm create-addr -T static -a 192.168.0.101/24 net3/v4 ipadm show-if
The last command indicated that the interface was up.
Why did it work with the second address specified, but not the first?