Operating System - HP-UX
1834621 Members
2292 Online
110069 Solutions
New Discussion

Re: IgniteUX Server Setup - Make depot from CD/DVD

 
SOLVED
Go to solution
Sergej Kleva
Frequent Advisor

IgniteUX Server Setup - Make depot from CD/DVD

Hi!
I am trying to make depot from DVD HPUX 11.31 March 2010.

I have insert DVD HPUX 11.31 March 2010 into machine and go through IgniteUX server setup WIzard. When i want to make depot "Copy CD/DVD" it fails to start and i get error message at cmd:
diskinfo: can't open /dev/rdsk/c9t0d16: No such file or directory

If i look at "ioscan -fnC disk" i get the following for DVD drive:

disk 3 0/0/2/1.0.16 UsbScsiAdaptor CLAIMED DEVICE USB SCSI Stack Adaptor
/dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001
/dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+294=A60020000001

So i mount it with:
mount /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001 /DVD_ROM

But again i get the same error!?!?
Why igniteux is looking for /dev/rdsk/c9t0d16 ???

that raw device doesn't exists on that machine at all!

Any help would be appreciated!

Brgds,
S.



37 REPLIES 37
Torsten.
Acclaimed Contributor

Re: IgniteUX Server Setup - Make depot from CD/DVD

Do you have such entry in fstab?

I assume the option "mount everything ..." applies, so the system is looking for a missing device listed in fstab.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
SergejK_1
Advisor
Solution

Re: IgniteUX Server Setup - Make depot from CD/DVD

No!

hamra / # more /etc/fstab
# System /etc/fstab file. Static information about the file systems
# See fstab(4) and sam(1M) for further details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand vxfs tranflush 0 1
hamra / #
Torsten.
Acclaimed Contributor

Re: IgniteUX Server Setup - Make depot from CD/DVD

Any leftover entries somewhere regarding removed LVM configurations?

Listed in

# ll /dev/rdsk

# strings lvmtab

or LVM configuration backups?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
SergejK_1
Advisor

Re: IgniteUX Server Setup - Make depot from CD/DVD

hamra / # ll /dev/rdsk
total 32
drwxr-xr-x 2 bin bin 8192 Apr 15 11:10 ./
dr-xr-xr-x 17 bin bin 8192 May 4 13:15 ../
crw-r----- 1 bin sys 188 0x000000 Apr 15 11:10 c0t0d0
crw-r----- 1 bin sys 188 0x000001 Apr 15 11:10 c0t0d0s1
crw-r----- 1 bin sys 188 0x000002 Apr 15 11:10 c0t0d0s2
crw-r----- 1 bin sys 188 0x000003 Apr 15 11:10 c0t0d0s3
crw-r----- 1 bin sys 188 0x001000 Apr 15 11:10 c0t1d0
crw-r----- 1 bin sys 188 0x002000 Apr 15 11:10 c0t2d0
crw-r----- 1 bin sys 188 0x003000 Apr 15 11:10 c0t3d0
crw-r----- 1 bin sys 188 0x004000 Apr 15 11:10 c0t4d0

hamra /etc # strings lvmtab
/dev/vg00
/dev/disk/disk11_p2
Torsten.
Acclaimed Contributor

Re: IgniteUX Server Setup - Make depot from CD/DVD

It is a bit strange, because it is 11.31 and it complains about legacy device files.

What is in

# ls -la /etc/lvmconf

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Sergej Kleva
Frequent Advisor

Re: IgniteUX Server Setup - Make depot from CD/DVD

hamra / # ls -la /etc/lvmconf
total 1088
drwxr-xr-x 2 root root 8192 Apr 15 13:01 ./
dr-xr-xr-x 37 bin bin 8192 May 4 13:32 ../
---------- 1 root sys 0 Apr 15 11:25 lvm_lock
---------- 1 root sys 0 Apr 15 13:01 pvg_lock
-rw------- 1 root sys 45056 Apr 15 11:10 vg00.conf
-rw------- 1 root sys 121856 Apr 15 11:10 vg01.conf
-rw------- 1 root sys 121856 Apr 15 11:10 vg02.conf
-rw------- 1 root sys 121856 Apr 15 11:10 vg03.conf
-rw------- 1 root sys 121856 Apr 15 11:10 vg04.conf
Torsten.
Acclaimed Contributor

Re: IgniteUX Server Setup - Make depot from CD/DVD

You have vg00 configured only, but you have backups for vg01..vg04.


Expected?

This may happen if you don't correctly remove a VG or after cloning systems.



Search them *all* with commands like

# strings /etc/lvmconf/vg01.conf
...


or

# vgcfgrestore -f /etc/lvmconf/vg01.conf -l

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: IgniteUX Server Setup - Make depot from CD/DVD

BTW, having configuration backups of non-existing VGs may create very strange results sometimes.

I expect this is the reason here too.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Sergej Kleva
Frequent Advisor

Re: IgniteUX Server Setup - Make depot from CD/DVD

I have vg01...vg04 physical disks for HP Integrity virtual machines. There are 4 virtual machines installed. Each have one physical disk attached.

Which backup you are talking about? :)

Brgds,
S.


