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

Moving apache environment from HP-UX to RedHat w/ruby

I have been tasked with moving someone else's site and work from HP-UX to RedHat since our HP-UX system is going away. I have all the components on the RedHat server in place (apache, MySQL, Ruby, passenger) that were on the HP-UX system. I have…
VinceL
  • 1
  • 1
0
votes
1 answer

How to extract lines containing unique text in a column

I have a text file similar to "3"|"0001" "1"|"0003" "1"|"0001" "2"|"0001" "1"|"0002" i.e. a pipe-delimited text file containing quoted strings. What I need to do is: First, extract the first line which contains each value in the first column,…
0
votes
0 answers

HP-UX Unix add existing array string elements to total string with for loop starting from defined element

In shell script (!/bin/sh) I have array elements: u[1]="someString" u[2]="anotherString" u[3]="aThirdString" u[4]="aFourhString" I want to build a new string, which will display the string values of u array elements that I want and separated by…
Kostas75
  • 331
  • 1
  • 4
  • 13
0
votes
1 answer

evaluate awk and keep lines

I have txt file with data inside like: string1,string2,string3,string4,string5 I want to assign awk for string3 to a variable dc like: dc=$(awk -F',' '{print $3}' file) But then when I evaluate dc with $dc to see output per line, not space…
Kostas75
  • 331
  • 1
  • 4
  • 13
0
votes
1 answer

port a kernel module from solaris 10 to HP-UX 11.31

I want to port a kernel module from solaris 10 to HP-UX 11.31. There are any relevant guides for me?
kobi
  • 313
  • 1
  • 3
  • 10
0
votes
1 answer

Script in HP-UX can't create or overwrite files

I'm trying to build libxml2-2.7.8 on HP-UX 11ia32 and the configure script is stuck at echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed And I believe its due to the script not being able to create files. I'm assuming this because it is unable…
0
votes
0 answers

Use alias at HP-UX (Unix) with quote or special characters

At HP-UX I am trying to do the below: $ alias awkFirst="awk -F',' '{print $1}'" But this is not successful and returns: ksh: 1: parameter not set I don't understand what ksh has to do with it. Also, I tried to declare the above alias inside…
Kostas75
  • 331
  • 1
  • 4
  • 13
0
votes
0 answers

HP UX iostat on File System

I have a server running HP UX 11 OS and i'm trying to have I/O statistics for File System (not disk). Fo example , I have 50 disk attached to the server when I type iostat (here under output of iostat for 3 disks) : disk9 508 31.4 1.0 disk10…
ced
  • 41
  • 5
0
votes
1 answer

how to get new patch list of HP-UX

I need get the patch list of HP-UX 11.31 for develop a automatic tools to check is this Server needs to be update. All servers was in secure local domain, so I want use swlist -l patch command to get current server's patch list, like Active …
0
votes
5 answers

Breaking out of "tail -f" that's being read by a "while read" loop in HP-UX

I'm trying to write a (sh -bourne shell) script that processes lines as they are written to a file. I'm attempting to do this by feeding the output of tail -f into a while read loop. This tactic seems to be proper based on my research in Google as…
AgentConundrum
  • 20,288
  • 6
  • 64
  • 99
0
votes
2 answers

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 But i need add this script to init, or convert this script in daemon TO GRANT that every day at…
MaK
  • 83
  • 1
  • 2
  • 11
0
votes
3 answers

Navigate through Top Command's Pages in HP-UX

I PuTTY to a HP-UX box, and when I run top command, it only displays the first 21 processes. I also see on the top right hand corner of the list there is a header that says Page# 1/12. I need to know, in such environment, how I can navigate/scroll…
Malvon
  • 1,591
  • 3
  • 19
  • 42
0
votes
1 answer

Replace certificate with internally issued certificate

On HP SMH (System Management Homepage), I want to replace the default PEM with a certificate issued by an internal CA. I have three certificates, one is private key, another is the cert another one is CA cert. It works fine on applications like…
elbarna
  • 597
  • 1
  • 10
  • 26
0
votes
1 answer

Apache Ignite bus_adraln error during installation of cache

I have developers that came to me with an interesting issue in regards to Apache Ignite and Java. This is on a HPUX 11.31 IA platform with Apache-Ignite version 1.3.0-incubating and our HP-UX Java build is 1.7.0.13-jinteg_2015_05_22_03_42-b00. The…
Chris.A
  • 1
  • 1
0
votes
1 answer

SCP (using sshj) from remote HP-UX (Unix) server to local file system

I want to perform a remote copy of data from a remote HP-UX server to my local file system using the sshj library. The data on this remote server has the form: DATA_.dat. For…
Kasa
  • 189
  • 2
  • 13