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
- Configure and plumb each interface. ifconfig qfe0 plumb up.
- Assign an IPv4 address and netmask to the interface. ifconfig qfe0 192.168.1.10 netmask + 255.255.255.0.
- OR.
- Verify that the newly configured interfaces are plumbed and configured.
- 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…
- In a general production environment you’ll find the OS root disk is mirrored to avoid any single point of failures.
- 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:
- Create an /etc/hostname.
- Edit the /etc/hostname.
- Add entries for the new interfaces into the /etc/inet/hosts file.
- Perform a reconfiguration boot.
- 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
- To obtain interface information, use ipadm show-if.
- To obtain address information, use ipadm show-addr.
- To obtain information about a specific interface property, use ipadm show-ifprop.
- To obtain information about a specific address property, use ipadm show-addrprop.