免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
1234下一页
最近访问板块 发新帖
查看: 10175 | 回复: 32
打印 上一主题 下一主题

stornext 安装救助 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-08-17 15:58 |只看该作者 |倒序浏览
写好配置文件,建立文件系统的时候出现如下提示,,如何解决?


re-initializing file system 'snfs1'.

Shared Meta Data File System.
Meta Data Root is on "MetaFiles".
*Fatal*: Cannot initialize stripe groups for I/O - Server could not find any Meta-Data devices!


The creation of file system 'snfs1' failed - Connection refused.

论坛徽章:
0
2 [报告]
发表于 2006-08-18 10:16 |只看该作者
我安装时没有碰到这种问题呀。

论坛徽章:
0
3 [报告]
发表于 2006-08-18 10:45 |只看该作者
检查Meta Data File System的配置.
配置文件贴出来看看

论坛徽章:
0
4 [报告]
发表于 2006-08-18 14:54 |只看该作者
原帖由 vovi 于 2006-8-18 10:45 发表
检查Meta Data File System的配置.
配置文件贴出来看看

配置文件如下

建了 3个LUN  SNFS0 SNFS1 SNFS3
[root@localhost config]# cat snfs1.cfg
# ****************************************************************************
# A global section for defining file system-wide parameters.
#
# For Explanations of Values in this file see the following:
#
# UNIX Users:    man cvfs_config
#
# Windows Users: Start > Programs >
#                    StorNext File System > Help >
#                        Configuration File Format
#
# ****************************************************************************

AllocationStrategy      Round
# BufferCacheSize       64M     # Default is 32MB
DataMigration           No      # SNMS Managed File Systems Only
# DataMigrationThreadPoolSize 128 # Default is 8 (Managed only)
Debug                   0x0
FileLocks               No
ForceStripeAlignment    Yes
FsBlockSize             16K
GlobalSuperUser         Yes     # Set to Yes for SNMS Managed File Systems
InodeCacheSize          16K     # 800-1000 bytes each, default 8K
InodeExpandMin          32K
InodeExpandInc          128K
InodeExpandMax          8M
JournalSize             16M
MaxConnections          32
# MaxMBPerClientReserve 50      # Default is 100 MB reserved per client
MaxLogs                 4
MaxLogSize              16M
# OpHangLimitSecs       300     # Default is 180 secs
Quotas                  No
ThreadPoolSize          32      # Default is 16, 512 KB memory per thread
UnixDirectoryCreationModeOnWindows  0755
UnixFileCreationModeOnWindows       0644
UnixIdFabricationOnWindows          No
UnixNobodyGidOnWindows  60001
UnixNobodyUidOnWindows  60001
WindowsSecurity         Yes

# ****************************************************************************
# A disktype section for defining disk hardware parameters.
# ****************************************************************************

[DiskType MetaDrive] ##1+1 Raid 1 Mirrored Pair##
Sectors 146685952     ## Sectors Per Disk From Command "cvlabel -l" ##
SectorSize 512

[DiskType JournalDrive] ##1+1 Raid 1 Mirrored Pair##  
Sectors 287690752     
SectorSize 512

[DiskType DataDrive] ##4+1 Raid 5 Lun for Regular Data##
Sectors 1966231552
SectorSize 512




# ****************************************************************************
# A disk section for defining disks in the hardware configuration.
# ****************************************************************************

[Disk CvfsDisk0]
Status UP
Type MetaDrive

[Disk CvfsDisk1]
Status UP
Type JournalDrive


[Disk CvfsDisk3]
Status UP
Type DataDrive




# ****************************************************************************
# A stripe section for defining stripe groups.
# ****************************************************************************

[StripeGroup MetaFiles]     
Status UP
MetaData Yes
Journal No
Exclusive Yes
Read Enabled
Write Enabled
StripeBreadth 256K
MultiPathMethod Rotate
Node CvfsDisk0 0


[StripeGroup JournFiles]     
Status UP
Journal Yes
MetaData No
Exclusive Yes
Read Enabled
Write Enabled
StripeBreadth 256K
MultiPathMethod Rotate
Node CvfsDisk1 0



[StripeGroup RegularFiles]  
Status UP
Exclusive No            ##Non-Exclusive StripeGroup for all Files##
Read Enabled
Write Enabled
StripeBreadth 256K
MultiPathMethod Rotate
Node CvfsDisk3 0

论坛徽章:
0
5 [报告]
发表于 2006-08-18 19:55 |只看该作者
不好意思.看这个看的模糊
建了 3个LUN  SNFS0 SNFS1 SNFS3
[root@localhost config]# cat snfs1.cfg

1.请把cvlabel -l输出贴出来
2.贴出cvlabels文件内容
3.cvmkfs的命令你加的什么参数

论坛徽章:
0
6 [报告]
发表于 2006-08-18 20:21 |只看该作者

回复 5楼 vovi 的帖子

[root@stornext01 ~]# /usr/cvfs/bin/cvlabel -l
/dev/sda   [                            ] MBR  Sectors: 0. SectorSize: 512.
/dev/sdb   [HITACHI DF600F          0000] SNFS "CvfsDisk0"  Sectors: 146685952. SectorSize: 512.  Maximum sectors: 146685952.
/dev/sdd   [HITACHI DF600F          0000] SNFS "CvfsDisk3"  Sectors: 1966231552. SectorSize: 512.  Maximum sectors: 1966231552.
/dev/sdc   [HITACHI DF600F          0000] SNFS "CvfsDisk1"  Sectors: 287690752. SectorSize: 512.  Maximum sectors: 287690752.
/dev/sde   [HITACHI DF600F          0000] unknown  Sectors: 2644254502. SectorSize: 512.

cvmkfs snfs1.cfg 没有加任何参数

论坛徽章:
0
7 [报告]
发表于 2006-08-18 20:34 |只看该作者
使用3个lun而已,创建一个文件系统.
你的cvlabels文件呢?内容

论坛徽章:
0
8 [报告]
发表于 2006-08-18 20:43 |只看该作者
原帖由 vovi 于 2006-8-18 20:34 发表
使用3个lun而已,创建一个文件系统.
你的cvlabels文件呢?内容


[root@stornext01 config]# cat cvlabels
CvfsDisk0 /dev/sdb 146685952 VTOC    # host 1 lun 0 sectors 146685952 sector_size 512 inquiry [HITACHI DF600F          0000] serial HITACHI 730105550030
CvfsDisk3 /dev/sdd 1966231552 VTOC    # host 1 lun 0 sectors 1966231552 sector_size 512 inquiry [HITACHI DF600F          0000] serial HITACHI 730105550037
CvfsDisk1 /dev/sdc 287690752 VTOC    # host 1 lun 1 sectors 287690752 sector_size 512 inquiry [HITACHI DF600F          0000] serial HITACHI 730105550031

论坛徽章:
0
9 [报告]
发表于 2006-08-18 21:01 |只看该作者
先混一帖.等我看看啊............好像不是配置文件的问题.............

论坛徽章:
0
10 [报告]
发表于 2006-08-18 21:05 |只看该作者
原帖由 vovi 于 2006-8-18 21:01 发表
先混一帖.等我看看啊............好像不是配置文件的问题.............


呵呵,,我也混一帖,,我估计也不是配置文件的问题,,我只有2个RPM 包,,安装文档里说用图形向导会简单的多,,可惜我没有
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP