- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: set_parms
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
09-12-2004 11:26 PM
09-12-2004 11:26 PM
change hostname,ip address,netmask,gateway.
After a requested reboot the system go up with
a system name, netmask and gateway modified
but with the old ip address.
To the same way if I give the set_parms whith the param hostname and don't reboot, ip_address and don't reboot, addl_network and don't reboot because don't asked me, and give reboot manually, when the system give up the hostname is modified but not ip and gateway.
It would seem necessary a reboot after the change of every parameter.
WHY ?
Thanks to All
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2004 11:37 PM
09-12-2004 11:37 PM
SolutionSystem will reboot for Hostname change but not for IP address change. You can use "ifconfig" command to change IP address, "route add default" command to define gateways and do necessary changes in /etc/rc.config.d/netconf file to make the changes permanent so that for next reboot values are retained.
Also if you do this from sam then you don't have to anything, systems take care of modifying these files.
Hope that helps,
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2004 11:48 PM
09-12-2004 11:48 PM
Re: set_parms
Use "set_parms initial" to keep reset and save your settings for good.
MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2004 11:50 PM
09-12-2004 11:50 PM
Re: set_parms
use "ifconfig" to change ip address and make the appropriate changes in /etc/rc.config.d/netconf and finally adapt your default gateway entry (netstat -r) with route add if necessary
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 12:23 AM
09-13-2004 12:23 AM
Re: set_parms
man page set_parms for ip-address say's as
ip_address Allows the user to set or change the primary IP address
of the system. An IP address change will require a
system reboot to take effect. Edits the /etc/hosts
file to associate the new IP address with the current
hostname. First boot: also lets the user pick the lan
interface to set up for this and subsequent networking
functions. Non-first boot: In multiple lan systems, it
assumes that the IP address is being changed for the
lowest numbered IP address/Lan Interface Card data set
in the /etc/rc.config.d/netconf file.
------------
IF you want to make temporary then configure with ifconfig and to make effect then put entry /etc/rc.config.d/netconf file entries.
Else do it with system administration manager (sam) also.
- Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 01:10 AM
09-13-2004 01:10 AM