- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- How to change ip address - Tru64 v4.0
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-10-2005 02:13 AM
тАО06-10-2005 02:13 AM
I tried sysman but it gives the the following error:
# sysman
Usage: sysman config_report or sysman escalation
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2005 02:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2005 02:34 AM
тАО06-10-2005 02:34 AM
Re: How to change ip address - Tru64 v4.0
On V4.0 try /usr/sbin/netsetup. Here's a thread about it:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=262567
Vic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2005 02:37 AM
тАО06-10-2005 02:37 AM
Re: How to change ip address - Tru64 v4.0
If you manually make the change as Vladimir suggests by editing /etc/rc.config, make sure you also edit /etc/hosts.
Vic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2005 05:38 AM
тАО06-10-2005 05:38 AM
Re: How to change ip address - Tru64 v4.0
As mentioned you can hand edit the rc.config file but the safer method is to use the rcmgr utility which allow changes to this file w/o hand edits.
If you do had edit rc.config, make sure you make a back that you can revert to should you have problems. We've had to walk customers through repairs of rc.config on occassion as a result of hand edits.
You can also use netsetup or setup and chose the line configuration option.
As already mentioned make sure that the hosts file is changed as well and if you are changing subnets, if you have static routes defined in /etc/routes, this will have to be changed as well.
A good practice when changing ip addresses is to grep for the old address or some portion of it in all files in /etc just incase some other reference exists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2005 11:17 AM
тАО06-12-2005 11:17 AM
Re: How to change ip address - Tru64 v4.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2005 01:18 AM
тАО06-13-2005 01:18 AM
Re: How to change ip address - Tru64 v4.0
Here is how I would do it.
# shutdown -h now
>>> boot -fl 1
bcheckrc
df (make sure everything is ok)
init 2
vi /etc/hosts (change the hostname & IP)
vi /etc/rc.config
change hostname, IP, netmask (if needed)
mv /usr/sys/OLD_NODE_NAME /usr/sys/NEW_NODE_NAME
vi /etc/routes
(put the new default gateway there if different)
mv /usr/sys/conf/OLD_NODE_NAME /usr/sys/conf/NEW_NODE_NAME
edit /usr/sys/conf/NEW_NODE_NAME
(the first line has the nodename - change it)
check /var/opt/advfsd/socket/hosts.allow or /usr/var/advfs/daemon/socket/hosts.allow
cd /
doconfig -a
cp -p /vmunix /vmunix.todaysdate
cp -p /sys/NEW_NODE_NAME/vmunix /
shutdown -r now
verify the new nodename is set correctly
Well, some of the above might be a bit of a overkill, but it works... ;-)
-Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2005 01:20 AM
тАО06-13-2005 01:20 AM
Re: How to change ip address - Tru64 v4.0
# shutdown -h now
>>> boot -fl 1
bcheckrc
df
init 2
vi /etc/hosts (change the IP)
vi /etc/rc.config
change the IP and netmask if needed; hostname will remain the same
vi /etc/routes
(put the new default gateway there if different)
no need to rebuild the kernel if you are not changing the nodename
shutdown -r now
verify the new nodename is set correctly
-Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2005 01:22 AM
тАО06-13-2005 01:22 AM