Sponsored Content
Top Forums Shell Programming and Scripting Can we connect another server Post 302849233 by RudiC on Saturday 31st of August 2013 12:39:15 PM
Old 08-31-2013
In order to work on a remote file, you either need to copy it to your local node, or you need to use a network file system, such as NFS or similar.
 

10 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

To Connect to Windows server from Unix server

Hi i am writing a script in unix where after some validations, i require the script to connect to a windows server and then kich off a batch file there. i tried ftp and got the error message that "the remote host refused an attempted connect operation". I am able to connect to this unix... (4 Replies)
Discussion started by: vidzz911
4 Replies

2. Shell Programming and Scripting

Connect to Server B from Server A and Archive the file

Hi I need to connect to a ServerB from Server A eg: Server A : 172.20.273.51, un: xxx, pwd: xxx Server B: 172.20.273.51, un:yyy, pwd: yyy Need to copy the files(with name starts with IME*) from /grid/pc/IME* to /grid/pc/archive What will be the command or script to... (3 Replies)
Discussion started by: vsmeruga
3 Replies

3. Linux

Generate public key to connect from one ftp server to other server

How to generate public key to connect from one ftp server to other server to use in scripting. (0 Replies)
Discussion started by: sridhardwh
0 Replies

4. UNIX for Advanced & Expert Users

Public key to connect from one ftp server to other server

How to generate public key to connect from one ftp server to other server to use in scripting. (1 Reply)
Discussion started by: sridhardwh
1 Replies

5. Shell Programming and Scripting

Connect (SSH) to Windows server via Linux server through a script and passing command.. but failing

I am trying to connect to Windows server via Linux server through a script and run two commands " cd and ls " But its giving me error saying " could not start the program" followed by the command name i specify e g : "cd" i am trying in this manner " ssh username@servername "cd... (5 Replies)
Discussion started by: sunil seelam
5 Replies

6. Shell Programming and Scripting

Connect to server-1 from server-2 and get a file from server-1

I need to connect to a ftp server-1 from linux server-2 and copy/get a file from server-1 which follows a name pattern of FILENAME* (located on the root directory) and copy on a directory on server-2. Later, I have to use this file for ETL loading... For this I tried using as below /usr/bin/ftp... (8 Replies)
Discussion started by: dhruuv369
8 Replies

7. Shell Programming and Scripting

Connect to one server from other server without asking password

Hi , I am using redhat linux 5.I.I need a command or script which need to login from one server to another without asking password.This can be done even providing password on the command line is also fine.I have tries sshpass but it didn't work.ssh key generations is not preferred here. ... (7 Replies)
Discussion started by: muraliinfy04
7 Replies

8. Linux

How to connect Linux server (configure two way authentication) with Windows server?

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (0 Replies)
Discussion started by: manjusharma128
0 Replies

9. Shell Programming and Scripting

How to connect from one server(Current) to another server?

Hi, I have something like this. I have connected to one server ServerA and from this ServerA, i need to do ssh connection to ServerB and then execute my queries. #!/usr/bin/expect spawn ssh Myusername@ServerB expect "password" send "Mypassword\r" interact Output.ksh: spawn: not... (5 Replies)
Discussion started by: Samah
5 Replies

10. Shell Programming and Scripting

Script connect to remote server, not find files and exit only from remote server, but not from scrip

I have a script, which connecting to remote server and first checks, if the files are there by timestamp. If not I want the script exit without error. Below is a code TARFILE=${NAME}.tar TARGZFILE=${NAME}.tar.gz ssh ${DESTSERVNAME} 'cd /export/home/iciprod/download/let/monthly;... (3 Replies)
Discussion started by: digioleg54
3 Replies
jserver(1M)						  System Administration Commands					       jserver(1M)

NAME
jserver - Wnn6 Kana-Kanji conversion server SYNOPSIS
/usr/lib/locale/ja/wnn/jserver [-f file] [-s file] [-h file] [-A file] [-N no] [-pno port_no] [-ds default_wnnds_list] [ + ds] DESCRIPTION
jserver provides one or more users with Kana-Kanji conversion features for Japanese input. It is launched normally from /etc/rc2.d/S94Wnn6 upon the system startup. jserver reads and processes the initialization file /etc/lib/locale/ja/wnn/ja/jserverrc when launched. OPTIONS
The following options are available. -f file Reads as the initialization file instead of the default initialization file /etc/lib/locale/ja/wnn/ja/jserverrc. -s file Stores log in file. When "-" is specified for file, the output is directed to the standard output. -h file Reads as the part of speech data file instead of the default part of speech data file /usr/lib/locale/ja/wnn/ja/hinsi.data. -A file Reads as the access control file instead of the default access conntrol file /etc/lib/locale/ja/wnn/wnnhosts. -N no Uses the value obtained by adding no to the well-known port number(22273), as TCP port number. -pno port_no Uses port_no as TCP port number instead of the well-known port number. -ds default_wnndSpecifies the list of the default dictionary lookup servers. One of the following formats is used for dictionary lookup server. hostname Specifies the dictionary lookup server that uses the well-known port number(26208) on host hostname. hostname:Specifies the dictionary lookup server that uses the well-known port number + no as port number on host hostname. hostname/Specifies the dictionary lookup server that uses port_no as port number on host hostname . Up to three dictionary lookup server can be specified by separating them with a ",". Example: hostname1,hostname2:10,hostname/26228 When this option is used, jserver tries to search and connect to the dictionary lookup server in the order specified on the startup. The dictionary lookup server first connected is used as default server. If this option is omitted and the default dictionary lookup server is defined in the initialization file jserverrc, the default server is tried. If either this option is not specified or the default dictionary lookup server is not defined in the initialization file, jserver does not connect to the dictionary lookup server by default but uses relevant dictionary files directly. FILES
/tmp/jd_sockV6 UNIX domain socket /etc/lib/locale/ja/wnnja/jserverrc jserver initialization file /etc/lib/locale/ja/wnn/wnnhosts Wnn6 access control file /usr/lib/locale/ja/wnn/ja/hinsi.data Wnn6 part of speech data file /usr/lib/locale/ja/wnn/ja/dic/iwanami/* Wnn6 system dictionary ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |Availability |SUNWjwnsu | +-----------------------------+-----------------------------+ SEE ALSO
wnnstat(1), wnnaccess(1M), wnnds(1M), wnnkill(1M), jserverrc(4), wnnhosts(4) SunOS 5.10 10 Jan 2003 jserver(1M)
All times are GMT -4. The time now is 05:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy