To show the ip address use one of these:
# ifconfig -a# dladm show-link# ipadm show-if# ipadm show-addrTo show all physical interfaces:
# dladm show-physShow all physical interfaces including the physical bus (pci):
# dladm show-phys -LDisplay current MTU size (for net12 interface):
# dladm show-linkprop -p mtu net12Display current MTU size and other properties (for net12 interface):
# dladm show-link net12Change the MTU size to 9000, the setting for Jumbo frames (see the note below for error!)
# dladm set-linkprop -p mtu=9000 net12Create IP interface:
# ipadm create-ip net12Give it an IP:
# ipadm create-addr -T static -a 10.10.1.2/35 net12/v4Note: If it says the link is busy,
# ipadm delete-ip net12# dladm set-linkprop -p mtu=9000 net12# ipadm create-ip net12For more information on Solaris 11 networking consult its official page at http://www.oracle.com/technetwork/articles/servers-storage-dev/s11-network-config-1632927.html
Show target parameters:
# iscsiadm list target-param -vCheck if it is connected to the target:
# iscsiadm list target -v# zpool listman prtdiag# zpool status# zpool status -vTo list all disks:
# iostat -eEor
# format# echo | format