- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to change ip address & hostname on HP-ux9.04
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
11-15-2005 06:53 PM
11-15-2005 06:53 PM
How to change ip address & hostname on HP-ux9.04
my server is crached so i did installed this server by dd.
after install, I want setup the ip address & hostname. I can not this because old version.
Please help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 06:58 PM
11-15-2005 06:58 PM
Re: How to change ip address & hostname on HP-ux9.04
#set_parms initial
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 07:03 PM
11-15-2005 07:03 PM
Re: How to change ip address & hostname on HP-ux9.04
You can set also with,
set_parms initial
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 07:19 PM
11-15-2005 07:19 PM
Re: How to change ip address & hostname on HP-ux9.04
allows you to configure entire things.
Specifically for Ip add and network configuration use:
# set_parms addl_netwrk
To configure hostname use:
# set_parms hostname
If you configure hostname system will reboot so first configure networks and then hostname.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 08:09 PM
11-15-2005 08:09 PM
Re: How to change ip address & hostname on HP-ux9.04
Try if it is not there,
# hostname
# vi /etc/hosts
xx.xx.xx.xx hostname.domainname.com hostname
save this.
# ifconfig
Save this settings with /etc/rc.config.d/netconf configuration file and reboot the machine. Is the configuration existing?
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 08:46 PM
11-15-2005 08:46 PM
Re: How to change ip address & hostname on HP-ux9.04
What system is it?
I suppose if you dont know much about 9.04 the easiest way would be:
Setting the system name and IP by using Networks/Communication menu in SAM:
Start SAM by typing sam as root on the console, the SAM main menu will show up.
Move the cursor by using arrow keys or pressing
Go to Networks/Communication ->
For IP select the
Select
Press the
Fill the fields and once finished press
Then exit sam...
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 08:59 PM
11-15-2005 08:59 PM
Re: How to change ip address & hostname on HP-ux9.04
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 01:11 AM
11-16-2005 01:11 AM
Re: How to change ip address & hostname on HP-ux9.04
I agree with previous replies, Im quite sure I used at the time set_parms... because I remember now watching after I installed my first HPUX 9 how it booted for the first time and noticed it called a file in /etc: set_parms and looking at the file saw I could use it to reset the time...
So try /etc/set_parms hostname
It should do both (name, IP...)
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 01:22 AM
11-16-2005 01:22 AM
Re: How to change ip address & hostname on HP-ux9.04
Checking back in my training text from way back in 9.04 days, it says the hostname can be set in either or both /etc/src.sh or /etc/rc. The entries look like this:
SYSTEM_NAME=your_host_name
export SYSTEM_NAME
The IP address can, indeed, be set with /etc/set_parms. Verify that it appears in /etc/hosts afterwards.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 01:23 AM
11-16-2005 01:23 AM
Re: How to change ip address & hostname on HP-ux9.04
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 03:48 PM
11-16-2005 03:48 PM
Re: How to change ip address & hostname on HP-ux9.04
It is the easy way.
Hope this helps.
Shibin