- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to swinstall if LAN card not configured ?
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
04-23-2002 11:58 PM
04-23-2002 11:58 PM
How to swinstall if LAN card not configured ?
HP-ux 10.2
HW HP 9000 800 G30
swagentd will not start. I have done the modification described in document id A4746002 concerning /etc/hosts and /etc/rc.config.d but alas swagentd do not start. No error message are found in the /var/adm/sw/swagentd.log
The purpose of running swinstall is to install the driver for LAN card 100VG-AnyLan 5022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 12:02 AM
04-24-2002 12:02 AM
Re: How to swinstall if LAN card not configured ?
There's a thread about this with several options, http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa9701cc6003bd6118fff0090279cd0f9,00.html
Check it out ...
Hope this helps,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 12:04 AM
04-24-2002 12:04 AM
Re: How to swinstall if LAN card not configured ?
Did you try the follwoing ?
1. Edit /etc/hosts
In this case: a. Add 127.0.0.1 hostname,
b. Comment out 127.0.0.1 loopback localhost,
c. Comment out 192.01.01.01 hostname.
2. Edit /etc/rc.config.d/netconf
In this case: a. Comment out all references to INTERFACE_NAME[0],
IP, MASK and all associated ROUTE[0] statements.
3. Stop swagentd
4. Restart swagentd
5. Run swinstall
Regards,
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 12:05 AM
04-24-2002 12:05 AM
Re: How to swinstall if LAN card not configured ?
There is at least a 10BT built-in NIC in most of the HP systems I know of.
Can you configure this LAN to be bind to your host name and IP address in /etc/hosts instead? Example (if lan0 is the default 10BT NIC):
# ifconfig lan0 1.2.3.4 netmask 255.255.255.0
# ifconfig lan0 up
# vi /etc/hosts
1.2.3.4 my_host_name
If /etc/resolv.conf exists, you must either remove it or set the following in /etc/nsswitch.conf so that your /etc/hosts file is read:
# vi /etc/nsswitch.conf
hosts: files [NOTFOUND=continue] dns
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 12:16 AM
04-24-2002 12:16 AM
Re: How to swinstall if LAN card not configured ?
I've had problems when the server has more than one hostname, ie one assigned to each NIC.
To fix the problem I went into the options and selected All targets to resolve the source locally.
HTH
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 12:37 AM
04-24-2002 12:37 AM
Re: How to swinstall if LAN card not configured ?
a) change the ip addr (/etc/hosts) to 127.0.0.1
b) if /etc/resolv.conf exist, rename it.
c) reboot
d) touch /var/adm/sw/standalone
e) restart the swagentd
# swagentd -r
Now try the swinstall ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 12:57 AM
04-24-2002 12:57 AM
Re: How to swinstall if LAN card not configured ?
Try this
edit /etc/hosts
make hostname to entry 127.0.0.1
127.0.0.1 localhost loopback
whereas hostname is hostname that return from
#uname -n