- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- workstation not accepting new IP settings
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
12-22-2004 07:14 AM
12-22-2004 07:14 AM
"/sbin/rc2.d/S008net.sd start" FAILED.
I attempted to install an ARPA patch and that did not goes so well either. Several rpc errors occurred. Could someone suggest some things to try to resolve this IP issue and get this workstation booting normally again? I've included the rc.log file and the swagentd.log file.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 07:17 AM
12-22-2004 07:17 AM
Re: workstation not accepting new IP settings
Also, what do your netconf file and hosts file have in them??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 07:33 AM
12-22-2004 07:33 AM
Re: workstation not accepting new IP settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 07:37 AM
12-22-2004 07:37 AM
Re: workstation not accepting new IP settings
I have a feeling you are having the same exact problem as this thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=769597
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 07:40 AM
12-22-2004 07:40 AM
Re: workstation not accepting new IP settings
2. Create a text file called nettune_script with the following line:
/usr/contrib/bin/nettune -s ip_check_subnet_addr 0
3. mv nettune_script /sbin/init.d
4. chmod 555 /sbin/init.d/nettune_script
5. chgrp bin /sbin/init.d/nettune_script
6. chown bin /sbin/init.d/nettune_script
7. cd /sbin/rc2.d
8. ln -s /sbin/init.d/nettune_script /sbin/rc2.d/S006subnet
any other suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 10:17 AM
12-22-2004 10:17 AM
Re: workstation not accepting new IP settings
Overriding this with nettune was not allowed until PHNE_13287 which is now included in recommended patch:
Patch Name: PHNE_19936
Patch Description: s800 10.20 cumulative ARPA Transport patch
http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHNE_19936&context=hpux:800:10:20
Is that the patch you tried to install? Hopefully you did not use:
PHNE_20834 which does not work well with single processor systems.
PHNE_22507 (Latest) might also be OK.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 11:17 PM
12-22-2004 11:17 PM
Re: workstation not accepting new IP settings
Next error msg.: A remote procedure call to a daemon has failed. Could not start a management session for "cp354:/". make sure the host is accessible from the network and that it's daemon, swagentd, is running.
-Target connection failed for "cp354:/"
Final message: More information may be found in the daemon log file on this target. Defafult location: /var/adm/sw/swagentd.log.
-Selection had errors.
Anyway, I checked the RC.log file and it appeared that swagentd started on boot up. Do you think I should try a different patch or can you suggest a better approach?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 11:35 PM
12-22-2004 11:35 PM
Re: workstation not accepting new IP settings
Check this doc.
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000067424739
Change the settings on your workstation (temp) to simulate a stand alone server, install the patch and undo the changes to the network settings after the patch install.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 11:39 PM
12-22-2004 11:39 PM
Re: workstation not accepting new IP settings
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000067424739
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:48 AM
12-23-2004 12:48 AM
Re: workstation not accepting new IP settings
*Stopping swagentd program. Process ID (1509).
Do you know what might cause this error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:56 AM
12-23-2004 12:56 AM
Re: workstation not accepting new IP settings
protocol sequence ncacn_ip_tcp with endpoint 2121. No
addresses dce/rpc.
To solve this problem, execute the following commands:
1. cd /var/adm/sw/queue
2. mkdir /tmp/queue
3. find . -print | cpio -pdmux /tmp/queue
4. rm -rf /var/adm/sw/queue/*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 01:44 AM
12-23-2004 01:44 AM
Re: workstation not accepting new IP settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 02:03 AM
12-23-2004 02:03 AM
Re: workstation not accepting new IP settings
swinstall -s /tmp/
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 02:12 AM
12-23-2004 02:12 AM
Re: workstation not accepting new IP settings
swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHNE_22506.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 02:19 AM
12-23-2004 02:19 AM
SolutionThe \ is used to show continuation to the next line and is not really part of the command.
# swinstall -x autoreboot=true -x match_target=true -s /tmp/PHNE_22506.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 03:25 AM
12-23-2004 03:25 AM
Re: workstation not accepting new IP settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 11:36 PM
12-29-2004 11:36 PM