1847844 Members
2655 Online
104021 Solutions
New Discussion

Re: VXVM Licence

 
SOLVED
Go to solution
anand_51
Advisor

VXVM Licence

Hi,
We are using vxvm 3.5 demo licence in one of our server.Now we have purchased permanent key for that.Can anyone tell me how to add this key without any damage with previous configuration.

Thanks in advance

Anand
4 REPLIES 4
Robert-Jan Goossens_1
Honored Contributor

Re: VXVM Licence

Hi Anand,

vxlicinst(1) - Installs a VERITAS license key.
vxlicrep(1) - Reports all VERITAS license keys installed on the system.
vxlictest(1) - Identifies whether a VERITAS product feature is licensed on the system.

# vxlicinst -k
to install a new license

Hope this helps,
Robert-Jan
anand_51
Advisor

Re: VXVM Licence

Hi Robert,
Thanks for ur reply. We are already using demo license. If i install the new permanent key it will affect the existing configuration(like dgs,volumes and filesystems) or not?

Thanks

Anand
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: VXVM Licence

Hi again,

If you have the HP vxvm version on your system and you want to install the permanent license, it should not be a problem.

To test a license

# vxlicense -t your_license

Regards,
Robert-Jan
anand_51
Advisor

Re: VXVM Licence

Thanks for your answer