This article is from a FAQ concerning SCO operating
systems. While some of the information may be applicable to any OS,
or any Unix or Linux OS, it may be specific to SCO Xenix, Open
Desktop or Openserver.
There is lots of Linux, Mac OS X and general Unix info elsewhere on
this site: Search this site is the best
way to find anything.
On some products, there is a command,/etc/serialize, which will do the dirty work for you. Check for this file before trying the second method below.
/etc/serialize takes one argument, which is the name of a permissions file, and will ask you for keys. Try the following:
cd /
ls /etc/perms | while read file
do
/etc/serialize /etc/perms/$file
done
It may complain about some files with nothing to serialize; this is normal. Also, it will rewrite binaries and should only be run in single-user mode so that it doesn't clash with files which are currently busy. It will also leave some files named /tmp/*.ser with your serial numbers and activation keys - so you definitely want to clean those up.
If you don't have /etc/serialize, there's another way to do it. In your /etc/perms directory, find all of the files which belong to the product in question. Scan each one for a line near the top which begins #ser=; this line lists all files which must be serialized in this package. Many of the files in /etc/perms will have no such line, or will have an empty line; this is normal and these files can be ignored. The exact list of files will vary from release to release.
You can now use /etc/brand to reserialize them. Change to the root directory and run /etc/brand serno actkey file [file ...]. For example, if the files are ./etc/getty and ./unix, you'd run
cd /
/etc/brand sco012345 abafjdlg ./etc/getty ./unix
Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)
| Views for this page | ||||
|---|---|---|---|---|
| Today | This Week | This Month | This Year | Overall |
| 3 | 3 | 43 | 850 | 1,025 |
/SCOFAQ/FAQ_wrong_serial.html copyright 1997-2003 (various) All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Add your comments