HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: newfs problem when creating lvol
Operating System - HP-UX
1836617
Members
2132
Online
110102
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2001 02:01 PM
10-20-2001 02:01 PM
newfs problem when creating lvol
I am trying to create an lvol on a new vg. the vg creates with out problem. When I do the lvol i get
the command newfs used to create a new filesystem on /dev/vg03/rlvol has failed
the specific errors are
vxfs mkfs read failure at block xxxxxxxxx
vxfs mkfs: rvxfs invalid argument.
I thought at first this was a disk failure and replaced the disk this is now occuring on the replacement disk, any idea
the command newfs used to create a new filesystem on /dev/vg03/rlvol has failed
the specific errors are
vxfs mkfs read failure at block xxxxxxxxx
vxfs mkfs: rvxfs invalid argument.
I thought at first this was a disk failure and replaced the disk this is now occuring on the replacement disk, any idea
An inveterate hacker
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2001 03:13 PM
10-20-2001 03:13 PM
Re: newfs problem when creating lvol
Hi Neil:
Are you specifying a size of are you simply specifying the raw lvol. Newfs should be able to determine the size of the lvol and create the filkesystem w/o a size argument.
I would try a disk read test on this lvol.
e.g. dd if=/dev/vg03/rlvol1 bs=64k of=/dev/null
and see if you get any i/o errors. Normally newfs on lvols is a piece of cake. I do assume you have fairly recent LVM/vxfs patches.
Clay
Are you specifying a size of are you simply specifying the raw lvol. Newfs should be able to determine the size of the lvol and create the filkesystem w/o a size argument.
I would try a disk read test on this lvol.
e.g. dd if=/dev/vg03/rlvol1 bs=64k of=/dev/null
and see if you get any i/o errors. Normally newfs on lvols is a piece of cake. I do assume you have fairly recent LVM/vxfs patches.
Clay
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2001 03:38 PM
10-20-2001 03:38 PM
Re: newfs problem when creating lvol
Neil,
I hope you certainly followed the procedure. Just to recheck, I specifying the steps below.
#mkdir /dev/vgxx
#mknod /dev/vgxx/group c 64 0x0?0000
(replace ? with a uniq number less than maxvgs
kernel parameter)
#pvcreate /dev/dsk/cxtydz (use -f if it gives out error)
#vgcreate -s 8 vgxx /dev/dsk/cxtydz
#lvcreate -n some_lvol -L some_size_in_MB vgxx
#newfs -F vxfs /dev/vgxx/rsome_lvol
This procedure should work. If not, try a
dd from the whole disk. This will take a while but will verify the disk physically
#diskinfo /dev/rdsk/cxtydz
#dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024k
This should return without any read errors.
-Sri
I hope you certainly followed the procedure. Just to recheck, I specifying the steps below.
#mkdir /dev/vgxx
#mknod /dev/vgxx/group c 64 0x0?0000
(replace ? with a uniq number less than maxvgs
kernel parameter)
#pvcreate /dev/dsk/cxtydz (use -f if it gives out error)
#vgcreate -s 8 vgxx /dev/dsk/cxtydz
#lvcreate -n some_lvol -L some_size_in_MB vgxx
#newfs -F vxfs /dev/vgxx/rsome_lvol
This procedure should work. If not, try a
dd from the whole disk. This will take a while but will verify the disk physically
#diskinfo /dev/rdsk/cxtydz
#dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024k
This should return without any read errors.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP