1833873 Members
2924 Online
110063 Solutions
New Discussion

Re: online jfs

 
SOLVED
Go to solution
khilari
Regular Advisor

online jfs

Hi people, in the swlist what is the entry to check for online JFS.
6 REPLIES 6
Arunvijai_4
Honored Contributor

Re: online jfs

Hi Khilari,

You can use the following command,

# swlist -l product|grep -i online

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Arunvijai_4
Honored Contributor

Re: online jfs

Khilari,

You can assign points to the people who spent their time and responded to you,

I have assigned points to 173 of 276 responses to my questions.

http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1274821&listType=unassigned&forumId=1

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Sandman!
Honored Contributor

Re: online jfs

Instead of piping the results to grep you can qualify the optional arguments to swlist in order to show the product you want as follows:

# swlist -l product OnlineJFS

cheers!
Steven E. Protter
Exalted Contributor
Solution

Re: online jfs

Tae it easy, khilari has had a lot of threads to manage.

swlist -l product | grep -i online

I can never remember the exact spelling of the thing in sd/ux so thats how I find out.

Another useful switch is the -a fileset

Shows some details.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jeff Schussele
Honored Contributor

Re: online jfs

Hi SEP,

You're mixxing parms there....
Should be -l fileset
-a is for attributes like state and many, many others.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: online jfs

Well...I'll take that back - partially.
You can get *some* brief info from -a fileset, but -l fileset gives the full info including revisions & descriptions.

Cheers,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!