Skip to main content

Questions tagged [hp-ux]

HP-UX (Hewlett-Packard Unix) is Hewlett-Packard's proprietary implementation of the Unix operating system.

6 votes
2 answers
2k views

I was reading the info file on my GNU/Linux system for the ls command, when I encountered the following under the -s/--size option: For files that are NFS-mounted from an HP-UX system to a BSD system,...
Markus Klyver's user avatar
2 votes
2 answers
252 views

I'm on hpux 10.20 (for testing), is TCB-enabled when I try a login from a serial console this m essage appear GenericSysName [HP Release B.10.20] (see /etc/issue) login: root Cannot obtain database ...
elbarna's user avatar
  • 14.5k
0 votes
1 answer
175 views

We have an old Oracle 10g database on old Itanium machine (BL870c i2) which is running HP-UX B.11.31 (it appears to be latest version). Also we have a StoreOnce 3640 (s/w version 4.2.1-1942.21, which ...
Nikita Kipriyanov's user avatar
0 votes
1 answer
178 views

One thing I really like from Linux is to be able to view my history with the "history" command, and then type !# where # is the command from my history that I would like to run. ...
nightmare637's user avatar
2 votes
2 answers
861 views

As background, I'm using git on an hp-ux 11.11 (11v1) system. I'm doing an extensive .gitignore file to exclude many many files. My .gitignore is basically "Ignore everything, except these ...
Christopher Eberle's user avatar
0 votes
3 answers
498 views

How to get second day(date) of current month (e.g 2 August) in HPUX. date -d doesn't work in HPUX Unix.
Pankaj Kalbhor's user avatar
0 votes
2 answers
163 views

I have a file with numbers in like this: 1234 5678 3456 How can I get this on one line using a bash shell script with a space between each like this 1234 5678 3456
Steve's user avatar
  • 1
0 votes
3 answers
637 views

We recently migrated from HP-UX B.11.31 to Linux 3.10.0-1160.15.2.el7.x86_64. I am trying to achieve the below (which worked in the earlier HP-UX system): $ pwd /global/app/opt/prod/ee/01/custo/src/ $ ...
Aman S. Aneja's user avatar
0 votes
1 answer
363 views

I have machine with fresh installed HP-UX 11.11. All seem to work well, but there is one problem - while I have no problem to ping my Ubuntu 20.04 machine, access internet etc from HP-UX machine, I ...
user306080's user avatar
0 votes
1 answer
552 views

On Slackware Linux, when I want to set an environment variable I edit this file vim /etc/environment On Solaris11, I can set a PATH with nonstandard dirs with those commands(I test the commands in ...
elbarna's user avatar
  • 14.5k
1 vote
0 answers
305 views

I know it's a long shot, but here goes: I need an ISO image of the "HP C8000 Core Graphics" CD that came with the HP C8000 PA-RISC workstation. I was not able (and trust me, I've looked VERY ...
theesem's user avatar
  • 51
0 votes
1 answer
630 views

I want to know what are key things I need to concentrate to migrate HP-UX shell to Linux shell. Any help will be warmly appreciated! Note: I didn't find any similar post / question that might help me.
Papai from BEKOAIL's user avatar
-1 votes
2 answers
694 views

2nd Command is getting ignored ssh -q -t -o ConnectTimeout=10 learnserver sudo su - root -c 'hostname' && "/grep PermitRootLogin /opt/ssh/etc/sshd_config/"
Praveenora's user avatar
0 votes
1 answer
228 views

I have the following loop in my shell script. What it does is it removed the record which is more then 3000 bytes actually it taking longer time as it read and line by line check byte, and if less ...
Kirankumar c.s's user avatar
0 votes
4 answers
105 views

I need to divide 21858717696 by 1024 to get kilobytes on hpux, but using the command below does not work: echo 21858717696 | awk '{print $1/1024}' output: 2.13464e+07 On AIX I can use the below and ...
Christopher Karsten's user avatar

15 30 50 per page
1
2 3 4 5
11