adding licenses


 
Thread Tools Search this Thread
Operating Systems Solaris adding licenses
# 1  
Old 05-19-2004
adding licenses

Hi ppl,

Need help setting licenses!
When I add licenses with lit_tty, it says:

Duplicate of Feature FTAM Version 9.000 found in file /etc/opt/licenses/licenses_combined.
Duplicate of Feature FTAM Version 9.000 found in file /opt/SUNWconn/license_dir/osiftm9.0.lic,1.
Rereading License File
lmreread - Copyright (C) 1989-1999 Globetrotter Software, Inc.
lmreread successful

**Some duplicate licenses were detected during installation**

The following licenses were successfully installed

The following duplicate licenses were detected and not fully re-installed
These licenses may still be usable:

Solstice FTAM 9.0 for SPARC 01-jan-0 1 0BCAxxxxxxxxxxxx

There is already a product licensed by an older version of lit. And the ftam cds says to install the license mgr on it, that'what i'v done but nope!

Help!!!
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Licenses of SunOS 4.1.4 and System V R4

Does anyone know about the license of System V Release 4 & SunOS 4.1.4 source codes? I have found them online in some archives but I am not sure if I am 'supposed' to download them (not sure if it is legal) Can anyone tell me? EDIT: A little bit wrong category. Please move it. (1 Reply)
Discussion started by: anapplegeek
1 Replies

2. What is on Your Mind?

Opensource licenses?

Someone was asking the below on our mailing list and i thought of sharing with you guys, what do you think? P.S: if this is the wrong forum i couldn't find something related to 'opensource' as main forum so i posted here, moderators feel free to move. Hello, I want to opensource something... (1 Reply)
Discussion started by: Bashar
1 Replies

3. Shell Programming and Scripting

Adding new lines to a file + adding suffix to a pattern

I need some help with adding lines to file and substitute a pattern. Ok I have a file: #cat names.txt name: John Doe stationed: 1 name: Michael Sweets stationed: 41 . . . And would like to change it to: name: John Doe employed permanently stationed: 1-office (7 Replies)
Discussion started by: hemo21
7 Replies

4. UNIX for Dummies Questions & Answers

rlogin - licenses

Hi I was just wondering When a rlogin occurs does it use a "user license" on the host system ? Thanks (0 Replies)
Discussion started by: belfastbelle
0 Replies
Login or Register to Ask a Question
LIBUUID(3)						     Library Functions Manual							LIBUUID(3)

NAME
libuuid - DCE compatible Universally Unique Identifier library SYNOPSIS
#include <uuid/uuid.h> cc file.c -luuid DESCRIPTION
The libuuid library is used to generate unique identifiers for objects that may be accessible beyond the local system. The Linux implemen- tation was created to uniquely identify ext2 filesystems created by a machine. This library generates UUIDs compatible with those created by the Open Software Foundation (OSF) Distributed Computing Environment (DCE) utility uuidgen. The UUIDs generated by this library can be reasonably expected to be unique within a system, and unique across all systems. They could be used, for instance, to generate unique HTTP cookies across multiple web servers without communication between the servers, and without fear of a name clash. CONFORMING TO
OSF DCE 1.1 AUTHOR
libuuid was written by Theodore Y. Ts'o for the ext2 filesystem utilties. AVAILABILITY
libuuid is part of the e2fsprogs package and is available from http://e2fsprogs.sourceforge.net/ <http://e2fsprogs.sourceforge.net/> COPYING
libuuid is available under the terms of the GNU Library General Public License (LGPL), version 2 (or at your discretion any later version). A copy of the LGPL should be included with this library in the file COPYING. If not, write to Free Software Foundation, Inc. 59 Temple Place Suite 330 Boston, MA 02111-1307 USA or visit http://www.gnu.org/licenses/licenses.html#LGPL <http://www.gnu.org/licenses/licenses.html#LGPL> SEE ALSO
uuid_clear(3), uuid_compare(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_time(3), uuid_unparse(3) E2fsprogs version 1.32 November 2002 LIBUUID(3)