- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VxVM license
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
12-22-2003 02:46 AM
12-22-2003 02:46 AM
We have HP-UX 11i mission critical OE installed on a L-class server. Base VxVM comes with the OE but the initialization requires a password. How can we get it? Is it free?
Thank you
Stef
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 02:57 AM
12-22-2003 02:57 AM
Re: VxVM license
#vxlicense -p
to show the available vxvm licences
DO
#/sbin/fs/vxfs/vxenablef -a
to activate those licences .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 03:08 AM
12-22-2003 03:08 AM
Re: VxVM license
Thanks for the reply.
# vxlicense -p
returns "no valid license installed".
This is a fresh OE installation and I guess I have to somehow get a license...
Stef
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 03:32 AM
12-22-2003 03:32 AM
Re: VxVM license
Once unlocked using the codewords , you can install them .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 12:15 AM
12-23-2003 12:15 AM
SolutionThe 11i Mission Critical OE does have the base VxVM bundled by default and you should not have to do anything with the license to get it to work. See the "VERITAS Volume Manager 3.5 Release Notes" for more details.
JL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 01:21 AM
12-23-2003 01:21 AM
Re: VxVM license
a. Remember our licenses:
# 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 04:00:00 2007 (1370.6
days from now)
vrts:vxlicense: INFO: Release Level: 22
vrts:vxlicense: INFO: Machine Class: All
vrts:vxlicense: INFO: Site ID: 0
b. This is the Base VxVM license, which includes HP_OnlineJFS.
c. However, it WON'T WORK, unless you ENABLE the license:
/sbin/fs/vxfs/vxenablef -a
vi /etc/inittab
Add:
vxen::bootwait:/sbin/fs/vxfs/vxenablef -a
init q
d. As near as I can tell, this isn't documented anywhere.
You wonder how people figure this out!