![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't login root account due to can't find root shell | neikel | AIX | 2 | 01-30-2008 08:07 PM |
| how to find the software packages and root directories | krishna176 | SUN Solaris | 1 | 03-29-2007 07:02 AM |
| how to access root priveliges if root password is lost | wojtyla | Linux | 1 | 02-18-2005 03:24 AM |
| Run non-root script as root with non-root environment | bubba112557 | UNIX for Dummies Questions & Answers | 2 | 12-02-2004 09:39 PM |
| Lost root password / Can't login as root | Perderabo | Answers to Frequently Asked Questions | 0 | 06-22-2004 04:40 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Root part of AIX packages
Hi!
I am studying AIX documentation for creating software packages and there is one thing I cannot understand. The docs (http://www.unet.univie.ac.at/aix/aix...w4_install.htm) say that during installation of a package with the installp command, the control files of the root part of a fileset is extracted to /usr/lpp/pkgname/inst_root. When copying files, the default instal script executed by installp uses inucp to copy the actual software files from this folder to the target location. What I cannot get is how do the software files get into this folder. The docs say that software files from usr and share files are restored from the installation image, but they do not say anything about the root part. I have created a simple package that contains a fileset with usr and root parts and tried to install it. I got the following message during install: 0503-009 inucp: Cannot access or open file /usr/lpp/echo-server/inst_root/etc/echo-server.conf. Check path name and permissions. However, the file was on the installation image (bff-file), it was just not restored. Can anyone clear this issue for me? Thanks! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I've found the solution for my problem: I was missing the root part files in the usr part apply list. So in the usr part apply list I had to mention file:
./usr/lpp/echo-server/inst_root/etc/echo-server.conf After doing this I managed to install my package without any problems. |
|||
| Google The UNIX and Linux Forums |