1825162 Members
3046 Online
109679 Solutions
New Discussion юеВ

mkfs and newfs failure

 
Nate Arnold
Frequent Advisor

mkfs and newfs failure

I am trying to create a 4TB file system on HP-UX 11.23 system. I can create the volume group and logical volume but get the following errors.

zeus2:/ # newfs -o largefiles /dev/vg_flash/rlv_flash
newfs: /etc/default/fs is used for determining the file system type
version 6 layout
4095016960 sectors, 511877120 blocks of size 8192, log size 2048 blocks
largefiles supported
UX:vxfs mkfs: ERROR: V-3-25495: read failure at devid/blknum 0/511877119
UX:vxfs mkfs: ERROR: V-3-21080: vxfs: No such device or address
zeus2:/ # mkfs -F vxfs -o largefiles /dev/vg_flash/lv_flash
version 6 layout
4095016960 sectors, 511877120 blocks of size 8192, log size 2048 blocks
largefiles supported
UX:vxfs mkfs: ERROR: V-3-25495: read failure at devid/blknum 0/511877119
UX:vxfs mkfs: ERROR: V-3-21080: vxfs: No such device or address
7 REPLIES 7
SANTOSH S. MHASKAR
Trusted Contributor

Re: mkfs and newfs failure

Hi,

------------------------------
mkfs -F vxfs -o largefiles /dev/vg_flash/lv_flash
---------------------------

mkfs requires char. special file /dev/vg_flash/rlv_flash

just make sure /dev/vg_flash/rlv_flash is created or not.

# ls -l /dev/vg_flash
Rasheed Tamton
Honored Contributor

Re: mkfs and newfs failure

Did you do a ioscan on the disks and verify that the disks are ok. Also check your syslog.log file.

How about your patch level.

May be you need latest Vx patches for file systems bigger than 2TB.
Rasheed Tamton
Honored Contributor

Re: mkfs and newfs failure

Please check the below patch.

Patch Name: PHKL_35816

Patch Description: s700_800 11.11 VxVM 3.5m Kernel Cumulative Patch 10
Nate Arnold
Frequent Advisor

Re: mkfs and newfs failure

The revised mkfs command still doesn't work.
zeus2:/root # mkfs -F vxfs -o largefiles /dev/vg_flash/rlv_flash
version 6 layout
4095016960 sectors, 511877120 blocks of size 8192, log size 2048 blocks
largefiles supported
UX:vxfs mkfs: ERROR: V-3-25495: read failure at devid/blknum 0/511877119
UX:vxfs mkfs: ERROR: V-3-21080: vxfs: No such device or address
Sandman!
Honored Contributor

Re: mkfs and newfs failure

What version of JFS you are using? You need atleast JFS ver. 3.5 running on HP-UX ver. 11.23 in order to create a filesystem > 2 TB.
Nate Arnold
Frequent Advisor

Re: mkfs and newfs failure

I am running VXFS 4.1
Nate Arnold
Frequent Advisor

Re: mkfs and newfs failure

According to the following HP doc. 2TB is a limitation of HP-UX 11.23

http://docs.hp.com/en/6054/Limits_wp.pdf