Search This Blog

Tuesday, June 25, 2013

To Remove the VxVM Installed License Key

The license keys reported by /opt/VRTS/bin/vxlicrep are stored in the /etc/vx/licenses/lic directory with a .vxlic extension. For example, vxlicrep reports:

-----------------***********************-----------------
License Key = I4CU-WLID-P6BN-BAWG-OSF7-CC29-7LGC-P
Product Name = VERITAS Storage Foundation for Cluster File System
Key = Invalid, Key EXPIRED -1 days ago
License Type = DEMO
OEM ID = 4095
Demo End Date = Thu Mar 29 01:00:00 2007
(expired -1.4 days ago).
Editions Product = YES

#pwd
/etc/vx/licenses/lic
#ls -l


-rw-r--r-- 1 root root 32 Jan 29 07:12 I4CU-WLID-P6BN-BFWG-OSF7-CC29-7LGC-P.vxlic

To remove the license key I4CU-WLID-P6BN-BAWG-OSF7-CC29-7LGC-P for the VERITAS Storage Foundation for Cluster File System product,

#rm I4CU-WLID-P6BN-BFWG-OSF7-CC29-7LGC-P.vxlic
Rerun /opt/VRTS/bin/vxlicrep. The license will no longer be displayed

No comments:

Post a Comment