Mounting a SAN Vdisk to Solaris 9

To anybody,
I need some help of how to connect a Vdisk from a SAN (StorageWorks Command View EVA) that was created in the SAN. Tried to mount the:
*[root@sgb-trdb01]# mkdir /trmedtest*
*[root@sgb-trdb01]# mount /dev/dsk/c4t600508b40010891c00011000006b0000d0s7 /trmedtest*
and I receive this error:
mount: /dev/dsk/c4t600508b40010891c00011000006b0000d0s7 or /trmedtest, no such y
Question:
How do I see the remote Vdisk partition that is publish through the SAN being visible in Solaris 9, although it is not mounted yet? I think the Solaris 9 still cannot see the Remote Vdisk Resource. How do I confim this?
Your help is much appreciated.
Thank you.

Hello!
It's not clear - device /dev/dsk/c4t600508b40010891c00011000006b0000d0s7 is new or was created before.
Check that system can access to this device.
For example:
format /dev/rdsk/c4t600508b40010891c00011000006b0000d0s7
After select partiotion, print.
Check what you can see.
If format don't have access to this disk, check that this device is configured.
cfgadm -al -o show_FCP_dev
Possible, you need configure some FC devices that currently have status unconfigured
cfgadm -c configure <device>
Check path status to device:
luxadm display /dev/rdsk/c4t600508b40010891c00011000006b0000d0s2
Regards.

