- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swlist "state" attribute option
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
02-20-2002 02:16 AM
02-20-2002 02:16 AM
If I type the command:
swlist -l fileset -a state |grep PHKL
which is the difference between a fileset in "installed" state and a fileset in "configured" state?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 02:23 AM
02-20-2002 02:23 AM
Re: swlist "state" attribute option
Basically if it's not showing "Configured", then the entire install process did not complete, i.e. the swconfig either did not run or failed to run for some reason, e.g. the machine was not rebooted after a kernel patch install.
Have a look in the /var/adm/sw/*.log files to try & see why the config phase did not complete.
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 02:34 AM
02-20-2002 02:34 AM
Re: swlist "state" attribute option
In the /var/adm/sw/swagent.log
there are several error relative to the dependencies.
At the boot of the server a script (/sbin/rc2.d/S120swconfig)try to finish the installation of the fileset it find listed in a file (/var/adm/sw/needs_config), but it doesn't find the dependencies.
Is it possible to modify the script (or manually use a command from command line...)to install the fileset putting the enforce_dependencies=false??
thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 02:46 AM
02-20-2002 02:46 AM
Re: swlist "state" attribute option
Normally I would say that you should solve the dependencies problems because they are requested for a reason.
However try
swconfig \* (note the \ )
This will try to clean up the installed.
Then swlist again to check
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 03:15 AM
02-20-2002 03:15 AM
Re: swlist "state" attribute option
to determine which filesets need manual swconfig'uring.
This is normally done on reboot.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 03:24 AM
02-20-2002 03:24 AM
SolutionIf the initial configuration by swinstall of the patch failed, then the software must be configured. You will need to run
swconfig PHKLxxxxx.
A patch installation can result in an installed state if for example you use option -x allow_incompatible=true
More information about swconfig command is under man pages (man swconfig).
Regards,
Mateja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 04:35 AM
02-20-2002 04:35 AM
Re: swlist "state" attribute option
swconfig \* is a way to remove all installed references in 1 command.
Steve