Sponsored Content
Full Discussion: Issue with FIPS
Operating Systems Linux Issue with FIPS Post 302788631 by Joyb25 on Tuesday 2nd of April 2013 07:34:10 AM
Old 04-02-2013
Issue with FIPS

Hello,

I'm facing an issue after upgrading CFT (File transfer tool) from 2.5 to 2.7, on one of our test Linux boxes.

With CFT profile loaded, we can not initiate remote connections (ssh user @ server). We have the following message:

OpenSSL version mismatch. Built against 90801f, You have 908,060

Without the loaded profile, we can connect with the same command, but CFT specific commands fail.
CFTUTIL: error while loading shared libraries: libcfttools.so: can not open shared object file: No such file or directory
cftutil error code 127

Could you please suggest as to what can be done??

Additional information:

openssl version
OpenSSL 0.9.8a 11 Oct 2005

With CFT profile loaded:
openssl version
OpenSSL 0.9.8a 11 Oct 2005 (Library: OpenSSL FIPS Object Module v1.2)

Could you please tell me how to disable fips? or any other advice.


Regards,
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unix Arithmatic operation issue , datatype issue

Hi, I have a shell scripting. This will take 7 digit number in each line and add 7 digit number with next subsequent lines ( normal addition ). Eg: 0000001 0000220 0001235 0000022 0000023 ........... ......... ........ Like this i am having around 1500000 records. After adding... (23 Replies)
Discussion started by: thambi
23 Replies

2. HP-UX

HP-UX Issue!!

Hello :), I really am stuck with something, I am trying to boot my machine into single user mode (GCCS-M) but it acts like it does not recognize the key board. I have taken over the system as a pass down item and no one can fine the passwords. I don't want to reload it :(and I was wondering if... (1 Reply)
Discussion started by: Ham
1 Replies

3. Shell Programming and Scripting

please help me in this issue

I have the log file as this date 18:00:00 date 18:01:02 date 18:02:00 date 19:06:00 date 18:03:00 date 18:05:00 I want to get date between 18:00:00 to 18:05:00. I given the command as grep file name but it is not working. Please give me reply. Thanks & Regards, Vijay, (3 Replies)
Discussion started by: bhas85
3 Replies

4. UNIX for Dummies Questions & Answers

ISSUE and ISSUE.NET files

In LINUX(CentOS, RedHat) is there a way to have the banner statement appear before the logon instead of after the logon? In UNIX and Windows the banner appears before a person actually logs on, what I'm seeing in LINUX is that it appears after the login(ftp, telnet, SSH). Thanks (0 Replies)
Discussion started by: ejjones
0 Replies

5. Shell Programming and Scripting

CP Issue

I want to copy large amount of files aproximately more than 20,000 files from one file system to another file system, but it gives me error like: #cd /opt/appserver/images #cp * /opt/appserver02/public/images Argument list is too long Also above mention error appear again when i run: ... (1 Reply)
Discussion started by: telnor
1 Replies

6. Shell Programming and Scripting

Need assistance with a file issue and a terminal issue

Hello everyone, I'm in need of some assistance. I'm currently enrolled in an introductory UNIX shell programming course and, well halfway through the semester, we are receiving our first actual assignment. I've somewhat realized now that I've fallen behind, and I'm working to get caught up, but for... (1 Reply)
Discussion started by: MrMagoo22
1 Replies

7. Shell Programming and Scripting

Variable value substitution issue with awk command issue

Hi All, I am using the below script which has awk command, but it is not returing the expected result. can some pls help me to correct the command. The below script sample.ksh should give the result if the value of last 4 digits in the variable NM matches with the variable value DAT. The... (7 Replies)
Discussion started by: G.K.K
7 Replies

8. Shell Programming and Scripting

What could be the issue ?

Hi, when i am trying below script assume that below values are taken in code #!/bin/ksh if then echo usage: aNlist.sh QMGR NAME MQREQ fi NL=`echo 'dis qmgr'|runmqsc $1|grep REPOSNL|sed 's/.*REPOSNL\(.*\).*/\1/' |cut -d'(' -f2|cut -d')' -f1` echo 'define nl('$NL_$2')... (25 Replies)
Discussion started by: darling
25 Replies

9. UNIX for Advanced & Expert Users

Rngd: failed fips test

I have recently enabled the process rngd, but after couple of days i see it got stopped automatically . Below is what i could find from messages file . can someone shed light on what could be the reason and how can this can be taken care? Apr 1 08:12:05 sap01 rngd: failed fips test Apr 1... (3 Replies)
Discussion started by: radha254
3 Replies
dnetcat(1)							   User Commands							dnetcat(1)

NAME
dnetcat - opens a DECnet connection SYNOPSIS
dnetcat {-h|--help} dnetcat [-v] [-z] node[::|[::] ]object dnetcat [-v] [-f] -l object DESCRIPTION
dnetcat is a netcat(1) like tool that opens a DECnet connection and copies all data between the standard input/output to/from the socket. OPTIONS
-v Be verbose. Prints useful (debug) messages. -z Zero IO mode. In this mode a connection is dropped directly after it is opened. This can be used to scan if the remote side listens on the given address and object. -l Listen mode. In this mode dnetcat accepts connections on the given object. -f Fork on new connection. This let netcat accept multiple connections in listen mode. This is ignored if -l is not given. --help, -h Prints a small help. EXAMPLES
This program can be used as 'ProxyCommand' for ssh(1). You may use it via command line like this: ssh -o 'ProxyCommand dnetcat %h ssh' [...] mynode or you may use it in your ~/.ssh/config like this: Host *:: ProxyCommand dnetcat %h ssh This will enable you to connect to any DECnet node by adding "::" at the end of the node name like this: ssh mynode:: For more information on ssh(1) see it's manpage. SEE ALSO
ssh(1), netcat(1). AUTHORS
This program is written by Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>. dntools September 2008 dnetcat(1)
All times are GMT -4. The time now is 05:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy