Sponsored Content
Top Forums Shell Programming and Scripting Not able to come out from remote server using here document Post 302287547 by sdosanjh on Saturday 14th of February 2009 04:47:21 AM
Old 02-14-2009
Here is the log

wedges1:/tmp> ./test
mv: cannot access /ilx/ops/log/test.log
tee: /ilx/ops/log/test.log: No such file or directory
Pseudo-terminal will not be allocated because stdin is not a terminal.
+ echo 'CVServer is being stopped on drivers1 '
CVServer is being stopped on drivers1
+ pkill CVServer
+ sleep 10
+ echo '!!! Checking if CVServer is DOWN on drivers1 !!!'
!!! Checking if CVServer is DOWN on drivers1 !!!
!!! CVServer is DOWN on drivers1 !!!
Bringing UP the CVServer on drivers1
+ ps -ef
+ grep CVServer
+ grep -v grep
+ CHECK_PROCESS=
+ '[' = 0 ']'
-bash: line 10: [: =: unary operator expected
+ echo '!!! CVServer is DOWN on drivers1 !!!'
+ echo 'Bringing UP the CVServer on drivers1 '
+ . /ilx/gtp/pkg/CVServer/CURRENT/sbin/Start_CVServer
++ GTP_ROOT=/ilx/gtp
++ CVSERVER_PATH=/ilx/gtp/pkg/CVServer
++ CVSERVER_BINARY=CVServer
++ PID_FILE=/ilx/gtp/pkg/CVServer/data/.CVServer.Pid
++ LOCK_FILE=/ilx/gtp/pkg/CVServer/data/.CVServer.Lock
+++ which rm
++ RM=/usr/bin/rm
+++ which kill
++ KILL=/usr/bin/kill
++ GTP_CONTROL_LIB_ROOT=/ilx/gtp/pkg/GTPcontrol
++ export GTP_CONTROL_LIB_ROOT
++ LD_LIBRARY_PATH=/ilx/gtp/lib:
++ export LD_LIBRARY_PATH
++ '[' -f /ilx/gtp/pkg/CVServer/data/.CVServer.Lock ']'
+++ which sleep
++ SLEEP=/usr/bin/sleep
++ /usr/bin/sleep 4
++ /usr/bin/sleep 2
++ /ilx/gtp/pkg/CVServer/CURRENT/bin/CVServer
+ sleep 5
+ ps -ef
gtp 17464 16775 0 09:38:30 ? 0:03 /ilx/gtp/pkg/CVServer/CURRENT/bin/CVServer
CVServer is UP on drivers1 with id
+ grep CVServer
+ grep -v grep
+ '[' 0 = 0 ']'
+ PROCESS_ID_UP=14624
+ echo 'CVServer is UP on drivers1 with id '
^Cwedges1:/tmp>

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FTP multiple files from remote server to local server

Hi, I am facing a weired problem in my FTP script. I want to transfer multiple files from remote server to local server everyday, using mget * in my script. I also, want to send an email for successful or failed FTP. My script works for file transfer, but it don't send any mail. There is... (2 Replies)
Discussion started by: berlin_germany
2 Replies

2. HP-UX

Transfer file from local unix server to remote server

want to remove the thread thanks (2 Replies)
Discussion started by: indira
2 Replies

3. Shell Programming and Scripting

preserving the timestamp of a file when copied from remote server to local server using ftp

Hi, I need to copy few files from remote server to local server. I write a shell script to connect to the remote server using ftp and go to that path. Now i need to copy those files in the remote directory to my local server with the timestamp of all those files shouldnt be changed. ... (5 Replies)
Discussion started by: arunkumarmc
5 Replies

4. Programming

SFTP from one remote server to another remote server from desktop

Hi, I have 1. lappy 2. server A 3. server B Now, what i need is to run a command from lappy that will sftp a file from server A to server B. Please guide me to achieve this. -akash (1 Reply)
Discussion started by: akash.mahakode
1 Replies

5. UNIX for Advanced & Expert Users

Strange Issue with document upload through Web server

Hi , I am hosting a website where in users log into their account and upload documents. The website is hosted on a Apache web server(4 nodes) sitting on RHEL VM's and load balanced by radware. The issue i am facing is that the documents that are uploaded through the web site sometimes show... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies

6. Solaris

Script to get files from remote server to local server through sftp without prompting for password

Hi, I am trying to automate the process of fetching files from remote server to local server through sftp. I have the username and password for the remote solaris server. But I need to give password manually everytime i run the script. Can anyone help me in automating the script such that it... (3 Replies)
Discussion started by: ssk250
3 Replies

7. Shell Programming and Scripting

How to Append the output of a script running in remote server to a file in local server?

Hi guys, So i am in server1 and i have to login to server 2, 3,4 and run some script there(logging script) and output its result. What i am doing is running the script in server2 and outputting it to a file in server 2 and then Scp'ing the file to server1. Similarly i am doing this for other... (5 Replies)
Discussion started by: srkmish
5 Replies

8. Shell Programming and Scripting

Do I require remote login access to a windows server to transfer files from a UNIX server

Hi All I need to transfer a file from a UNIX server to a windows server. I saw that it is possible to do this using scp command by looking at the forum listed below: ... (2 Replies)
Discussion started by: vx04
2 Replies

9. Shell Programming and Scripting

Sudo connect to a remote server and execute scripts in remote server

Hello Every one!! I am trying to write a shell script which will connect to a remote server and execute scripts which are at a certain path in the remote server. Before this I am using a sudo command to change the user. The place where I am stuck is, I am able to connect to the... (6 Replies)
Discussion started by: masubram
6 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
getusershell(3C)					   Standard C Library Functions 					  getusershell(3C)

NAME
getusershell, setusershell, endusershell - get legal user shells SYNOPSIS
#include <unistd.h> char *getusershell(void); void setusershell(void); void endusershell(void); DESCRIPTION
The getusershell() function returns a pointer to a legal user shell as defined by the system manager in the file /etc/shells. If /etc/shells does not exist, the following locations of the standard system shells are used in its place: /bin/bash /bin/csh /bin/jsh /bin/ksh /bin/ksh93 /bin/pfcsh /bin/pfksh /bin/pfsh /bin/sh /bin/tcsh /bin/zsh /sbin/jsh /sbin/pfsh /sbin/sh /usr/bin/bash /usr/bin/csh /usr/bin/jsh /usr/bin/ksh /usr/bin/ksh93 /usr/bin/pfcsh /usr/bin/pfksh /usr/bin/pfsh /usr/bin/sh /usr/bin/tcsh /usr/bin/zsh /usr/sfw/bin/zsh /usr/xpg4/bin/sh The getusershell() function opens the file /etc/shells, if it exists, and returns the next entry in the list of shells. The setusershell() function rewinds the file or the list. The endusershell() function closes the file, frees any memory used by getusershell() and setusershell(), and rewinds the file /etc/shells. RETURN VALUES
The getusershell() function returns a null pointer on EOF. BUGS
All information is contained in memory that may be freed with a call to endusershell(), so it must be copied if it is to be saved. NOTES
Restricted shells should not be listed in /etc/shells. SunOS 5.11 1 Nov 2007 getusershell(3C)
All times are GMT -4. The time now is 09:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy