Topic: SCO UNIX
Not finding your answer? Try searching the web for SCO UNIX
Answers to Common Questions
What Is SCO UNIX?
SCO is the owner of the UNIX operating system originally created by AT&T's Bell Labs. SCO's version of UNIX is the official UNIX, although there are plenty of other versions of UNIX available Read More »
Source: http://www.ehow.com/facts_6864234_sco-unix_.html?ref=Track2&utm_s...
How to Monitor & Troubleshoot SCO Unix
SCO Unix provides two main tools for monitoring and troubleshooting. The System Monitor displays information about the system hardware and its current performance, including the CPU, RAM, hard drive paging and swap. It is helpful in diagnos... Read More »
Source: http://www.ehow.com/how_7834091_monitor-troubleshoot-sco-unix.htm...
How Do I Configure Netmask on an SCO UNIX?
SCO UNIX is a commercial UNIX system often used for servers and other enterprise purposes. SCO UNIX includes full networking support and a graphical configuration tool for modifying network settings, in addition to standard text configurati... Read More »
Source: http://www.ehow.com/how_7429301_do-configure-netmask-sco-unix_.ht...
Featured Content:
SCO UNIX
More Common Questions
Answers to Other Common Questions
The SCO Group owns the rights to the Unix source code developed by AT&T/Bell Labs and maintains all versions of SCO Unix. Windows NT and above support shared printers available to Unix hosts. This feature is not installed by default, but it...
Read More »
Source: http://www.ehow.com/how_7477363_print-windows-using-sco-unix.html
The default run level for SCO is 2 so the startup scripts are in /etc/rc2.d There is no /etc/init.d in SCO you have to disable the startups in either /etc/rc2.d or /etc/inittab - it looks like both of these are started in /etc/rc2.d. Be ver...
Read More »
Source: http://www.experts-exchange.com/OS/Unix/SCO_Unix/Q_23391550.html
Hi, www.sco.com/ta tech. article TA #: 110374 They list this error as being caused by Digiboard. They also recomend to check http://www.sco.com/support/toolbox/patch.html for patches/updates that need to be added and/or to contact Digi Caus...
Read More »
Source: http://www.experts-exchange.com/OS/Miscellaneous/Q_11406378.html
depends on your version but try mkdev tcp or netconfig or edit /etc/tcp!
Read More »
Source: http://www.experts-exchange.com/OS/Unix/Q_10022869.html
use "ifconfig -a" to find the interface name : # ifconfig -a net0: flags=4043<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.10.4 netmask ffffff00 broadcast 192.168.10.255 perf. params: recv size: 24576; send size: 24...
Read More »
Source: http://www.experts-exchange.com/OS/Unix/SCO_Unix/Q_25651822.html
Assuming you're trying to put the same bits on both tapes and the backup fits on a single tape, then tee should do what you want. You'd use it something like this: {fbackup|tar|cpio|dump|whatever} | tee /dev/rmt/<tape1> > /dev/rmt/<tape2> If it doesn'...
Read More »
Source: http://www.experts-exchange.com/Q_11264594.htm