ORACLE在HP-UX下的系列问题处理(17)

发表于:2007-06-22来源:作者:点击数: 标签:
系统管理:如何删除Oracle raw分区。 问题描述 我正在运行Oracle。 如何删除raw分区,以便使空间可用? 配置信息 操作系统 - HP-UX 版本 - 10.20 硬件系统 - HP9000 系列 - K460 解决方法 使用下面的步骤: 1. pvdisplay这个raw磁盘分区。 注:raw磁盘在/dev

   
  系统管理:如何删除Oracle raw分区。
  
  问题描述
  
  我正在运行Oracle。
  
  如何删除raw分区,以便使空间可用?
  
  配置信息
  
  操作系统 - HP-UX
  版本 - 10.20

  硬件系统 - HP9000
  系列 - K460
  
  解决方法
  
  使用下面的步骤:
  
  1. pvdisplay这个raw磁盘分区。
  
   注:raw磁盘在/dev/vg04/rtest中。
  
  2. 使用lvdisplay命令确认它们是否存在。
  3. 使用lvremove 删除raw lvol 'rtest'。
  注:如果任何raw lvolumes跨越多个磁盘,你必须首先使用vgreduce。
  .........following with all English text ....
  [A5544288/TRAK-ACTIVE/English] A5544288
  SYS ADM: How to remove Oracle raw partitions.
  Problem Description
  I am running Oracle.
  How do I delete raw partitions to make space available?
  Configuration Info
  Operating System - HP-UX
  Version - 10.20
  Hardware System - HP9000
  Series - K460
  Solution
  Use these steps:
  1. pvdisplay the raw disk partition.
  Note: The raw disks are in /dev/vg04/rtest.
  2. Use the lvdisplay command to confirm their existence.
  3. Use lvremove to remove the raw lvol 'rtest'.
  Note: If any of the raw lvolumes span more than one disk, you must first use vgreduce.

原文转自:http://www.ltesting.net