- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How can I tell if 10.20 is using online JFS?
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
Forums
Discussions
Discussions
Discussions
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
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
02-07-2002 02:21 PM
02-07-2002 02:21 PM
How do I know if this server is using online JFS or VxFS?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 02:25 PM
02-07-2002 02:25 PM
Re: How can I tell if 10.20 is using online JFS?
will show if you have OnlineJFS (Advanced VxFS) installed or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 02:26 PM
02-07-2002 02:26 PM
Re: How can I tell if 10.20 is using online JFS?
Try this:
# swlist -lfileset | grep JFS
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 02:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 02:33 PM
02-07-2002 02:33 PM
Re: How can I tell if 10.20 is using online JFS?
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 02:34 PM
02-07-2002 02:34 PM
Re: How can I tell if 10.20 is using online JFS?
You can have JFS or vxfs filesystems without
having the on-line product. This product
allows you to do filesysetme changes without
actually un-mounting filesystems.
Unless you are only using HFS filesystems
leave the kerenl as it is.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 02:42 PM
02-07-2002 02:42 PM
Re: How can I tell if 10.20 is using online JFS?
BTW, "VxFS" and "JFS" are used interchangeably. The filesystem type is "vxfs" (as opposed to the old 'hfs' type). JFS stand for Journaled File Systems and is a ported version of Veritas' code.
The "Online" version offers the ability to dynamically grow or shirnk filesystems; the ability to defragement them; and the ability to use additional mount options for improved filesystem performance.
To see if you have the Online version, simply do:
# swlist |grep -i onlinejfs
...if you have the online component, you will see:
B3928AA_APZ B.10.20 HP OnLineJFS (Advanced VxFS)
Regards!
...JRF...