- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need to use swconfig to unconfigure/configure ...
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
01-31-2002 06:36 PM
01-31-2002 06:36 PM
Need to use swconfig to unconfigure/configure SystemAdmin
'file system' to be exact), I got the error
message like:
Task "NNC_GET_INSTALL_STATUS" could not be
found. The SAM Task Registration database
containing the definition of this task is
missing or corrupt, or the fileset containing
this task has not been loaded. To generate
the SAM Task Registration database, please use
swconfig (1M) to unconfigure and then configure
the "SystemAdmin" product.
I checked manual page of swcofig but the
explanation is not clear.
Does anyone get the idea?
Best regards,
Reggie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 07:00 PM
01-31-2002 07:00 PM
Re: Need to use swconfig to unconfigure/configure SystemAdmin
you can reinstall the SAM/OBAM filesets from the core OS CD. you can install it over the old fileset by selecting to reinstall even if the same fileset exist option under the options in the swinstall interactive window.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 07:08 PM
01-31-2002 07:08 PM
Re: Need to use swconfig to unconfigure/configure SystemAdmin
# swconfig SystemAdmin
if you have and it says something like "filesets already configured" then try this ..
# cd /etc
# mv sam sam.corrupt
# cd /usr/newconfig
# find sam | cpio -pdumx /etc
Make sure ownership of sam dir is bin:bin and permission 555.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 11:57 AM
02-01-2002 11:57 AM
Re: Need to use swconfig to unconfigure/configure SystemAdmin
for Sanjay:
When I run swinstall with the
CD, it failed at the command
/usr/sbin/mk_kernal which needs to be executed by swinstall without failure.
for S.K.:
While using swconfig, analysis part skipped SAM (and others) due to errors. Therefore SAM is not reconfigured at all.
Since I tried to modify the
kernel parameters with similar
error message, I'm going to
post another question about it. I also feel that there is something wrong with our machine.
Thank you again.
Reggi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 01:14 PM
02-01-2002 01:14 PM
Re: Need to use swconfig to unconfigure/configure SystemAdmin
# swlist -l fileset|grep -i sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 02:42 PM
02-01-2002 02:42 PM
Re: Need to use swconfig to unconfigure/configure SystemAdmin
# swlist -l fileset | grep -i sam
# PHCO_10753 B.10.00.00.AA SAM Workstation Additiona
l Core Enhancements for HP-UX 10.20 July 1997
PHCO_10753.PHCO_10753 B.10.00.00.AA SAM Workstation Additiona
l Core Enhancements for HP-UX 10.20 July 1997
SystemAdmin.SAM B.10.20 System Administration Man
ager
SystemAdmin.SAM-ENG-A-MAN B.10.20
SystemAdmin.SAM-HELP B.10.20 On-line Help for System A
dminstration Manager
Xserver.DDX-SAM B.10.20 X Server/SAM X0Screens He
lp Files
#
Thanks.
Reggie