Similar Messages

  • How to mount SAN drive inside Solaris 10

    Dear Support,
    I have some solaris servers, and storage administrator have given 1 of the solaris server 4 LUN. I will need to mount those drives inside my solaris servers. I would like to know how to do it step by step.
    Anyone can guide me?

    1. After I do rescan with DEVFSADM and I do sympd list will device appear?
    hostname#echo | format :
    Searching for disks...done
    here you can able see non labled disks. you need to labled first. after labled, here you are not see disks.
    AVAILABLE DISK SELECTIONS:
    0.c0t0d0
    2. How can I see the device prior to formatting and mouting it?
    After labled, you need to create the new file systems with user : newfs /dev/rdsk/c1t2d0sX
    cerate mount point: mkdir /test
    mount /dev/dsk/c1t2d0sX /test
    3. From the FORMAT command how do I know which is my new device as the server already has plenty SAN disks assigned?
    A): hostname#echo | format :
    Searching for disks...done
    here you can able see non labled disks. you need to labled first. after labled, here you are not see any disks.
    AVAILABLE DISK SELECTIONS:
    0.c0t0d0
    4. From the FORMAT command how do I tie devices back to a SAN/Symmetrix device number?
    echo | format | grep c1t2d0 (SAN device name)
    5. Then the easy part to the guru's how to I physically map/moun the newly added device?
    you have fallow the above steps..

  • Creating new mount points on pre installed Solaris 2.7

    Creating new mount points on pre installed Solaris 2.7

    Hi,
    Thanks for suggestion.
    I have checked note 1521371, so as per note I have to provide the locations as given below..
    For PI1 (i.e. PI Development)...............
    Oracle Base Location : /oracle/PI1
    Oracle Home Location : /oracle/PI1/112_64
    Inventory Directory : /oracle/PI1
    For PI2 (i.e. PI Production)...............
    Oracle Base Location : /oracle/PI2
    Oracle Home Location : /oracle/PI2/112_64
    Inventory Directory : /oracle/PI2
    Correct me if I am wrong..
    Could you please tell me, does we need to set the ORACLE environmental variables i.e. ORACLE_BASE, ORACLE_HOME and ORACLE_STAGE before start the ORACLE database installation?
    Kindly suggest,
    Thanks and regards,
    Amit....

  • How do I map Hitachi SAN LUNs to Solaris 10 and Oracle 10g ASM?

    Hi all,
    I am working on an Oracle 10g RAC and ASM installation with Sun E6900 servers attached to a Hitachi SAN for shared storage with Sun Solaris 10 as the server OS. We are using Oracle 10g Release 2 (10.2.0.3) RAC clusterware
    for the clustering software and raw devices for shared storage and Veritas VxFs 4.1 filesystem.
    My question is this:
    How do I map the raw devices and LUNs on the Hitachi SAN to Solaris 10 OS and Oracle 10g RAC ASM?
    I am aware that with an Oracle 10g RAC and ASM instance, one needs to configure the ASM instance initialization parameter file to set the asm_diskstring setting to recognize the LUNs that are presented to the host.
    I know that Sun Solaris 10 uses /dev/rdsk/CwTxDySz naming convention at the OS level for disks. However, how would I map this to Oracle 10g ASM settings?
    I cannot find this critical piece of information ANYWHERE!!!!
    Thanks for your help!

    Yes that is correct however due to use of Solaris 10 MPxIO multipathing software that we are using with the Hitachi SAN it does present an extra layer of complexity and issues with ASM configuration. Which means that ASM may get confused when it attempts to find the new LUNs from the Hitachi SAN at the Solaris OS level. Oracle Metalink note 396015.1 states this issue.
    So my question is this: how to configure the ASM instance initialization parameter asm_diskstring to recognize the new Hitachi LUNs presented to the Solaris 10 host?
    Lets say that I have the following new LUNs:
    /dev/rdsk/c7t1d1s6
    /dev/rdsk/c7t1d2s6
    /dev/rdsk/c7t1d3s6
    /dev/rdsk/c7t1d4s6
    Would I set the ASM initialization parameter for asm_diskstring to /dev/rdsk/c7t1d*s6
    as correct setting so that the ASM instance recognizes my new Hitachi LUNs? Solaris needs to map these LUNs using pseudo devices in the Solaris OS for ASM to recognize the new disks.
    How would I set this up in Solaris 10 with Sun multipathing (MPxIO) and Oracle 10g RAC ASM?
    I want to get this right to avoid the dreaded ORA-15072 errors when creating a diskgroup with external redundancy for the Oracle 10g RAC ASM installation process.

  • ORACLE TABLESPACE CREATION PROBLEM IN SAN STORAGE FROM SOLARIS X86 Machine

    Hi everybody,
    i am new in this forum and i am also new in solaris operating system with SAN storage.
    I am using oracle database 10g in a sun x86 machine with solaris 5.10.
    While i am trying to create a tablepsace in SAN storage in a mount point of 2.1TB the following error occurs:
    SQL> create tablespace test datafile '/appbrm01/oracle/oradata/test1.dbf' size 100M;
    create tablespace test datafile '/appbrm01/oracle/oradata/test1.dbf' size 1M
    ERROR at line 1:
    ORA-01119: error in creating database file '/appbrm01/oracle/oradata/test1.dbf'
    ORA-27037: unable to obtain file status
    Intel SVR4 UNIX Error: 79: Value too large for defined data type
    Additional information: 45
    SQL>
    But when i am trying to create a tablepsace in SAN storage in a mount point of 1.8TB it works fine.
    So, please if any body can help me to solve this issue i will be very glad
    Thanks
    Reshad

    Also, Datapump from NAS device would perform slow.
    Take a look at this:
    10gR2 "database backup" to nfs mounted dir results in ORA-27054 NFS error
    Note:356508.1 - NFS Changes In 10gR2 Slow Performance (RMAN, Export, Datapump) From Metalink.

  • Mount USB flashdrive (FAT) in Solaris 10 6/06

    Hi guys!!
    I'm trying to mount a (FAT16) USB flashdrive in Solaris 10 6/06.
    This is the output of dmesg:
    Nov 27 09:32:01 bioinieto usba: [ID 912658 kern.info] USB 2.0 device (usbc76,5) operating at hi speed (USB 2.x) on USB 2.0 root hub: storage@5, scsa2usb1 at bus address 2
    Nov 27 09:32:01 bioinieto usba: [ID 349649 kern.info] JetFlash TS128MJF2A
    Nov 27 09:32:01 bioinieto genunix: [ID 936769 kern.info] scsa2usb1 is /pci@0,0/pci1028,179@1d,7/storage@5
    Nov 27 09:32:01 bioinieto genunix: [ID 408114 kern.info] /pci@0,0/pci1028,179@1d,7/storage@5 (scsa2usb1) online
    Nov 27 09:32:01 bioinieto scsi: [ID 193665 kern.info] sd2 at scsa2usb1: target 0 lun 0
    Nov 27 09:32:01 bioinieto genunix: [ID 936769 kern.info] sd2 is /pci@0,0/pci1028,179@1d,7/storage@5/disk@0,0
    Nov 27 09:32:01 bioinieto genunix: [ID 408114 kern.info] /pci@0,0/pci1028,179@1d,7/storage@5/disk@0,0 (sd2) online
    Nov 27 09:32:01 bioinieto genunix: [ID 314293 kern.info] device pciclass,030000@2(display#0) keeps up device sd@0,0(disk#2), but the latter is not power managed
    But I cannot find /dev/dsk/sd1, and I can't do mount -F pcfs /dev/XXXXX /mnt/ :-(
    Any ideas???
    Thank you!

    My mistake!! Excuse me!! :-)
    # rmformat
    Looking for devices...
    1. Logical Node: /dev/rdsk/c0t0d0p0
    Physical Node: /pci@0,0/pci-ide@1f,1/ide@0/sd@0,0
    Connected Device: HL-DT-ST DVD-ROM GDR8163B 0D20
    Device Type: DVD Reader
    2. Logical Node: /dev/rdsk/c3t0d0p0
    Physical Node: /pci@0,0/pci1028,179@1d,7/storage@5/disk@0,0
    Connected Device: JetFlash TS128MJF2A 1.00
    Device Type: Removable
    # mount -F pcfs /dev/dsk/c3t0d0p0:c /rmdisk/
    # mount
    /rmdisk on /dev/dsk/c3t0d0p0:c read/write/setuid/devices/nohidden/nofoldcase/dev=d81090 on lun nov 27 16:52:03 2006
    # df -h
    /dev/dsk/c3t0d0p0:c 120M 3,6M 116M 4% /rmdisk
    Now I'm able to access the pendrive, hooray :-))
    Finally, curious question: what's the ":c" in the device ??
    Thank you very much!!
    Mensaje editado por:
    ibantxuyn

  • SAN Foundation with Solaris 10?

    We are considering a move to Solaris 10 and want to know if the current SAN foundation is the proper version to use. Thanks!

    Sorry for the late reply! It was exactly as you stated - I installed Solaris 10 on a box with a Qlogic adapter and it saw the switch, storage, et. al. cool!

  • Difficulty with SAN boot of solaris 10 (on V245) from HP EVA 4000 -

    Hi
    This is my first post. I'm trying to get my head around what's preventing me booting a V245 solaris 10 from a LUN presented from an HP EVA 4000.
    The machine boots up ok from a local disk. So, i've done the LUN masking (presentation) on the EVA and the Brocade zoning - solaris can see the disk.
    I've formated it close to the current internal root disk, and had used ufsdump/ufsrestore and installboot to copy the contents of / onto the new LUN , which i had mounted as /mnt.
    My problem is i just can't seem to get at the new disk at the ok prompt - i'm never quite sure that i'm booting from the correct disk.
    I believe all the compatibility with o/s qlc card drivers and the EVA are in order.
    The qlc HBA is as follows:
    Sun SG-XPCI2FC-QF2/x6768A 1077 2312 1077 10A and have suitable patch 119139-33
    Here's some output:
    root@bwdnbtsl02# uname -a
    SunOS bwdnbtsl02 5.10 Generic_137111-01 sun4u sparc SUNW,Sun-Fire-V245
    root@bwdnbtsl02#
    root@bwdnbtsl02# luxadm probe
    No Network Array enclosures found in /dev/es
    Found Fibre Channel device(s):
    Node WWN:50001fe15009df00 Device Type:Disk device
    Logical Path:/dev/rdsk/c4t600508B4001066A60000C00002B50000d0s2
    root@bwdnbtsl02#
    Now down at ok prompt, probe-scsi-all can see the EVA (HSV) LUNS
    (Here's a sample of the output)
    ok probe-scsi-all
    /pci@1f,700000/pci@0/SUNW,qlc@2,1
    ************************* Fabric Attached Devices ************************
    Adapter portId - 640100
    Device PortId 640000 DeviceId 1 WWPN 210000e08b8a3e4f
    Device PortId dc0000 DeviceId 2 WWPN 50001fe15009df09
    Lun 0 HP HSV200 6220
    Lun 1 DISK HP HSV200 6220
    Device PortId d20000 DeviceId 3 WWPN 50001fe150092f19
    Lun 0 HP HSV200 6220
    /pci@1f,700000/pci@0/SUNW,qlc@2
    ************************* Fabric Attached Devices ************************
    Adapter portId - 630100
    Device PortId 630000 DeviceId 1 WWPN 210100e08baa3e4f
    Device PortId 780000 DeviceId 2 WWPN 50001fe15009df08
    Lun 0 HP HSV200 6220
    Lun 1 DISK HP HSV200 6220
    Device PortId 6e0000 DeviceId 3 WWPN 50001fe150092f18
    Lun 0 HP HSV200 6220
    So, i attempt to boot with the following:
    ok boot /pci@1f,700000/pci@0/SUNW,qlc@2/fp@0,0/disk@w50001fe15009df08,0:a
    Boot device: /pci@1f,700000/pci@0/SUNW,qlc@2/fp@0,0/disk@w50001fe15009df08,0:a File and args:
    Can't read disk label.
    Can't open disk label package
    Can't open boot device
    {1} ok
    If anyone can put me straight here i'd be most grateful.
    thanks john

    hi,guys:
    i am interesting in your question. i have never try it like your experience.
    maybe the cause is drive . either the OS is running . the drive can load. or relation with the style of server .
    i think you can try it like the following again.
    when you install OS , you chocie EVA disk .
    remeber . if the test is complete. you must tell me .
    the following is my contact: [email protected]
    best regards

  • Expand a SAN partition under Solaris 10

    Hi!
    I am using Solaris 10 hook up a SAN partition through SAN network. Now I want to expand the original SAN partition, with data on it, from 100GB to 200GB. We tried to expand it. On the SAN management side, it was expanded to 200GB. However, I am not able see and partition size change in Solaris 10.
    Would you please kindly show me how to expand it properly without restoring data from backup?
    Thanks.

    Hi,
    even though you expand the volume from the storage the partition table is still the same. You need to reflect the changes to the new head/sector/cylinder setting on the disk to see the new disk size.
    Prior doing that take a backup copy of the existing partition table.
    # prtvtoc /dev/rdsk/cxtxdxs2
    also if there are multiple partitions on the disks it is also dvisable to note down the start cylinder and the size in cylinders of each partition.
    Then you have to unmount the volumes and relable it.
    format
    format> type
    select "auto" to let format to select the new disk type and lable.
    Once this is done you will see the new disk size. Create the existing partions using the saved partition information. You will find the added capacity towards the end of the previous cylinder boundry.
    Note: During the capacity increase if there are changes to the heads or sectors of the disk then the "growfs" command will fail.

  • MDM console GUI on Windows is not mounting the MDM server on Solaris

    Hello MDM experts,
    This is kind of administrative problem. I am basis person, installing SAP MDM 5.5 SP04 for the first time.
    I have configured the MDM server (mds) on solaris 10 system. I have also configured MDM import server(mdis) and Syndication serever (mdss) on the same machine. I have installed the database software and configured the empty repository on the same host machine.
    So, Database and all the 3 MDM services (mds,mdis,mdss) are running on Solaris machine.
    After that, I installed "MDM console fat client GUI" component on my desktop and trying to "mount the server" by specifying the "hostname" of the solaris machine where MDM services are running.
    But I am not able to mount it...it says invalid server and does not mount.
    Any idea what might be the problem ????
    I referred following link :
    http://help.sap.com/saphelp_mdmgds55/helpdata/EN/8e/9f9c427055c66ae10000000a155106/frameset.htm
    which says, you should have administrative right on Solaris machine where MDM server is running....but how do I have that being a Windows user ???
    Please advise.

    Hello Mark,
    1. When I right click on the "SAP MDM servers" node in "Console Hierarchy" pane on the left hand side of the Console GUI, and select "Mount MDM Server..." option in context menu, I get a dialog box for entering my MDM server name.
    I typed in the fully qualified host name of my solaris server where "mds-r" is running.
    When I click "OK" button, it adds an entry in "Console Hierarchy" on left hand side, but the entry comes with "Yellow exclamation Mark" sign. Also it says Status "Invalid" when I see the "MDM servers" section on right hand side top.
    When I right click on my newly created entry of MDM server, all the options on context menu like "Mount Repository, Create Repository, Connect to MDM server" look greyed out. Only the option of "Unmount MDM server" seems to be enabled
    2. I tried to do the same thing on 2 different Windows machines and got the same output.
    Regards,
    Bharat

  • SAN problem in solaris:oracle couldn't start

    Hi all
    I am facing problem in one of the disk.One of the SAN disk is not mounted becuse of the same I couldn't able to start the oracle database.Our .user_dump_dest='/arch/dump/udump' are mounted on one of the disk (c1t1d0s0) on SAN.
    #/dev/dsk/c1d0s2 /dev/rdsk/c1d0s2 /usr          ufs     1       yes     -
    fd      -       /dev/fd fd      -       no      -
    /proc   -       /proc   proc    -       no      -
    /dev/dsk/c1t0d0s1       -       -       swap    -       no      -
    /dev/dsk/c1t0d0s0       /dev/rdsk/c1t0d0s0      /       ufs     1       no
    /dev/dsk/c1t1d0s0       /dev/rdsk/c1t1d0s0      /arch   ufs     2     yes
    #/dev/dsk/c3t0d0s0      /dev/rdsk/c3t0d0s0      /bkp    ufs     2     yes
    /dev/md/dsk/d0  /dev/md/rdsk/d0 /bkp    ufs     2     yes       -
    swap    -       /tmp    tmpfs   -       yes     -
    /dev/dsk/c3t1d0s0       /dev/rdsk/c3t1d0s0      /oracle         ufs     2     ye
    s       -
    #/dev/dsk/c1t1d0s1      /dev/rdsk/c1t1d0s1      /ai   ufs     1       -
    ~
    ~
    ~
    $ df -bk
    Filesystem            kbytes    used   avail capacity  Mounted on
    /dev/dsk/c1t0d0s0    10080200 2465407 7513991    25%    /
    /proc                      0       0       0     0%    /proc
    fd                         0       0       0     0%    /dev/fd
    mnttab                     0       0       0     0%    /etc/mnttab
    swap                 21534224      24 21534200     1%    /var/run
    swap                 21534224      24 21534200     1%    /tmp
    /dev/md/dsk/d0       109414630 88119292 20201192    82%    /bkp
    /dev/dsk/c3t1d0s0    30983686 21056603 9617247    69%    /oracleCan anybody help me how to mount c1t1d0s0 the disk......

    Laura:
    getting an error
    # mount -a
    mount: /tmp already mounted
    mount: /dev/md/dsk/d0 is already mounted, /bkp is busy,
            or the allowable number of mount points has been exceeded
    mount: I/O error
    mount: cannot mount /dev/dsk/c1t1d0s0
    mount: /dev/dsk/c3t1d0s0 is already mounted, /oracle is busy,
            or the allowable number of mount points has been exceeded
    # su -
    Sun Microsystems Inc.   SunOS 5.8       Generic Patch   October 2001
    You have mail.
    # mount -a
    mount: /dev/dsk/c3t1d0s0 is already mounted, /oracle is busy,
            or the allowable number of mount points has been exceeded
    mount: /tmp already mounted
    mount: I/O error
    mount: cannot mount /dev/dsk/c1t1d0s0
    mount: /dev/md/dsk/d0 is already mounted, /bkp is busy,
            or the allowable number of mount points has been exceeded
    # mount /dev/dsk/c1t1d0s0 /arch
    mount: I/O error
    mount: cannot mount /dev/dsk/c1t1d0s0
    #Edited by: user00726 on Apr 16, 2009 5:21 AM

  • Mounting windows directory to the solaris for linkage of files to the DB

    Hi,
    I want to know how to access windows directory in sun solaris 5.0,actually in the windows directory we are havig JPG images and we want to crreate a link to the database and our database is oracle 10 g, but i am unable to mount the win directory to the solaris.............
    can anybody help me out to solve the problem..........

    You can have the image directory shifted to database server itself. That would solve a lot of issues in first place.
    If you are having trouble setting up the windows share on Solaris, get in touch with your system administrator.

  • How to mount StorageTek 2530 disk to Solaris

    I have finished the setting in CAM for StorageTek 2530. How can I mount it to the file system in solaris? Is it possible to expand /export/home directory? Is it possible to concatenate a new RAID 5 from StorageTek 2530 to the original RAID 5 of /export/home?
    Thanks

    I got my air disk to mount. A little bit of legwork on my part and found the drive thru looking on my drive and shared folder. Definitely different than tiger.
    Here is my new problem. I moved some folders and files from my leopard mbp, but when I mount the same air disk on a mac mini g4 running tiger I can not see any of the folders (besides "shared") or any of their contents. Even the "shared" folder show nothing but empty.
    The only thing I did on the leopard machine was customize some of the folder icon styles, gave them more slick looking icons.

  • Mount an USB key under solaris 10 x86

    I've got a problem with solrais, I have got an USB key, and when I connect it to the computer, nothing is done.
    I want to know how I can mount my USB key.
    Willits

    Ok, I made a
    iostat -En And I obtained
    -bash-3.00# iostat -En
    c3t0d0           Soft Errors: 1 Hard Errors: 0 Transport Errors: 0
    Vendor: HP       Product: CD-Writer+ 9100b Revision: 1.07 Serial No:
    Size: 0.00GB <0 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 1 Predictive Failure Analysis: 0
    sd2              Soft Errors: 3 Hard Errors: 0 Transport Errors: 0
    Vendor: CREATIVE Product: MuVo TX FM       Revision: 1123 Serial No:
    Size: 0.00GB <0 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 3 Predictive Failure Analysis: 0
    c5t0d0           Soft Errors: 3 Hard Errors: 0 Transport Errors: 0
    Vendor: CREATIVE Product: MuVo TX FM       Revision: 1123 Serial No:
    Size: 0.26GB <258342912 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 3 Predictive Failure Analysis: 0
    If I understand it says that there is an illegal request ?
    This device name is c5t0d0, but inside of c5t0d0, there is:
    -bash-3.00# ls /vol/dev/dsk/c5t0d0/
    unknown_format
    -bash-3.00#
    woozat ?
    thx

  • SAN Foundation for Solaris 10?????

    I can't seem to find the download for SAN Foundation? Does it exist yet? How can I spin up my 256 zones without any storage?
    Thanks!
    -Walter

    Are you sure SFK is required on S10? I haven't dug deep into this yet, but I installed S10 on a system with the Sun Qlogic FC card and it saw our EMC storage just fine.
    SFK was a bolt on for 8 and 9, I would hope they integrated it into 10.

Maybe you are looking for

  • I cannot install the latest iTunes because Bonjour cannot be removed?

    I've recently got a new iPod touch and I am having problems with downloading the latest iTunes. I go to click download, enter my details etc, and when it starts to download half way through a message box pops up saying 'The old version of Bonjour can

  • EURO sign not displayed correctly after unicode migration

    All, Don't know where exactly to post this, in BI forum or Netweaver Platform. But here is my question: We have migrated our SAP BW 3.5 (NW04, SP20) system from codepage 1100 (using general fallback codepage 1160) to unicode UTF-8. After the conversi

  • Make iphone photos rearrangeable like icons

    Hi currently i take business cards with the camera app and save them into my phone as backup from clients and also for easy access. Is there a way where i can hold down on a photo, then i can drag and drop that photo anywhere else in the album? Like

  • Mac Pro Not Shutting Down

    Hi, I have a week old Mac Pro 8 core (6 gig of RAM and 3 HD's) that has suddenly developed an aversion to shutting down. OSX exits and the monitor shuts off but the fans keep on spinning as normal and the power light stays on. If I select "reboot" th

  • RMI, NAT firewall, and callbacks

    Hi, My problem is similar to many other problems that have been posted over the span of nearly a decade on this forum. However, I'm starting this thread because my search through the forum didn't make me happy, and because I hope that with new versio