- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- FTP issue (newbie)
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-03-2007 02:06 AM
10-03-2007 02:06 AM
FTP issue (newbie)
sorry to bother you with somethign that is certainly very basic.
TRU64 V5.1
We inherited this system from a consociate. For various reasons, we need to change the IP address to a new subnet.
Once done, FTP stopped working. We can telnet to the server with the new IP, but when FTP'ing we get a "Connected" message, but then the session gets terminated after 60 seconds or so. We can FTP from the server itself, though (either to the IP address or to 127.0.0.1).
Any suggestion? I was reading the forum, there is a similar post with suggestions about checkign the DNS settings.
On this server I did not found a nsswitch file, so we created it copying what listed in taht message. I have added the server names/IPs in the /etc/hosts file, but it still does not resolve anything. Is there anything obvious we are missing? Ip-level security settings?
Any command or log taht would be of help?
I'm sorry to say it, but I really do not use unix very often. If you have any suggestion, please don't assume I know much about this OS.
Thanks,
Paolo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 03:11 AM
10-03-2007 03:11 AM
Re: FTP issue (newbie)
Please post steps what you did while changing address.
Also post /etc/rc.config /etc/hosts and /etc/resolv.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 05:58 AM
10-03-2007 05:58 AM
Re: FTP issue (newbie)
With the FTP, can you successfully copy things for the 60 seconds or does it just hang for 60 seconds and then disconnect?
Have you tried rcp?
Ann
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 07:12 AM
10-03-2007 07:12 AM
Re: FTP issue (newbie)
I suspect that you have a name resolution problem somewhere...
From the Tru64 server, make sure that a forward and reverse name lookup of the connecting client looks OK with nslookup
# nslookup
# nslookup
It would also be useful to see the same thing from the client's point of view...
Also, can you post the output of "sizer -v" so we can see exactly which version of Tru64 you're running...
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 03:20 PM
10-03-2007 03:20 PM
Re: FTP issue (newbie)
From the files it appears the hostname is still on the old domain (zzz.com), but should now be changed to xxx.com.
Any suggestion?
And (newbie question), how do I bounce the services after changing a parameter? Can't keep rebooting the box...
#### How did we change the IP addresses?
We changed IP Address through Sysman utility
#### sizer -v
Compaq Tru64 UNIX V5.1 (Rev. 732); Mon Apr 1 17:07:23 IST 2002
#### Copy of file /etc/svc.conf
aliases=local
auth=local
group=local
hosts=local,bind,yp
netgroup=local
networks=local
passwd=local
protocols=local
rpc=local
services=local
SECLEVEL=BSD
##### RC.CONFIG File
DISPLAYTYPE=
MAX_NETDEVS=
NETDEV_1=
NETDEV_2=
NETDEV_3=
NETDEV_4=
NETDEV_5=
NETDEV_6=
NETDEV_7=
IFCONFIG_1=
IFCONFIG_2=
IFCONFIG_3=
IFCONFIG_4=
IFCONFIG_5=
IFCONFIG_6=
IFCONFIG_7=
PAGEMINSZ=0
PAGEMAXSZ=0
QUOTA_CONFIG=
COLLECT_AUTORUN="0"
COLLECT_COMPRESSION="1"
COLLECT_ARGS=
export DISPLAYTYPE HOSTNAME NUM_NETCONFIG QUOTA_CONFIG
export NETDEV_0 NETDEV_1 NETDEV_2 NETDEV_3 NETDEV_4 NETDEV_5 NETDEV_6 NETDEV_7
export IFCONFIG_0 IFCONFIG_1 IFCONFIG_2 IFCONFIG_3 IFCONFIG_4 IFCONFIG_5
export IFCONFIG_6 IFCONFIG_7 RWHOD ROUTED ROUTED_FLAGS GATED GATED_FLAGS
export ROUTER MAX_NETDEVS COLLECT_AUTORUN COLLECT_COMPRESSION COLLECT_ARGS
export PAGERAW PAGEFILE PARTITION PARTITIONTYPE PAGEMINSZ PAGEMAXSZ
PAGERAW="1"
export PAGERAW
XLOGIN="cde"
export XLOGIN
LAT_SETUP="1"
export LAT_SETUP
ENVMON_CONFIGURED="0"
export ENVMON_CONFIGURED
ENVMON_HIGH_THRESH="55"
export ENVMON_HIGH_THRESH
HOSTNAME="punfty01.in.u1609.zzz.com"
export HOSTNAME
MAIL_CONF="YES"
export MAIL_CONF
RWHOD="no"
export RWHOD
RWHOD_FLAGS=""
export RWHOD_FLAGS
GATED_OLD="no"
export GATED_OLD
GATED="no"
export GATED
GATED_FLAGS=""
export GATED_FLAGS
ROUTED="no"
export ROUTED
ROUTED_FLAGS=""
export ROUTED_FLAGS
ROUTER="no"
export ROUTER
NETDEV_0="ee0"
export NETDEV_0
IFCONFIG_0="172.22.23.231 netmask 255.255.255.224"
export IFCONFIG_0
NUM_NETCONFIG="1"
export NUM_NETCONFIG
##### HOSTS File
127.0.0.1 localhost
172.22.23.231 punfty01.in.u1609.zzz.com punfty01
172.22.20.210 iallndc0.xxx.com
172.29.4.232 iapnndc0.xxx.com
172.22.23.230 ialla001.xxx.com
#### Resolv.Conf File
domain
nameserver 172.22.20.210
nameserver 172.29.4.232
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 06:28 PM
10-03-2007 06:28 PM
Re: FTP issue (newbie)
Then we added the IP addresses of the DNS servers to resolv.conf, but we can't get it to work. If I run Nslookup, I get an error like "can't find server name for address 0.0.0.0". It seems not to read the server IP addresses in resolv.conf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 07:47 PM
10-03-2007 07:47 PM
Re: FTP issue (newbie)
So your first DNS server is 172.22.20.210.
Can you ping it? Hope there are no restrictions to DNS server access.
Yes, your domain is still zzz.com.
Do:
1. Replace line
HOSTNAME="punfty01.in.u1609.zzz.com"
with
HOSTNAME="punfty01.in.u1609.xxx.com"
in /etc/rc.config
2. Make your /etc/resolv.conf to be:
domain xxx.com
nameserver 172.22.20.210
nameserver 172.29.4.232
3. Replace line
172.22.23.231 punfty01.in.u1609.zzz.com punfty01
with
172.22.23.231 punfty01.in.u1609.xxx.com punfty01
in /etc/hosts
4. Restart inetd with
# rcinet restart
After you do that, check what Rob said.
Hope you changed /etc/routes as it should be.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 07:53 PM
10-03-2007 07:53 PM
Re: FTP issue (newbie)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 08:28 PM
10-03-2007 08:28 PM
Re: FTP issue (newbie)
Actually restarting the server (maybe overkill) did the trick, we were tring to have inetd re-read the parameters with the -h option but evidently it was not enough.
Thanks to everybody for the help.