Sponsored Content
Full Discussion: Ignite
Operating Systems HP-UX Ignite Post 302983637 by gregsih on Friday 14th of October 2016 07:36:34 AM
Old 10-14-2016
Hi

The error message is :
Code:
make_recovery(486): Call to system failed. errno=0

Seems to be because of a failed disk :
Code:
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t8d0":
The specified path does not correspond to physical volume attached to this volume group
vgdisplay: Warning: couldn't query all of the physical volumes.

However we are unable to remove the disk from the volume group -

I have tried vgreduce -f vg01 but that seems to fail also as the next message is:
Code:
vgdisplay: Warning: couldn't query physical volume "":
The specified path does not correspond to physical volume attached to this volume group
vgdisplay: Warning: couldn't query all of the physical volumes.

I also ran vgscan -v afetr the vgreduce

We only have one version of 11 and that will not install as swinstall deems it not to be compatible with 10.20.

Moderator's Comments:
Mod Comment
Please wrap all code, files, input & output/errors in CODE tags.
It makes it far easier to read and preservers multiple spaces for indenting or fixed witdh data.

Last edited by rbatte1; 10-14-2016 at 09:14 AM.. Reason: Added CODE & ICODE tags
 

10 More Discussions You Might Find Interesting

1. HP-UX

ignite tapes

can any1 tell me how to make ignite tapes for the HP-ux. this company said it was: "make_tape_recovery_A", but that don't work. (4 Replies)
Discussion started by: JBX
4 Replies

2. UNIX for Advanced & Expert Users

without an ignite server ??

system: HP-UX 10.20 with HFS mounted. How can I convert the HFS to VxFS without an ignite server ? Is this possible ? thanks simon2000 (4 Replies)
Discussion started by: simon2000
4 Replies

3. HP-UX

make_sys_image + Ignite problem

could any one help me I have a HP UX 11.0 with a lot of VG and disks connected to SAN. I need to create a Golden Image having only the vg00 of this system. How do i do this using make_sys_image? In case any have some docs, I would appreciate if You could share it. Thanks Dhanish (5 Replies)
Discussion started by: i2admin
5 Replies

4. HP-UX

HP-UX Ignite server

Sorry if this has been asked and answered, but I can't find this particual problem. I've had an Ignite server running for years on a small internal network with images we load on daily basis. Tried to load two servers, L2000 and C3600 , both with same problem. # boot lan.192.168.2.2 install ... (0 Replies)
Discussion started by: ddeblance
0 Replies

5. HP-UX

Need Ignite for HP-UX 10.20

Hello All, I need to bring down our old 9000 series d350, but my supervisor wants an ignite backup created. I cannot find ignite in the usual places (/opt/ignite) nor can I find it in swlist. As far as I can tell the cd's are long gone. Is there anywhere else I could look for ignite being... (6 Replies)
Discussion started by: stay0ut
6 Replies

6. HP-UX

vpar ignite

Hi Can I use a vpar as an ignite server? (1 Reply)
Discussion started by: mahlathini
1 Replies

7. AIX

ignite equivalent in AIX

Hi All, Does AIX has utility like ignite server to make remote os installation using image (2 Replies)
Discussion started by: jayannair
2 Replies

8. HP-UX

Ignite and HP-UX 09.XX

I am looking to make bootable tape backups of four machines running HP-UX 09.02, 09.05 and 09.07. I successfully located Ignite 10.20 and installed it and made a backup on the one machine running HP-UX 10.20. I am having trouble locating information about Ignite for HP-UX 9. Does it exist? Is... (3 Replies)
Discussion started by: whack_job
3 Replies

9. HP-UX

Ignite - make_net_recovery

I've read the Ignite User/Admin Guide but I'm having trouble figuring out if I can do a make_net_recovery if the ignite server and client server are on completely different networks? If this can be done is there any special configuration? If I initiate the command from the server it looks like it... (3 Replies)
Discussion started by: gonzotonka
3 Replies

10. HP-UX

Error with ignite

Works all. Depot shared via nfs dhcp working setting file system,network,root password,etc But when i start "go!" with installation,give me this error. How to fix,debug? Thanks http://s24.postimg.org/5hzbgk551/unixbell3.png (3 Replies)
Discussion started by: Linusolaradm1
3 Replies
VGDISPLAY(8)                                                  System Manager's Manual                                                 VGDISPLAY(8)

NAME
vgdisplay - display attributes of volume groups SYNOPSIS
vgdisplay [-A|--activevolumegroups] [-c|--colon|-s|--short|-v|--verbose] [-d|--debug] [-h|--help] [--ignorelockingfailure] [--nosuffix] [-P|--partial] [--unitshHbBsSkKmMgGtTpPeE] [--version] [VolumeGroupName[VolumeGroupName...]] vgdisplay --columns | -C [--aligned][-d|--debug][-h|-?|--help] [--ignorelockingfailure][--noheadings][--nosuffix] [-o|--options[+]Field[,Field]] [-O|--sort[+|-]Key1[,[+|-]Key2[,...]]] [-P|--partial] [--separatorSeparator] [--unbuffered] [--unitshHbB- sSkKmMgGtTpPeE] [-v|--verbose] [--version] [VolumeGroupName[VolumeGroupName...]] DESCRIPTION
vgdisplay allows you to see the attributes of VolumeGroupName (or all volume groups if none is given) with it's physical and logical vol- umes and their sizes etc. vgs (8) is an alternative that provides the same information in the style of ps (1). OPTIONS
See lvm for common options and vgs for options given with --columns. -A, --activevolumegroups Only select the active volume groups. -c, --colon Generate colon separated output for easier parsing in scripts or programs. N.B. vgs (8) provides considerably more control over the output. The values are: 1 volume group name 2 volume group access 3 volume group status 4 internal volume group number 5 maximum number of logical volumes 6 current number of logical volumes 7 open count of all logical volumes in this volume group 8 maximum logical volume size 9 maximum number of physical volumes 10 current number of physical volumes 11 actual number of physical volumes 12 size of volume group in kilobytes 13 physical extent size 14 total number of physical extents for this volume group 15 allocated number of physical extents for this volume group 16 free number of physical extents for this volume group 17 uuid of volume group -s, --short Give a short listing showing the existence of volume groups. -v, --verbose Display verbose information containing long listings of physical and logical volumes. If given twice, also display verbose runtime information of vgdisplay's activities. --version Display version and exit successfully. --columns|-C Display output in columns, the equivalent of vgs. Options listed are the same as options given in vgs (8). SEE ALSO
lvm(8), vgs(8), pvcreate(8), vgcreate(8), lvcreate(8) Sistina Software UK LVM TOOLS 2.02.95(2) (2012-03-06) VGDISPLAY(8)
All times are GMT -4. The time now is 05:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy