Operating System - HP-UX
1752592 Members
3940 Online
108788 Solutions
New Discussion юеВ

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