Tags: tru64

Compaq Tru64 UNIX: Troubleshooting

Technology Send feedback »
If you suspect that hardware problems are the reason for errors in your installation, analyzethe system log. To do this, enter the command:/usr/sbin/uerf -R | more more »

Compaq Tru64 UNIX: Setting up Standard File Systems

Technology Send feedback »
The following table shows the variables and their corresponding values. Variables in Standard File Systems Variable Description <diskname> Full path of a disk, for example, /dev/rz11c <rawdiskname> Full pat… more »

Compaq Tru64 UNIX: Setting up Swap Space

Technology Send feedback »
1. Determine the size of the installed RAM with the command:vmstat -P | head -22. Determine the allocated swap space with the command:/usr/sbin/swapon -s3. Determine the required size of the swap space.You can find the minimum swap space requirement in t… more »

Compaq Tru64 UNIX: Preparing Hard Disks and partitioning

Technology Send feedback »
disklabel Command The command disklabel displays the start/stop cylinder, the size of the partition, the labeland the disk type of a disk device.As user root, enter the command:disklabel -r /dev/<rawdisk device>disklabel -r /dev/rrz3c Compaq Tr… more »

Compaq Tru64 UNIX: Checking and Modifying the UNIX Kernel

Technology Send feedback »
Checking the UNIX Kernel You can check the UNIX kernel with the following UNIX commands:sysconfig -q ipcsysconfig -q procsysconfig -q vmCompare the output of these commands with the values in the list below.Corrections of the kernel parameters are publ… more »