Making filesystem on presented lun


 
Thread Tools Search this Thread
Operating Systems Solaris Making filesystem on presented lun
# 1  
Old 05-30-2008
Question Making filesystem on presented lun

Hi,

I am working on SunOS perlrate 5.10 Generic_127111-09 sun4v sparc SUNW,SPARC-Enterprise-T5120.

The server has an LSISAS3801E HBA card installed and is connected to a StorageTek 2530 array.

I have made a volume on arrary using Common Array Manager.

I can see the volume on server:

root@perlrate # format
Searching for disks...done

c4t1d0: configured with capacity of 20.00GB

AVAILABLE DISK SELECTIONS:
0. c2t5000C5000A5C916Fd0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
/scsi_vhci/disk@g5000c5000a5c916f
1. c2t5000C5000A5C9817d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
/scsi_vhci/disk@g5000c5000a5c9817
2. c4t1d0 <SUN-LCSM100_S-0670 cyl 10238 alt 2 hd 64 sec 64>
/pci@0/pci@0/pci@8/pci@0/pci@1/LSILogic,sas@0/sd@1,0

Can anyone advise how to make a filesystem on the presented LUN - disk 2 above?

If i try to label the disk I get this error:
Warning: error writing VTOC

If i try to format the disk I get this error:
Formatting...
Illegal request during format

If I try to make a filesystem directly I get this error:
root@perlrate # newfs /dev/rdsk/c4t1d0s2
/dev/rdsk/c4t1d0s2: I/O error

Basically, Im an oracle guy working well out of his depth with OS and SAN config.

I've read extensively on internet but am getting nowhere. mpxio is enabled but I don't even know if this is relevent ..

3 days in and I need help.

Thanks,

John
# 2  
Old 05-30-2008
how big is the LUN? try the following:

Code:
format -e

go to the "label" menu and chosse EFI. try to write the label. after that go to "part" menu and make your slices as needed. after that you can build a filesystem on the device.

alternative:

build a "zpool" with your device:

Code:
zpool create poolname c4t1d0

after that you should have a /poolname filesystem.

hth,
DN2
# 3  
Old 06-03-2008
Hi DukeNuke,

Thanks for suggestions. Will test them out when back on site later this week.

LUN being tested with is only 20GB in size.

10.4,

John
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

How to resize filesystem by resizing the LUN without impact to applications.?

Is it possible to resize a filesystem by resizing the LUN on RHEL 6.4 64-bit with LVM and no impact to running applications? The research I have done so far seems to take the approach of adding a new LUN and then expaning the volume group to the new LUN. I'm looking for an approach that avoids a... (7 Replies)
Discussion started by: aenagy
7 Replies

2. AIX

Mount Filesystem in AIX Unable to read /etc/filesystem

Dear all, We are facing prolem when we are going to mount AIX filesystem, the system returned the following error 0506-307The AFopen call failed : A file or directory in the path name does not exist. But when we ls filesystems in the /etc/ directory it show -rw-r--r-- 0 root ... (2 Replies)
Discussion started by: m_raheelahmed
2 Replies

3. Solaris

Solaris Filesystem vs. Windows FileSystem

Hi guys! Could you tell me what's the difference of filesystem of Solaris to filesystem of Windows? I need to compare both. I have read some over the net but it's so much technical. Could you explain it in a more simpler term? I am new to Solaris. Hope you help me guys. Thanks! (4 Replies)
Discussion started by: arah
4 Replies

4. Red Hat

Grow LUN presented on Linux host

Hi, I have a SAN LUN of 550 GB created as an ext3 partition of the entire lun and need to make the lun and partition larger... 600 GB # fdisk -l /dev/sdj Disk /dev/sdj: 590.5 GB, 590558003200 bytes 255 heads, 63 sectors/track, 71797 cylinders Units = cylinders of 16065 * 512 = 8225280... (3 Replies)
Discussion started by: jamba1
3 Replies

5. UNIX for Dummies Questions & Answers

hwo to find shared filesystem and local filesystem in AIX

Hi, I wanted to find out that in my database server which filesystems are shared storage and which filesystems are local. Like when I use df -k, it shows "filesystem" and "mounted on" but I want to know which one is shared and which one is local. Please tell me the commands which I can run... (2 Replies)
Discussion started by: kamranjalal
2 Replies

6. Red Hat

Creating filesystem on new LUN

I'm new to linux and need information on how do I create a filesytem on a dedicated on LUN for RHEL 4 and 5? I want the filesystem to be a ext3 ---------- Post updated at 10:00 AM ---------- Previous update was at 08:56 AM ---------- Found the answer. This thread can be closed. (1 Reply)
Discussion started by: soupbone38
1 Replies

7. Solaris

I have LUN ID, how to find disk relate to that LUN ID?

I have a list of LUN ID, my task is to find if disk has been added or not. How do I do that? I have been searching the forum and not able to find answer. thanks (4 Replies)
Discussion started by: uuontario
4 Replies

8. Solaris

Solaris 10 /proc making filesystem full

Hi all, I have a solaris 10 box on which /proc is a part of / The problem is that my / partition is getting full mainly due to /proc getting a lot of files. My question is : Can I delete files/directories in /proc directory. If not what could be the other way round to clean up /proc so... (18 Replies)
Discussion started by: run_time_error
18 Replies

9. Solaris

Can't see Lun presented from T3B to Solaris8

Hello, I am having trouble with getting Lun visible to the solaris 8 host from the Array SUN T3B. It's SunFire 280R with Qlogic QLA2340 directly connected via 1 FC path to T3. On the array there is one 500GB volume created and mounted. I have tried with both F/w version of the array 2.1.6 and... (4 Replies)
Discussion started by: oktawik
4 Replies

10. Filesystems, Disks and Memory

error making filesystem when install UNIX

someone help me to figure out about this error i´m installing a 36Gb SCSI Hd and i used the custom option in unixSCO for create the diferents filesystems, when the process is finish the next error message apears: Exit value 139 status value -29952 Fatal error in disk info.c line 3525... (3 Replies)
Discussion started by: jav_v
3 Replies
Login or Register to Ask a Question