Root part of AIX packages


 
Thread Tools Search this Thread
Operating Systems AIX Root part of AIX packages
# 1  
Old 03-04-2005
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!
# 2  
Old 03-23-2005
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.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

BMC package and ingeneral all packages in AIX (Similar to pkginfo in Linux)

Hi , I want to know is there any command in AIX similar to pkginfo ? that shows details of all packages installed and we can grep whatever we need to check? Thanks Rafi (2 Replies)
Discussion started by: rafi49
2 Replies

2. AIX

AIX TL updates not including all packages needed

In trying to resolve my issue, I downloaded TL 11 and trying to update to it. Why the heck does not the TL fix have the required files in it? Thats another 1.+ GB download. I am also sure that when I go to install that package it will complain about rsct not being updated. MISSING... (1 Reply)
Discussion started by: mrmurdock
1 Replies

3. AIX

Can't change root password in AIX 5.2

Hi all, I'm trying to change a password for root on an AIX 5.2 machine. Oslevel -r shows 5200-10 for this machine. Here's what happens: / # whoami root / # passwd Please type a new password: Please re-enter the new password: Changing UNIX password... 601 - Can't access the password... (7 Replies)
Discussion started by: need2bageek
7 Replies

4. UNIX for Dummies Questions & Answers

Non root login problems in AIX

Hi All, I have setup a non root user on AIX 5.3, using smit. When I try logging on as that user my login screen just disappears. I am using PUTTY. I login to the same box as root no problems. I have tried re-creating several different usernames but get the same effect I have also telneted from a... (2 Replies)
Discussion started by: hansul
2 Replies

5. AIX

cant su to user or root AIX 5.3

Hi all, I cannt use 'su' to login to root or any other users though everything seems ok. I read some articles that says if you do recursive chmod 777 on /usr it can create this problem. I did the same. can anybody tell me how to repair it. Any ideas will be appreciated. thnks (7 Replies)
Discussion started by: itesh.dash
7 Replies

6. AIX

root passwd expiration on AIX

Hi Guys, some one could help me on this that will be great . I have AIX 5.1 . when ever u login as root .it says u r passwd is expiredchoose new passwd . I tried couple of times changeing the passwd .still it behaves every time u login it asks to change the passwd . i teied to lokk into... (3 Replies)
Discussion started by: aixguy
3 Replies

7. UNIX for Dummies Questions & Answers

Disable root for AIX 5.2

I am able to disable direct root login through telnet. But when I add the rlogin = false into the /etc/security/user file. I am unable to log in as root from ssh. I uncommented the "PermitRootLogin yes" in the sshd_config file. Still can't log in. Can anyone help? (0 Replies)
Discussion started by: james0125
0 Replies

8. Solaris

how to find the software packages and root directories

Hi all, i have one requirement to audit the software packages list in unix server. For this the i go through #pkginfo command.But there are lot of packages. i get confused how to find the software packages and root directories paths. Please let me know whether i am going correct way... (1 Reply)
Discussion started by: krishna176
1 Replies

9. UNIX for Dummies Questions & Answers

installable packages on AIX

Hi group, Like RedHat has rpms, Solaris has pkgs, Hp has depots, what are the installables for aix. regards, Guru Charan kottur (1 Reply)
Discussion started by: gurukottur
1 Replies

10. AIX

lost root password in AIX

Hi how do you reset the root password in AIX. I booted to single user mode and it asked for login and password. I have AIX 4.3. Thanks (4 Replies)
Discussion started by: Welfaric
4 Replies
Login or Register to Ask a Question