Sponsored Content
Operating Systems AIX List of Installed patches for AIX from given set of patches Post 302687883 by funksen on Friday 17th of August 2012 07:23:20 AM
Old 08-17-2012
if you check an installed patch, output looks like:

Code:
IY64319:devices.common.IBM.atm.rte:5.3.0.10:5.3.12.2:+:new function
IY64319:devices.common.IBM.ethernet.rte:5.3.0.10:5.3.12.3:+:new function
IY64319:devices.common.IBM.fc.rte:5.3.0.10:5.3.12.3:+:new function
IY64319:devices.common.IBM.fddi.rte:5.3.0.10:5.3.11.0:+:new function
IY64319:devices.common.IBM.hdlc.rte:5.3.0.10:5.3.11.0:+:new function
IY64319:devices.common.IBM.tokenring.rte:5.3.0.10:5.3.11.0:+:new function

check without -c,
looks like:
Code:
# instfix -f patches -i
    All filesets for IY64282 were found.
    All filesets for IY64291 were found.
    All filesets for IY64312 were found.
    All filesets for IY64319 were found.
    There was no data for IY32492 in the fix database.


to see whats installed use lslpp as bakunin wrote
This User Gave Thanks to funksen For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to see all installed PATCHES

Hi all I am using HPUX11.00 i want to know how to see all installed PATCHES ..and also to see any perticular patch has been installed or not solaris showrev -p does not work in HPUX please suggest any command thanks praful (1 Reply)
Discussion started by: Prafulla
1 Replies

2. Solaris

How to find out installed patches on Sun5.9

Hi Unix Experts, I'm told to install WebSphere MQ on Sun 5.9 box. Before I install it, my task is to find out what OS patches have already installed on the box. I tried pkginfo -i command but it gives all of the packages installed. I want to find out a specific patch has been installed or... (1 Reply)
Discussion started by: hkhan12
1 Replies

3. Solaris

OS patches

