Sponsored Content
Operating Systems SCO Find the Licence number 4 a re-install Post 302396658 by zickers on Friday 19th of February 2010 04:37:09 AM
Old 02-19-2010
Find the Licence number 4 a re-install

Hi There,

I'm a newbee in SCO. Smilie

I have to re install the SCO Open Server 5.05 on a virtual server.
I can't find the licence that is actually using by the SCO server. Smilie
Of course i need it for my new install. nobody in my society can give me the licence, they said me that they have paid it.

I'm not sure maybye i must use the command scoadmin licence manager.

Please could you explain/confirm how to find this licence on my running SCO ?

Thanks for you help. Smilie
Hope my english is not so bad.


edit : licence number is now OK (find with the command scoadmin licence) but i haven't the licence code. What is the licence code ? 8 characters needed. I've used command brand -Q but i find 9 characters !
"I will be nuts" !

---------- Post updated at 10:37 AM ---------- Previous update was at 09:46 AM ----------

I got it !!! Smilie
Google is my best friend... Smilie

This is the commands :
Quote:
The SCO Serial Number and Activation Key (SNAK) actually has three
parts:


Serial Number
Activation Key
License Data (optional)

On OpenServer:
SN: grep IQM_SERIAL_NUMBER /var/adm/ISL/iqm_file
AK: grep IQM_ACTIVATION_KEY /var/adm/ISL/iqm_file
LD: grep ANNOTATION_LINE /var/adm/ISL/iqm_file

Now, SCO has more than just OpenServer, and I don't know which you
have. Here's the UnixWare equiv:

SN: grep SerialID /var/adm/isl/ifile
AK: grep ActKey /usr/vam/isl/ifile
LD: grep LicenseData /var/adm/isl/ifile
Hope that will help someone one day Smilie

Last edited by zickers; 02-19-2010 at 05:21 AM.. Reason: fix a problem but find an another one
This User Gave Thanks to zickers For This Post:
 

6 More Discussions You Might Find Interesting

1. Programming

how to find and install fortran 90 in Redhat

One of my software should be compiled by fortran 90 under liunx enviroment. I have installed Redhat 7.2, but I don't know where is the free software of fortran 90. Is there anyone have this kind of knowlege? Thank you!:confused: http://qhome.51.net (1 Reply)
Discussion started by: wu_chuanjie
1 Replies

2. Red Hat

How do I find out which rpms to install to cover dependencies?

Howdy all, I am trying to install dk-milter on a postfix mail machine, but am running up against some dependencies, and I don't know how to find out which rpms contain the required packages. # cat /etc/redhat-release Red Hat Enterprise Linux ES release 3 (Taroon Update 9) # uname -a ... (2 Replies)
Discussion started by: zefflyn
2 Replies

3. UNIX for Dummies Questions & Answers

Script to change/find/delete/install a specific file

Hi Very much a newbie to UNIX & scripting, but have identified an area within work that would benefit from being automated, as its repeated manually very often, and it looks like the ideal first script! What I need to do is change directory to a users home (cd ~), and then find and remove a... (6 Replies)
Discussion started by: Great Uncle Kip
6 Replies

4. Linux

What is the minimum number of partitions you need to install Linux?

I think its 3. Just to know if I am correct. / /boot swap :confused: (2 Replies)
Discussion started by: nitin09
2 Replies

5. Solaris

VxVM 5.0 Licence key required on solaris

Hi Friends, This is suresh reddy. Recently i download veritas cluster & volume manager package from internet. I didn't found any key inside the package. If any body having the VxVM key kindly send to me. mail id: cvsureshreddy@gmail.com Regards, C V Suresh Reddy (1 Reply)
Discussion started by: suresha2lu
1 Replies

6. Shell Programming and Scripting

awk to find number in a field then print the line and the number

Hi I want to use awk to match where field 3 contains a number within string - then print the line and just the number as a new field. The source file is pipe delimited and looks something like 1|net|ABC Letr1|1530||| 1|net|EXP_1040 ABC|1121||| 1|net|EXP_TG1224|1122||| 1|net|R_North|1123|||... (5 Replies)
Discussion started by: Mudshark
5 Replies
utmpx(4)							   File Formats 							  utmpx(4)

NAME
utmpx, wtmpx - utmpx and wtmpx database entry formats SYNOPSIS
#include <utmpx.h> /var/adm/utmpx /var/adm/wtmpx DESCRIPTION
The utmpx and wtmpx files are extended database files that have superseded the obsolete utmp and wtmp database files. The utmpx database contains user access and accounting information for commands such as who(1), write(1), and login(1). The wtmpx database contains the history of user access and accounting information for the utmpx database. USAGE
Applications should not access these databases directly, but should use the functions described on the getutxent(3C) manual page to inter- act with the utmpx and wtmpx databases to ensure that they are maintained consistently. FILES
/var/adm/utmpx user access and adminstration information /var/adm/wtmpx history of user access and adminstrative information SEE ALSO
getutxent(3C), wait(3C)wait.h(3HEAD) SunOS 5.10 22 Feb 1999 utmpx(4)
All times are GMT -4. The time now is 05:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy