Sponsored Content
Operating Systems SCO Upgrade SCO 5.0.2 Host to Enterprise with license Post 302940519 by edfair on Monday 6th of April 2015 10:03:36 PM
Old 04-06-2015
The 3 major applications installed on 3 customers I supported transferred across without any problems. It was a matter of backing the programs and data to tape, loading the enterprise system, and restoring the programs and data.

Once the users were added and the profiles tweaked the stuff worked as soon as I followed through with printer setup being careful to keep the names the same.

That may be an option for you if you understand the programs you are supporting.
This User Gave Thanks to edfair For This Post:
 

6 More Discussions You Might Find Interesting

1. IP Networking

QNX host cannot ping SCO host, vice versa

The problem I am facing now is that the QNX host could not ping the SCO host and vice versa. They are in the same domain, ie, 172.20.3.xx. As I am very new to Unix, I guess I must have missed out some important steps. Pls help... Thanx alot (2 Replies)
Discussion started by: gavon
2 Replies

2. UNIX for Dummies Questions & Answers

Upgrade SCO openserver

Hi guys i have a unix server SCO 5.0.4 and i'm trying to install and intel pro 100 and for some reason it wont see it , i tried to install a 3 com card and same thing. I know that if i had 5.0.6 it will see any of those cards.my questions is ( if i upgrade to 5.0.6 i have a computone card... (4 Replies)
Discussion started by: josramon
4 Replies

3. SCO

SCO OpenServer 6.0.0 License for Testing

SCO OpenServer 6.0.0 License is required for testing purpose. If anyone have, please help me at the earliest. (2 Replies)
Discussion started by: rakeshkumar9919
2 Replies

4. Shell Programming and Scripting

to check the Linux upgrade in the host

Hi, how to check when was the linux upgrade has been done to this host. below command show the RHEL version. cat /etc/redhat-release Red Hat Enterprise Linux AS release 3 (Taroon Update 6) i want to know when it was upgraded.. is there any command available for that ? or anywhere we... (3 Replies)
Discussion started by: mail2sant
3 Replies

5. Shell Programming and Scripting

Updating the license tag in XML file with new license

Hi All, I have a XML file : System.xml in which I want to update the license tag with the new data from file licence.xml. The content of files is in following format: System.xml: <?xml version="1.0"?> <!DOCTYPE Configuration SYSTEM "SystemVariables.dtd"> <usageConfiguration... (2 Replies)
Discussion started by: Pramod_T
2 Replies

6. SCO

Looking to Buy SCO Merge 5.3 License

Xinuos (SCO) discontinued Merge 5.3 on 1.31.16. I'm looking to buy from someone their Merge license. Please contact 1234567@optonline.net (0 Replies)
Discussion started by: Scott Tinker
0 Replies
mknod(1M)																 mknod(1M)

NAME
mknod - create special files SYNOPSIS
name major minor name major minor name DESCRIPTION
The command creates the following types of files: o Character device special file (first form), o Block device special file (second form), o FIFO file, sometimes called a named pipe (third form). name is the path name of the file to be created. The newly created file has a default mode that is readable and writable by all users(0666), but the mode is modified by the current setting of the user's file mode creation mask (see umask(1)). Character and Block Special Files Character device special files are used for devices that can transfer single bytes at a time, such as nine-track magnetic tape drives, printers, plotters, disk drives operating in "raw" mode, and terminals. To create a character special file, use the argument. Block device special files are used for devices that usually transfer a block of data at a time, such as disk drives. To create a block device special file, use the argument. The remaining arguments specify the device that will be accessible through the new special file: major The major number specifies the major device type (for example, the device driver number). minor The minor number specifies the device location, which is typically, but not always, the unit, drive, and/or line number. The major and minor values can each be specified in hexadecimal, octal, or decimal, using C language conventions (decimal: no leading zero; octal: leading zero; hexadecimal: leading The assignment of major and minor device numbers is specific to each HP-UX system. Refer to the System Administrator manuals supplied with your system for details. Only users who have appropriate privileges can use to create a character or block device special file. FIFO files To create a FIFO (named pipe or buffer) file, use the argument. You can also use the command for this purpose (see mkfifo(1)). All users can use to create FIFO files. WARNINGS
Access Control Lists In HFS file systems, optional ACL entries can be added to special files and FIFOs with the command (see chacl(1)). In JFS file systems, optional ACL entries can be added to special files and FIFOs with the command (see setacl(1)). However, system programs are likely to silently change or eliminate the optional ACL entries for these files. SEE ALSO
chacl(1), mkdir(1), mkfifo(1), setacl(1), umask(1), lsdev(1M), sam(1M), mknod(2), acl(5), aclv(5), mknod(5). HP-UX System Administrator manuals STANDARDS CONFORMANCE
mknod: SVID2, SVID3, XPG2 mknod(1M)
All times are GMT -4. The time now is 01:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy