Help with Backup Shell Script

hello guys
i am new and i am using Solaris 8 as operating system. i have some CD and i want to install the data from it. Package and patches. Which command shall i use?
thanks

What has your request to do with the Subject of the thread?

1 Like
  1. Log in to the installed or updated system and become superuser:
su
  1. Insert the CD that contains the software you want to add to the system into the CD-ROM drive attached to the system. Volume Manager automatically mounts the CD.
  2. Note the directory path to the software on the CD you want to add.
  3. Add one or more packages to the system:
# /usr/sbin/pkgadd -d device_name pkgid
  1. use the pkgchk(1) command to verify that the package is installed correctly:
# /usr/sbin/pkgchk -v pkgid

this guide from oracle site.

I can't post links, google search "Solaris 8 install package from cd"

When new subject please open a new thread, thank you
thread closed
Last post removed and opened as new thread: