I have 2 identical Linux hosts attached to an HP MSA. I am using udev to create persistent names for an Oracle database. I have a problem where one host maps all of the devices correctly the other host maps all except one device which it ignores. The server maps the scsi device but udev will not...
Good afternoon
Is there a way to compare two numbers such that if the two are within 5 of each other the result is true but if the difference is greater the 6 then the result is false?
Thanks
Alan
The rpm packages on the new server are:
openssh-server-5.3p1-70.el6.i686
openssh-5.3p1-70.el6.i686
openssh-clients-5.3p1-70.el6.i686
expect-5.44.1.15-2.el6.i686
OS Oracle Linux Server release 6.2
Old server:
openssh-server-3.9p1-8.RHEL4.24
openssh-askpass-3.9p1-8.RHEL4.24...
I've set stricthostkeychecking=no to no effect and deleted the key from the known_hosts file. The expect script worked on another but I needed to move it to the current one. I am running the script and the manual sftp from the same server.
Alan
No, it is still the same.
debug3: Wrote 64 bytes for a total of 1109
debug1: Authentications that can continue: publickey,password
debug3: start over, passed a different list publickey,password
debug3: preferred gssapi-keyex,gssapi-with-mic,publickey
debug3: authmethod_lookup publickey
debug3...
The sleeps are to allow time for the remote server to respond. The password is not password, I didn't take the \ out when I sanitised the password.
Alan
I have an expect script that uses sftp to download files from a remote windows host.
I gave just moved this to a new server RHEL 6.1 and cannot get the script to work. I can manually sftp to the remote host and list the directory tree.
The expect script produces the following error...
In its original form the script checks a directory for message files, if there are any it then creates an two arrays one for each insurer to hold a list of files to be sent to each insurer.
The files are transmitted and are removed from the original location and put into another directory...
Hello
I wrote a script that reads the file names in a directory and puts them in to one of two arrays based on part of the filename which is a mailbox ID.
For example:
INSURER1_SEND_ARRAY=(`ls -al | awk '/^-/' | awk '{print $9}' | grep ABCD |cut -f1 -d.`)
INSURER2_SEND_ARRAY=(`ls -al | awk...
Thanks, I dont want to mess about with production database servers so i'll use NFS on the NetApp until the next rebuild of the DB servers when I'll look at GFS.
Alan
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.