免费注册 查看新帖 |

Chinaunix

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

SunFV490如何配置RDAC [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-02-23 11:44 |只看该作者 |倒序浏览
装了2块qlogic 2310F HBA的Sun Fire V490通过光纤交换机连接IBM的FastT700,构成冗余路径。在490上,如何配置IBM的RDAC多路径软件

在线等。谢谢

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
2 [报告]
发表于 2006-02-23 12:57 |只看该作者
买FAStt 700时,要加一个for Solaris的Lisence选件,这样在FASTt 700的附带光盘里有for Solaris的RDAC安装包。装好即可,不用专门配置。

论坛徽章:
0
3 [报告]
发表于 2006-02-23 13:04 |只看该作者
从IBM网站下载的for solaris的RDAC软件包,可以用吗?

设备路径在哪个目录?

论坛徽章:
0
4 [报告]
发表于 2006-11-04 16:34 |只看该作者
RDAC的软件是免费的.不用单买.自己去下载一个管理软件,里面就有.

论坛徽章:
2
双鱼座
日期:2014-02-23 12:10:03操作系统版块每日发帖之星
日期:2015-12-17 06:20:00
5 [报告]
发表于 2006-11-05 08:19 |只看该作者
安装Qlogic光纤通道卡的驱动和补丁程序

①进入程序安装目录:
#cd /src
②显示当前目录下的文件和目录:
#ls
31r3474.tgz  qla2300_pkg_v413.Z
③ 使用uncompress命令对qla2300_pkg_v413.Z文件解压缩:
#uncompress  qla2300_pkg_v413.Z
④ 显示当前目录下的文件和目录:
#ls
31r3474.tgz  qla2300_pkg_v413
  ⑤ 使用pkgadd命令安装qla2300_pkg_v413:
#pkgadd -d qla2300_pkg_v413
The following packages are available:
  1  QLA2300       QLogic QLA2300 driver
                   (sparc) Solaris, Rev=4.13
  2  QLSDMLIB      QLogic SDM Library for SNIA 1.0
                   (sparc) Solaris 7-8-9, Rev=3.05
  3  QLSDMLIB6     QLogic SDM Library for SNIA 1.0
                   (sparc) Solaris 2.6, Rev=3.05
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]: 1 2
Processing package instance <QLA2300> from </src/qla2300_pkg_v413>
QLogic QLA2300 driver
(sparc) Solaris, Rev=4.13
Copyright (c) 1996-2003, by QLogic Corporation. All rights reserved.
Where do you want the driver object installed (default=/kernel/drv): [?]
Using </> as the package base directory.
## Processing package information.
## Processing system information.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.
This package contains scripts which will be executed with super-user
permission during the process of installing this package.
Do you want to continue with the installation of <QLA2300> [y,n,?] y
Installing QLogic QLA2300 driver as <QLA2300>
## Installing part 1 of 1.
/kernel/drv/q3ip
/kernel/drv/q3ip.conf
/kernel/drv/q3ip_v9
/kernel/drv/qla2300
/kernel/drv/qla2300.conf
/kernel/drv/qla2300_v9
[ verifying class <none> ]
## Executing postinstall script.
System configuration files modified but qla2300 driver not loaded or attached.
Installation of <QLA2300> was successful.
Processing package instance <QLSDMLIB> from </src/qla2300_pkg_v413>
QLogic SDM Library for SNIA 1.0
(sparc) Solaris 7-8-9, Rev=3.05
Copyright (c) 2003, by QLogic Corporation. All rights reserved.
## Processing package information.
## Processing system information.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.
This package contains scripts which will be executed with super-user
permission during the process of installing this package.
Do you want to continue with the installation of <QLSDMLIB> [y,n,?] y
Installing QLogic SDM Library for SNIA 1.0 as <QLSDMLIB>
## Installing part 1 of 1.
/tmp/hba.conf
/usr/lib/libqlsdm.a
/usr/lib/libqlsdm.so
[ verifying class <none> ]
## Executing postinstall script.
Setting up QLSDM/SNIA library...
Installation of <QLSDMLIB> was successful.
⑥ 改变工作目录到/kernel/drv下
#cd /kernel/drv
⑦ 使用vi编辑器编辑qla2300.conf
#vi /kernel/drv/qla2300.conf
     原文件如下:
