HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to identify the HP-UX file system type ?
Operating System - HP-UX
1838193
Members
3960
Online
110125
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
Go to solution
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
07-26-2001 06:36 PM
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 06:50 PM
07-26-2001 06:50 PM
Re: How to identify the HP-UX file system type ?
Hi:
There is no such thing as an OnlineJFS (or VxFS) filesystem type. If your have the OnlineJFS extensions you simply have more features available. Simply do a swlist and
look for OnlineJFS (or Advanced JFS). If it's there, you have it and can use all the features and mount options. If not ...
Clay
There is no such thing as an OnlineJFS (or VxFS) filesystem type. If your have the OnlineJFS extensions you simply have more features available. Simply do a swlist and
look for OnlineJFS (or Advanced JFS). If it's there, you have it and can use all the features and mount options. If not ...
Clay
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 06:51 PM
07-26-2001 06:51 PM
Solution
Hi:
Do this:
To see if you have Online JFS installed, do:
# swlist -l bundle|grep -i JFS
If the output of this command does *not* show a component with the word "Online" then you do not have Online JFS. The Online version is a separate add-on to the base product.
...JRF...
Do this:
To see if you have Online JFS installed, do:
# swlist -l bundle|grep -i JFS
If the output of this command does *not* show a component with the word "Online" then you do not have Online JFS. The Online version is a separate add-on to the base product.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 06:54 PM
07-26-2001 06:54 PM
Re: How to identify the HP-UX file system type ?
You can use "fstye " command to identify the file system type .
eg: fstyp /dev/vg00/lvol1
OnlineJFS is added furture of JFS/VxFS if you install Online JFS product . It's also the JFS/VxFS filesystem.
eg: fstyp /dev/vg00/lvol1
OnlineJFS is added furture of JFS/VxFS if you install Online JFS product . It's also the JFS/VxFS filesystem.
Hi Friend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 06:57 PM
07-26-2001 06:57 PM
Re: How to identify the HP-UX file system type ?
Hi (again):
If you are interested in the *version* of JFS a filesytem exists in, then do:
# fstyp -v /dev/vgXX/lvolX
From the mkfs_vxfs(1M) man page:
'mkfs' builds a file system with a root directory and a lost+found directory (see fsck_vxfs(1M)). The file system can have disk layout Version 2, disk layout Version 3, or disk layout Version 4. Version 2 supports dynamic inode allocation. Version 3 adds support forlarge files and large UIDs. Version 4 adds support for Access Control Lists. On HP-UX 11.1x systems, the default is Version 4. On HP-UX 11.0 systems, the default is Version 3.
Document #S3100004807 notes:
Both vxupgrade and fstyp report the layout version. The JFS version (3.1 vs. 3.3) and the layout version (3 vs. 4) need to be clearly separated. Disk layout 3 can be used by either JFS version, while layout version 4 can only be used by JFS version 3.3. The filesystem is not stamped with anything to indicate if it was created with JFS version 3.1 or 3.3, it is just created with a layout version that can be understood by the version of JFS used to create it.
To ascertain whether you have JFS 3.1 or 3.3, do:
# swlist -l fileset B5118BA #...for 3.1
# swlist -l fileset B3929CA #...for 3.3
...JRF...
If you are interested in the *version* of JFS a filesytem exists in, then do:
# fstyp -v /dev/vgXX/lvolX
From the mkfs_vxfs(1M) man page:
'mkfs' builds a file system with a root directory and a lost+found directory (see fsck_vxfs(1M)). The file system can have disk layout Version 2, disk layout Version 3, or disk layout Version 4. Version 2 supports dynamic inode allocation. Version 3 adds support forlarge files and large UIDs. Version 4 adds support for Access Control Lists. On HP-UX 11.1x systems, the default is Version 4. On HP-UX 11.0 systems, the default is Version 3.
Document #S3100004807 notes:
Both vxupgrade and fstyp report the layout version. The JFS version (3.1 vs. 3.3) and the layout version (3 vs. 4) need to be clearly separated. Disk layout 3 can be used by either JFS version, while layout version 4 can only be used by JFS version 3.3. The filesystem is not stamped with anything to indicate if it was created with JFS version 3.1 or 3.3, it is just created with a layout version that can be understood by the version of JFS used to create it.
To ascertain whether you have JFS 3.1 or 3.3, do:
# swlist -l fileset B5118BA #...for 3.1
# swlist -l fileset B3929CA #...for 3.3
...JRF...
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