ChinaUnix.net
 >> ChinaUnix.net > Tru64

调过MA8000的高手请进

作者:afis     发表时间:2002/12/09 12:30pm

以前没有接触过,手头也没有相关资料,请各位大侠help!!!
  如有调试步骤说明最好!!!
        thank u!!!

此文章相关评论:
该文章有5个相关评论如下:(点这儿可以发表评论)
我爱臭豆腐 发表于: 2002/12/09 02:28pm
[url=http://h18006.www1.hp.com/products/storageworks/acs/g80tru64.html]这个地方又一些资料你看看。也许对你有帮助[/url]

现在我手头没有这些资料了。但是网站上面都有。我当时也是看这个东西做的。希望能够对你有帮助。:) :em15:

 
wdbj 发表于: 2002/12/09 03:21pm
我有EMA12000的资料,是英文的,你要看吗,应该和RA8000差不多
 
afis 发表于: 2002/12/09 04:19pm
谢谢!!!请mail to :wanglin@idfounder.com
 
天马 发表于: 2002/12/09 05:27pm
配置磁盘柜前,首先设置其控制台。MA8000的控制台是终端,也可以用PC机装上终端仿真软件如KEAterm、NETterm、超级终端等,设置终端如下:
                - 端    口:根据实际情况确定
                - 波特率:9600
                - 数据位:8
                - 停止位:1
                - 校    验:none
                - 流控制:XonXoff
然后检查磁盘柜的各模块的状态,确认正常后,将控制器的控制口和终端或PC机的串口相连。然后加电,待磁盘柜系统控制台显示“HSG80>”后,即可配置磁盘柜。
详细配置步骤如下:
1、检查磁盘柜WWN是否正确。
a.在安装控制器的模块(M2200)的上部,你会发现如下的标签:

             
    其中的WWN既为该磁盘柜的WWN号,例如:上面图示中WWN为5000-1FE1-0000-02C0.

b.用show命令察看:
   HSG80>show  this
       检查其中的NODE_ID项是否和标签上的相符,若不符则用下列命令
           HSG80>set  this node_id =  xxxx-xxxx-xxxx-xxxx
       其中的xxxx-xxxx-xxxx-xxxx用实际标签的wwn,例如上面的标签:
                 HSG80> set this node_id= 5000-1FE1-0000-02C0
2、配置控制器对。
      HSG80> set multi_bus_failover copy = this
3、重起两个控制器。
     HSG80> restart other
     HSG80> restart this
4、检查两个控制器的光纤口的portID
  HSG80> show this
  HSG80> show other
 检查其PORT_ID项。两个控制器共四个端口,分别是:
       NODE_ID+1
       NODE_ID+2
       NODE_ID+3
       NODE_ID+4
5、设置控制器光纤口的拓扑结构
  HSG80> set this_controller  port_1_topology = fabric
  HSG80> set this_controller  port_2_topology = fabric
  HSG80> set other_controller  port_1_topology = fabric
  HSG80> set other_controller  port_2_topology = fabric
6、设置镜像缓存
  HSG80> set this mirrored_cache
7、重新启动两个控制器

以上步骤设置了控制器的状态。
下述步骤设置存储集

8、设置共享盘
 HSG80> run config
9、查看安装的磁盘是否正常
 HSG80> show disk full
10、设置系统盘镜像集
 HSG80> add mirrorset m1 diskxxxx diskxxxx
其中的diskxxxx为用于系统盘的磁盘
11、格式化镜像集
 HSG80> init m1
12、将镜像分区。
 HSG80> create_partition m1 size=1        
 SG80> create_partition m1 size=1        
 HSG80> create_partition m1 size=2      
 HSG80> create_partition m1 size=2      
 HSG80> create_partition m1 size=1      
   HSG80> create_partition m1 size=largest  
13、将镜像分区设为逻辑盘
 HSG80> add unit d0 m1 partiton= 6    
 HSG80> add unit d1 m1 partiton= 5    
 HSG80> add unit d10 m1 partition = 1  
 HSG80> add unit d20 m1 partition = 2  
 HSG80> add unit d30 m1 partition = 3  
 HSG80> add unit d40 m1 partition = 4  

14、设置逻辑盘的ID
HSG80>set D10 id=10
HSG80>set D20 id=20
HSG80>set D30 id=30
HSG80>set D40 id=40

15、设置数据RAID5
HSG80>add raidset r0 diskxxxx diskxxxx ……
HSG80>add raidset r1 diskxxxx diskxxxx ……
HSG80>add raidset r2 diskxxxx diskxxxx ……
16、各式化数据RAID5集

HSG80> init r0
HSG80> init r1
HSG80> init r2  

17、设置数据逻辑盘
HSG80>add unit d100 r0
HSG80>add unit d100 r1
HSG80>add unit d100 r2

18、设置热备份盘
HSG80> init diskxxxx
HSG80> add spareset diskxxxx
HSG80> set failedset autospare

不知以上是否清楚?

 
afis 发表于: 2002/12/12 10:39am
很清楚
 谢谢了!!!
 
 

Copyright © ChinaUnix.net  *  转载请注明出处及作者