Hi all, I am working on SUN-fire server solaris-10 How to find out what & how much " OS patches " installed on it?? plz help me out .:( (3 Replies)
Discussion started by: saurabh84g
3 Replies

4. AIX

command to list all installed patches

hi all i need an command to list all installed patches in aix 5.3 (5 Replies)
Discussion started by: maxim42
5 Replies

5. AIX

OS Patches installed but they seem as not installed

Hello everyone: I've installed an OS patch into AIX 6.1 by running the following command: instfix -d /tmp/6100-02-03 -k "IZ41855" however it seem not installed instfix -i -k "IZ41855" There was no data for IZ41855 in the fix database. what am I doing wrong? (8 Replies)
Discussion started by: edgarvm
8 Replies

6. AIX

file set not getting installed in aix

Hi One of the file set is not getting installed in aix. ========================================================================================= cbspsap01:/ # lppchk -v lppchk: The following filesets need to be installed or corrected to bring the system to a consistent state:... (1 Reply)
Discussion started by: newtoaixos
1 Replies

7. AIX

applying patches in aix 5.3

Hi Admins, Basically i am HPUX guy.HP will release patch bundles every three months and the same we are applying on servers as proactive steps. Please let me know how it happens with AIX. My servers are AIX 5.3 with TL 10 and some are TL 7. These servers are installed 2 years back and... (1 Reply)
Discussion started by: newaix
1 Replies

8. HP-UX

Patches hp-ux

Hi, I donīt have support HP, so I donīt get download patches on itrc. Somebody know a free site to download HP-UX patches? (3 Replies)
Discussion started by: quimera
3 Replies

9. Solaris

need help with message: no patches installed

Hi Folks, I am getting the following error when trying to see installed patches on my Solaris 9 system :wall: # patchadd -p No patches installed # Any help will be much appreciated Thanks in advance (1 Reply)
Discussion started by: momin
1 Replies

10. Solaris

List of patches and date installed

Does anyone know of a command that would show the list of patches installed and the date it was installed? My understanding is that "showrev -p" would show patches but not the date they were installed. I'm looking for this on a Solaris 10 server. Thanks. (2 Replies)
Discussion started by: ixauditor
2 Replies
lldptool(8)							       Linux							       lldptool(8)

NAME
evb - Show / manipulate EVB TLV configuration SYNOPSIS
lldptool -t -g ncb -i ethx -V evbCfg -c enableTx lldptool -T -g ncb -i ethx -V evbCfg -c enableTx=[yes|no] lldptool -t -g ncb -i ethx -V evbCfg -c fmode lldptool -T -g ncb -i ethx -V evbCfg -c fmode=[bridge|reflectiverelay] lldptool -t -g ncb -i ethx -V evbCfg -c capabilities lldptool -T -g ncb -i ethx -V evbCfg -c capabilities=[rte|ecp|vdp|none] lldptool -t -g ncb -i ethx -V evbCfg -c rte lldptool -T -g ncb -i ethx -V evbCfg -c rte=[<rte>] lldptool -t -g ncb -i ethx -V evbCfg -c vsis lldptool -T -g ncb -i ethx -V evbCfg -c vsis=[<number of vsis>] DESCRIPTION
The EVB TLV is a TLV to announce the station and bridge's edge virtual bridging (evb) capabilities and request the bridge forwarding mode. If both sides have agree on edge control protocol (ECP), VSI discovery protocol (VDP) capabilities, both sides can exchange VDP TLV using ECP frames. The vsis parameter will set the maximum number of VSIs and show the number of currently configured VSIs. ARGUMENTS
enableTx Enables the EVB TLV to be transmitted fmode shows or sets the forwarding mode between bridge (default) or reflectiverelay (RR). capabilities shows or sets the local capabilities that are announced to the adjacent switch in the TLV. This parameter will accept any combina- tion of rte, vdp or ecp, separated by ",". Use the keyword "none" if you do not want to set any capabilities. rte shows or set the local run time exponent (RTE). The RTE will be used as the base for the timing of the ECP and VDP protocols. vsis shows or sets the number of virtual station interfaces (VSIs) that are announced to the adjacent switch in the TLV. This parameter expects a number between 0 and 65535. Theory of Operation The EVB TLV is used to announce and exchange supported parameters between the station and an adjacent switch. The TLV uses the nearest cus- tomer bridge agent. If "reflectiverelay" is set as forwarding mode, the switch will allow "reflection" of frames coming from different sources at the same port back to the port. This will allow communication between virtual machines on the same host via the switch. The capabilities parameter is used to set RTE, ECP and VDP support. VDP TLVs in ECP frames can only be exchanged if both sides agree on ECP and VDP as capabilities. RTE will be used as the base timing parameter for ECP and VDP. EXAMPLE &; USAGE Display locally configured values for eth8 lldptool -t -g ncb -i eth8 -V evbCfg Display remotely configured values for eth8 lldptool -n -g ncb -t -i eth8 -V evbCfg Display wether evb tlv is configured for tx on eth8 lldptool -t -g ncb -i eth8 -V evbCfg -c enableTx Display the currently requested forwarding mode for eth8 lldptool -t -g ncb -i eth8 -V evbCfg -c fmode Set the forwarding mode to reflective relay lldptool -T -g ncb -i eth8 -V evbCfg -c fmode=reflectiverelay Display the currently configured capabilities lldptool -t -g ncb -i ethx -V evbCfg -c capabilities Set the locally possible capabilities to RTE, ECP and VDP lldptool -T -g ncb -i ethx -V evbCfg -c capabilities=rte,ecp,vdp Resets the locally possible capabilities to "none" lldptool -T -g ncb -i ethx -V evbCfg -c capabilities=none Display the locally configured value for RTE lldptool -t -g ncb -i ethx -V evbCfg -c rte Set the value for RTE lldptool -T -g ncb -i ethx -V evbCfg -c rte=[<rte>] Display the configured maximum number of VSIs lldptool -t -g ncb -i ethx -V evbCfg -c vsis Set the maximum number of VSIs lldptool -T -g ncb -i ethx -V evbCfg -c vsis=[<number of vsis>] SOURCE
o IEEE 802.1Qbg (http://www.ieee802.org/1/pages/802.1bg.html) NOTES
Currently the code in lldpad reflects draft 0 of the upcoming standard. EVB TLVs on the wire can be decoded with wireshark > v1.6. SEE ALSO
lldptool-vdp(8), lldptool(8), lldpad(8) AUTHOR
Jens Osterkamp open-lldp February 2010 lldptool(8)
All times are GMT -4. The time now is 07:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy