- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Weird Online JFS problems...
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
04-18-2005 03:01 AM
04-18-2005 03:01 AM
Weird Online JFS problems...
vxfs mount: option not supported on this version of vxfs.
Some checking on this indicated that OnlineJFS may be the culprit. I next checked vxlicense:
[/] root@beeville #vxlicense -p
vrts:vxlicense: INFO: Feature name: HP_OnlineJFS [50]
vrts:vxlicense: INFO: Number of licenses: 1 (non-floating)
vrts:vxlicense: INFO: Expiration date: Sun Jun 24 03:00:00 2007 (796.7 days from now)
vrts:vxlicense: INFO: Release Level: 22
vrts:vxlicense: INFO: Machine Class: All
vrts:vxlicense: INFO: Site ID: 0
OK, so we should have a license for OnlineJFS. But I next checked with vxenablef:
[/etc/vx/elm] root@beeville #/sbin/fs/vxfs/vxenablef -e online
HP_OnLineJFS is not licensed
Now the system date is correct (ie, it's not skewed a couple years in the future)... so, the question is, how do we correct this?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 03:18 AM
04-18-2005 03:18 AM
Re: Weird Online JFS problems...
what about
# /sbin/fs/vxfs/vxenablef -a
# grep vx /etc/inittab
should return
vxen::bootwait:/sbin/fs/vxfs/vxenablef -a
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 03:27 AM
04-18-2005 03:27 AM
Re: Weird Online JFS problems...
[/sbin/fs/vxfs] root@beeville #grep vx /etc/inittab
vxen::bootwait:/sbin/fs/vxfs/vxenablef -a
vol1::sysinit:/sbin/init.d/vxvm-sysboot /dev/console 2>&1 ##vxvm
vol2::sysinit:/sbin/init.d/vxvm-startup start /dev/console 2>&1 ##vxvm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 03:42 AM
04-18-2005 03:42 AM
Re: Weird Online JFS problems...
Is vxadv kernel driver in place??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 04:04 AM
04-18-2005 04:04 AM
Re: Weird Online JFS problems...
We DO have the OnlineJFS product installed, and swverify says that it's OK.
The kernel currently has the following vx drivers in place:
[/var/adm/syslog] root@beeville #grep vx /stand/system
vxdmp
vxfs
vxportal
vxvm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 04:28 AM
04-18-2005 04:28 AM
Re: Weird Online JFS problems...
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 04:40 AM
04-18-2005 04:40 AM
Re: Weird Online JFS problems...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 05:58 AM
04-18-2005 05:58 AM
Re: Weird Online JFS problems...
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 06:14 AM
04-18-2005 06:14 AM
Re: Weird Online JFS problems...
So I touch'ed the /etc/vx/elm/50.lic file and then did a swconfig OnlineJFS followed by a /sbin/fs/vxfs/vxenablef -e online, and that fixed the errors.