1752729 Members
5733 Online
108789 Solutions
New Discussion юеВ

Re: hp ux

 
SOLVED
Go to solution
Jon Steele
Valued Contributor

hp ux

Hi,

I was trying to find out what this command does and why it would not run.

hpux -vm

I have someone asking me but I am more hardware than software.

Thank you
Jon
8 REPLIES 8
Steven E. Protter
Exalted Contributor
Solution

Re: hp ux

Shalom Jon,

You might try giving us a model number, an OS and some context.

I will take a leap and guess you are at the ISL or EFI prompt.

hpux -is
#single user mode
hpux -lm
#logical volume maintenance mode

I've never used the -vm switch and do not even know if its valid.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jon Steele
Valued Contributor

Re: hp ux

HI,

It is an RP7420 machine with 2 cell boards fully loaded. It has 11.i ver 2 OS loaded on it.

Thanks
Jon
Pete Randall
Outstanding Contributor

Re: hp ux

Have you tried "man hpux"?

" hpux(1M) hpux(1M)

NAME
hpux - HP-UX bootstrap"


Pete

Pete
Jon Steele
Valued Contributor

Re: hp ux

Hi,

Ok it looks like it is for booting the machine in maintenance mode/single user mode. Is there a reason this command would not work?

Could it be a corrupt OS?

thanks
Jon
Rita C Workman
Honored Contributor

Re: hp ux

As Pete said...it's all there in the manpage

You must be "root" to run these...

-vm Boot the system in VxVm maint mode, etc..

-lm Boot the system in LVM maint mode, etc..

You use this command when you interupt the boot process. Both hpux -lm and hpux -vm will put you initiate single user mode.

If you are unfamiliar with these commands, you may want to be sure to have someone handy (i.e. HPUX Admin)with you when you try them.

Regards,
Rita
Matti_Kurkela
Honored Contributor

Re: hp ux

Just to clarify, in case there's a misunderstanding:

"hpux -vm" and other similar commands are not meant to be entered to the shell prompt while the OS is running: the shell command "hpux" does not exist.

These commands are for the ISL> boot prompt of the PA-RISC hardware.

The standard procedure on server systems is:

- Power on the system. Wait for the self-tests to complete, then press any key on the console to interrupt the boot sequence. The system will display the PDC> prompt.

- Type "boot pri" (or "boot alt" or whatever)
to boot from the system disk.

- The system should ask something like "Interact with IPL (Y/N)?" Answer Y.

- You will now see the ISL> prompt. Here you can use the "hpux [options]" -style commands, as documented in "man hpux".

MK
MK
Dennis Handly
Acclaimed Contributor

Re: hp ux

>Rita: You must be "root" to run these

Actually you must have access to the console and root isn't needed since you haven't logged in yet.
Jon Steele
Valued Contributor

Re: hp ux

Thanks for your help. It seems the OS was corrupted somehow and they had to reload the OS.

Thanks
Jon