Pkgchk info please


 
Thread Tools Search this Thread
Operating Systems Solaris Pkgchk info please
# 1  
Old 02-02-2013
Pkgchk info please

Hi Guys,
I ran :
Code:
pkgchk

without any options

then ran

Code:
pkgchk -v SUNWluu

I get this message:

NOTE: Waiting for exclusive access to the package database.

What does this mean? And how can I fix it?

Thanks a lot for your help.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

Pkgchk error Solaris 10

Hi Guys, I ran a package check command on my solaris 10 sparc system and it displayed most of the packages with errors: pkgchk ERROR: /boot/amd64/x86.miniroot-safe modtime <07/15/11 06:47:07 PM> expected <11/16/12 10:48:49 AM> actual file size <65> expected <158231728> actual ... (7 Replies)
Discussion started by: cjashu
7 Replies

2. Solaris

difference between pkginfo and pkgchk command

can anyone explain me the difference between pkginfo and pkgchk command in solaris. Both are used to display the package details, then what is the difference between both. (5 Replies)
Discussion started by: rogerben
5 Replies

3. Shell Programming and Scripting

Getting LV Info

I have this working ksh, and it returns like below: LOGICAL VOLUME: prod_2048_005 VOLUME GROUP: prod1vg TYPE: raw WRITE VERIFY: off PHYSICAL VOLUME: hdisk108 VOLUME GROUP: prod1vg TOTAL PPs: 1023 (130944 megabytes) VG DESCRIPTORS: 1 USED PPs: 904 (115712 megabytes) MAX REQUEST: 1 megabyte... (1 Reply)
Discussion started by: Daniel Gate
1 Replies

4. UNIX for Dummies Questions & Answers

Some Info.

Hiya all ... i am a newbie to UNIX, Just want to knwo what this command does: /sbin/ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}' I think, 'grep shows the line with 'inet addr' (which is the 2nd line, displaying the IP Address, Broadcast Address and Subnet Mask) ... Is... (8 Replies)
Discussion started by: ad4m88
8 Replies

5. Shell Programming and Scripting

Need Info

Hi, I'm a oracle DBA with little knowledge of Unix. I wanted to write some shell scripts which will be helpful for DBA's regular activity. As i'm a new to oracle with unix can any plese tell me what are all the activities can be done throgh Unix Shell Scripts also suggest me how to learn... (1 Reply)
Discussion started by: msgobinathan
1 Replies

6. UNIX for Dummies Questions & Answers

PID info

Is it possible to find out what my PID is for the telnet session I am currentley using ? :confused: (3 Replies)
Discussion started by: mlucas
3 Replies

7. UNIX for Advanced & Expert Users

Info about OS patches

Hi, How do I know what os patches have been applied to my unix box?. I tried swlist command. But I couldn't understand the bundles and products. $ uname -a HP-UX hppi004 B.11.11 U 9000/800 1834916430 unlimited-user license $ Thanks in advance, -Ashish (1 Reply)
Discussion started by: shriashishpatil
1 Replies

8. UNIX for Dummies Questions & Answers

SU info

from the man page of su: EXAMPLES Example 1: Becoming User bin While Retaining Your Previously Exported Environment To become user bin while retaining your previously exported environment, execute: example% su bin Example 2: Becoming User bin and ... (4 Replies)
Discussion started by: afflack
4 Replies
Login or Register to Ask a Question