Installing Filesets from a Command Line


Environment

OS Level: AIX Version 4.1.5
Type/Model: 42t

Problem

A fileset needs to be installed from a command line.

Solution

When installing from tape media, execute:

	installp -acgNXd /dev/rmt0.1 <fileset_name>

When installing from CD-ROM media, execute the following sequence of commands:

	mkdir cd
	mount -o ro -v cdrfs /dev/cd0 /cd
	installp -acgNXd /cd/usr/sys/inst.images <fileset_name>



[ Doc Ref: 9332657126730     Publish Date: Aug. 20, 1999     4FAX Ref: none ]