- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unconfigured filesets
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 05:40 AM
05-09-2003 05:40 AM
Re: unconfigured filesets
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 05:44 AM
05-09-2003 05:44 AM
Re: unconfigured filesets
you can run:
#swconfig \*
or
#swconfig
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 05:51 AM
05-09-2003 05:51 AM
Re: unconfigured filesets
# swconfig \*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:06 AM
05-09-2003 06:06 AM
Re: unconfigured filesets
well I understand the difference between configured and unconfigured.
I dont want to configure the filesets, I want to remove them from the list when I run the
command
swlist -l fileset -a state
I don't want to see them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:22 AM
05-09-2003 06:22 AM
Re: unconfigured filesets
# swlist -l fileset -a state | grep -v unconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:23 AM
05-09-2003 06:23 AM
Re: unconfigured filesets
You can attempt to complete istallation:
swconfigure \*
If these patches have been superseded, they can be removed with the command cleanup -c 1
This command will remove all patches superseded by 1 suceeding patch. Once gone, they are gone forever.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:27 AM
05-09-2003 06:27 AM
Solution# /usr/contrib/bin/check_patches -p
and by default it would write to /tmp/check.patches.report. Take a look at that report to make sure the state of your patch installation is good. If all is good pick one of the patch .. say PHSS_22543 and run ..
# swconfig PHSS_22543
on it. If that patch has been superseeded, it'll tell you in /var/adm/sw/swagent.log and you can safely remove PHSS_22543 if so. The way to do this is using the "cleanup" command.
# man cleanup
for details. I think (I'm not sure).. if you want to remove patches that are superseeded 1 time you would run ..
# /usr/sbin/cleanup -p -c 1
==> Use "-p" to preview it first. Drop "-p" to perform the action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:28 AM
05-09-2003 06:28 AM
Re: unconfigured filesets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:46 AM
05-09-2003 06:46 AM
Re: unconfigured filesets
grep -v is not going to cut it. I don't want ot hide the info, that is a bad maintenance practice.
thanks for the cleanup command. that is what I was looking for.
peace
Donny