1752719 Members
5601 Online
108789 Solutions
New Discussion юеВ

Error create newfs

 
Eli Daniel
Super Advisor

Error create newfs

Hi, i have the problem.

Create the newfs error.

newfs: execl() failed
newfs: Exec format error
newfs: read of pipe failed
newfs: Error 0
mkfs: execl() failed
mkfs: Exec format error
mkfs: read of pipe failed
mkfs: Error 0
version 6 layout
8388608 sectors, 1048576 blocks of size 8192, log size 2048 blocks
largefiles supported
5 REPLIES 5
Manix
Honored Contributor

Re: Error create newfs

Please tell whats the exact command you are running & the OS version.
HP-UX been always lovable - Mani Kalra
Eli Daniel
Super Advisor

Re: Error create newfs

The command is:

newfs -F vxfs -b 8192 -o largefiles /dev/vgQBLr5/rlvsapdb

HP-UX 11.31

Virtual Machine Guess 4.0
Jose Mosquera
Honored Contributor

Re: Error create newfs

Hola,

Could you try in this step by step way (just to see what happens):
#lvcreate -L 8192 -n lvsapdb vgQBLr5
#newfs -F vxfs -o largefiles /dev/vgQBLr5/rlvsapdb
#fsadm -F vxfs -o largefiles /dev/vgQBLr5/rlvsapdb

Rgds.
Jose Mosquera
Honored Contributor

Re: Error create newfs

Ooops,

In this way, I meant:

Hola,

Could you try in this step by step way (just to see what happens):
#lvcreate -L 8192 -n lvsapdb vgQBLr5
#newfs -F vxfs /dev/vgQBLr5/rlvsapdb
#fsadm -F vxfs -o largefiles /dev/vgQBLr5/rlvsapdb

Rgds.
Eli Daniel
Super Advisor

Re: Error create newfs

Hi, the problem solved.

The parchet is corrupt:
PHCO_41072

Delete parchet and create correctly.