Tagged Questions
The hp-ux tag has no wiki summary.
12
votes
6answers
6k views
Cross-platform way to get PIDs by process name in python
Several processes with the same name are running on host. What is the cross-platform way to get PIDs of that processes by name using python or jython?
It's like pidof but in python (I don't have ...
5
votes
9answers
2k views
In a unix shell, how to get yesterday's date into a variable?
I've got a shell script which does the following to store the current day's date in a variable 'dt':
date "+%a %d/%m/%Y" | read dt
echo ${dt}
How would i go about getting yesterdays date into a ...
5
votes
8answers
4k views
Debug core file with no symbols
I have a C application we have deployed to a customers site. It was compiled and runs on HP-UX. The user has reported a crash and we have obtained a core dump. So far, I've been unable to duplicate ...
2
votes
2answers
394 views
Java application performs very slow (10-100 times slower than on Windows, Linux, AIX)
I need your help about performance problems running our corporate Java application on HP\UX server. Application is standalone tool which synchronizes data over several data bases into one, ...
2
votes
1answer
111 views
Leaf functions in SPARC and HP-UX
I was just reading through a Phrack article which had disassembly in HP-UX. I read that there are two classes of functions which are possible under HP-UX and SPARC; leaf and non-leaf functions. ...
2
votes
5answers
2k views
C++ std::string Constructor
any thoughts on this would be appreciated:
std::string s1 = "hello";
std::string s2 = std::string(s1);
I'd now expect these two strings to be independent, i.e. I could append ", world" to s2 and s1 ...
2
votes
4answers
473 views
REDUX: How to overcome an incompatibility between the ksh on Linux vs. that installed on AIX/Solaris/HPUX?
I have uncovered another problem in the effort that we are making to port several hundreds of ksh scripts from AIX, Solaris and HPUX to Linux. See here for the previous problem.
This code:
...
1
vote
7answers
86 views
How to preserve data between executions of program
I am running a perl script on a HP-UX box. The script will execute every 15 minutes and will need to compare it's results with the results of the last time it executed.
I will need to store two ...
1
vote
1answer
168 views
python - remote hosts timezone vs local
I'm building a web frontend for remote logs monitoring,
having to manage about 10 different geographic locations I've bumped into the 3 headed hellhound some of you already have.
Is there any way to ...
1
vote
1answer
73 views
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 ...
1
vote
1answer
526 views
Core dump not in sync with gdb stack trace
I have a program which crashes due to a segmentation fault. The core file is produced.
running the core in gdb gives me the following:
HP gdb 6.1 for HP Itanium (32 or 64 bit) and target HP-UX ...
1
vote
2answers
90 views
Trying to test space in filesystem on Unix
I need to check if I Filesystem exists, and if it does exist there is 300 MB of space in it.
What I have so far:
if [ "$(df -m /opt/IBM | grep -vE '^Filesystem' | awk '{print ($3)}')" < "300" ]
...
1
vote
1answer
84 views
How can I check the internal attributes of shared objects?
When using HP-UX I can use the chatr utility to report on various internal attributes of a shared library. It will also allow me to modify the internal attributes of shared libraries that I have ...
1
vote
4answers
2k views
Java memory consumption, “top” and HP-Ux
We ship Java applications that are run on Linux, AIX and HP-Ux (PA-RISC). We seem to struggle to get acceptable levels of performance on HP-Ux from applications that work just fine in the other two ...
1
vote
5answers
5k views
Get full path of executable of running process on HPUX
I want to get the full path of the running process (executable) without having root permission using C++ code. Can someone suggest a way to achieve this.
on Linux platforms i can do it by using ...
0
votes
0answers
17 views
chuser alternative in HP-UX command to edit /tcb/files/auth/s/someuser [migrated]
is there a command in HP Unix used to change for example min age for password in this file without actually editing the file?
/tcb/files/auth/s/someuser
something just like chuser in aix
it has to ...
0
votes
1answer
13 views
HP UX: how to use -or -and operators in find() function
I'm trying to to get a list of files with find() on HP UX
LD_PRELOAD = "`find ./lib/ -type f \( -name \*boo\* -or -name \*foo\* -and -not -name \*zoo\* \)`"
and HP UX console tells me that -or / ...
0
votes
0answers
6 views
how n/w IP address are asigned to n.w cards in HP-UX
Could you pls answer the below query
"** how n/w IP address are asigned to n.w cards in HP-UX."**
Regards,
venkat
0
votes
0answers
16 views
change the permissions of symbolic link in HP-UNIX
This question is specifically for HP-UNIX.
I'm unable to change permission of a soft link created by me to 777.
The permissions of the target binary (whr my soft link is pointing) is 777. no issues ...
0
votes
1answer
57 views
Using libunwind on HP-UX and getting stacktrace
I have a C application that is executing in an HP-UX environment and I need to get the stacktrace.
I am attempting to use U_STACK_TRACE, but output to stderr is going somewhere else and I need it ...
0
votes
1answer
87 views
Find files modified within one hour in HP-UX
I'm searching through the manual page for find I can't see a way to run a command which will find all files modified within an hour. I can see only a way to do it for days.
Thanks.
0
votes
1answer
70 views
gdb, hp ux: getting message Couldn't find virtual table — object may not be constructed yet
in HP UX 11.23 on ia64 , when debugging a particular code segment, i am getting this error
when trying to access a particular object.
I was wondering if anyone faced it, and could help me make sense ...
0
votes
1answer
122 views
File delete older than 1 day question on HP UX
I want to delete files in a folder that have creation time older than 1 day. How can I get those files?
Regards
0
votes
1answer
53 views
Hp-ux comamnd or script to send Magic Packet to do Wake On Lan (WOL)
Is there any script or utility to send Magic Packet to do Wake On Lan (WOL) on hp-ux machine. I am finding many tools for windows. following are such tools.
http://www.matcode.com/wol.htm (windows ...
0
votes
3answers
200 views
How to check version of make on HP-UX
I'm new to HP-UX system and having one problem with running a make file.
Make: Must be a separator on rules line 14. Stop.
I suspect this is due to older version of make deployed on the ...
0
votes
0answers
165 views
core file analysis on HP-Itanium
I have the following situation.
A binary(unstripped[-g]) built on HP-Ux machine is run on HP itanium using aries.
The binary got crashed after some time and got the core file.
When I tried analyzing ...
0
votes
1answer
61 views
How to determine if Python is available in HPUX system?
How can I know if the environment that I am in (some version of HPUX) has python installed?
0
votes
1answer
144 views
HP-UX: Threads per process
is there a command on HP-UX to check and view all the threads related to a process/task.
ps -m isn't supported.
0
votes
0answers
154 views
A strange runtime problem with HP-UX STL templates
I tackled a strange run-time problem on HP-UX. Any thoughts would be appreciated. The code below is part of a large project. It compiles and runs under g++ in a lot of operating systems. When ran it ...
0
votes
2answers
152 views
popen() system call hangs in HP-Ux 11.11
I have a program which calculates 'Printer Queues Total' value using '/usr/bin/lpstat' through popen() system call.
{
int n=0;
FILE *fp=NULL;
...
0
votes
1answer
74 views
What is the command to get ospatches and Network conf in HPUX-PARISC?
Some examples in other systems
ospatches in HPUX-IA64 is "swlist -l fileset"
ospatches in Linux is "/sbin/ifconfig -a"
Network Configuration in Linux is "/sbin/ifconfig -a"
I want a equivalent ...
0
votes
0answers
62 views
rm doesn't detect failure of fchdir in walkfs [closed]
The primary issue is NOT that the rm command seemed to get lost in a
MVFS file system. Rather, that the fchdir() system call, called by walkfs,
failed, and yet rm(1) still continued on and tried to ...
0
votes
1answer
110 views
Any system call in C to change the permission of a file in HP-UX
Any system call in C to change the permission of a file in HP-UX??
0
votes
0answers
33 views
Is there any utility rate for how many percentage enterprise use between AIX, Solaris, HP-UX, Linux and Windows?
Kind of curious each platform's usage rate in the company
0
votes
0answers
61 views
hpux git-log doesn't show commit log or any o/p
on HP-UX git log doesn't show any o/p
$git commit -m "sample check" -s
$git log
$
how to check and correct this behavior?
0
votes
1answer
79 views
What can cause the application to report Undefined symbol __shlinit from a .sl library in HP-UX 11.00?
I am building a .sl library using aCC in HP-UX 11.00. I am able to build it and then link it to the application also successfully.
But, when I execute the exe, it gives the below error
...
0
votes
3answers
349 views
How to obtain cache line size on commercial UNIX OSes from a C/C++ program?
It is easy enough to find the answer for Windows, Linux and OSX on the web, but how about on commercial UNIX operating systems like AIX (on POWER), HP-UX (on Itanium) and Solaris (on SPARC). ...
0
votes
1answer
295 views
Cannot dlopen load module '/usr/lib/pa20_64/libpthread.1' because it contains thread specific data
I get this error while loading a lib with dlopen():
Cannot dlopen load module '/usr/lib/pa20_64/libpthread.1' because it contains thread specific data.
I looked this up on google and the following ...
0
votes
1answer
105 views
Is there an equivalent to pldd for HP-UX PA-RISC
On Solaris and HP-UX Itanium, pldd $process_id will give the shared objects loaded for that process. AIX has procldd and Linux has pmap that have the same functionality.
Is there an equivalent for ...
0
votes
2answers
77 views
Periodic Script- Daemon-
ux and i need delete a specific file every day.
then I need to do a shell script or something else with a simple command for example
# rm <filename>
But i need add this script to init, or ...
0
votes
4answers
321 views
tarring find results on hp-ux
$ find /tmp/a1
/tmp/a1
/tmp/a1/b2
/tmp/a1/b1
/tmp/a1/b1/x1
simply trying
find /tmp/a1 -exec tar -cvf dirall.tar {} \;
simply doesn't work
any help
0
votes
2answers
312 views
hp-ux how to get 2 hours ago bash datetime
we are using hp-ux servers
we need to get 2 hours ago datetime value in bash shell script ?
how can i do that any experiences ?
0
votes
2answers
648 views
HP-UX: libstd_v2 in stack trace of JNI code compiled with g++
uname -mr: B.11.23 ia64
g++ --version: g++ (GCC) 4.4.0
java -version:
Java(TM) SE Runtime Environment (build 1.6.0.06-jinteg_20_jan_2010_05_50-b00)
Java HotSpot(TM) Server VM (build ...
0
votes
3answers
454 views
Getting past dates in HP-UX with ksh
Ok, so I need to translate a script from a nice linux & bash configuration to ksh in hp-ux. Each and every command expects a different syntax and i want to kill myself. But let's skip the rant.
...
0
votes
1answer
653 views
Appending to variable in Makefiles for HP-UX make
I'm trying to append some text to a variable in a Makefile for HP-UX's version of make.
If i use the "normal" appender, like this:
CFLAGS+=some text
$(CFLAGS) comes out empty.
If i reference the ...
0
votes
1answer
100 views
Remote debugging on HPUX
I am trying to do remote debugging on HPUX using WDB but am not really getting anywhere.
Any ideas or links to decent tutorials?
0
votes
2answers
86 views
Compiling GNU software on HP-UX. yy* symbols problem
When trying to compile GNU software on HP-UX (binutils for example) I'm getting error meggages about unsatisfied symbols yyfnd, yyextra, yytextuc, yyolsp ...
Some software can't be compiled using ...
0
votes
1answer
523 views
GCC --target triplet for HP-UX
I want to compile GCC and binutils which would produce 64bit executables.
From GNU documents I've found out that it must look like ia64-*-hpux*.
For ia64-hp-hpux11*, the default output type is 32bit:
...
0
votes
2answers
251 views
Get the path of link that it points to?
Is it possible to get the abolute path of the link that it is pointing to?
Is there any simple system command?
I need for all of the following OS
HP-UX 11i, 1123u, 1123i
AIX 5.2 and 5.3
Suse Linux ...
0
votes
1answer
1k views
How to diagnose/trace “sendsig: useracc failed.” problem in HP-UX
I am trying to compile Ruby 1.9.1-p0 on HP-UX. After a small change to ext/pty.c it compiles successfully, albeit with a lot of warning messages (about 5K). When I run the self-tests using "make ...