- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hpux11i + hostname change
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-2002 05:45 AM
02-28-2002 05:45 AM
hpux11i + hostname change
i just receieved a j6000 with 11i pre-installed, on the first boot, i gave the machine a test name and used dhcp to configure the machine for my network. however i now have a static ip address and a dns name for the machine. So i reconfigured the network card and the system name, and now the whole machine seems to be very!! slow. It takes a minute or two for sam to load and during the boot up, the System Inventory and the Distribution daemon seem to take forever to load. Is this all related to the fact that i changed the hostname and the IP of the machine?
Thanks
AG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:48 AM
02-28-2002 05:48 AM
Re: hpux11i + hostname change
How did you change the ip address and the hostname. Try chaning the same using /sbin/set_parms,
Use "/sbin/set_parms ip_address" to change the ip address of the system.
The other options are
hostname : set hostname
timezone : set timezone
date_time : set time and date
root_passwd : set root password
addl_netwrk : set additional network / DNS / NIS info
initial : Reconfigure all install time options.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:50 AM
02-28-2002 05:50 AM
Re: hpux11i + hostname change
Also, change your switch policy for reliability. In /etc/nsswitch.conf:
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
Now put both you hostname and the fully-qualified-domain name in /etc/hosts, along with all other production servers and clients. That way, your system is no longer dependent on DNS (and possible problems getting it updated or keeping it running).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:52 AM
02-28-2002 05:52 AM
Re: hpux11i + hostname change
But if you want to continue, follow Sanjay's advise!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:53 AM
02-28-2002 05:53 AM
Re: hpux11i + hostname change
You might also want to check your default route in /etc/rc.config.d/netconf since you changed the IP of the box. You can also do a netstat -r to see your route.