[HP-UX] vgchange -a e -q n vgxxx --執行此命令後,啟用巻組
遇到的問題,記錄下來.
[root@xxxxx016:/]# vgchange -a y vgxxx
May 21 22:57:26 - "xxxxx016": Activating volume group vgxxx with exclusive option.
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c5t5d7":
I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: Activation mode requested for the volume group "/dev/vgxxx" conflicts with configured mode.
vgchange: Warning: couldn't query physical volume "/dev/dsk/c5t5d7":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c22t5d7":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c5t5d5":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c22t5d5":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c5t5d4":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c22t5d4":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c5t5d3":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c22t5d3":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c5t5d6":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c22t5d6":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c9t5d3":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c25t5d3":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c9t5d4":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c25t5d4":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c9t5d7":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c25t5d7":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c9t5d6":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c25t5d6":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c9t5d5":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c25t5d5":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query all of the physical volumes.
ERROR: Function activate_volume_group
ERROR: Failed to activate vgxxx
May 21 22:57:26 - Node "xxxxx016": Deactivating volume group vgxxx
vgchange: Volume group "vgxxx" has been successfully changed.
May 21 22:57:26 - Node "xxxxx016": Deactivating volume group vgxxx2
vgchange: Volume group "vgxxx2" has been successfully changed.
May 21 22:57:26 - Node "xxxxx016": Deactivating volume group /dev/vgxxx3
vgchange: Volume group "/dev/vgxxx3" has been successfully changed.
Quorum not present, or some physical volume(s) are missing.
[root@xxxxx016:/]# cmrunpkg -v -n xxxxx016 pkg_xxx
Running package pkg_xxx on node xxxxx016.
cmrunpkg : Script failed with no restart: pkg_xxx should not be restarted.
[root@xxxxx016:/]# cmmodpkg -v -e -n xxxxx016 pkg_xxx
Enabling node xxxxx016 for switching of package pkg_xxx.
cmmodpkg : Warning: Node xxxxx016 is already able to run package pkg_xxx.
cmmodpkg : Completed successfully on all packages specified.
[root@xxxxx016:/]# vgchange -a e -q n vgxxx --執行此命令後,啟用巻組
Activated volume group in Exclusive Mode.
Volume group "vgxxx" has been successfully changed.
其中也報如下錯誤
ERROR: Function activate_volume_group
ERROR: Failed to activate /dev/vgX3PROD3
執行如下命令
[root@xxxxx016:/]# vgchange -c y vgxxx
vgchange: The volume group "/dev/vgxxx" is active on this system.
Cannot perform requested change.
[root@xxxxx016:/]#
[root@xxxxx016:/]# cmrunpkg
usage: cmrunpkg [-v] [-n node_name] package_name...
[root@xxxxx016:/]# cmrunpkg -v -n xxxxx016 pkg_xxx
Running package pkg_xxx on node xxxxx016.
cmrunpkg : Successfully started package pkg_xxx.
cmrunpkg : Completed successfully on all packages specified.
[root@xxxxx016:/]# vgchange -a y vgxxx
May 21 22:57:26 - "xxxxx016": Activating volume group vgxxx with exclusive option.
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c5t5d7":
I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: I/O error
vgchange: Activation mode requested for the volume group "/dev/vgxxx" conflicts with configured mode.
vgchange: Warning: couldn't query physical volume "/dev/dsk/c5t5d7":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c22t5d7":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c5t5d5":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c22t5d5":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c5t5d4":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c22t5d4":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c5t5d3":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c22t5d3":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c5t5d6":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c22t5d6":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c9t5d3":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c25t5d3":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c9t5d4":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c25t5d4":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c9t5d7":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c25t5d7":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c9t5d6":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c25t5d6":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c9t5d5":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c25t5d5":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query all of the physical volumes.
ERROR: Function activate_volume_group
ERROR: Failed to activate vgxxx
May 21 22:57:26 - Node "xxxxx016": Deactivating volume group vgxxx
vgchange: Volume group "vgxxx" has been successfully changed.
May 21 22:57:26 - Node "xxxxx016": Deactivating volume group vgxxx2
vgchange: Volume group "vgxxx2" has been successfully changed.
May 21 22:57:26 - Node "xxxxx016": Deactivating volume group /dev/vgxxx3
vgchange: Volume group "/dev/vgxxx3" has been successfully changed.
Quorum not present, or some physical volume(s) are missing.
[root@xxxxx016:/]# cmrunpkg -v -n xxxxx016 pkg_xxx
Running package pkg_xxx on node xxxxx016.
cmrunpkg : Script failed with no restart: pkg_xxx should not be restarted.
[root@xxxxx016:/]# cmmodpkg -v -e -n xxxxx016 pkg_xxx
Enabling node xxxxx016 for switching of package pkg_xxx.
cmmodpkg : Warning: Node xxxxx016 is already able to run package pkg_xxx.
cmmodpkg : Completed successfully on all packages specified.
[root@xxxxx016:/]# vgchange -a e -q n vgxxx --執行此命令後,啟用巻組
Activated volume group in Exclusive Mode.
Volume group "vgxxx" has been successfully changed.
其中也報如下錯誤
ERROR: Function activate_volume_group
ERROR: Failed to activate /dev/vgX3PROD3
執行如下命令
[root@xxxxx016:/]# vgchange -c y vgxxx
vgchange: The volume group "/dev/vgxxx" is active on this system.
Cannot perform requested change.
[root@xxxxx016:/]#
[root@xxxxx016:/]# cmrunpkg
usage: cmrunpkg [-v] [-n node_name] package_name...
[root@xxxxx016:/]# cmrunpkg -v -n xxxxx016 pkg_xxx
Running package pkg_xxx on node xxxxx016.
cmrunpkg : Successfully started package pkg_xxx.
cmrunpkg : Completed successfully on all packages specified.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24237320/viewspace-2124862/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RAC grid 11.2.0.1執行root.sh需執行此命令(啟動crs)
- 用nohup命令程式在後臺執行
- 遠端啟動命令,讓命令程式在後臺執行
- vgchange指令:修改卷組屬性GC
- 用Jbuilder執行此程式的問題。UI
- [HP-UX] User登入時執行命令特別慢(csh)UX
- Linux 後臺執行命令Linux
- linux命令後臺執行Linux
- 【AIX 命令學習】啟用/停用卷組!AI
- linux echo命令的-n、-e兩個引數Linux
- Linux 命令的後臺執行Linux
- Linux nohup:後臺不掛起命令(後臺執行命令)Linux
- HP-UX執行Oracle相關命令報錯Memory fault(coredump)分析處理UXOracle
- android4.0 開啟硬體加速後應用執行出錯 android4.0 開啟硬體加速後應用執行出錯...Android
- [linux] 使用Screen後臺執行命令Linux
- 用 PHP 來執行執行網路相關命令PHP
- vgchange -c y後的【Skipping clustered volume group 】GC
- Golang 啟停管理及後臺執行Golang
- 【OS】Linux命令如何放到後臺執行Linux
- MySQL 分組排序後 → 如何取前N條或倒數N條MySql排序
- jest如何執行單組測試用例
- 用 Explain 命令分析 MySQL 的 SQL 執行AIMySql
- linux後臺執行命令:&與nohup的用法Linux
- Linux後臺執行指令碼命令之nohupLinux指令碼
- 使用nohup命令讓linux程式後臺執行Linux
- windows下啟動cmd,開啟指定目錄,執行指定命令Windows
- CSS E:nth-child(n)CSS
- CSS E:nth-of-type(n)CSS
- win10組策略錯誤沒有許可權執行此操作處理方法Win10
- 王鼎杯 RCE命令執行 五位元組限制
- HP-UX常見命令UX
- win10系統執行命令在哪裡,win10電腦開啟執行命令的方法Win10
- e/易語言 加執行緒執行緒
- Jenkins踩坑之旅:nohup後臺執行shell命令Jenkins
- SSH連線伺服器後執行多條命令伺服器
- 命令執行漏洞
- Docker執行命令Docker
- 通過瀏覽器執行cmd命令、啟動steam瀏覽器