- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "unrecognized file system" after newfs.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
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
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО03-31-2011 10:56 PM
тАО03-31-2011 10:56 PM
I've got following issue:
[RX6600_4][root][/dev/vgpeng]#newfs /dev/vgpeng/rpeng1
newfs: /etc/default/fs is used for determining the file system type
version 6 layout
1048576 sectors, 1048576 blocks of size 1024, log size 16384 blocks
largefiles supported
[RX6600_4][root][/dev/vgpeng]#mount /dev/vgpeng/rpeng1 /peng
mount: /dev/vgpeng/rpeng1 is an invalid operand
[RX6600_4][root][/dev/vgpeng]#mount /dev/vgpeng/peng1 /peng
/dev/vgpeng/peng1: unrecognized file system
[RX6600_4][root][/dev/vgpeng]#newfs -F vxfs -o largefiles /dev/vgpeng/rpeng1
version 6 layout
1048576 sectors, 1048576 blocks of size 1024, log size 16384 blocks
largefiles supported
[RX6600_4][root][/dev/vgpeng]#mount -o largefiles /dev/vgpeng/peng1 /peng
/dev/vgpeng/peng1: unrecognized file system
never seen that, what could this be?
regards
Stephen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2011 11:26 PM
тАО03-31-2011 11:26 PM
Re: "unrecognized file system" after newfs.
run fsck -F vxfs -o full /dev/vgpeng/lpeng1
regards
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 12:38 AM
тАО04-01-2011 12:38 AM
Re: "unrecognized file system" after newfs.
Well a guess.... Could there be something wrong with your "block" device file as the newfs argument with the "raw" device file seems to work. Probably your peng block device file is missing??
Regards
Ismail Azad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 01:54 AM
тАО04-01-2011 01:54 AM
Re: "unrecognized file system" after newfs.
[RX6600_4][root][/dev/vgpeng]#fsck -F vxfs -o full /dev/vgpeng/rpeng1
log replay in progress
pass0 - checking structural files
pass1 - checking inode sanity and blocks
pass2 - checking directory linkage
pass3 - checking reference counts
pass4 - checking resource maps
OK to clear log? (ynq)y
flush fileset headers? (ynq)y
set state to CLEAN? (ynq)y
[RX6600_4][root][/dev/vgpeng]#mount /dev/vgpeng/peng1 /peng
/dev/vgpeng/peng1: unrecognized file system
[RX6600_4][root][/dev/vgpeng]#ll
total 0
crw-r--r-- 1 root sys 64 0x060000 Apr 1 13:49 group
brw-r----- 1 root sys 64 0x060001 Apr 1 13:51 peng1
crw-r----- 1 root sys 64 0x060001 Apr 1 13:51 rpeng1
I just created this lv and newfs it, then it was told to be unrecognized, this confused me.
regards
Stephen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 04:41 AM
тАО04-01-2011 04:41 AM
Re: "unrecognized file system" after newfs.
what does the fstyp -v /dev/vgpeng/peng1 shows.
regards
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 05:04 AM
тАО04-01-2011 05:04 AM
Re: "unrecognized file system" after newfs.
unknown_fstyp (no matches)
[RX6600_4][root][/]#fstyp -v /dev/vgpeng/peng1
unknown_fstyp (no matches)
look like something was wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 07:05 AM
тАО04-01-2011 07:05 AM
Re: "unrecognized file system" after newfs.
try lvremoving your lvol
then recreate the filesystem:
mkfs -F vxfs -o bsize=8192,largefiles /dev/vgpeng/rpeng1
mkdir /a
mount /dev/vgpeng/peng1 /a
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 07:23 AM
тАО04-01-2011 07:23 AM
Re: "unrecognized file system" after newfs.
[RX6600_4][root][/]#mkfs -F vxfs -o bsize=8192,largefiles /dev/vgpeng/rpeng1
version 6 layout
1048576 sectors, 131072 blocks of size 8192, log size 2048 blocks
largefiles supported
[RX6600_4][root][/]#mount /dev/vgpeng/peng1 /peng
/dev/vgpeng/peng1: unrecognized file system
regards
Stephen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 07:37 AM
тАО04-01-2011 07:37 AM
Re: "unrecognized file system" after newfs.
add in /etc/fstab:
/dev/vgpeng/peng1 /peng vxfs delaylog 0 2
and :
mount /peng
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 07:45 AM
тАО04-01-2011 07:45 AM
Re: "unrecognized file system" after newfs.
It works! How could this happen? It is a 11.31 box.
regards
Stephen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 07:51 AM
тАО04-01-2011 07:51 AM
SolutionMaybe you can try unmounting and do an explicit mount:
mount -F vxfs /dev/vgpeng/peng1 /peng
Glad it is working though.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 07:54 AM
тАО04-01-2011 07:54 AM
Re: "unrecognized file system" after newfs.
-F FStype Specify FStype, the file system type on which to
operate. See fstyp(1M). If this option is not
included on the command line, then it is
determined from either /etc/fstab, by matching
special with an entry in that file, or from file
system statistics of special, obtained by
statfsdev() (see statfsdev(3C)).
So something weird in your environment. Far out but maybe mount command is an alias in your environment?
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 07:56 AM
тАО04-01-2011 07:56 AM
Re: "unrecognized file system" after newfs.
[RX6600_4][root][/dev/vgpeng]#mount -F vxfs /dev/vgpeng/peng1 /peng
vxfs mount: V-3-22168: Cannot open portal device: No such file or directory
and /peng does mounted. the sad thing is that everything happened is beyond my knowledge!
regards
Stephen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 08:00 AM
тАО04-01-2011 08:00 AM
Re: "unrecognized file system" after newfs.
What version of VxFS is installed?
swlist|grep -i vxfs
Maybe you have the latest and greates VxVM/VxFS and there've been changes?
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 08:00 AM
тАО04-01-2011 08:00 AM
Re: "unrecognized file system" after newfs.
and what do you think about this:
RX6600_4][root][/]#fstyp -v /dev/vg00/lvol7
unknown_fstyp (no matches)
[RX6600_4][root][/]#fstyp -v /dev/vgpeng/peng1
unknown_fstyp (no matches)
regards
Stephen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 08:01 AM
тАО04-01-2011 08:01 AM
Re: "unrecognized file system" after newfs.
There is certainly something unique in your 11.31 environment.
Pls. send VxFS versions.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 08:08 AM
тАО04-01-2011 08:08 AM
Re: "unrecognized file system" after newfs.
2010Mar1131 2010.03 HPUX 11.31 Megpatch for Mar 2010
Base-VXFS B.11.31 Base VxFS File System 4.1 Bundle for HP-UX
Base-VxFS-50 B.05.00.01 Veritas File System Bundle 5.0 for HP-UX
FEATURE11i B.11.31.0909.341b Feature Enablement Patches for HP-UX 11i v3, September 2009
regars
Stephen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 08:11 AM
тАО04-01-2011 08:11 AM
Re: "unrecognized file system" after newfs.
QPKAPPS B.11.31.0909.341a Applications Patches for HP-UX 11i v3,
September 2009
QPKAPPS B.11.31.1009.353a Applications Patches for HP-UX 11i v3,
September 2010
QPKBASE B.11.31.0909.341a Base Quality Pack Bundle for HP-UX 11i
v3, September 2009
QPKBASE B.11.31.1009.353a Base Quality Pack Bundle for HP-UX 11i
v3, September 2010
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 08:14 AM
тАО04-01-2011 08:14 AM
Re: "unrecognized file system" after newfs.
I suggest you raise a support ticket with HP and see if this is now the normal behaviour or something's fishy.
My tools/scripts will certainly break if fstyp is "broken"...
Cheers!
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2011 06:39 PM
тАО04-01-2011 06:39 PM
Re: "unrecognized file system" after newfs.
I've got following issue:
[RX6600_4][root][/dev/vgpeng]#newfs /dev/vgpeng/rpeng1
newfs: /etc/default/fs is used for determining the file system type
version 6 layout
1048576 sectors, 1048576 blocks of size 1024, log size 16384 blocks
largefiles supported -------------------->
if u note that there might be no entry in /etc/default/fs
if not add entry vxfs.
if no entry present it looks for /etc/fstab.
after that Alzhay said make an entry in fstab,so it worked fine.
my suggestion is look in /etc/default/fs.
that why i asked you to send the output of fstyp.
regards
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2011 02:59 AM
тАО04-02-2011 02:59 AM
Re: "unrecognized file system" after newfs.
[RX6600_4][root][/]#more /etc/default/fs
LOCAL=vxfs
so /etc/default/fs is ok.
regards
Stephen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2011 05:54 AM
тАО04-12-2011 05:54 AM