- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swremove 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
02-28-2005 08:49 AM
02-28-2005 08:49 AM
Tried to patch the my HPUX 11.0 system to get a Tachyon FC adapter working and now the system will not reboot. I'm trying to remove the patch and roll back to a previous kernel.
Thing is my Gig ethernet card is now down, I think because of the patch issues. So when I swremove the program is trying to find the server on the network. Is there any way to make swremove work without a running network?
Steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 08:55 AM
02-28-2005 08:55 AM
SolutionThe following procedure can be used to run swinstall in standalone mode.
The workaround is to use swinstall without the lan, by changing the
local IP address to the loopback address during the update process:
1. Modify /etc/hosts such that the IP address for your host is
set to 127.0.0.1 and resembles this example:
127.0.0.1 myhost
127.0.0.1 localhost loopback
2. move /etc/resolv.conf (if it exists) to another file name.
3. Halt the system.
4. Disconnect from the lan and power up the system.
5. Do one of the following:
touch /var/adm/sw/standalone
or
add set_local=true in /var/adm/sw/defaults
6. Stop the swagentd daemon:
/sbin/init.d/swagentd stop
7. Restart the swagentd daemon:
/sbin/init.d/swagentd start
You should now be able to run swinstall in standalone mode. Once you
have completed the swinstall session, undo what was done in the above
steps (starting with step #1) to restore network access.
Also if you boot from /stand/vmunix.bak or whatever it is. (If you backed it up) is also good.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 09:23 AM
02-28-2005 09:23 AM
Re: swremove error
I did backup the kernel and now I am trying to boot from the backed up kernel and my network card just won't come up. I was going to try ti remove and patches and reboot one more time. I'm beginning to think my lan card has gone south during the reboot.
I'll try your suggestions on running swinstall in standalone mode. Any advice on diagnosing the gig lan card problem?
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 10:53 AM
02-28-2005 10:53 AM
Re: swremove error
Thankfully I did not need to implement your suggestions.
Much appreciated though.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 01:12 AM
03-01-2005 01:12 AM
Re: swremove error
Anil