- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SAM 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
11-30-2001 10:26 AM
11-30-2001 10:26 AM
"Attempting to read default values for kernel configuration (drivers, subsystems, devices, and tunable parameters) from both the *.tx files in /usr/sam/lib/kc and from /usr/conf/master.d/*.@!@16@1007132144@0
Syntax Error: /usr/sam/lib/kc/kc.da at line 2: Location: da_parse:734 Error Code: 7159"
Does anyone know what means or the steps to fix the problem? Thanks.
Lance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 10:38 AM
11-30-2001 10:38 AM
Solution1. Check the state of all SAM filesets, make sure they are all configured:
# swlist -l fileset -a state | grep -i sam
2. Issue the following command to check for anything that isn't configured:
# swconfig \*
3. Once again, verify that all installed filesets are configured:
# swlist -l file -a state | grep -i sam
4. If a patch is either installed, transient, or corrupt after completing Steps 1 through 3, then re-install the SAM patch with the following options:
# swinstall -x autoreboot=true -x match_target=true -x reinstall=true -x reinstall_files=true -s /tmp/
5. Use the cksum command to verify that /usr/sam/lib/
Eg:
1394563708 6711 /usr/sam/lib/kc/kc.da
This process should resolve the problem. If the problem persists, and all patches are in configured state, it is possible that the
/usr/newconfig/etc/sam/reg_*
files were not copied to /etc/sam.
These files synchronize SAM's registration files to the executables under /usr/sam. Complete the following steps if the problem persists:
1. Check that the /usr/newconfig/etc/sam/reg_* files have been copied to /etc/sam:
# ls -l /usr/newconfig/etc/sam/reg_* /etc/sam/reg_*
2. Compare the file sizes.
Note: If there are differences, execute these :
# cp /usr/newconfig/etc/sam/reg_* /etc/sam
If SAM continues to fail, check the install logs for clues as to what may have happened during the install phase:
/var/adm/sw/swagent.log and
/var/adm/sw/swinstall.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 11:04 AM
11-30-2001 11:04 AM
Re: SAM error
http://us-support.external.hp.com/cki/bin/doc.pl/sid=f430b3fc017ef53ea6/screen=ckiDisplayDocument?docId=200000053203238
Hope it helps.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 11:07 AM
11-30-2001 11:07 AM
Re: SAM error
Three further things:
After the swconfig has ran, make sure you can
compile a kernel.
Second thing is to make sure that you sufficient disk space available to do patches, i.e. run the 'cleanup' command before starting any patch installation.
Make sure you have an up to date make_recovery
tape cut prior to any patch installation.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 11:16 AM
11-30-2001 11:16 AM
Re: SAM error
Lance