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.

78 questions
2
votes
0 answers

Recover lost volume group in hp ux 11 v2

The disk containing operating system (vg00) has failed. I tried to install the operating system on a new disk and I want to restore other volume group (vg01 and vg02) on two disks that contain data.
Anteneh
  • 21
  • 1
2
votes
2 answers

Permissions for Windows Server 2008 R2 NFS Share Files

I have configured and am using a NFS share on a Windows 2008 server. I am copying files from a Unix server using anonymous access. What I cannot figure out is how to get the file permissions working on the Windows side. I cannot rename or copy the…
eptiliom
  • 121
  • 1
  • 2
2
votes
1 answer

What are the IWWW and OWWW users for on HP UNIX?

What are the IWWW and OWWW users for on HP UNIX? They are present on the machine but I don't really know what they are used for?
Lucas Kauffman
  • 16,818
  • 9
  • 57
  • 92
2
votes
3 answers

IPMI sensor data retrieve from HP Superdome (sx2000) with IPMI tool

i'm trying to extract data sensor from a HP Superdome (sx2000) using the protocol IPMI over LAN. I enabled the IPMI protocol and i setup the password for IPMI protocol on the Superdome. I'm using ipmiutil tool as IPMI client,the client is connected…
NoNoNo
  • 1,939
  • 14
  • 19
2
votes
2 answers

Need help for a Unix startup script

I am very weak on unix shell scripting. Is there a way to create Unix shell script which will start on server boot time only, and will execute the following commands in order: # cd /mysql # ./bin/safe_mysqld --user=root & #…
Spirit
  • 1,144
  • 7
  • 25
  • 45
2
votes
2 answers

Mysql | Change the location of the databases folder

I have a HP-UX server with two instances of Mysql. The first one was the original and was located in /mysql, and keeps its database files in /mysql/data/ The second one I have installed by mistake and is located in /usr/local/mysql, and it keeps…
Spirit
  • 1,144
  • 7
  • 25
  • 45
2
votes
2 answers

Executing a Telnet command in an ssh command

I want have a Telnet command inside the ssh command for executing the Telnet command at the remote machine (172.202.230.22). I tried with the command ssh Administrator@172.202.230.22 telnet 10.86.114.10 8088 It is giving an error message…
kishore
  • 21
  • 5
2
votes
1 answer

HP-UX backup and restore

I recently purchased an old ZX6000 workstation to use as a test machine for a software package we have developed. Normally, when testing a software package, we use VMWare to create a clean install of the OS, and then create a snapshot of that…
1
vote
1 answer

HP RX6600 - Possible Processor carrier board failure

So there is an HP Integrity RX6600 server, which simply cannot be turned on. When user power-on the chassis, It'll be hanged at POST process and cannot reach EFI and booting OS. After reviewing logs (MP logs) that I'll share here, our first guess…
atari83
  • 141
  • 4
1
vote
1 answer

I need to duplicate software packages installed on one HP-UX system to a test system

I am very inexperienced with HP-UX and need to duplicate a production server for a test environment. I have 11.11 on the prod server and have completed the base install on the test server. What I need is a way to add the installed packages from…
oneodd1
  • 588
  • 1
  • 5
  • 11
1
vote
3 answers

Install from Network in HP UX

I wonder if its possible to install a HP UX server from network, but using a "installation server (or depot)" that is not a HP UX machine.
igorgue
  • 188
  • 5
  • 10
1
vote
0 answers

HP-Unix: C-shell:Disk space checking

I have 10 devices that using hp-ux and i want to check the disk space in each devices. my requirement is if the space more than 90%, the info of device ans space will be save to a log. this is list of device and ip address which i set as variable…
larrey
  • 11
  • 2
1
vote
2 answers

How to add space to /usr mount point in HP-UX without a restart (no Online JS)

I have an HP UX server that has a mount point /usr that reached 100% when you use bdf command. How can I add space (tried removing files, not an option) from either a new disk or existing diskspace from other mount points: Without restarting that…
Gift Rise
  • 167
  • 10
1
vote
0 answers

Two allowed paths in rsync command in authorized_keys

I have a question about rsync restriction in authorized_keys command. I need to copy files via rsync from one server to another without prompting password. There is no problem, but I need to specify two allowed paths in rsync command in…
Peter
  • 11
  • 2
1
vote
1 answer

Archiving large number of files with TAR

Trying to clean up a directory on an HP/UX system that has a stupid number of files. I've already tried: Create an archive of all files older than "x" days. (This method, using the find command, even when selecting only 5 days worth of files, ran…