Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to find out the oslevel from spot or lppsource?

Status
Not open for further replies.

rs6000er

Technical User
Jul 21, 2004
74
CA
is there any way i can find the oslevel in a spot or lpp_source? i just saw a post and it mention the lsnim could do that. but, i am curious how.

example:

spot5305:
class = resources
type = spot
plat_defined = chrp
arch = power
bos_license = yes
Rstate = ready for use
prev_state = customization is being performed
location = /export/spot/spot5305/usr
version = 5
release = 3
mod = 0
oslevel_r = 5300-05
alloc_count = 0
server = master
if_supported = chrp.mp ent
Rstate_result = success
 
You need first to display the resources on your nim using the command:

lsnim -l

and then using the resource that you want to get oslevel for use the following:

lsnim -l resource_name

(I'm not in front of a nim master so that's on top of my head! you can be sure of the exact commands using the man pages of lsnim commands)

Regards,
Khalid
 
opps!

it seems that i was a bit late on that :)

Regards,
Khalid
 
maybe this also help you

# nim -o fix_query spot_aix52ml05 | grep ML
All filesets for 5.2.0.0_AIX_ML were found.
All filesets for 5200-01_AIX_ML were found.
All filesets for 5200-03_AIX_ML were found.
All filesets for 5200-02_AIX_ML were found.
All filesets for 5200-04_AIX_ML were found.
All filesets for 5200-05_AIX_ML were found.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top