ChinaUnix.net
相关文章推荐:

Can't remove open logical volume

lvremove /dev/vgdb01/lv_temp_04 The logical volume "/dev/vgdb01/lv_temp_04" is not empty; do you really want to delete the logical volume (y/n) : y lvremove: Couldn't delete logical volume "/dev/vgdb01/lv_temp_04": The specified logical volume is open, or a sparing operation is in progress.

by rumsfeld - HP-UX - 2012-02-16 15:53:27 阅读(4721) 回复(8)

相关讨论

1,Backup all user data in the volume to be removed (Use fbackup, cpio or tar backup utilities as appropriate.) 2,Determine the names of the logical volumes residing in the volume groups to be removed # lvdisplay /dev/vgXX/lvol* 3,unmount all logical volumes in the volume group to be removed # cd / # umount /dev/vgxx/lvol* 4,remove the logical volumes found in step2 from the volume group # lvremov...

by 古月石 - HP文档中心 - 2006-12-16 12:39:56 阅读(721) 回复(0)

l logical volume Manager: 1. volume Group Descriptor Area(VGDA) 卷组描述区 位于每个pv的开始处,内容是描述属于这个vg的所有lv和pv信息,几乎所有的LVM命令都会更VGDA。 2. volume Group Status Area(VGSA)卷组状态区 内容是描述关于pv和pp的状态信息。例如果有一个pv不可用(被破坏)VGSA就会知道。 3. logical volume Control Block(LVCB) 位于每个lv的开始位置,它包含了一些lv的信息,通常有几...

by dayerong - AIX文档中心 - 2007-03-14 14:11:32 阅读(958) 回复(0)

我想增加一个文件系统的大小 ! (/dev/data ) 原大小: # df -k Filesystem 1024-blocks Free %Used Iused %Iused Mounted on /dev/hd4 65536 55948 15% 1008 4% / /dev/hd2 458752 20380 96% 14990 14% /usr /dev/hd9var 65536 59212 10% 383 3% /var /dev/hd3 65536 63364 4% 40 1% /tmp /dev/hd1 65...

by rinehart - AIX - 2006-02-08 08:40:55 阅读(1181) 回复(3)

在用mpg123 时,出现 can't open /dev/dsp 错误, 该如何解决? 我的声卡是Aureal vortex v1.

by rubber - BSD - 2003-03-31 00:18:23 阅读(1561) 回复(24)

Question: we have HP-UX 11.0(64-bit) installed on HP900(N4000) server. I want to increase the size of logical volume /dev/vg00/lvol9 (filesystem: /m01) to 3260M. This volume has mirrored copy on other disk. Here are the steps I am going to follow: lvextend -L 3260 /dev/vg00/lvol9 unmount /m01 extendfs vxfs /dev/vg00/lvol9 mount /m01 please coreect me if I am missing anything. Answer: There are a...

by meteorm - HP文档中心 - 2009-02-04 15:50:59 阅读(1683) 回复(0)

平台:hacmp51 concurrent资源组,共享sharevg #smitty cl_admin -> ........ ->Add a Concurrent logical volume 想添加concurrent logical volume,结果报如下错误 请教:Add a Concurrent logical volume问题?? 平台:hacmp51 concurrent资源组,共享sharevg #smitty cl_admin -> ........ ->Add a Concurrent logical volume 想添加concurrent logical volume,结果报如下错误

by xiaomage79 - AIX - 2008-08-03 21:33:23 阅读(1491) 回复(2)

no sound from es1370 with pcm(4) driver? Workarounds for no sound from es1370 with pcm(4) driver? You can run the following command every time the machine booted up: # mixer pcm 100 vol 100 cd 100 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/6421/showart_23542.html

by michaelt - BSD文档中心 - 2005-04-27 21:27:45 阅读(762) 回复(0)

solaris 9 安装在sun的工作站上( ultrasparc-IIi 440MHz) 因系统出现了问题,想用光盘修复, 系统启动按 stop+a ok setenv boot-device cdrom 设置成功后,还是无法从光驱启动,提示如下 ok boot cdrom -s boot device:cdrom file and args: can't open boot device 不知道问题出在哪,难道是我的光驱坏了?

by xinzhifan4 - Solaris - 2008-03-04 12:02:25 阅读(3677) 回复(11)

在用Xmanger登录机器时候,无法登录,估计是哪个地方的环境设置不对,小弟搞不定,求助!!谢谢.

by rainow - AIX - 2006-04-04 19:08:57 阅读(531) 回复(0)