Thursday, December 24, 2009

Installing & Rejecting in AIX




Installing and Rejecting

Preview of Installation

a=>APplied state
p==>Preview
g==>support softwares
X==>Extend filesystem if needed

installp -apgX -d '.' all

Installation
a=>APplied state
g==>support softwares
X==>Extend filesystem if needed

installp -agX -d '.' all

---------------------------------------------------------------

Rejecting applied state softwares in AIX

Create a reject list using installp -s(lists the applied state softwares)and moving the output to rejectlist

#installp -s >rejectlist

Reject the list by using installp -rgf (g=>support softwares,f filelist)

#installp -rgf rejectlist

No comments: