Tag: Code Roo VPD Run cannot create creat format its SWA
When the Openfiler installation environment is a physical environment, as a result of the disk array, is recognized as a disk, after installation, in Openfiler unable to create a physical volume, click Create unresponsive, change the start bit and stop bit size also useless. The server has two separate disks to install the system block to make a shared disk, in which case there is no problem that cannot be created. Here is the workaround:
Remember to install Openfiler, just partition the necessary data partitions, the space is not divided temporarily, so that the other space for free, installed in the division.
[Email protected] ~]# fdisk-l #查看分区情况
disk/dev/cciss/c0d0:734.1 GB, 734054899712 bytes
255 heads, Sectors/track, 89243 cylinders, total 1433700976 sectors
Units = sectors of 1 * MB = bytes
Sector size (logical/physical): bytes/512 bytes
I/O size (minimum/optimal): bytes/512 bytes
Disk identifier:0x37363521
Device Boot Start End Blocks Id System
/DEV/CCISS/C0D0P1 * 62910539 31455238+ Linux
/DEV/CCISS/C0D0P2 62910540 79682399 8385930-Linux swap/
[Email protected] ~]# fdisk/dev/cciss/c0d0 #将free空间进行分区格式化
Command (M for help): N #新建分区
Command Action
E Extended
P primary partition (1-4)
P #设置分区为主分区
Partition number (1-4, default 3):
Using Default Value 3
First sector (79682400-1433700975, default 79682400):
Using Default Value 79682400
Last sector, +sectors or +size{k,m,g} (79682400-1433700975, default 1433700975):
Using Default Value 1433700975
Command (M for help): W #保存
The partition table has been altered!
Calling IOCTL () to re-read partition table.
Warning:re-reading the partition table failed with error 16:device or resource busy.
The kernel still uses the old table. The new table is being used at
The next reboot or after you run Partprobe (8) or KPARTX (8)
Syncing disks.
[Email protected] ~]# fdisk-l #查看分区情况
disk/dev/cciss/c0d0:734.1 GB, 734054899712 bytes
255 heads, Sectors/track, 89243 cylinders, total 1433700976 sectors
Units = sectors of 1 * MB = bytes
Sector size (logical/physical): bytes/512 bytes
I/O size (minimum/optimal): bytes/512 bytes
Disk identifier:0x37363521
Device Boot Start End Blocks Id System
/DEV/CCISS/C0D0P1 * 62910539 31455238+ Linux
/DEV/CCISS/C0D0P2 62910540 79682399 8385930, Linux Swap/solaris
/DEV/CCISS/C0D0P3 79682400 1433700975 677009288-up Linux
[[email protected] ~]# reboot #分完区需要重启, otherwise the system will not recognize the partition, creating a physical volume error.
The system is going down for reboot now!. Localdomain (PTS/2) (Mon Jan 8 01:0
After startup, manual physical volume creation is performed.
[Email protected] ~]# vgcreate openfiler-81/dev/cciss/c0d0p3 #创建虚拟物理卷
No Physical Volume label Read FROM/DEV/CCISS/C0D0P3
Physical volume "/DEV/CCISS/C0D0P3" successfully created
Volume Group "openfiler-81" successfully created
Refresh the Web page in the virtual group, you can see the physical volume that you created:
Openfiler Physical Machine Web interface failed to create physical volume (physical volume) issue