- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Identifying OnLineJFS
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
03-06-2002 12:46 PM
03-06-2002 12:46 PM
Identifying OnLineJFS
Yesterday I had a question how to determine if my current system has online JFS (swlist helped). Actually, I will need to determine if OnLineJFS installed on some other system given the following information about the system:
1. output from bdf command
2. copy of the system file
3. vg information and corresponding lv info
4. fstab information
Is there anyway to find out if the system has onLineJFS given the input mentioned above?
(I saw the following parameter vxadv in the system file of the system which has onLineJFS installed, but I am not sure if this is the right parameter)
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 12:50 PM
03-06-2002 12:50 PM
Re: Identifying OnLineJFS
So if the system has vxadv, then chances are good that OnlineJFS is installed.
Why do you not want to use swlist though? That is the truest measure to see if you have it installed.
If you have it it will show up as "B3929BA B.11.00 HP OnLineJFS (Advanced VxFS) when you do a 'swlist | grpe -i jfs'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 12:51 PM
03-06-2002 12:51 PM
Re: Identifying OnLineJFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 12:53 PM
03-06-2002 12:53 PM
Re: Identifying OnLineJFS
I cannot use swlist information since I receieve tar file from other system and the tar file unfortunatelly doesn't contain swlist information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 12:53 PM
03-06-2002 12:53 PM
Re: Identifying OnLineJFS
No none of the options mentioned above will give you the info whether onlinJFS is installed or not.
To check if online jfs is installed and configured on your system you can try this,
Check that OnLineJFS features were enabled:
/sbin/fs/vxfs3.3/vxenablef
vxenablef displays the licensed features enabled in the kernel. If OnLineJFS features are enabled, it will print the following:
System is licensed for features
Full_VxFS HP_DMAPI
This will check the online jfs for version 3.3. Other than this, swlist if the only way.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 12:55 PM
03-06-2002 12:55 PM
Re: Identifying OnLineJFS
The best option is to get an output of the swlist command. However, OnlineJFS needs the kernel driver vxadv for functioning. So I would assume the /stand/system files which included 'vxadv' has OnlineJFS installed !
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 01:52 PM
03-06-2002 01:52 PM
Re: Identifying OnLineJFS
I am given customer fstab file, looking at the fstab file is it possible to identify which filesystems are mounted using OnLine JFS? Will the entry specify additional parameters?
/tmp,/dev/vg00/lvol7,/dev/vg00/lvol7 /tmp vxfs delaylog 0 2
Can this be an FS mounted with OnLine JFS parameters?
/psoft/hrs,/dev/vgapp01/lvol2,/dev/vgapp01/lvol2 /psoft/hrs vxfs rw,suid,delaylog,datainlog 0 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 01:55 PM
03-06-2002 01:55 PM
Re: Identifying OnLineJFS
Nope...it only tells you that it's a Veritas (vxfs) FS.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 02:10 PM
03-06-2002 02:10 PM
Re: Identifying OnLineJFS
If you see a filesystem mounted with the options 'convosync=direct' and / or 'mincache=direct' then they have OnlineJFS because those options are not supported with the base JFS.
But if you have a filesystem mounted without those options, there is no way to tell if they OnlineJFS or not.
An LV does not have to be mounted in a special way to utilize some functions of OnlineJFS.
One of the things OnlineJFS enables you to do is to resize a LV on the fly without unmounting it. No special mount options are required to do this. The only requirement is that the LV is vxfs.