Insert the CD-ROM in the remote system's drive.
Mount the CD-ROM on the remote system.
Make the mounted CD-ROM on the remote system exportable through NFS.
Become root on the system where you want to install the Backup software.
Create a mount point.
# mkdir tmpmntdir |
Mount the file system where the CD-ROM is mounted onto the system where you want to install the Backup software.
# mount remote-host:/cdrom/cdrom0 /tmpmntdir |
Enter the pkgadd command at the system prompt.
For SPARC:
# pkgadd -d tmpmntdir/Solaris/sparc |
or for Intel:
# pkgadd -d tmpmntdir/Solaris/x86 |
See "Server Software Installation Example" or "Client Software Installation Example" for an example of the questions asked by the pkgadd command script.
After the installation process is complete, unmount the CD-ROM.
# umount remote-host:/cdrom/cdrom0 |