- 论坛徽章:
- 0
|
装了6140之后在Storage Foundation里找不到,vxdisk也scan不到,搜了半天原来是需要装新的ASL驱动(Array Support Library )
文档地址是:
http://seer.entsupport.symantec.com/docs/327869.htm
摘录一段,有些不错的命令:
5. ASL Installation
# pkgadd -d . VRTSLSIasl
6. APM Installation
# pkgadd -d . VRTSLSIapm
7. After the package is installed, you must execute the vxdctl enable command to claim the disk array
# vxdctl enable
Note: In some cases, it has been reported that the installation of the ASL does not
take effect and vxdctl enable does not claim the enclosure and devices. In such cases, you can
execute the vxconfigd -k command in addition to vxdctl enable
8. After executing vxdctl enable and vxconfigd -k, verify the output of the vxddladm listsupport command, as follows:
# vxddladm listsupport libname=libvxlsiall.so
ATTR_NAME ATTR_VALUE
==================================
LIBNAME libvxlsiall.so
VID IBM, SUN, STK
SGI, LSI, ENGENIO
ARRAY_TYPE A/P-C, A/PF-LSI, A/A
ARRAY_NAME DS4300-, DS4100-, FAStT500-
FAStT200, DS4500-, DS4400
IBM-FAStT, DS4800-, DS4700-
DS5100, DS3400, DS3200
DS3300, SUN6130-, SUN6140-
SUN6540-, ST2540-, SUN2510-
SUN2530-, SUN2530-, ST6580_6780-
STK-ARRAY, D280, D220
D240, D178, FLEXLINE
Sun 6540, LSI-, TP9300-
TP9400-, TP9500-, TP9700-
IS500-, IS4600-, ENGENIO-
9. Verify the ASL version
# vxddladm listversion libname=libvxlsiall.so
libvxlsiall.so has version string: vm-5.0-rev-4. VXVM version: 5.0
10.If array is configured in A/P-F mode, then verify that APM is in Active state.
# vxdmpadm listapm dmpEngenio
Filename: dmpEngenio
APM name: dmpEngenio
APM version: 1
Feature: VxVM
VxVM version: 50
Array Types Supported: A/PF-LSI
Depending Array Types: A/P
State: Active
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/6098/showart_2003254.html |
|