Sponsored Content
Full Discussion: SCO Licensing
Operating Systems SCO SCO Licensing Post 302522823 by jgt on Monday 16th of May 2011 05:19:45 PM
Old 05-16-2011
The only one year license that I am aware of is for 5.0.7V which is the VMWare product. I don't know if this will correctly activate the standard 5.0.7 product.
All other products are have an infinite term.
The original install date is saved.
Try backdating the CMOS to approximately 30 days ago. (after the last eval install, and before the 60 day expiry) then re-install the license.
 

10 More Discussions You Might Find Interesting

1. AIX

ORACLE LICENSING..whats a 'processor' ?

On an AIXv5.2 system, that has power5 processors, I issue the lscfg | grep proc and get + proc0 Processor + proc2 Processor + proc4 Processor lsattr -El proc0 frequency 1904448000 Processor Speed False state enable Processor state False type PowerPC_POWER5... (2 Replies)
Discussion started by: oracledba
2 Replies

2. HP-UX

Oracle licensing

Hello all. I have a question for you. What is the method of licensing for Oracle under HP-UX? Is it just the system name or does it include the IP address also? The reason that I'm asking this is that I'm trying to set up a DR type box. The company has a live K class (yes, that old) running a... (0 Replies)
Discussion started by: Struggling
0 Replies

3. HP-UX

hp-ux licensing

Hi Guys, Can someone please give me an introduction with hp-ux licensing? Is the licensing per user or per cpu or both? How do you push it on the server? Or is it included in the hardware price. Thanks in advance, itik (0 Replies)
Discussion started by: itik
0 Replies

4. Solaris

sun licensing

Hi Guys, Can someone please give me an introduction with Sun licensing? Is the licensing per user or per cpu or both? How do you push it on the server? Or is it included in the hardware price. Thanks in advance, itik (1 Reply)
Discussion started by: itik
1 Replies

5. AIX

AIX licensing management

Hi Guys, Can someone please give me an introduction with AIX licensing management with 4.x and 5.x? Is the licensing per user or per cpu or both? How do you push it on the server? Or is it included in the hardware price. Thanks in advance, itik (2 Replies)
Discussion started by: itik
2 Replies

6. HP-UX

HP-UX Reinstallation / Licensing

Hello, We have received a HP Integrity Server rx3600 (itanium architecture) that came with HP-UX on it. The installation of HP-UX is "broken" and it hangs and will not boot. The server did not come with any re installation media. I am just wondering, Legally and within ToS, can I do to restore... (3 Replies)
Discussion started by: 6L71
3 Replies

7. Shell Programming and Scripting

Perl 5.8.8 licensing issues

I have a question about the perl license on Solaris machine. The scenario is we have perl 5.6.1 installed on Solaris server. Our developers are planning to use a module which is not installed on the server. We did search CPAN website and found some availability matrix CPAN Testers Matrix:... (3 Replies)
Discussion started by: sudhiroracle
3 Replies

8. Red Hat

Licensing for RHEL

I wanted to know about licensing for RHEL. We have 3 RHELs as virtual machines using Vmware in our company. A 4th instance is required now but there is talk of not having the 4th license as we have only 3 licenses. Apart from this , I wanted to know how to actually practically enable a license for... (2 Replies)
Discussion started by: RHCE
2 Replies

9. SCO

Moving SCO Virtual Machine in VMWare Environment: Critical Licensing Error Messages

Some years ago our company chose to run a critical proprietary app under SCO Unix. My predecessor tried to move A SCO Unix virtual machine from our dedicated VMWare environment to a shared Cloud VMWare environment. My predecessor received licensing messages from these critical servers so... (2 Replies)
Discussion started by: timfox1234
2 Replies

10. AIX

Hobbyist looking for AIX 5.3 licensing advice...

