- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX 9.X IP CONFIGURATION
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
07-10-2001 04:30 PM
07-10-2001 04:30 PM
HP-UX 9.X IP CONFIGURATION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2001 11:03 PM
07-10-2001 11:03 PM
Re: HP-UX 9.X IP CONFIGURATION
I do not remember exactly....
Do a
grep ifconfig *rc*
in directory /etc.
There should be some files *rc* containing several startup commands.
Keep in mind that 9.x is no longer on support.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2001 11:15 PM
07-10-2001 11:15 PM
Re: HP-UX 9.X IP CONFIGURATION
In here there were calls to further scripts, one being /etc/netlinkrc, and this is the one where the ifconfig gets done to add ip addresses etc.
You need to also ensure that you make the relevant change top /etc/hosts.
Hope it all helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 09:19 AM
03-14-2002 09:19 AM
Re: HP-UX 9.X IP CONFIGURATION
1. Logon as root
2. Run sam (System Administration Manager)
3. Select Networking/Communications
4. Select Network Interface Cards
5. Select your card in the window.
6. Click on the Config button to change the IP address.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 09:26 AM
03-14-2002 09:26 AM
Re: HP-UX 9.X IP CONFIGURATION
Try doing a:
# set_parms ip_address
See 'man set_parms' for more info.