- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cleanup error
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
10-26-2005 11:51 PM
10-26-2005 11:51 PM
## Cleanup program started at 10/27/05 13:03:45
Commit patches superseded at least 1 time(s) on 'server1'.
ERROR: swlist(1M) encountered a problem displaying the installed software on 'server1'.
This problem must be corrected before continuing:
WARNING: Incomplete definition for the root (installation) "/",
beginning at line 0. The following attributes are not defined: products the products contained in the root
ERROR: The depot "server1:/" exists but is currently empty.
Is there anyway round this as i need to clear out the old patches to free up space.
Cheers
George
Solved! Go to Solution.
- Tags:
- cleanup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 11:54 PM
10-26-2005 11:54 PM
Re: Cleanup error
Have you another swinstall session running?
then close is first.
Try also
swconfig \*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 11:55 PM
10-26-2005 11:55 PM
Re: Cleanup error
# cleanup -c
see man cleanup
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 11:56 PM
10-26-2005 11:56 PM
Re: Cleanup error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 11:59 PM
10-26-2005 11:59 PM
Re: Cleanup error
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:04 AM
10-27-2005 12:04 AM
Re: Cleanup error
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:05 AM
10-27-2005 12:05 AM
Re: Cleanup error
Title: Incomplete definition for the root (installation)
Document ID: KBRC00003721
Europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080045540
US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080045540
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:06 AM
10-27-2005 12:06 AM
Re: Cleanup error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:13 AM
10-27-2005 12:13 AM
Re: Cleanup error
but getting
ERROR: "lonpcs01:/": This operation will exceed the absolute limit
of disk space on 1 volumes.
* The analysis phase failed for "lonpcs01:/".
* Analysis had errors.
as /var at at 100% and i've cleared all of the logs down i can
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:19 AM
10-27-2005 12:19 AM
Re: Cleanup error
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=702648
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:25 AM
10-27-2005 12:25 AM
Re: Cleanup error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:26 AM
10-27-2005 12:26 AM
Re: Cleanup error
Try looking under /var/preserve or /var/tmp for big files to remove.
Run a du to list the largest files under /var and start going through the list:
du -akx /var | sort -nr | more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:29 AM
10-27-2005 12:29 AM
Re: Cleanup error
The issue with the install was lack of disk space in /var.
should i compress some files in /var/adm/sw/products so i can run the install.
And once that is done then uncompress them again so i can run the cleanup script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:34 AM
10-27-2005 12:34 AM
Re: Cleanup error
I'd look for large files and explore extending /var first. Try the du command above. The list can sometimes surprise you, and you may find other garbage files you didn't realize existed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:36 AM
10-27-2005 12:36 AM
Re: Cleanup error
We are going to migrate from this server onto a newer one with newer os and bigger disks soon anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:40 AM
10-27-2005 12:40 AM
Re: Cleanup error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:42 AM
10-27-2005 12:42 AM
Re: Cleanup error
If you find you have to load patches specific to the migration you may have to download just the few you need in order to get it done.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:46 AM
10-27-2005 12:46 AM
Re: Cleanup error
but /var at 100% aint helping :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:48 AM
10-27-2005 12:48 AM
Solution1) # mv /var/adm/sw/save /newfs/newdir/
2) # cd /var/adm/sw
# ln -s /newfs/newdir/save save
This should work, and you SHOULD be able to then run the cleanup program and move everything back, or just leave it as is until you move to new servers...
DISCLAIMER...I haven't tested this. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:52 AM
10-27-2005 12:52 AM
Re: Cleanup error
I'm not usually keen on "voodoo" solutions like moving files and linking, etc., in order to get past something like this. But maybe one of the other folks here can suggest something less severe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 01:05 AM
10-27-2005 01:05 AM
Re: Cleanup error
Worst case the link can be removed and the files moved back. No harm no foul.
I guess I don't see the mystery...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 01:12 AM
10-27-2005 01:12 AM
Re: Cleanup error
Cleanup works fine now :)
Thansk for everyones input on this as it has given me a but more breathing space with the migration.
Cheers
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 01:19 AM
10-27-2005 01:19 AM
Re: Cleanup error
Sounds like it worked, so.... success! :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 01:19 AM
10-27-2005 01:19 AM