Here is the output:
hamra /ISO_IMAGES # strings /etc/lvmconf/vg01.conf
CONFIG01
/dev/vg01
/dev/rdisk/disk8
LVMREC01
gsVGDA0001
e De
VGSA0001K
hamra /ISO_IMAGES # strings /etc/lvmconf/vg02.conf
CONFIG01
/dev/vg02
/dev/rdisk/disk9
LVMREC01
VGDA0001
VGSA0001K
hamra /ISO_IMAGES # strings /etc/lvmconf/vg03.conf
CONFIG01
/dev/vg03
/dev/rdisk/disk10
LVMREC01
iVGDA0001
G De
VGSA0001K
hamra /ISO_IMAGES # strings /etc/lvmconf/vg04.conf
CONFIG01
/dev/vg04
/dev/rdisk/disk7
LVMREC01
VGDA0001
VGSA0001K
hamra /ISO_IMAGES # strings /etc/lvmconf/vg00.conf
CONFIG01
/dev/vg00
/dev/rdisk/disk11_p2
LVMREC01
HPLVMBDRK
0VGDA0001
VGSA0001K
Torsten.
Acclaimed Contributor

Re: IgniteUX Server Setup - Make depot from CD/DVD

But they are not listed here:

hamra /etc # strings lvmtab
/dev/vg00
/dev/disk/disk11_p2

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Sergej Kleva
Frequent Advisor

Re: IgniteUX Server Setup - Make depot from CD/DVD

Please can you explain why they should be listed there?


Sergej Kleva
Frequent Advisor

Re: IgniteUX Server Setup - Make depot from CD/DVD

btw: i don't want any backup going on on that disks (vg01-vg04)
How can i stop configuration backup?
Torsten.
Acclaimed Contributor

Re: IgniteUX Server Setup - Make depot from CD/DVD

Configuration backups are done automatically.

If vg01 ... vg04 are active on your server, they must be in lvmtab too.

Are they active???

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Pulse001
Regular Advisor

Re: IgniteUX Server Setup - Make depot from CD/DVD

Hi Serqej,

Torsten is right , even though the VG's are used for HPVM, they will be listed here on the VM host.

What type of backing store do you use for your VM guest ?
I use LVOL's to create filesystems or virtual LV disks and then present it to my VM guest. Still in both cases, the VG does exist on the VM host.
Sergej Kleva
Frequent Advisor

Re: IgniteUX Server Setup - Make depot from CD/DVD

They should not be active ... As i have said in previous post:
Beside the system disk I do have 4 more physical disk. Each disk is attached to virtual machine
How can i check if they are active?

Brgds,
S.
Torsten.
Acclaimed Contributor

Re: IgniteUX Server Setup - Make depot from CD/DVD

... and please post an

# ioscan -m dsf

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: IgniteUX Server Setup - Make depot from CD/DVD

and

# vgdisplay -v


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Sergej Kleva
Frequent Advisor

Re: IgniteUX Server Setup - Make depot from CD/DVD

Here it is:

hamra /ISO_IMAGES # ioscan -m dsf
Persistent DSF Legacy DSF(s)
========================================
/dev/rdisk/disk7 /dev/rdsk/c0t4d0
/dev/rdisk/disk8 /dev/rdsk/c0t1d0
/dev/rdisk/disk9 /dev/rdsk/c0t2d0
/dev/rdisk/disk10 /dev/rdsk/c0t3d0
/dev/rdisk/disk11 /dev/rdsk/c0t0d0
/dev/rdisk/disk11_p1 /dev/rdsk/c0t0d0s1
/dev/rdisk/disk11_p2 /dev/rdsk/c0t0d0s2
/dev/rdisk/disk11_p3 /dev/rdsk/c0t0d0s3

hamra /ISO_IMAGES # vgdisplay -v
--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 3
Open LV 3
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 4356
VGDA 2
PE Size (Mbytes) 32
Total PE 4347
Alloc PE 4346
Free PE 1
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
VG Version 1.0
VG Max Size 2178g
VG Max Extents 69696

--- Logical volumes ---
LV Name /dev/vg00/lvol1
LV Status available/syncd
LV Size (Mbytes) 1792
Current LE 56
Allocated PE 56
Used PV 1

LV Name /dev/vg00/lvol2
LV Status available/syncd
LV Size (Mbytes) 8192
Current LE 256
Allocated PE 256
Used PV 1

LV Name /dev/vg00/lvol3
LV Status available/syncd
LV Size (Mbytes) 129088
Current LE 4034
Allocated PE 4034
Used PV 1


--- Physical volumes ---
PV Name /dev/disk/disk11_p2
PV Status available
Total PE 4347
Free PE 1
Autoswitch On
Proactive Polling On
Torsten.
Acclaimed Contributor

Re: IgniteUX Server Setup - Make depot from CD/DVD

Is this system installed from DVD or cloned from somewhere else?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Sergej Kleva
Frequent Advisor

Re: IgniteUX Server Setup - Make depot from CD/DVD

From DVD i think March 2008
Torsten.
Acclaimed Contributor

Re: IgniteUX Server Setup - Make depot from CD/DVD

I'm sure the /dev/rdsk/c9t0d16 device is somewhere declared in the various configuraion files (ignite?). Maybe a find can help.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Sergej_5
Regular Advisor

Re: IgniteUX Server Setup - Make depot from CD/DVD

The question is in which files? :)

Brgds,
S.
Torsten.
Acclaimed Contributor

Re: IgniteUX Server Setup - Make depot from CD/DVD

Hence a search ...

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Sergej_5
Regular Advisor

Re: IgniteUX Server Setup - Make depot from CD/DVD

How can i search within file for determined string? awk , sed?