Hello. I'm a hobbyist who likes to buy old(er) machines on eBay then play around with them (hardware and software). My current project is an IBM RS/6000 43p-150. It came with AIX 5.3 pre-installed, no media or licenses or documentation of any kind. One of the things I like to do is run various... (4 Replies)
Discussion started by: bminear
4 Replies
cdtoc(4)                                                           File Formats                                                           cdtoc(4)

NAME
cdtoc - CD-ROM table of contents file DESCRIPTION
The table of contents file, .cdtoc, is an ASCII file that describes the contents of a CD-ROM or other software distribution media. It resides in the top-level directory of the file system on a slice of a CD-ROM. It is independent of file system format, that is, the file system on the slice can be either UFS or HSFS. Each entry in the .cdtoc file is a line that establishes the value of a parameter in the following form: PARAM=value Blank lines and comments (lines preceded by a pound-sign, ``#'') are also allowed in the file. Parameters are grouped by product, with the beginning of a product defined by a line of the form: PRODNAME=value Each product is expected to consist of one or more software packages that are stored together in a subdirectory on the distribution media. There can be any number of products described within the file. There is no required order in which the parameters must be specified, except that the parameters must be grouped by product and the PRODNAME parameter must appear first in the list of parameters for each product specified. Each parameter is described below. All of the parameters are required for each product. PRODNAME The full name of the product. This must be unique within the .cdtoc file and is preferably unique across all possi- ble products. This value may contain white space. The length of this value is limited to 256 ASCII characters; other restrictions may apply (see below). PRODVERS The version of the product. The value can contain any combination of letters, numbers, or other characters. This value may contain white space. The length of this value is limited to 256 ASCII characters; other restrictions may apply (see below). PRODDIR The name of the top-level directory containing the product. This name should be relative to the top-level directory of the distribution media, for example, Solaris_2.6/Product. The number of path components in the name is limited only by the system's maximum path name length, which is 1024 ASCII characters. Any single component is limited to 256 ASCII characters. This value cannot contain white space. The lengths of the values of PRODNAME and PRODVERS are further constrained by the fact that the initial install programs concatenate these values to produce the full product name. For unbundled products the combined length of the values of PRODNAME and PRODVERS must not exceed 256 ASCII characters. When you install OS services with Solstice Host Manager, directories for diskless clients are created by constructing names derived from a concatenation of the values of PRODNAME, PRODVERS, and client architecture, for example, /export/exec/Solaris_2.x_sparc.all/usr/platform. The length of the component containing the product name and version must not exceed 256 ASCII characters. Thus, for products corresponding to bundled OS releases (for example, Solaris 2.4), the values of PRODNAME and PRODVERS are effectively restricted to lengths much less than 256. The initial install programs use the value of the PRODDIR macro in the .cdtoc file to indicate where packages can be found. EXAMPLES
Example 1: Sample of .cdtoc file. Here is a sample .cdtoc file: # # .cdtoc file -- Online product family CD # PRODNAME=Online DiskSuite PRODVERS=2.0 PRODDIR=Online_DiskSuite_2.0 # PRODNAME=Online Backup PRODVERS=2.0 PRODDIR=Online_Backup_2.0 This example corresponds to the following directory layout on a CD-ROM partition: /.cdtoc /Online_DiskSuite_2.0 ./SUNWmddr.c ./SUNWmddr.m ./SUNWmddu /Online_Backup_2.0 ./SUNWhsm The bundled release of Solaris 2.6 includes the following .cdtoc file: PRODNAME=Solaris PRODVERS=2.6 PRODDIR=Solaris_2.6/Product This file corresponds to the following directory layout on slice 0 of the Solaris 2.6 product CD: /.cdtoc /Solaris_2.6/Product ./SUNWaccr ./SUNWaccu ./SUNWadmap . . . ./SUNWutool SEE ALSO
clustertoc(4), packagetoc(4), pkginfo(4) SunOS 5.10 14 Sept 2004 cdtoc(4)
All times are GMT -4. The time now is 02:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy