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
2 answers

/usr/ldbin/resetpw varient for Linux

I've got a application that makes a shell call out to the HPUX resetpw command. It doesn't exist in Linux. Is there another command with similar functionality I could reference from my code?
Jeff
  • 8,020
  • 34
  • 99
  • 157
0
votes
3 answers

Curses Window in Linux Causing Abort

I have some legacy C code that I recently compiled on Linux. On the original HPUX the application opens and closes multiple curses windows. On the Linux box it can handle one window, but if I close that window, it crashes the program with an error…
Jeff
  • 8,020
  • 34
  • 99
  • 157
0
votes
2 answers

Command for swap info in HPUX itanium and HPUX PARISC?

I need to get commands for swap information in HPUX (both Itanium and PARISC).
AabinGunz
  • 12,109
  • 54
  • 146
  • 218
0
votes
1 answer

Installing command view on HP-UX

I have just setup a new Itanium server and installed HP-UX 11i v3. OS installed fine and is up and running. I need some input on what is happening with my file name. I have a .depot file on a cd and i am attempting to install it. The file name show…
TheHoff
  • 1
  • 1
0
votes
0 answers

Migration from Java 1.4 to Java 17, how to handle deprecated or removed packages

We are migrating from Java 1.4 to Java 17, in our codes we are using javax.xml, javax.jws packages which were removed in Java11. We need to find an alternative for this. We don't use maven. We are not sure where to start. Also, we are migrating from…
abhyudyagarg
  • 1
  • 1
  • 4
0
votes
1 answer

Working with shell scripts on hp-ux and need to convert time to epoch using date command. How to solve bad format character -s error?

To Work on few shell scripts and I need to get the time in terms of epoch in hp-ux I tried using date +%s but i got bad format character - s error i am allowed to use -u and -a options with date command in the environemnt
0
votes
1 answer

Error: call to undeclared function 'EXTSM'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

We are migrating our application from HP-UX to LINUX and some of the c codes are using EXTSM function for sorting, but the application uses COBOL code with GNU COBOL. So, on compiling we are getting undeclared function error. How to replace this…
abhyudyagarg
  • 1
  • 1
  • 4
0
votes
1 answer

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 printed to a string. How can I do this? I.E. How can…
Malfist
  • 31,179
  • 61
  • 182
  • 269
0
votes
0 answers

Getting error 25 (ENOTTY) when calling BLOPEN on a file descriptor for a PTS slave device

We are trying to convert from a physical HP9000, HP-UX 10.20 system, to an HP SRP container. We have noticed that when we telnet to the physical HP9000 system we connect as a TTY device, but when we connect the container we connect as a PTS…
a344254
  • 571
  • 2
  • 9
  • 20
0
votes
0 answers

Why Java gives ServiceLoader Exception when I have two versions of webservices-rt.jar in same path? ServiceConfigurationError PolicyAssertionValidator

I am facing this ERROR during runtime on Unix environment. java.util.ServiceConfigurationError: com.sun.xml.ws.policy.spi.PolicyAssertionValidator: Provider com.sun.xml.ws.rm.policy.spi_impl.RmAssertionValidator could not be instantiated I have…
N.D.Baba
  • 11
  • 1
0
votes
2 answers

^M still at the end of my string even after chop/chomp

I am wanting to pass a string variable in a ssh command. You can see in the code below I ssh to a server then cd to a directory that I pass a variable to. (cd $orig) The variable is pulled from a file that I read in and put into an array. I think…
0
votes
1 answer

Getting an "unexpected" error when SSH and running a CD command

I have a perl script that runs this command: my $sshstart = `ssh username\@server "cd "$(dirname "$(find -type f -name AddAlias.pl)")" "`; which works when I run the ssh part in the actual terminal but ran in a script returns this: syntax error at…
0
votes
1 answer

Test a java class in different OS

I wanted to test my java code in these operating systems- Solaris,HPUX and AIX. I know they have different methods to test the java code. How do i do that?Also,should i copy my entire java project in each of the operating systems?
hari
  • 1,297
  • 5
  • 17
  • 36
0
votes
2 answers

java one thread slow

I have a J2EE java application which processes SOAP requests. In our production environment (HPUX,OC4J,Java 5) we have about 20 threads running for this process, and we sometimes see 1 thread pausing for ~15 seconds. Until now, I haven't succeeded…
hyperman
  • 1,324
  • 1
  • 11
  • 21
0
votes
1 answer

Error:read ECONNRESET - I cannot successfully authenticate with the hp-ux server in node.js

I have a problem with the connection into a hpux server that we host locally in our local network. I get the following error: Hello world Connected to Nemesis true rejected: Error: read ECONNRESET at TCP.onStreamRead…
Craig
  • 64
  • 9