Operating System - Linux
1752587 Members
4599 Online
108788 Solutions
New Discussion юеВ

Mount the San disk on Linux RH4 server

 
SOLVED
Go to solution
Leah Chow
Frequent Advisor

Mount the San disk on Linux RH4 server

Hello,

We just moved 100gb San space from one linux server to another, when i ran the df -k, i couldn't see the san disk on the second linux server.

Here is the result from fdisk -l command:


Disk /dev/cciss/c0d0: 146.7 GB, 146778685440 bytes
255 heads, 63 sectors/track, 17844 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 * 1 13 104391 83 Linux
/dev/cciss/c0d0p2 14 17844 143227507+ 8e Linux LVM

Disk /dev/sda: 107.1 GB, 107156078592 bytes
255 heads, 63 sectors/track, 13027 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/sda doesn't contain a valid partition table

Disk /dev/sdb: 107.1 GB, 107156078592 bytes
255 heads, 63 sectors/track, 13027 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/sdb doesn't contain a valid partition table


And the error messages from /var/log/messages are:

Feb 9 09:17:20 ora1 kernel: scsi: unknown device type 31
Feb 9 09:17:20 ora1 kernel: Vendor: NETAPP Model: LUN Rev: 7320
Feb 9 09:17:20 ora1 kernel: Type: Unknown ANSI SCSI revision: 04
Feb 9 09:17:20 ora1 kernel: scsi: Unexpected response from host 2 channel 0 id 0 lun 2 while scanning, scan aborted
Feb 9 09:17:20 ora1 kernel: scsi: unknown device type 31
Feb 9 09:17:20 ora1 kernel: Vendor: NETAPP Model: LUN Rev: 7320
Feb 9 09:17:20 ora1 kernel: Type: Unknown ANSI SCSI revision: 04
Feb 9 09:17:20 ora1 kernel: scsi: Unexpected response from host 2 channel 0 id 1 lun 2 while scanning, scan aborted
Feb 9 10:53:50 ora1 su(pam_unix)[20660]: session opened for user oracle by root(uid=0)
Feb 9 10:54:11 ora1 su(pam_unix)[20660]: session closed for user oracle
Feb 9 10:58:15 ora1 su(pam_unix)[21691]: session opened for user oracle by root(uid=0)
Feb 9 12:04:51 ora1 su(pam_unix)[21691]: session closed for user oracle
Feb 9 12:49:01 ora1 kernel: qla2xxx 0000:12:01.0: Scheduling rescan for new luns...
Feb 9 12:49:03 ora1 kernel: qla2xxx 0000:12:02.0: Scheduling rescan for new luns...
Feb 9 12:50:02 ora1 kernel: Vendor: NETAPP Model: LUN Rev: 7320
Feb 9 12:50:02 ora1 kernel: Type: Direct-Access ANSI SCSI revision: 04
Feb 9 12:50:02 ora1 kernel: qla2xxx 0000:12:01.0: scsi(2:0:0:2): Enabled tagged queuing, queue depth 32.
Feb 9 12:50:02 ora1 kernel: SCSI device sda: 209289216 512-byte hdwr sectors (107156 MB)
Feb 9 12:50:02 ora1 kernel: SCSI device sda: drive cache: write through
Feb 9 12:50:02 ora1 kernel: SCSI device sda: 209289216 512-byte hdwr sectors (107156 MB)
Feb 9 12:50:02 ora1 kernel: SCSI device sda: drive cache: write through
Feb 9 12:50:02 ora1 kernel: sda: unknown partition table
Feb 9 12:50:02 ora1 kernel: Attached scsi disk sda at scsi2, channel 0, id 0, lun 2
Feb 9 12:50:02 ora1 kernel: Vendor: NETAPP Model: LUN Rev: 7320
Feb 9 12:50:02 ora1 kernel: Type: Direct-Access ANSI SCSI revision: 04
Feb 9 12:50:02 ora1 kernel: qla2xxx 0000:12:01.0: scsi(2:0:1:2): Enabled tagged queuing, queue depth 32.
Feb 9 12:50:02 ora1 kernel: SCSI device sdb: 209289216 512-byte hdwr sectors (107156 MB)
Feb 9 12:50:02 ora1 kernel: SCSI device sdb: drive cache: write through
Feb 9 12:50:02 ora1 kernel: SCSI device sdb: 209289216 512-byte hdwr sectors (107156 MB)
Feb 9 12:50:02 ora1 kernel: SCSI device sdb: drive cache: write through
Feb 9 12:50:02 ora1 kernel: sdb: unknown partition table
Feb 9 12:50:02 ora1 kernel: Attached scsi disk sdb at scsi2, channel 0, id 1, lun 2
Feb 9 12:50:02 ora1 scsi.agent[7044]: disk at /devices/pci0000:00/0000:00:04.0/0000:11:00.0/0000:12:01.0/host2/target2:0:0/2:0:0:2
Feb 9 12:50:02 ora1 scsi.agent[7060]: disk at /devices/pci0000:00/0000:00:04.0/0000:11:00.0/0000:12:01.0/host2/target2:0:1/2:0:1:2


from the fstab file i can see this line:

/dev/VolGroupSAN-OraDb/LogVol-SAN-OraDb /laserfiche ext3 defaults
1 2

but when i go to /dev, i cannot find VolGroupSAN-OraDb.

Could you guys tell me which commands i can run to mount the san disk, do i need to format the disk?

thanks a bunch

Leah
4 REPLIES 4
Steven E. Protter
Exalted Contributor
Solution

Re: Mount the San disk on Linux RH4 server

Shalom Leah,

Choices:
reboot, see if the new disks are recognized.

Instal PSP for Proliant, all options.

hp_rescan
Scans the fiber channel and identifies new disks.

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
Leah Chow
Frequent Advisor

Re: Mount the San disk on Linux RH4 server

Yes, i know reboot will solve my problem, but i have to wait until Sunday to reboot the sever. alos i don't have hp_rescan command on my server.

thanks
Leah
Steven E. Protter
Exalted Contributor

Re: Mount the San disk on Linux RH4 server

PSP can be installed Leah, without a reboot.

Then you will have hp_rescan and be able to resolve this issue.

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
Leah Chow
Frequent Advisor

Re: Mount the San disk on Linux RH4 server

thank you , i will install PSP.