Tools Menu
For example, if a remote system is being monitored and the Process Memory View is displayed, it is possible to select a remote process merely by highlighting the relevant process on the graph. Invoking the Tools, Kill Process menu option will then terminate the process.
Killing a Process Screen
Tools Reboot Dialog Box
For example, it may become necessary to ensure all users have a particular environment variable set in their /etc/profile file. To accomplish this, it is necessary to back up the /etc/profile file and then add a line to the end of the file. This will best be accomplished by a Bourne shell script which will look something like:
cp /etc/profile /etc/profile.bk
echo "VAR=xxx" >> /etc/profile
echo "export VAR" >> /etc/profile
This script could be saved in a file and then executed remotely on one or more attached systems in one step, by using the Command Execute menu option.
Command Execution Dialog Box
File transfer works in a similar manner to the UNIX System cp command. If a target file for the transfer exists, it will be overwritten and if the target file is a directory, the source file will be copied into that directory. If required, the source file can be deleted after the copy has been completed, by selecting the Delete Original option.
If files are being sent to a remote system, the Recursive option can be used. This will copy all files and directories, recursively, from the source directory to the target directory. When using this recursive capability, both the source and target file must be extant directories.
The Append option can be used to append the contents of the source file to the target file. This option can also be used with the Recursive option.
File Transfer Dialog Box
This operation allows you to upgrade a remote system's SCO Doctor software from the Central Management Station (CMS) and save the expense of a visit to the remote system by local personnel. Third party software packages can also be installed remotely, if they are packaged according to the SCO Doctor Software Installation Package Standard (SIPS) model and the agent has been installed. See the SCO Doctor Technical Reference for more details.
You will need to copy the relevant SCO Agent or SCO Doctor for Networks installation diskette images to your hard disk.
dd if=/dev/rfd0135ds18 \
of=/usr/lib/doctor/package/doctor/NAME bs=18b
Software Deployment Dialog Box