tru64 ip change


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers tru64 ip change
# 1  
Old 10-17-2003
Question tru64 ip change

I'm trying to change the IP address of a Tru64 v4.0e box. The ifconfig command is not working. I am using the following format (which does not return an error):
ifconfig tu1 xxx.xxx.xxx.xxx netmask 255.255.255.0
The xxx* indicates the new IP. After entering that command, an ifconfig -a command indicates old IP still, even after restart.
Any ideas?
Thanks!
# 2  
Old 10-17-2003
To configure an ip address while the machine is up
Do the following

ifconfig tu1 plumb
ifconfig tu1 xxx.xxx.xxx.xxx netmask 255.255.255.0 up



if the above does not work then

edit /etc/hosts and change your hosts ip address

then edit /etc/hostname.tu1 placed your hostname in this file

finally reboot your machine
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. HP-UX

DST change on Compaq Tru64

Hello all, I hope someone can help me. We have Compaq Tru64 UNIX V5.1B (Rev. 2650). By latest Belarus government act Europe/Minsk timezone was changed to GMT+3 without DST (was GMT+2 with DST). Please advice how to do changes on our machine. Thank You in advance, md1982 (15 Replies)
Discussion started by: md1982
15 Replies

2. UNIX for Dummies Questions & Answers

Tru64

Two part question, I was told that you can download Tru64 5.1b for free, is this true and if so where? Second part, could I load this on a XP Pro PC with vmware? (1 Reply)
Discussion started by: Troberts50
1 Replies

3. UNIX for Dummies Questions & Answers

tru64

hi i am trying to get ssh server on tru64 5.1 can anyone help? thanks ed. (1 Reply)
Discussion started by: deusprogrammer
1 Replies

4. HP-UX

HP-UX and Tru64

I had buy two old workstation: a Digital alpha 21164 and a HP C360... What version of tru64 on alpha and HP-UX on HP C360 run on those boxes? Where i can buy/download a small/workstation-base (if exists) version of those operating system ? Tnx in advance (1 Reply)
Discussion started by: antani
1 Replies

5. UNIX for Advanced & Expert Users

ps report (on tru64)

hi, i have 10 processes running on a tru64 machine with 16 cpu. when i am checking the states of these processes with ps command, i saw that almost never more than 3 of them are in the R(unning) state. (generally they are in the S(leeping) state). although there are many other processes... (3 Replies)
Discussion started by: yakari
3 Replies

6. UNIX for Dummies Questions & Answers

Cannot boot Tru64

Hi, I just got an AlphaServer DS10 in my lap with a note 'Fix it !'. It's just that I'm not very good with unix. Anyways, it seems like the osf_boot file is missing from root. I can boot the server in singel user mode with the Tru64 5.1 cd and from there open a console window. When I checked... (0 Replies)
Discussion started by: magher
0 Replies

7. UNIX for Dummies Questions & Answers

download TRU64

Does anybody know where did I find Tru64 Unix software ? (2 Replies)
Discussion started by: msudin
2 Replies

8. UNIX Desktop Questions & Answers

tru64 unix

Whick book would I get for dummies learning tru64, ie basics. thankyou (1 Reply)
Discussion started by: jacl
1 Replies

9. UNIX Desktop Questions & Answers

tru64 unix

Can anyone help me with tru64 unix. We have just got a new server with this already loaded on, we don't have the CDrom. We are trying to establish the common features ie smit,printers,users and day to day commands. Any help would be greatly appreciated. thanks (8 Replies)
Discussion started by: jacl
8 Replies
Login or Register to Ask a Question