Operating System - HP-UX
1748265 Members
3991 Online
108760 Solutions
New Discussion юеВ

Re: lvcreate was found error message!

 
SOLVED
Go to solution
study unix
Regular Advisor

lvcreate was found error message!

# vgcreate /dev/vgora /dev/dsk/c3t0d0
Increased the number of physical extents per physical volume to 8683.
Volume group "/dev/vgora" has been successfully created.
Volume Group configuration for /dev/vgora has been saved in /etc/lvmconf/vgora.conf
# lvcreate -L 200 -n lvora /dev/vgora
Logical volume "/dev/vgora/lvora" has been successfully created with
character device "/dev/vgora/rlvora".
Logical volume "/dev/vgora/lvora" has been successfully extended.
Volume Group configuration for /dev/vgora has been saved in /etc/lvmconf/vgora.conf
# newfs -F hfs /dev/vgora/rlvora
mkfs (hfs): Warning - 20 sector(s) in the last cylinder are not allocated.
mkfs (hfs): /dev/vgora/rlvora - 204800 sectors in 1330 cylinders of 7 tracks, 22 sectors
209.7Mb in 84 cyl groups (16 c/g, 2.52Mb/g, 384 i/g)
Super block backups (for fsck -b) at:
16, 2504, 4992, 7480, 9968, 12456, 14944, 17432, 19728, 22216,
24704, 27192, 29680, 32168, 34656, 37144, 39440, 41928, 44416, 46904,
49392, 51880, 54368, 56856, 59152, 61640, 64128, 66616, 69104, 71592,
74080, 76568, 78864, 81352, 83840, 86328, 88816, 91304, 93792, 96280,
98576, 101064, 103552, 106040, 108528, 111016, 113504, 115992, 118288, 120776,
123264, 125752, 128240, 130728, 133216, 135704, 138000, 140488, 142976, 145464,
147952, 150440, 152928, 155416, 157712, 160200, 162688, 165176, 167664, 170152,
172640, 175128, 177424, 179912, 182400, 184888, 187376, 189864, 192352, 194840,
197136, 199624, 202112, 204600
who can tell me the warning message if it can be ignored, or it can be solved, thanks!
6 REPLIES 6
rariasn
Honored Contributor

Re: lvcreate was found error message!

study unix
Regular Advisor

Re: lvcreate was found error message!

Hi Rariasn,
Thanks for your reply, but I don't understand why newfs -F hfs that happened to warning message, I have seen man page of newfs which can add -F hfs or vxfs.
rariasn
Honored Contributor

Re: lvcreate was found error message!

Hi,

http://forums2.itg1.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1278577441167+28353475&threadId=139524

Looking at the msg I now believe it's just warning that the last cylinder group is small & cannot be fully used - essentially saying that there are 256 sectors less than normally usable. I believe Tom is correct & the FS WAS created.



rgs
study unix
Regular Advisor

Re: lvcreate was found error message!

Hi ,
According to your word, if it is ignored for this warning message ?
rariasn
Honored Contributor
Solution

Re: lvcreate was found error message!

Yes

rgs,
Deepankar Panda
Advisor

Re: lvcreate was found error message!

hi,
Basically we use hfs file system when topic comes about stand in a typical PA-RISK box.. so as per my dear friend told earlier that if you will use vxfs, then it will be accepted without any warning messages..i believe.

2nd thing if its getting done with warning messages then we need not to be worried unless it complited with error rathar.. warning messages... so we can ignore it.. but one thing i can sugggest that u may check the differece between hfs and vxfs... why we are using vxfs for normal logical volumes.. your doubt will be cleared upto some extend, i am sure...

so as its said earlier.. try vxfs.. it will be fine..
thanks