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
0
votes
1 answer

Cannot pass objects of type `const DictionaryKey' through `...'

I have this issue with one of my functions in this C++ program I'm porting over from HP-UX to LINUX. Basically, what seems to be the problem is that for the function const char * Dictionary::lookup(const DictionaryKey &, ...) the gcc compiler…
Justin
  • 742
  • 5
  • 17
  • 34
0
votes
3 answers

Is it possible to define macros in makefiles conditionally?

I'm writing a makefile that has to be compatible with both LINUX and the HP-UX operating system. I'm aware that certain shell commands in LINUX are not compatible with HP-UX. Consequently, I was wondering if it was possible to have macros declared…
Justin
  • 742
  • 5
  • 17
  • 34
0
votes
1 answer

SSL_accept() fails with "SSL routines:SSL_GET_NEW_SESSION:ssl session id callback failed'

I am receiving the following error while trying to accept SSL connection from a client application. I am using openssl version 0.9.8 on HP-UX IA. SSL_accept(40107e50) -1 err: 336285997 'error:140B512D:SSL routines:SSL_GET_NEW_SESSION:ssl session id…
Naga
  • 487
  • 2
  • 7
  • 23
0
votes
2 answers

Cannot View JBOSS 6 using IP address:port on browser after starting Jboss on HP-ux

I unzipped Jboss application server 6 on hp-ux connecting remotely and started the application server using sh run.sh and it started without error in both the buildup of the starting up as well as in the server.log. But unfortunately, I cannot view…
0
votes
3 answers

ps command output on AIX, HPUX and Solaris

I am writing a portable shell script to get system process information, I need process id, command, pwdx (linux). On linux I am able to get this information as follows.. but it fails on all other unix flavours. $ ps -awwwwwww -u -o…
DevC
  • 7,055
  • 9
  • 39
  • 58
-1
votes
1 answer

how to add/replace a syscall to hp-ux (hp unix) 11iv3?

I need to replace/add a syscall on hp unix 11iv3, but I can't find a way to do this .who can help me ? if anyone can tell me how to do that ?
Eric.Ren
  • 1
  • 2
-1
votes
2 answers

What is the equivalent command for Ping

I am trying to ping a IP on HPUX. I am using the commands ping 15.178.209.120 64 10 and ping -c 10 15.178.209.110 perl code that i am using is $Ping = ` ping -c 10 15.178.209.110`; $ping is empty. I tried in HPUX also. It's not pinging. It's…
Nitesh
  • 157
  • 10
-1
votes
0 answers

Shared connection to HPUX Target Server closed

I'm getting the following error when trying to ping or run any ad-hoc commands or Ansible playbook to the HPUX server from the AWX Ansible machine. x.x.x.x | FAILED! => { "ansible_facts": { "discovered_interpreter_python":…
Sakshi
  • 1
  • 1
-1
votes
0 answers

Connection Issues from Ansible AWX platform to HPUX Server

We are facing an issue to connect from AWX Ansible dev Linux machine to the HPUX target machine. We're receiving python related error, and it couldn't be able to communicate against HPUX machine. I'm attaching the error below, module_stderr":…
Sakshi
  • 1
  • 1
-1
votes
1 answer

Trobleshooting slow writes on hpux

Could anyone offer any troubleshooting ideas or pointers on where/how to get more information on the difference between sys and real time from the output below? It is my understanding that the command finished processing in the OS in 4 seconds, but…
Cac3a
  • 117
  • 1
  • 10
-1
votes
2 answers

Read File (Column and looping) and ssh

I have 1 input file contains username and hostname example: ID1 host1 ID2 host2 ID3 host3 ID4 host1 Totally no script created yet. My Question How I can make the script read username and do ssh based on host to do ssh. ssh -q $host 'grep…
-1
votes
3 answers

How can I append spaces to the end of specific lines using regex

I have a text file that has lines of different lengths. I need to make these uniform so that the PLSQL Developers text import function reads them correctly. Lines that are 89 characters long need to be padded with 4 spaces on the end. For some…
-1
votes
2 answers

PA-RISC inline assembly with HP CC compiler

I need to port some code written with a GCC compiler and inline assembly to its HP Unix equivalent. The situation is that HP CC compiler does not support the _asm keyword and of course the syntax is completely different. I have been looking on the…
EMBT
  • 37
  • 1
  • 2
-1
votes
2 answers

Show total size of multiple files in HP UX

Please tell me which command in HP-UX is used to show total size of multiple files? I want to know the HP-UX command similar to this linux command: du -bc test*.* Thanks.
Mau Vu Huu
  • 101
  • 1
  • 3
  • 10
-1
votes
2 answers

Script can't find library when run as cron job, works fine when run manually

I am creating the script below in cronjob. It is manually getting generated. But, when in cron, it is failing to generate the files. Below is my unix cron script. #!/usr/local/bin/bash var=`perl -w -e '$d=1*86400;@t=localtime (time -$d); printf…
swwapnil
  • 1
  • 4
1 2 3
24
25