Questions tagged [hp-ux]

HP-UX (Hewlett-Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on UNIX System V (initially System III) and first released in 1984.

HP-UX (Hewlett-Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on UNIX System V (initially System III) and first released in 1984.

Resources

368 questions
1
vote
2 answers

libdl not found on HPUX for OpenSSL 32bit build

When tring to build openssl-1.0.2r I am receiving this error : Can't find library: "dl" making all in apps... rm -f openssl shlib_target=; if [ -n "" ]; then \ shlib_target="hpux-shared"; \ elif [ -n "" ];…
cprogrammer
  • 5,503
  • 3
  • 36
  • 56
1
vote
1 answer

Any system call in C to change the permission of a file in HP-UX in a non-root user mode?

Any system call in C to change the permission of a file in HP-UX in a non-root user mode?. I used Chmod system call, it worked for me in the root user mode but not in the non-root user mode. I feel setuid system call will help me here, but i dnt…
user205688
  • 153
  • 1
  • 1
  • 7
1
vote
1 answer

JVM Time Sync Option

I want to know JVM options used to synchronize time between Java application and system. Like UseHighResolutionTimer and UseGetTimeOfDay I had a problem that the time between Java Application and the system did not match. So, I searched for JVM…
윤장현
  • 11
  • 2
1
vote
1 answer

What is the 'perl-dynamic' executable

Investigating an issue with multiple Perl installations on our (HP UX IA64 system), I came across an executable called perl-dynamic. What is this and what exactly does it do? More importantly, how do I know which perl executable it actually points…
bluppfisk
  • 2,538
  • 3
  • 27
  • 56
1
vote
2 answers

Issues trying to start TIBCO EMS by SSH

Hi All, I'm having an issue trying to automate a process to start/stop TIBCO EMS through other server by SSH command. My script contains next command that is being executed from SERVER_01 on the EMS_SERVER_01 and EMS_SERVER_02 (secondary) to start…
user10162496
1
vote
2 answers

swlist command to get software installed on different system

When you run swlist with no arguments on an HPUX system you get the packages that are installed on that particular host. I want that same output but instead listing packages that are installed on a different system. Is this possible?
Jonathan
  • 3,464
  • 9
  • 46
  • 54
1
vote
1 answer

renaming the files recursively in unix

i know this would be marked as a duplicate one, but i tried searching google and what i'm trying is not working for me. I've some .txt files in a directory, i need to rename all the *.txt files to *_XYZ.txt recursively. XYZ is defined in a variable…
User123
  • 1,498
  • 2
  • 12
  • 26
1
vote
1 answer

HP-UX KSH scripting - passing blank parameters with $@

I have a 'problem' with a script I'm developing in HP-UX KSH. The script contains many functions, and I need to pass the same set of parameters between them. All well and good, but some parameters can be blank. Its easy to pass blank parameters…
FenderBender
  • 11
  • 1
  • 4
1
vote
1 answer

Unix CPU/Memory Monitoring

I want to develop program that can monitor many Unix client's CPU/Memory share. A Unix client program written in C runs the command popen to get CPU / memory information and send it to the server using sockets. Example, On Solaris 11, use the…
김진영
  • 57
  • 1
  • 5
1
vote
0 answers

How to send Mail in HP UX shell script with HTML + attachment?

I am using below command for HTML page - mailx -m -r $from -s $subject Content-type: text/html $to <$message I want to send attachment with it.
1
vote
3 answers

"Error: /ioerror in --filter--" in converting PDF to print supported format with Ghostscript

I am gonna convert PDF files with Ghostscript in HP-UX system so I can print those files in LX and LQ printers. For LX printers --for example, I use this command: gs -q -dBATCH -dSAFER -r120x216 -dNOPAUSE -sDEVICE=eps9high -sPAPERSIZE=letter…
saifulmuhajir
  • 11
  • 1
  • 2
1
vote
0 answers

Spring Boot with embedded Tomcat fails when JVM executes from JNI in C++ application

HP-UX: B.11.31 U ia64 Java: 7 or 8 Spring-boot: 1.5.3.RELEASE Tomcat: 8.5.14 Update: Looks like a problem with Java JNI/JVM under HP-UX as we do not get this error under RHEL org.apache.tomcat.util.net.NioEndpoint$Acceptor run SEVERE: Socket…
mr_thinkit
  • 91
  • 2
  • 7
1
vote
0 answers

SFTP::Foreign (Perl Library) login issue using RAS key

I am facing a very strange problem with SFTP::Foreign while trying to log in a remote machine from HP-UX. Strange is that the issue is very hard to reproduce. The program which uses SFTP::Foreign to log in, runs every work day at the same time and…
Alex
  • 1,054
  • 6
  • 25
  • 42
1
vote
1 answer

How to get HPUX to adopt a TTY as controlling

A question that came through on the sshpass mailing list (and also on stack overflow). Sshpass does not work on HP-UX. Looking at the truss output, I see the following: -u [/tmp/sshpass][14066]{3783827} fork() ................... (returning as child…
Shachar Shemesh
  • 8,193
  • 6
  • 25
  • 57
1
vote
2 answers

Unsatisfied symbols in Debug but not Release

I am building something on HPUX. Code works fine in Sun/Linux/AIX. But on HPUX it complains on [sshexec] /usr/ccs/bin/ld: Unsatisfied symbols: [sshexec] globalVar (first referenced in blah.o) Once again code works in Release but not in…
grobartn
  • 3,510
  • 11
  • 40
  • 52