1838657 Members
2961 Online
110128 Solutions
New Discussion

Information Needed.

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

Information Needed.

Good afternoon,
I have a question and was wondering if someone can shed some light on this for me. When I issue 'swlist -l fileset -a state | grep -i installed', I find some installed filesets. the reason I ask this is I am having a problem with some openmail processes that hang for no reason. We recently put on a few openmail patches. I have two questions please.

1) Is it normal to have filesets in the 'installed' state?

2)How can I tell the date that these were installed and how can you tell if you need them to be in the configured state?

As always, your help is greatly appreciated.

Bob Menefee
UNIX IS GOOD
10 REPLIES 10
Krishna Prasad
Trusted Contributor

Re: Information Needed.

You want the state to be configured

You can do swinstall \* configure to configure any installed but not configured filesets
Positive Results requires Positive Thinking
Patrick Wallek
Honored Contributor

Re: Information Needed.

Which filesets are showing up as installed and not configured?

I just did the same command on a couple of my machines and NOTHING comes back as installed. You should probably try running swconfig and see if they get configured.
Patrick Wallek
Honored Contributor

Re: Information Needed.

The command should be:

swconfig \*
Krishna Prasad
Trusted Contributor

Re: Information Needed.

It is swconfig not swinstall my bad.
Positive Results requires Positive Thinking
Uday_S_Ankolekar
Honored Contributor

Re: Information Needed.

Try..swconfig \* instead..

USA..
Good Luck..
Darrell Allen
Honored Contributor
Solution

Re: Information Needed.

Hi Bob,

Yes, patches need to be configured, not installed.

You should be able to see when you installed with:
ll /var/adm/sw/products

Darrell
"What, Me Worry?" - Alfred E. Neuman (Mad Magazine)
Nobody's Hero
Valued Contributor

Re: Information Needed.

I am aware of how to configure these filesets.
What I need to know is, is it safe to do so.
The patches are:
OpenMail . OM-ADM
OpenMail . OM-UNIX
OpenMail . OM-POP3
OpenMail . OM-CORE

When I run swconfig \* it does not process these filesets. They still show up as installed. I want to try to run swconfig 'fileset' but not sure if it is safe to do so.


Bob
UNIX IS GOOD
James R. Ferguson
Acclaimed Contributor

Re: Information Needed.

Hi Robert:

The "installed" state applies to filesets that have been installed but not configured. There are a few patches for which no configuration is applicable. It is recommended that all patches be marked as 'configured'. To move 'installed' patches to the 'configured' state (and complete any required configuration), do:

# swconfig

...or:

# swconfig \*

Regards!

...JRF...
fg_1
Trusted Contributor

Re: Information Needed.

Robert

It's ok to configure the filesets that you have listed

1) swconfig \*
2) swlist -l fileset -a state |grep installed

Double check that #2 returns nothing which should always be the case.

This should help solve your problem.

Good Luck

FG.
Nobody's Hero
Valued Contributor

Re: Information Needed.

Thanks for the help everyone.
UNIX IS GOOD