Download Using Oracle HCTS CLI
Transcript
Installing the Oracle HCTS Application ▼ To Extract the Oracle HCTS File Content ● To extract the Oracle HCTS contents, type the following command. # gzip -cd hcts.5.6.tar.gz | tar xvf ■ If you are working on the SPARC platform the package is hcts.5.6-sparc.tar.gz. To extract the contents of this package, type the following command. # gzip -cd hcts.5.6-sparc.tar.gz | tar xvf - The contents are extracted to a directory called hcts.5.6 or hcts.5.6-sparc, which is placed in the directory where you downloaded Oracle HCTS. This hcts.5.6 or hcts.5.6-sparc directory contains the following files. ■ ■ ■ ■ Oracle HCTS 5.6 README Oracle HCTS 5.6 Release notes Oracle HCTS 5.6 ThirdPartyLicenseReadMe SUNWhcts package Note – Be sure to read the Oracle HCTS 5.6 README and Oracle HCTS 5.6 Release notes in the /hcts_extract_dir/hcts.5.6 directory before you install Oracle HCTS. Installation verifies that no previous version of Oracle HCTS exists on your system. If Oracle HCTS is already installed on the system, uninstall the existing version using procedures mentioned in “Uninstalling Oracle HCTS” on page 33 ▼ 1 To Install Oracle HCTS Log in as a root by using the su command. # su 2 To add the Oracle HCTS package, type the following command. # /usr/sbin/pkgadd -d . SUNWhcts Watch for any questions or error messages and respond accordingly. The Oracle HCTS installation performs the following functions. ■ Verifies that no version of Oracle HCTS is already installed on the system. ■ Installs the package SUNWhcts in the /opt directory. ■ Installs the x11perf binary file in the /usr/X11/demo/ directory. ■ Installs the x11perf.1x man page file in the /usr/X11/share/man/man1 directory for the video test case. ■ Creates a /docs directory in the /opt/SUNWhcts directory. Chapter 3 • Installing Oracle HCTS 27