![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script runs fine on UNIX Server...Not through MSK Tool kit on Windows Server | madhunk | UNIX for Dummies Questions & Answers | 5 | 01-31-2008 10:30 AM |
| Unix and Windows Server 2003 | italia | UNIX for Dummies Questions & Answers | 1 | 03-01-2007 08:09 PM |
| VPN client (windows Box),and Server (Unix Box) | zillah | UNIX for Advanced & Expert Users | 0 | 05-10-2005 12:10 AM |
| Windows Client Vs Unix Server? | collins | High Level Programming | 0 | 10-05-2004 07:49 PM |
| Windows Server 2k3 vs. Unix | CapsuleCorpJX | UNIX for Dummies Questions & Answers | 1 | 08-08-2004 02:21 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Changing windows server alias name on windows or unix?
My situation is that we have production unix scripts that ftp files over to a windows server. I'm not sure if its a 2000 or 2003 server as I dont work on server, more on the unix side. It turns out that they are changing servers on the network. So they are migrating our data over from say Server 1 to Server 2. This will cause us to have to change our scripts to now point to Server 2. Is there anyway that a systems admin on their side can create an alias/pointer name to Server 2 using the Server 1 name, so in conclusion we wouldnt have to change our unix scripts. Or can we create an alias on the unix side to point to Server 2 where any script would reference Server 1? Thanks in advance.
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I'm not sure, if I understand you clearly.
If there is hostname usage in scripts (DNS names) you could use "/etc/hosts" file (or equivalent) on your server to override hostname <-> IP assignment: Code:
#/etc/hosts IP.ADDRESS.OF.SERVER2 Server1 |
|||
| Google The UNIX and Linux Forums |