• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • bios
  • 系统安装
  • 系统进程
  • Windows
  • LINUX
  • RedHat/Centos
  • Ubuntu/Debian
  • Fedora
  • Solaris
  • 麒麟系统
  • 红旗Linux
  • 苹果MAC
  • 注册表
  • 其它系统
您的位置:首页 > 操作系统 >Solaris > Solaris系统下配置MPXIO

Solaris系统下配置MPXIO

作者:佚名 字体:[增加 减小] 来源:互联网 时间:2017-05-12

佚名 通过本文向大家介绍了solaris系统下载,solaris系统,solaris操作系统,solaris系统日志,solaris系统命令等相关知识,希望对您有所帮助,也希望大家多多支持linkedu.com

用的LSI的存储 和普安的存储 SUN V245平台+LPE11002 或者Qlogic QLE2460

环境SUN的V245 +LSI 3994 
想测试下 LSI的存储在Solaris下的路径冗余,因为用LSI带的RDAC装完系统就Hang住了……
操作系统环境 SUN-V245 Solaris10 U5  HBA卡是Emulex的 LPE11002 双端口的,先用LSI的Santricity 做了一个Raid
然后在Solaris 下用Format 能看到俩个盘
接着如果使用第三方的存储就如下:
bash-3.00# cat /kernel/drv/scsi_vhci.conf 
#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#pragma ident   "@(#)scsi_vhci.conf     1.9     04/08/26 SMI"
#
name="scsi_vhci" class="root";
#
# Load balancing global configuration: setting load-balance="none" will cause
# all I/O to a given device (which supports multipath I/O) to occur via one
# path.  Setting load-balance="round-robin" will cause each path to the device
# to be used in turn.
#
load-balance="round-robin";
#
# Automatic failback configuration
# possible values are auto-failback="enable" or auto-failback="disable"
auto-failback="enable";
#
# For enabling MPxIO support for 3rd party symmetric device need an
# entry similar to following in this file. Just replace the "SUN     SENA"
# part with the Vendor ID/Product ID for the device, exactly as reported by
# Inquiry cmd.
#
# device-type-scsi-options-list =
# "SUN     SENA", "symmetric-option";
#
# symmetric-option = 0x1000000;
如果需要添加别的存储 在下面添加如下:


device-type-scsi-options-list =
“DGC     RAID”, “symmetric-option”;

symmetric-option = 0×1000000;

怎么识别Vendor ID/Product ID 了 o(∩_∩)o...
首先执行format,然后选择映射过来的磁盘,选择inquiry 就可以显示了 :)如下例所示:
bash-3.00# format
Searching for disks...doneAVAILABLE DISK SELECTIONS:      
 0. c0t0d0 <SEAGATE-ST973451SS-0001 cyl 38296 alt 2 hd 4 sec 935>          /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/sd@0,0       
1. c0t1d0 <FUJITSU-MBB2147RC-0105 cyl 65533 alt 2 hd 4 sec 1095>          /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/sd@1,0      
2. c0t2d0 <drive type unknown>          /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/sd@2,0       
3. c0t3d0 <FUJITSU-MBB2147RC-0105 cyl 65533 alt 2 hd 4 sec 1095>          /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/sd@3,0       
4. c1t2d0 <ENGENIO-INF-01-00-0619 cyl 25598 alt 2 hd 64 sec 64>          /pci@1e,600000/pci@0/pci@8/lpfc@0/fp@0,0/ssd@w200800a0b8420154,0       
5. c2t1d0 <ENGENIO-INF-01-00-0619 cyl 25598 alt 2 hd 64 sec 64>          /pci@1e,600000/pci@0/pci@8/lpfc@0,1/fp@0,0/ssd@w200800a0b8420153,0Specify disk (enter its number): 4selecting c1t2d0[disk formatted]FORMAT MENU:        
disk       - select a disk        
type       - select (define) a disk type        
partition  - select (define) a partition table        
current    - describe the current disk        
format     - format and analyze the disk       
repair     - repair a defective sector        
label      - write label to the disk        
analyze    - surface analysis       
defect     - defect list management       
 backup     - search for backup labels        
verify     - read and display labels        
save       - save new disk/partition definitions        
inquiry    - show vendor, product and revision        
volname    - set 8-character volume name        
!<cmd>     - execute <cmd>, then return        
quit
format> inquiry
Vendor:   ENGENIO 
Product:  INF-01-00       
Revision: 0619
format> 
然后呢执行:
bash-3.00# stmsboot -e
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
This required a reboot, 

分享到:QQ空间新浪微博腾讯微博微信百度贴吧QQ好友复制网址打印

您可能想查找下面的文章:

  • OpenSolaris系统安装图解教程
  • 如何查看solaris系统的版本和位数?
  • Solaris系统维护经验的几点总结
  • Solaris系统下配置MPXIO
  • Solaris系统多用户模式下系统备份和多分区写入磁带
  • 改变Solaris 系统运行级别 init
  • Solaris系统使用小技巧
  • solaris系统配置文件说明
  • Solaris系统硬盘分区知识
  • solaris系统下更改IP地址

相关文章

  • 2017-05-12Solaris iostat命令详解
  • 2017-05-12Solaris 9.0下安装配置Apache-2.0.45+php-4.3.1+mysql-4.1.0
  • 2017-05-12Solaris10.0下挂载光驱
  • 2017-05-12浅谈Solaris技术
  • 2017-05-12solaris/linux 增加swap交换空间的方法
  • 2017-05-12Solaris 远程磁带备份步骤
  • 2017-05-12soalris系统安装软件包
  • 2017-05-12Solaris 10 x86系统上添加新硬盘
  • 2017-05-12Solaris系统下使用u盘和移动硬盘
  • 2017-05-12solaris 9 .0基本安全设置

文章分类

  • bios
  • 系统安装
  • 系统进程
  • Windows
  • LINUX
  • RedHat/Centos
  • Ubuntu/Debian
  • Fedora
  • Solaris
  • 麒麟系统
  • 红旗Linux
  • 苹果MAC
  • 注册表
  • 其它系统

最近更新的内容

    • solaris下VNC的安裝方法
    • Solaris系统硬盘分区知识
    • Solaris系统下使用u盘和移动硬盘
    • 手工设置Solaris 10.0 上网
    • Solaris系统多用户模式下系统备份和多分区写入磁带
    • Solaris 10安装和配置SSH
    • Solaris线程模型详解
    • Solaris10.0 文件系统备份和恢复
    • Solaris 10 OS 快速安裝配置 Apache + Mysql + php
    • 改变Solaris 系统运行级别 init

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有