Hi All,
Can anyone help me in the below issue ..??
I need to get the Sun Solaris tape drive Serial Number and all other tape info .. is there any command can do that for me ??
Regards,
Dears,
Thanks for the reply ..
the first one "paste" command works but the output was the last file only NOT all the three files ...
the second command "awk" doesn't work .. it generated the following error:
\awk: syntax error near line 1
awk: illegal statement near line 1
awk: syntax error...
Dears,
I have a script which generates 3 output files, each contains one column of data as below:
file 1:
ABC
ABC
ABC
file 2:
DEF
DEF
DEF
file 3:
GHI
GHI
GHI
I want to merge all these files in one file with 3 columns as below:
file 4:
ABC DEF GHI
ABC DEF GHI
ABC DEF GHI
Could you...
Dears,
I have dual windows versions:
- Windows XP Home Edition on C: drive.
- Windows XP Pro on D: drive.
I'm using the pro version, once i was starting my pc, it restarts automatically before seeing the GUI "windows desktop".
I had tried to use the safe mode with all its possibilities...
Dears,
When I try to ftp some files between two UNIX machines the session hanged as per below
ftp>
ftp> cd /test
---> CWD /test
250 CWD command successful.
ftp> hash
Hash mark printing on (8192 bytes/hash mark).
ftp> get test1.txt
---> PORT 10,253,2,26,128,65
200 PORT command successful.
--->...
Hi All,
We are in the process of changing our File transfers to Secure mode using SecureShell.
We already have scripts to Do File transfer using FTP client (i.e, non secure mode) and
iam giving one example, which explains how we automate regular FTP.
Now we are changing all of them to SFTP...
Dears,
When i use the following script to connect to another server using SSH i got the output below .. please advise how to resolve this problem ??
#!/bin/ksh
{
sleep 1
echo "password\r"
sleep 1
echo "commands\r"
sleep 1
echo "exit\r"
sleep 5
}|ssh -l username ip.address...
Dear All,
Kindly be informed that i'm using Java version 1.5 and i'm trying to run java application uses JRE version 1.3.1_01.
It cannot be run and i have an error message of "WRONG JRE VERSION IS USED!"
Kindly advise how to run this application taking into consideration that it runs through...
yes i was running it in the background ... i tried to kill the process and it works successfully .. problem has been solved.
Thanks guys for your help ..
but i was asking about how to put something like "^c" the interrupt signal in the main script to abort from the impeded one.
if anyone know...
Dears,
I have a script which runs another one during its excution and puts the o/p of the second one in a file .. i cannot terminate this (child) script from my script .. i need to send a escape character or abort signal through my script to terminate the one running and continue in my script...
Dear All,
I have an telnet access to a Juniper router through a username and password .. and i need to change my password.
Kindly advise how to change it ..
Thanks in advance for your help.
Dear All,
I have an telnet access to a cisco router through a username and password .. and i need to change my password.
Kindly advise how to change it ..
Thanks in advance for your help.
Dear All,
I have an telnet access to a cisco switch through a username and password .. and i need to change my password.
Kindly advise how to change it ..
Thanks in advance for your help.
Dear All,
I have an telnet access to a cisco router through a username and password .. and i need to change my password.
Kindly advise how to change it ..
Thanks in advance for your help.
Dear All,
I have a telnet script which connects to a remote machine .. i need to insert (<Ctrl> + L) combination to be typed in the session.
Please be informed that:
1) (<Ctrl> + L) is the escape character on the remote OS.
2) I'm using a KSH script.
Please advise if it is possible to do that...
Dear All,
I have some scripts and i want to encrept their contents from being read by other users in a way that will not affect their functionality .. i.e Other usres can excute them and cannot read the source as it contains some important passwords..
Please advise if anyone could help me in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.