# Copyright (C) QLogic Corporation 1996-2003. All rights reserved.
#
#   File is setup as the default parameters for all adapters in the
#   system.
#   If a parameter needs to be changed for a particular adapter,
#   make a copy of the parameter. Then change the hba number
#   (decimal) in the parameter to match the adapter instance number
#   that is displayed during the boot process. Now alter the
#   parameter for the adapter.
#
#   example:
#       Setting loop down timeout for adapter instance 3 and 4
#       respectively.
#
#       Before:
#               hba0-link-down-timeout=60;
#
#       After:
#               hba0-link-down-timeout=60;
#               hba3-link-down-timeout=120;
#               hba4-link-down-timeout=240;
#
#
# ===============================
# Target Persistent Name Binding
# ===============================
#
# The Persistent Name Binding support for target devices associates a
# SCSI target ID to a specified device World Wide Port Name. In other
# words, this entry changes the target ID of the specified device
# to the number specified in the entry.
#
# To enable it, lines of the following format should be added
# in the qla2300.conf file:
#
#       hba<#>-SCSI-target-id-<#>-fibre-channel-port-name="<device WWPN>";
#
# For example, to associate the following WWPN with target ID 2
# on adapter instance 1, the entry will be:
#
#       hba1-SCSI-target-id-2-fibre-channel-port-name="2100002037004ac9";
#
# *********
# IMPORTANT
# *********
#
# - Unlike other parameter entries in the qla2300.conf file, values
#   indicated in persistent name binding entries for instance 0 does
#   not apply to other instances when there are no entries for the
#   other instances.
#
# - Persistent Name Binding entries are optional entries in the
#   qla2300.conf file.  These entries do not dictate which devices
#   are scanned by the driver, and do not perform any device masking,
#   unless the "Persistent Binding Only Option" is set. Absence of
#   this entry for any given device name or SCSI ID does not direct
#   the driver to perform any type of device masking, unless the
#   "Persistent Binding Only Option" is set.
#
# - For target devices, if no Persistent Name Binding entries are
#   specified, the default SCSI target IDs assigned will be the loop
#   ID of the devices, if failover is disabled else will start at 0.
#   Please refer to the FAQ section for which default SCSI target IDs
#   are assigned to fabric devices.
#
#
# Copyright (C) QLogic Corporation 1996-2003. All rights reserved.
#
#   File is setup as the default parameters for all adapters in the
#   system.
#   If a parameter needs to be changed for a particular adapter,
#   make a copy of the parameter. Then change the hba number
#   (decimal) in the parameter to match the adapter instance number
#   that is displayed during the boot process. Now alter the
#   parameter for the adapter.
#
#   example:
#       Setting loop down timeout for adapter instance 3 and 4
#       respectively.
#
#       Before:
#               hba0-link-down-timeout=60;
#
#       After:
#               hba0-link-down-timeout=60;
#               hba3-link-down-timeout=120;
#               hba4-link-down-timeout=240;
#
#
# ===============================
# Target Persistent Name Binding
# ===============================
#
# The Persistent Name Binding support for target devices associates a
# SCSI target ID to a specified device World Wide Port Name. In other
# words, this entry changes the target ID of the specified device
# to the number specified in the entry.
#
# To enable it, lines of the following format should be added
# in the qla2300.conf file:
#
#       hba<#>-SCSI-target-id-<#>-fibre-channel-port-name="<device WWPN>";
#
# For example, to associate the following WWPN with target ID 2
# on adapter instance 1, the entry will be:
#
#       hba1-SCSI-target-id-2-fibre-channel-port-name="2100002037004ac9";
#
# *********
# IMPORTANT
# *********
#
# - Unlike other parameter entries in the qla2300.conf file, values
#   indicated in persistent name binding entries for instance 0 does
#   not apply to other instances when there are no entries for the
#   other instances.
#
# - Persistent Name Binding entries are optional entries in the
#   qla2300.conf file.  These entries do not dictate which devices
#   are scanned by the driver, and do not perform any device masking,
#   unless the "Persistent Binding Only Option" is set. Absence of
#   this entry for any given device name or SCSI ID does not direct
#   the driver to perform any type of device masking, unless the
#   "Persistent Binding Only Option" is set.
#
# - For target devices, if no Persistent Name Binding entries are
#   specified, the default SCSI target IDs assigned will be the loop
#   ID of the devices, if failover is disabled else will start at 0.
#   Please refer to the FAQ section for which default SCSI target IDs
#   are assigned to fabric devices.
#
# ***********************
# CAUTION CAUTION CAUTION
# ***********************
#
# When the Persistent Name Binding entries are used in combination
# with the device entries in the /kernel/drv/sd.conf or
# /kernel/drv/st.conf file, it is possible to purposely mask off
# certain devices of all adapter instances from the operating system,
# by purposely commenting out/deleting entries in the sd.conf/st.conf
# file for those SCSI target IDs/LUNs bound to all adapter instances.
#  However, when the devices are shared among multiple adapters,
# doing so requires extreme caution, and it is strongly recommeded
# that all target devices be bound with all adapter instances so that
# the devices will show up in a predeterminable way.  A shared device
# which is bound on one adapter instance but unbound on another
# adapter instance may show up at a SCSI target ID which is
# unexpected by the user for the unbound adapter instance, which may
# lead to possible data corruption on the device if the user
# unknowingly writes to the unexpected device.
#
# The QLogic Solaris SCSI HBA driver does not filter out the OS
# scanning of SCSI devices, except when the "Persistent Binding
# Only Option" is set. The target IDs/LUNs scanned by the OS are
# based on the entries specified in the sd.conf and st.conf files.
# When the HBA driver first initializes during the system boot
# process, it assigns a target ID internally to all of the devices it
# detected. During the OS device scan, the driver ignores the 'class'
# value indicated in the sd.conf/st.conf file and processes the IOs
# addressed to a device whose target ID/LUN matches that of a device
# previously detected by the driver.
#
# Maximum fibre channel frame size.
#    Range: 512, 1024 or 2048 bytes
hba0-max-frame-length=2048;
# Maximum number of commands queued on each logical unit.
#    Range: 1 - 65535
hba0-execution-throttle=16;
# Number of port login retry attempts.
#    Range: 0 - 255
hba0-login-retry-count=8;
# Enable/disable the use adapter hard loop ID address on the fibre
# channel bus.
#    0 = disable, 1 = enabled
hba0-enable-adapter-hard-loop-ID=0;
# Adapter hard loop ID address to use on the fibre channel bus.
#    Range: 0 - 125
hba0-adapter-hard-loop-ID=0;
# Enable/disable the use LIP reset for loop reset.
#    0 = disable, 1 = enabled
hba0-enable-LIP-reset=0;
编辑后的文件如下:
# Copyright (C) QLogic Corporation 1996-2003. All rights reserved.
#
#   File is setup as the default parameters for all adapters in the
#   system.
#   If a parameter needs to be changed for a particular adapter,
#   make a copy of the parameter. Then change the hba number
#   (decimal) in the parameter to match the adapter instance number
#   that is displayed during the boot process. Now alter the
#   parameter for the adapter.
#
#   example:
#       Setting loop down timeout for adapter instance 3 and 4
#       respectively.
#
#       Before:
#               hba0-loop-down-timeout=60;
#
#       After:
#               hba0-loop-down-timeout=60;
#               hba3-loop-down-timeout=120;
#               hba4-loop-down-timeout=240;
#
# ===============================
# Adapter Persistent Name Binding
# ===============================
#
# The Persistent Name Binding support for adapter devices associates
# a user specified World Wide Node Name with a specified adapter
# instance.  This option is intended for use in installations where
# the storage devices allocate resources based on World Wide Node
# Names.  Should an operational and configured adapter need to be
# replaced, the previous adapters' World Wide Node Name can be specified
# so the storage does not detect a change in the World Wide Node Name,
# and therefor a reconfiguration of the storage device would not required
# even though the old adapter has been replaced.
#
# The World Wide Port Name must always reflect the current adapters's
# World Wide Port Name -- it cannot be modified.
#
#            ***************************
#            *****   PLEASE NOTE   *****
#            ***************************
# Unless you are working with storage devices which depend on the
# World Wide Node Name these parameters are usually not needed.  If
# these parameters are not specified, the adapter will use the factory
# assigned World Wide Node Name.
#
# To enable it, entries of the following format should be added in
# the qla2300.conf file:
#
#       hba<#>-adapter-node-name="<World Wide Node Name>";
#       hba<#>-adapter-port-name="<World Wide Port Name>";
#
# For example, to associate the following node/port name with adapter
# instance 2, the entry will be:
#
#       hba2-adapter-node-name="200000e08b023227";
#       hba2-adapter-port-name="210000e08b023227";
#
# Should the adapter in the above example need to be replaced, the
# replacement adapter's World Wide Node Name can be overridden by
# specifying the previous adapters World Wide Node Name, and by
# specifying the replacement adapter's World Wide Port Name.
#
# Using the example above, and given that the new adpaters World Wide Port
# name is "210000e087052834", the entries would then be:
#
#       hba2-adapter-node-name="200000e08b023227";
#       hba2-adapter-port-name="210000e08b052834";
#
# (the node name stays the same, and the port name changes to reflect
# the new adapter).
#
#
# ===============================
# Target Persistent Name Binding
# ===============================
#
# The Persistent Name Binding support for target devices associates a
# SCSI target ID to a specified device World Wide Node/Port Name. In
# other words, this entry changes the target ID of the specified device
# to the number specified in the entry.
# To enable it, lines of the following format should be added
# in the qla2300.conf file:
#
#       hba<#>-SCSI-target-id-<#>-fibre-channel-node-name="<device WWNN>";
#       hba<#>-SCSI-target-id-<#>-fibre-channel-port-name="<device WWPN>";
#
# For example, to associate the following WWNN/WWPN with target ID 2
# on adapter instance 1, the entry will be:
#
#       hba1-SCSI-target-id-2-fibre-channel-node-name="2000002037004ac9";
#       hba1-SCSI-target-id-2-fibre-channel-port-name="2100002037004ac9";
#
# *********
# IMPORTANT
# *********
#
# - Unlike other parameter entries in the qla2300.conf file, values
#   indicated in persistent name binding entries for instance 0 does
#   not apply to other instances when there are no entries for the
#   other instances.
#
# - Persistent Name Binding entries are optional entries in the
#   qla2300.conf file.  These entries do not dictate which devices
#   are scanned by the driver, and do not perform any device masking,
#   unless the "Persistent Binding Only Option" is set. Absence of
#   this entry for any given device name or SCSI ID does not direct
#   the driver to perform any type of device masking, unless the
#   "Persistent Binding Only Option" is set.
#
# - For adapter devices, if no Persistent Name Binding entries are
#   specified, the default WWNN and WWPN used by the adapters will be
#   the ones stored in the NVRAM.
#
# - For target devices, if no Persistent Name Binding entries are
#   specified, the default SCSI target IDs assigned will be the loop
#   ID of the devices, if failover is disabled else will start at 0.
#   Please refer to the FAQ section for which default SCSI target IDs
#   are assigned to fabric devices.
#
# ***********************
# CAUTION CAUTION CAUTION
# ***********************
#
# When the Persistent Name Binding entries are used in combination
# with the device entries in the /kernel/drv/sd.conf or
# /kernel/drv/st.conf file, it is possible to purposely mask off
# certain devices of all adapter instances from the operating system,
# by purposely commenting out/deleting entries in the sd.conf/st.conf
# file for those SCSI target IDs/LUNs bound to all adapter instances.
#  However, when the devices are shared among multiple adapters,
# doing so requires extreme caution, and it is strongly recommeded
# that all target devices be bound with all adapter instances so that
# the devices will show up in a predeterminable way.  A shared device
# which is bound on one adapter instance but unbound on another
# adapter instance may show up at a SCSI target ID which is
# unexpected by the user for the unbound adapter instance, which may
# lead to possible data corruption on the device if the user
# unknowingly writes to the unexpected device.
#
# The QLogic Solaris SCSI HBA driver does not filter out the OS
# scanning of SCSI devices, except when the "Persistent Binding
# Only Option" is set. The target IDs/LUNs scanned by the OS are
# based on the entries specified in the sd.conf and st.conf files.
# When the HBA driver first initializes during the system boot
# process, it assigns a target ID internally to all of the devices it
# detected. During the OS device scan, the driver ignores the 'class'
# value indicated in the sd.conf/st.conf file and processes the IOs
# addressed to a device whose target ID/LUN matches that of a device
# previously detected by the driver.
#
# Maximum fibre channel frame size.
#    Range: 512, 1024 or 2048 bytes
hba0-max-frame-length=2048;
hba1-max-frame-length=2048;
# Maximum number of commands queued on each logical unit.
#    Range: 1 - 65535
hba0-execution-throttle=255;
hba1-execution-throttle=255;
# Number of port login retry attempts.
#    Range: 0 - 255
hba0-login-retry-count=30;
hba1-login-retry-count=30;
# Enable/disable the use adapter hard loop ID address on the fibre
# channel bus.
#    0 = disable, 1 = enabled
hba0-enable-adapter-hard-loop-ID=1;
hba1-enable-adapter-hard-loop-ID=1;
# Adapter hard loop ID address to use on the fibre channel bus.
#    Range: 0 - 125
hba0-adapter-hard-loop-ID=0;
hba1-adapter-hard-loop-ID=1;
# Enable/disable the use LIP reset for loop reset.
#    0 = disable, 1 = enabled
hba0-enable-LIP-reset=0;
hba1-enable-LIP-reset=0;
# Enable/disable the use LIP full login for loop reset.
#    0 = disable, 1 = enabled
hba0-enable-LIP-full-login=1;
hba1-enable-LIP-full-login=1;
# Enable/disable the use of target reset for loop reset.
#    0 = disable, 1 = enabled
hba0-enable-target-reset=0;
hba1-enable-target-reset=0;
# Amount of time to delay after a loop reset for starting any new
# I/O commands.
#    Range: 0 - 255 seconds
hba0-reset-delay=8;
hba1-reset-delay=8;
# Number of times to retry a port that is not responding.
#    Range: 0 - 255
hba0-port-down-retry-count=70;
hba1-port-down-retry-count=70;
# Maximum number of LUNs to scan for, if a device does not
# support SCSI Report LUNs command.
#    Range: 1 - 256
hba0-maximum-luns-per-target=0;
hba1-maximum-luns-per-target=0;
# Connection options.
#    0 = loop only
#    1 = point-to-point only
#    2 = loop preferred, otherwise point-to-point
hba0-connection-options=2;
hba1-connection-options=2;
# Fibre Channel tape support enable/disable.
#    0 = disable, 1 = enabled
hba0-fc-tape=0;
hba1-fc-tape=0;
# Fibre Channel Data Rate Option.
#    0 = 1 gigabit/second
#    1 = 2 gigabit/second
#    2 = Auto-negotiate
hba0-fc-data-rate=2;
hba1-fc-data-rate=2;
# PCI latency timer.
#    Range: 0 - 0xF8
#    Default: 0x40
hba0-pci-latency-timer=0x40;
hba1-pci-latency-timer=0x40;
# PCI-X Maximum Memory Read Byte Count.
#    Range: 512, 1024, 2048 or 4096 bytes
#    Default: 0 = system default
hba0-pci-x-max-memory-read-byte-count=0;
hba1-pci-x-max-memory-read-byte-count=0;
# During link down conditions enable/disable the reporting of
# errors.
#    0 = disabled, 1 = enable
hba0-link-down-error=1;
hba1-link-down-error=1;
# Amount of time to wait for loop to come up after it has gone down
# before reporting I/O errors.
#    Range: 0 - 240 seconds
hba0-link-down-timeout=60;
hba1-link-down-timeout=60;
# Persistent binding only option.
#    0 = Reports to OS discovery of binded and non-binded devices
#    1 = Reports to OS discovery of persistent binded devices only
hba0-persistent-binding-configuration=0;
hba1-persistent-binding-configuration=0;
# Fast error reporting to Solaris, enabled/disabled.
#    0 = disabled, 1 = enable
hba0-fast-error-reporting=0;
hba1-fast-error-reporting=0;
# Enable extended logging.
#    0 = disabled, 1 = enable
hba0-extended-logging=0;
hba1-extended-logging=0;
###########################################################
#               Do Not Alter any data passed this text.             #
###########################################################
⑧ 重新启动主机:
#reboot -- -r



安装IBM RDAC软件

①进入程序安装目录:
#cd /src
②显示当前目录下的文件和目录:
#ls
31r3474.tgz  qla2300_pkg_v413
③ 使用gunzip命令对31r3474.tgz文件解压缩:
#gunzip 31r3474.tgz
④ 显示当前目录下的文件和目录:
#ls
31r3474.tar  qla2300_pkg_v413
⑤ 使用tar 命令对31r3474.tar文件解包:
#tar xvf 31r3474.tar
x Solaris9p1m, 0 bytes, 0 tape blocks
x Solaris9p1m/SOL910_readme.txt, 59499 bytes, 117 tape blocks
x Solaris9p1m/Solaris9p1, 0 bytes, 0 tape blocks
x Solaris9p1m/Solaris9p1/SOL910_readme.txt, 59499 bytes, 117 tape blocks
x Solaris9p1m/Solaris9p1/SM9MIB, 0 bytes, 0 tape blocks
x Solaris9p1m/Solaris9p1/SM9MIB/SM9_R1.MIB, 4769 bytes, 10 tape blocks
x Solaris9p1m/Solaris9p1/scripts, 0 bytes, 0 tape blocks
x Solaris9p1m/Solaris9p1/scripts/DifferentWWN.scr, 1397 bytes, 3 tape blocks
x Solaris9p1m/Solaris9p1/scripts/EnableAVT_Linux.scr, 2327 bytes, 5 tape blocks
x Solaris9p1m/Solaris9p1/scripts/EnableAVT_W2K_S2033_noncluster.scr, 2333 bytes, 5 tape blocks
x Solaris9p1m/Solaris9p1/scripts/disabledrivemigration.scr, 2125 bytes, 5 tape blocks
x Solaris9p1m/Solaris9p1/scripts/SameWWN.scr, 1368 bytes, 3 tape blocks
x Solaris9p1m/Solaris9p1/scripts/DisableAVT_W2K_S2033_noncluster.scr, 2338 bytes, 5 tape blocks
x Solaris9p1m/Solaris9p1/scripts/DisableAVT_Linux.scr, 2308 bytes, 5 tape blocks
x Solaris9p1m/Solaris9p1/scripts/enabledrivemigration.scr, 1730 bytes, 4 tape blocks
x Solaris9p1m/Solaris9p1/SM9ClientCode, 0 bytes, 0 tape blocks
x Solaris9p1m/Solaris9p1/SM9ClientCode/SMagent-SOL-09.10.05.01.pkg, 1095680 bytes, 2140 tape blocks
x Solaris9p1m/Solaris9p1/SM9ClientCode/SMclient-SOL-09.10.G5.05.pkg, 40298496 bytes, 78708 tape blocks
x Solaris9p1m/Solaris9p1/SM9ClientCode/SMibmasl-SOL-03.02.05.08.pkg, 59904 bytes, 117 tape blocks
x Solaris9p1m/Solaris9p1/SM9ClientCode/SMrdac-SOL-09.10.05.01.pkg, 6608384 bytes, 12907 tape blocks
x Solaris9p1m/Solaris9p1/SM9ClientCode/SMruntime-SOL-09.10.05.02.pkg, 80383488 bytes, 156999 tape blocks
x Solaris9p1m/Solaris9p1/SM9ClientCode/SMutil-SOL-09.10.05.01.pkg, 1092608 bytes, 2134 tape blocks
⑥ 显示当前目录下的文件和目录:
#ls
31r3474.tar  Solaris9p1m  qla2300_pkg_v413
⑦ 改变当前路径到下面目录:
#cd Solaris9p1m/Solaris9p1/SM9ClientCode
⑧ 显示当前目录下的文件和目录:
#ls
SMagent-SOL-09.10.05.01.pkg SMibmasl-SOL-03.02.05.08.pkg   SMruntime-SOL-09.10.05.02.pkg SMclient-SOL-09.10.G5.05.pkg   SMrdac-SOL-09.10.05.01.pkg             SMutil-SOL-09.10.05.01.pkg
⑨ 使用pkgadd命令安装SMrdac-SOL-09.10.05.01.pkg程序包:
#pkgadd -d SMrdac-SOL-09.10.05.01.pkg
The following packages are available:
  1  RDAC     IBM FAStT Storage Manager 9 RDAC
              (sparc) 09.10.05.01
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:
Processing package instance <RDAC> from </src/Solaris9p1m/Solaris9p1/SM9ClientCode/SMrdac-SOL-09.10.05.01.pkg>
IBM FAStT Storage Manager 9 RDAC
(sparc) 09.10.05.01
     (C) Copyright International Business Machines Corporation, 2003-2004  Licensed Material -
     Program Property of IBM
     All Rights Reserved.
     US Government Users Restricted Rights - Use, Duplication, or disclosure restricted
     by GSA ADP Schedule Contract with IBM Corp.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   17 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.
This package contains scripts which will be executed with super-user
permission during the process of installing this package.
Do you want to continue with the installation of <RDAC> [y,n,?] y
Installing IBM FAStT Storage Manager 9 RDAC as <RDAC>
## Executing preinstall script.
A copy of /kernel/drv/sd.conf has been saved in the directory /var/symsm
## Installing part 1 of 1.
/etc/init.d/amdemon
/etc/init.d/rdacctrl
/etc/raid <symbolic link>
/etc/rc0.d/K80amon <symbolic link>
/etc/rc0.d/K90rdac <symbolic link>
/etc/rc1.d/S90amon <symbolic link>
/etc/rc2.d/S90amon <symbolic link>
/etc/rcS.d/S55rdac <symbolic link>
/etc/rcS.d/S61rdaclinks
/etc/rcS.d/S71rdaclogmsgs
/etc/rcS.d/S86vxvm_rdac
/etc/symsm/rmparams
/kernel/drv/rdnexus.conf
/kernel/drv/rdnexus7
/kernel/drv/rdnexus8
/kernel/drv/rdriver.conf
/kernel/drv/rdriver7
/kernel/drv/rdriver8
/kernel/drv/sparcv9/rdnexus7
/kernel/drv/sparcv9/rdnexus8
/kernel/drv/sparcv9/rdriver7
/kernel/drv/sparcv9/rdriver8
/sbin/rdaemon7
/sbin/rdaemon8
/sbin/sparcv9/rdaemon7
/sbin/sparcv9/rdaemon8
/usr/lib/raidfw/default.def
/usr/lib/symsm/000tx.abt
/usr/lib/symsm/bin/Signalrdm
/usr/lib/symsm/bin/add_config_info
/usr/lib/symsm/bin/add_config_info.awk
/usr/lib/symsm/bin/add_disk
/usr/lib/symsm/bin/genfcaconf
/usr/lib/symsm/bin/genjniconf
/usr/lib/symsm/bin/genscsiconf
/usr/lib/symsm/bin/hide_sd
/usr/lib/symsm/bin/hot_add
/usr/lib/symsm/bin/lad
/usr/lib/symsm/bin/nvutil
/usr/lib/symsm/bin/rdac_disks
/usr/lib/symsm/bin/rdac_name_change
/usr/lib/symsm/bin/rdac_name_delete
/usr/lib/symsm/bin/rdacconfig
/usr/lib/symsm/bin/rdacutil
/usr/lib/symsm/bin/rdaemon <symbolic link>
/usr/lib/symsm/bin/rm_mutex_acquire
/usr/lib/symsm/bin/rmparamcopy.awk
/usr/lib/symsm/bin/rmscript
/usr/lib/symsm/bin/set_drivers
/usr/lib/symsm/bin/sparcv9/rdaemon <symbolic link>
/usr/lib/symsm/bin/storutil
/usr/lib/symsm/bin/symconf
/usr/lib/symsm/bin/trapcntl
/usr/lib/symsm/format.cmds
/usr/lib/symsm/fw <symbolic link>
/usr/lib/symsm/help/messages.txt
/usr/lib/symsm/license.txt
/usr/lib/symsm/locks <symbolic link>
/usr/lib/symsm/rmparams <symbolic link>
/usr/sbin/symsm/lad <symbolic link>
/usr/sbin/symsm/nvutil <symbolic link>
/usr/sbin/symsm/rdacutil <symbolic link>
/usr/sbin/symsm/storutil <symbolic link>
/usr/share/man/man1m/genfcaconf.1m
/usr/share/man/man1m/genjniconf.1m
/usr/share/man/man1m/genscsiconf.1m
/usr/share/man/man1m/hot_add.1m
/usr/share/man/man1m/rdac_disks.1m
/usr/share/man/man1m/rdaemon.1m
/usr/share/man/man1m/symconf.1m
/usr/share/man/man4/rdac_address.4
/usr/share/man/man4/rdriver.4
/usr/share/man/man4/rmparams.4
/usr/share/man/man7/rdac.7
[ verifying class <none> ]
[ verifying class <sdconf> ]
[ verifying class <syslogconf> ]
[ verifying class <minorperm> ]
[ verifying class <system> ]
## Executing postinstall script.
    Installing O.S. version-specific files...
    NOTE: The file /kernel/drv/rdnexus.conf has been edited to avoid a
    Solaris-9 slow-boot issue. If you have disk arrays that are connected
    to HBA's with 'c' numbers greater than 15, you should manually edit
    /kernel/drv/rdnexus.conf to restore the required instances.
Checking for any existing RDAC configuration files...
    Calling add_drv to install rdnexus driver...
    Calling add_drv to install rdriver driver...
System configuration files modified but rdriver driver not loaded or attached.
    Executing the 'genscsiconf' tool...
    Executing the 'hot_add' tool...
RDAC daemons initiated
      *** IMPORTANT NOTICE ***
          This machine must now be rebooted with the '-r'
          option in order to insure sane operation.
Installation of <RDAC> was successful.
⑩ 重新启动主机:
#reboot -- -r

[ 本帖最后由 东方蜘蛛 于 2006-11-5 08:25 编辑 ]

论坛徽章:
0
6 [报告]
发表于 2006-11-06 10:02 |只看该作者
不错,学习一下
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP