- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swlist : not listing
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
09-07-2000 12:43 AM
09-07-2000 12:43 AM
swlist : not listing
In One of my server swlist is not listing anything, I am getting error like this.
--------------------------------------------
#swlist
Initializing...
# Contacting target "blrnd1"...
ERROR: The expected depot or root does not exist at "/".
ERROR: There is currently no installed software on host "blrnd1" at location "/". (Note that you need to use "swlist -d" to manage depot software).
---------------------------------------------
If I want to remove any software it is not happening , In sam also I am not able to list or remove any softwares. basically I want to remove MWA trial version and to install the licensed one.60 days is over and now the trial version is not working. I installed the licensed one without uninstalling the trial one, But i could not start the application it is referring to the trial version and it is telling 60 days over.
I remember installation time swlist was working , this problem might have come recently.
One difference I found compared with other servers is # bdf output abt / filesystem.
/dev/root 409600 97024 293179 25% /
other servers:
/dev/vg00/lvol3 409600 102452 288020 26% /
Can somebody help me to correct the swlist error and to uninstall the trial version of
MWA and to install the licensed one.
Thanks in advance
V.Selvaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 12:50 AM
09-07-2000 12:50 AM
Re: swlist : not listing
rm /etc/mnttab then do a bdf and / should be mounted as lvol3. Try swlist again. Check if any depots exist; swlist -l depot, has someone installed software to a dir other than / ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 12:50 AM
09-07-2000 12:50 AM
Re: swlist : not listing
your problem can be solved:
rename the file /etc/mnttab to /etc/mnttab.old
Then do a bdf.
This will take a little time while bdf rebuilds the /etc/mnttab.
After this you shoud have the correct device for the root filesystem and your swlist will go.
Regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 12:53 AM
09-07-2000 12:53 AM
Re: swlist : not listing
If so, you could revert the name or try restarting the swagentd daemon.
Your /dev/root problem can be corrected by:
mv /etc/mnttab /tmp
mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 12:59 AM
09-07-2000 12:59 AM
Re: swlist : not listing
You are getting these errors because the system that contains the main
depot does not have the correct entries to allow access from other
clients to the depot.
You should use something similar to the following entry to allow access
from other clients to the depot:
/tmp -anon=2,access=root
Let's say that your depot is called /tmp/depots. All root clients can
access the depot and execute SD (Software Distribution) commands via
NFS to manipulate the depot. In order to access the depot via NFS, the
files in the depot should have read/write permissions for user, group,
and other.
Perform the following steps to resolve your problem:
1. Change the permissions on the files in your depot:
chmod -R *
2. Re-export the directory:
exportfs -v
The NFS client can now swlist, swinstall, and perform all other SD
operations via the NFS mount.
Perform one of the following steps to resolve your error:
A. 1. De-select 'All targets to resolve source locally' for that
session.
2. Re-start swagentd.
--OR--
B. 1. Edit the '/var/adm/sw/defaults' file by commenting out the
following entry:
swinstall.use_alternate_source= true
2. Re-start swagentd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 01:47 AM
09-07-2000 01:47 AM
Re: swlist : not listing
removing mnttab and giving mount command again.
But still swlist is not working, I restarted
swagentd also once.
any more help?
V.Selvaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 01:51 AM
09-07-2000 01:51 AM
Re: swlist : not listing
removing mnttab and giving mount command again.
But still swlist is not working, I restarted
swagentd also once.
any more help?
V.Selvaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 01:59 AM
09-07-2000 01:59 AM
Re: swlist : not listing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 02:03 AM
09-07-2000 02:03 AM
Re: swlist : not listing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 02:17 AM
09-07-2000 02:17 AM
Re: swlist : not listing
changed for the past 8 months.
ie from the installation date.
V.Selvaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 03:20 AM
09-07-2000 03:20 AM
Re: swlist : not listing
Check where your software has been installed to by doing;
grep "Targets:" /var/adm/sw/swinstall.log
This will show where your software has been installed to, it should return lots of entries which either say; loopback:/ or
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 05:52 AM
09-07-2000 05:52 AM
Re: swlist : not listing
You IPD could also be corrupt. To rebuild your IPD install some simple free product, eg. ignite (can download easily) and it will rebuild the IPD. Then swlist should work fine and you should be able to install OB aok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2000 04:50 AM
09-08-2000 04:50 AM
Re: swlist : not listing
/var/ad/sw/products/INDEX is available and it is very less in size compared with other
servers.
Grep Targets: gave result like this where 'blrnd1' is the hostname.
blrnd1 # more swinstall.log |grep Targets
* Targets: blrnd1:/
* Targets: blrnd1:/
* Targets: blrnd1:/
* Targets: blrnd1:/
I installed Measureware agent trial version and licensed version now.
Now these 2 are listed in swlist. But still I am not able to start MWA, if I start it
is referring the old trial version and it says 60 days over. As I said already I am not able to remove the old trial version.
Thanks and regards
V.Selvaraj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2000 05:07 AM
09-08-2000 05:07 AM
Re: swlist : not listing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2000 05:32 AM
09-08-2000 05:32 AM
Re: swlist : not listing
So your swlist is working now ? you get a full list showing the operating system, MWA, patch bundles etc ? So it was a corrupt IPD ?
Dont forget to allocate points to all those who helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2000 06:14 AM
09-08-2000 06:14 AM
Re: swlist : not listing
I installed IgniteUX for HPUX11.00 from
Application cd-3, after that also I am not getting all the S/Ws installed.
Now I am getting 3 S/Ws in the list.
Please help me to get full list.How to recover the corrupted IPD?
Selvaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2000 11:04 AM
09-08-2000 11:04 AM
Re: swlist : not listing
I am not able to resolve this,
I am really new to this field.
Stefan where are you?
If you can , will you give your contact
Email ID
Selvaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2000 03:52 AM
09-09-2000 03:52 AM
Re: swlist : not listing
Hi Selvaraj,
im here. Give us the output from swlist and from an ls /var/adm/sw/product.
Once I take a look there are other ways to rebuild the IPD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2000 08:08 PM
09-10-2000 08:08 PM
Re: swlist : not listing
refer the following answers for your question. (Attchment)
Waiting for ur reply
Selvaraj.V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 02:17 AM
09-11-2000 02:17 AM
Re: swlist : not listing
Hi Selvaraj,
Well, taken a look at your attachment, and your swlist matches perfectly with the contents of /var/adm/sw/products which means the IPD is fine. The problem you have is someone/something has removed entries from the products directory!
For example, the core os products are missing;
HPUXEng64RT (or 32RT)
UXCoreMedia
SW-DIST
SOE
SystemAdmin
and on and on and on. A normal ls in /var/adm/sw/products should come up with tens and tens of entries, including all patches.
Your system has been screwed. The only solution you have is to restore the missing files from the products dir from a backup tape - or else reinstall your OS. If you can restore from tape restore only those that dont already exist, then swremove ignite, swinsall ignite, and you should be back in business. If you cant restore them from tape then even making an ignite tape and restoring it wont work, you will need to reinstall the OS.