Sponsored Content
Full Discussion: sun licensing
Operating Systems Solaris sun licensing Post 302179550 by sparcguy on Friday 28th of March 2008 02:55:10 AM
Old 03-28-2008
I never really involve in purchase of licenses.

depends what you are asking. If you talking abt buying license for software product running on solaris server there are few ways they do it.

Most products that you purchase require a license and that license is generated based on server unique hostid. Some generate based on IP address. I heard oracle charges the license by the number of cpu on your box.

Normally the product sales rep will be familiar with licensing and they can advise you accordingly.
 

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. 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

5. 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

6. SCO

SCO Licensing

Hello all, I had a few questions about SCO 5.0.7 if anyone has the time. I have a POS system called RealWorld running on SCO 5.0.7. I have been using the EVAL60ENT code but it has expired and I'm tired of rebuilding/configuring that box from scratch - so I did a little googleing. I found a... (3 Replies)
Discussion started by: disisit69
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. Solaris

Oracle DBA licensing on Solaris 11 LDOMS

My understanding is that Oracle DB licensing is based on number of cores etc. If you use virtual machines (e.g.ldoms) you need to partition it properly otherwise, in theory you have to pay based on the host machine. Can anyone confirm I'm right here? And explain it in bit more detail (i.e.... (8 Replies)
Discussion started by: psychocandy
8 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
lc(Mono 2.6)															      lc(Mono 2.6)

NAME
lc - Mono License Compiler SYNOPSIS
lc -c filename -t targetassembly [-i reference...] [-v] [-o outputpath] [-nologo] DESCRIPTION
lc tool is a license compiler for Mono. It's used to convert a licenses.licx file to a resource that can be embedded into an executable. When using commercial components for .NET they often require a license resource at runtime to make sure the developer was licensed to use this control. The most common way of making sure the component was properly licensed is by using license resources. At compile time the developer uses the lc tool to convert a licenses.licx file to a programname.exe.licenses file and embed that as a managed resource during compilation. RUNTIME OPTIONS
The following options are available: --complist=filename, -c filename This option is used to specify the input file, the licenses.licx file to create a license reesource for. This option is required. The license compiler will read each line in this file and try to load the types specified on that line. --target=assemblyname, -t targetassembly full assembly name with file extension for the target assembly. The license compiler uses this as a key when compiling the licenses. It has to match the assembly the resource will be embedded in. This option is required. --load=reference, -i reference Assembly reference to load before trying to compile a license. This option is needed for assemblies where the references are not in the gac. Compilers should pass all references to the license compiler. --verbose,, -v Gives more verbose output about the license compiling process. --help, -h Displays usage instructions. --outdir=path, -o path Target path file the licenses resource. By default the license compiler emits the resource in the current directory. The filename will always match the target assembly passed to --target with .licenses added. --nologo Do not emit the "Mono License Compiler" logo on stdout while compilng. LICENSE FILES
The format for the license files (licenses.licx) is the following: # comment namespace.type, assemblyname namespace.type, full-assemblyname All lines starting with a # are ignored. the first form requires that the assembly was loaded through the --load,-i option but does not require the full assembly name, only the first part. The second form requires the full assembly name including locale, version and publickeytoken. MAILING LISTS
Mailing lists are listed at the http://www.mono-project.com/Mailing_Lists WEB SITE
http://www.mono-project.com SEE ALSO
mono(1), mcs(1) lc(Mono 2.6)
All times are GMT -4. The time now is 10:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy