- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Change in IP adress
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
10-29-2006 03:15 PM
10-29-2006 03:15 PM
Change in IP adress
I changed the IP adress of HPUX B11.11
After change, though applications allready installed are working fine, but i am not able to install new software.
Error: Dont have permission,to execute. see swacl command/ "run as superuser"
--( Though I login as root user)
Thanks
Ims
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 04:23 PM
10-29-2006 04:23 PM
Re: Change in IP adress
Pls check with /etc/hosts and some important system files, whether that new ip updated or not!
* some permissions related files also u have to check.....
Regards,
Sudhakaran.K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 04:32 PM
10-29-2006 04:32 PM
Re: Change in IP adress
Try /usr/sbin/swagentd -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 05:39 PM
10-29-2006 05:39 PM
Re: Change in IP adress
First check whether the ip is changed successfully.
As per my knowledge, changing the ip in /etc/hosts and restarting the system should suffice, but still its better to have a look at following files for change in the ip:
/etc/nodename : Contains the hostname of the machine
/etc/domainname : Contains the NIS/NIS+ domainname
/etc/hosts : Contains the host to IP database
/etc/hostname : If present, contains the interface name to be matched in
/etc/defaultrouter : Contains the default router IP address
/etc/resolv.conf : Contains nameserver IP and DNS domain name
/etc/nsswitch.conf : Contains database lookup rules
/etc/ethers : Contains ethernet to hostname database
/etc/networks : Contains netname to netIP database
/etc/netmasks : Contains network to netmask database
Regards,
Gangadhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 06:04 PM
10-29-2006 06:04 PM
Re: Change in IP adress
The problem is due to the reason that you have not updated your /etc/hosts file with the new IP address. Once you update it, every things should go through well...
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 06:37 PM
10-29-2006 06:37 PM
Re: Change in IP adress
Guys are right
You should update your /etc/hosts file with new IP address.
Or use command "set_parms ip_address" it will update /etc/hosts for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2006 07:15 PM
10-29-2006 07:15 PM
Re: Change in IP adress
It is working fine now.
Ims