- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- network interface
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-26-2002 08:44 AM
02-26-2002 08:44 AM
network interface
I have installed new networkcard to my J.
Added driver.How to configure interface with out sam.?
Help please.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 08:47 AM
02-26-2002 08:47 AM
Re: network interface
in this file you can specify the configuration for each network interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 08:52 AM
02-26-2002 08:52 AM
Re: network interface
Then use ifconfig to configure that interface...
ifconfig inet lan1 netmask 255.255.255.0 address 10.10.10.10 etc...
run a man on ifconfig to make sure your specific needs are met.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 08:55 AM
02-26-2002 08:55 AM
Re: network interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 08:59 AM
02-26-2002 08:59 AM
Re: network interface
A lot of options:
1) Run 'set_parms'
2) Edit /etc/rc.config.d/netconf file
3) Use 'ifconfig' command ( not permanent)
Also make sure that the card is identified (ioscan -fn). Check the card status with lanscan and netstat -ins.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 10:43 AM
02-26-2002 10:43 AM
Re: network interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 10:55 AM
02-26-2002 10:55 AM
Re: network interface
you can use /sbin/set_parms to set the parameters,
if you want to reconfigure the hostname, ip address, dns etc, use
/sbin/set_parms initial
otherwise use,
The other options are
hostname : set hostname
ip_address : configure ip address
timezone : set timezone
date_time : set time and date
root_passwd : set root password
addl_netwrk : set additional network / DNS / NIS info
You can also edit /etc/rc.config.d/netconf to manually edit the configuration file.
Hope this helps.
regds