Author |
Message
|
ppdollar |
Posted: Wed Aug 31, 2005 8:37 am Post subject: Command to find the fix pack upgradation date on UNIX platfo |
|
|
Novice
Joined: 31 Aug 2005 Posts: 20
|
I have fix pack 8 installed on my Solaris box and I wanna check the upgradation time using a command.
Thanks, |
|
Back to top |
|
 |
csmith28 |
Posted: Wed Aug 31, 2005 8:42 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
I'm not sure if pkginfo has an option for that or not........ _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Aug 31, 2005 9:08 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
I'm probably the only one who doesn't know, but what does "the upgradation time" mean, exactly? _________________ -wayne |
|
Back to top |
|
 |
csmith28 |
Posted: Wed Aug 31, 2005 9:09 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
wschutz wrote: |
I'm probably the only one who doesn't know, but what does "the upgradation time" mean, exactly? |
I was just guessing that he wanted to know the date/time the most recent upgrade was performed. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
ppdollar |
Posted: Wed Aug 31, 2005 9:24 am Post subject: |
|
|
Novice
Joined: 31 Aug 2005 Posts: 20
|
you are right.I just want to check the timestamp of most recent software upgrade.
Thanks, |
|
Back to top |
|
 |
JT |
Posted: Wed Aug 31, 2005 9:40 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Check the date/time of the file opt/mqm/ptf_installed |
|
Back to top |
|
 |
JT |
Posted: Wed Aug 31, 2005 9:48 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
...or, if you know the CSD level that was applied, you can issue the following command:
Quote: |
pkginfo -l mqm-upd08 |
which produces these results:
Quote: |
PKGINST: mqm-upd08
NAME: WebSphere MQ for Sun Solaris 2 - U497536
CATEGORY: application
ARCH: sparc
VERSION: 5.3.0
VENDOR: IBM
PSTAMP: tasmania20040921235852
INSTDATE: Jan 18 2005 18:02
STATUS: completely installed
FILES: 254 installed pathnames
1 directories
112 executables
53 setuid/setgid executables
44089 blocks used (approx) |
|
|
Back to top |
|
 |
csmith28 |
Posted: Wed Aug 31, 2005 10:06 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
JT wrote: |
...or, if you know the CSD level that was applied, you can issue the following command:
Quote: |
pkginfo -l mqm-upd08 |
which produces these results:
Quote: |
PKGINST: mqm-upd08
NAME: WebSphere MQ for Sun Solaris 2 - U497536
CATEGORY: application
ARCH: sparc
VERSION: 5.3.0
VENDOR: IBM
PSTAMP: tasmania20040921235852
INSTDATE: Jan 18 2005 18:02
STATUS: completely installed
FILES: 254 installed pathnames
1 directories
112 executables
53 setuid/setgid executables
44089 blocks used (approx) |
|
Well, there you are. I don't actually have any Solaris Servers with WMQ installed. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
|