How do I enable MPxIO on Solaris 10?

How do I enable MPxIO on Solaris 10?

Reboot the system. To prepare for either enabling or disabling MPxIO on a specific drive port, specify ls -l /dev/cfg/ on the command line. From the output returned, select the port you would like to either enable or disable.

What is Solaris networking?

Solaris Basic Network Configuration. Solaris comes with a bounteous supply of startup scripts. Solaris stashes some network configuration files in /etc and some in /etc/inet. Many are duplicated through the magic of symbolic links, with the actual files living in /etc/inet and the links in /etc.

How do you configure IP address in Solaris 10?

Configure IP in Solaris 10

  1. Configure and plumb each interface. ifconfig qfe0 plumb up.
  2. Assign an IPv4 address and netmask to the interface. ifconfig qfe0 192.168.1.10 netmask + 255.255.255.0.
  3. OR.
  4. Verify that the newly configured interfaces are plumbed and configured.
  5. judi-dev-01 (alias name or the IP)

How do I get OK prompt in Solaris?

On a Sun keyboard, press the two keys STOP and A . That will get you an OK prompt.

Where is boot device in Solaris?

How to identify the boot device (primary and alternate) in…

  1. In a general production environment you’ll find the OS root disk is mirrored to avoid any single point of failures.
  2. ok> printenv boot-device boot-device = rootdisk mirrordisk.

How do I add a network interface in Solaris 10?

(Optional) To make the interface configuration persist across reboots, perform the following steps:

  1. Create an /etc/hostname.
  2. Edit the /etc/hostname.
  3. Add entries for the new interfaces into the /etc/inet/hosts file.
  4. Perform a reconfiguration boot.
  5. Verify that the interface you created in the /etc/hostname.

How do I find my IP address in Solaris 10?

Monitoring IP Interfaces and Addresses

  1. To obtain interface information, use ipadm show-if.
  2. To obtain address information, use ipadm show-addr.
  3. To obtain information about a specific interface property, use ipadm show-ifprop.
  4. To obtain information about a specific address property, use ipadm show-addrprop.