HOW TO
ENABLE/DISABLE MULTIPATHING SOLARIS 11 ENABLING MPIO
I'am doing this stuff in my server, in order to
configurate MPIO as root user, I logged on the server and I executed the
following command until stmboot -e.
Validate that packages multipath-utilities is
installed
#pkg info system/storage/multipath-utilities
Name:
system/storage/multipath-utilities
Summary: Solaris
Multipathing CLI
Description: Path Administration
Utility for a Solaris Multipathing device
Category: Applications/System
Utilities
State: Installed
Publisher: solaris
Version: 0.5.11
Build Release: 5.11
Branch:
0.175.3.0.0.30.0
Packaging Date: August 21, 2015 03:59:54 PM
Size: 117.00 kB
FMRI:
pkg://solaris/system/storage/multipath-utilities@0.5.11,5.11-0.175.3.0.0.30.0:20150821T155954Z
If the packages is not installed do it as below
# pkg install system/storage/multipath-utilities
#stmsboot -e
WARNING: stmsboot operates on each supported multipath-capable controller
detected in a
host. In your system, these controllers are
/pci@12,600000/SUNW,qlc@0/fp@0,0
/pci@0,600000/pci@0/pci@9/SUNW,qlc@0/fp@0,0
/pci@22,600000/SUNW,qlc@0/fp@0,0
/pci@50,600000/pci@0/pci@9/SUNW,qlc@0/fp@0,0
/pci@0,600000/pci@0/pci@8/pci@0/scsi@1
/pci@50,600000/pci@0/pci@8/pci@0/scsi@1
If you do NOT wish to operate on these controllers, please quit stmsboot
and re-invoke with -D { fp | mpt | mpt_sas | pmcs}
to specify which controllers you wish
to modify your multipathing configuration for.
Do you wish to continue? [y/n] (default: y) y
WARNING: This operation will require a reboot.
Do you want to continue ? [y/n] (default: y) y
The changes will come into effect after rebooting
the system.
Reboot the system now ? [y/n] (default: y) y
If you selected "NO" in the last question for any reason do a "init 6" when you are ready
DISABLING MPIO
#stmsboot -d
More information do to docs.oracle
Comments