How to share disks without any volume manager

Hello:
Do I have to use volume manager, either Solstice or VxVM, in order to establish disk sharing in between a two-nodes Sun Cluster?
The Sun Cluster consists of 2 1405s and shares a D1000. The scdidadm �L shows:

12 solarisd1k:/dev/rdsk/c5t8d0 /dev/did/rdsk/d12
12 solarisa1k:/dev/rdsk/c5t8d0 /dev/did/rdsk/d12
13 solarisd1k:/dev/rdsk/c5t9d0 /dev/did/rdsk/d13
13 solarisa1k:/dev/rdsk/c5t9d0 /dev/did/rdsk/d13

Without implementing any volume manager, how can I share a disk? Such as disk d13?
I created a mount point /global13 on both nodes, use command
# mount /dev/global/dsk/d13s0 /global13
to mount this device. I can see the disk from both nodes. I created a file on /global13 from node solarisa1k, then, from node solarisd1k, it shows 0 block.
Thanks in advance.
Warren

To mount a device globally, either use # mount �g or use global flag on the /etc/vfstab file.

Similar Messages

  • How do I restore without any wifi connectivity?

    My apologies if this has already been asked. My iPad 2 will not connect to the wifi. It does not even pick up any SSIDs in the list of available connections. I have iTunes 11.1.1 on Mac on the computer connectivity side, and my iPad was just updated to the latest version of iOS (7.0.2?)
    Things I have tried:
    Turn wifi on/off
    Restart
    Reset network settings
    I suspect a hardware issue but I want to exhaust the software possibilities first.
    I have connected to iTunes and attempted to restore, however I cannot restore from iTunes because Find my iPad is on. In order to turn it off, I need to enter my Apple ID on the iPad itself, which obviously will not work without wifi connectivity (no 3G on this model). I have also attempted to first Erase all Settings from the iPad, but this also requires an Apple ID authentication. How can I restore this without any sort of internet connectivity? I can connect via USB to iTunes and I can't believe there's no way to make that happen

    Ha...well, thanks for finally being honest!!
    No problems...even though what you said made sense with regard to sync happening automatically (and, for me, happening quickly enough that I didn't see what as happening) I didn't mention in this thread that I created the following situation that I hinted at above.
    There was a game app that had data associated with it on my iPad that my son has been playing with an accidentally threw out.  I had a backup created because, with the new computer, I upgraded the iPad to OS 5.  I thought I could plug in, choose a backup to restore from, and get the app and some data back.  Well, I tried it...being unfamiliar with the process and whatever...and it did NOT work. PROBLEM was that before trying to restore, I REINSTALLED the app from iTunes and it came in a 'fresh install"....no data.  I then unplugged the iPad to try it out and that is when I realized no data was transferred.  When I plugged back in to finally do the restore, I think it BACKED UP THE NO-DATA app thereby erasing any chance I had and recoving the app's old data.
    I mean...I think that is what happened....hence all my questions that you have been helping with!!
    Now...since ya LIED to me ...I have another question!!:
    Where exactly are those backups??  I know some stuff here in my new Lion is now hidden when, back in 10.4.11 at least, I could look through the folders.  I found user/music/iTunes/iTunes Media/Mobile Applications and, in there, a bunch of "ipa" files associated with my iPad...but I haven't found the preferences folder location that you speak of...
    And if you find an explanation or more info, thanks...but don't have to kill yourself!

  • How to Bock customer without any transaction for the past one year

    dear Guru
    how can i bock customer without any transaction for the past one year .
    regards
    Praveen

    Hi Praveen,
    To Block Cuistomer Go to XD02 -
    > Give ur Customer Number -> Get in-> GO to EXTRAS------->Click on Blocking Data.
    You Can Block Customer At "Order Block" "Delivery Block" "Billing Block" 
    But for Past one year?
    Regards,
    Seegal
    Edited by: Raga on Apr 7, 2010 10:51 AM

  • How to do submit without any button

    Hi ,
    i am using Jdev 10.1.3.1 .
    i am using JSF ADF BC Technology. i am having a problem. how to do submit the values in inputHidden field without submit or any button.
    even i bind the method in valueChangeListner like below.it is not submit.Am i did any mistake? plz go thru this code and help me.
    Hidden there is no auto submit attribute.
    Code:
    <af:form>
    <af:inputHidden id="startDate"
    value="#{bindings.Eventdate.inputValue}"
    valueChangeListener="#{bindings.Execute.execute}"
    required="false"/>
    <af:commandLink text="search" actionListener="#bindings.Execute.execute}"/>
    OR
    <af:commandButton actionListener="#{bindings.Execute.execute}"
    text="Search"
    disabled="#{!bindings.Execute.enabled}"/>
    </af:form>
    i dont want to use command link or command button for action. how to submit the value in hidden field which is set by javascript function to the corresponding action.
    could you please help me out regarding this?? .
    Thanks & Regards,
    Arun

    Let me see if I have your use case correctly:
    The user views the page, and some event triggers some Javascript code. The Javascript code needs to set the values of a hidden field, then submit the form, executing the action named Execute in the bindings.
    First of all, get rid of the valueChangeListener. If you were to use a valueChangeListener, it would have to reference a method in a backing bean that takes a valueChangeEvent as its argument and returns void. Now try this - I haven't tried it myself, so I don't know that it will work, but I think it will. On your page:
    <af:form id="theForm" defaultCommand="executeButton">
      <af:inputHidden id="startDate" value="#{bindings.Eventdate.inputValue}" />
      <af:commandButton id="executeButton"
                                    actionListener="#{bindings.Execute.execute}"
                                    text="Search"
                                    disabled="#{!bindings.Execute.enabled}"
                                    inlineStyle="display: none;" />
    </af:form>And in your Javascript function:
    document.theForm.submit();The basic idea is that the defaultCommand property of the form says that any submit of the form defaults to the button with the id=executeButton, unless some other button or link is explicitly clicked. The button has an inlineStyle with display none, which hides it from the user. Then the Javascript submits the form which ought to execute the default command.

  • One Internet Connection, Two different LANS & Two DHCP Servers, How to share internet without conflict?

    I have two LANs and one internet connection.  Each LAN has its own DHCP server.  I want to be able to have internet access on BOTH LANs but don't
    want to have a DHCP conflict between them.
    The main LAN is a Time Warner Cable modem and a Cisco router running DHCP going to a 48 port switch that has all the workstations connected.  
    The second is a stand alone Windows 2012 WDS server which is ONLY use to image computers via WDS. The server is running DHCP as well and is connected to another 48 port switch where I connect systems that need to be imaged.
     I want to be able to provide internet access on LAN with the Windows 2012 WDS server so after I image the computers I can download drivers direct from the internet.   The Windows WDS server has two NIC cards but I am only using one.   Is
    it possible to configure this so the internet from the main LAN is shared to the WDS server and its clients without causing problems with the two DHCP servers?   Here is a basic network diagram.   Thanks!

    Hi Adam,
    To share the internet on secondary VLAN, please follow the steps below:
    Connect the secondary switch to Cisco router
    Configure the devices on secondary VLAN to use Cisco router as its' gateway
    Configure NAT for secondary VLAN on Cisco router
    Due to different manufacturer has different ways to configure, for detailed configuration information, please consult the manufacturer of the switch and router.
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How remote monitoring works -- without any agents at remote machine

    Using JAVA, Is there any way to execute a system level command on the remote machine and get back the data to the host machine.
    It should work something like this, my application resides on Windows, and it should send a system command to the remote machine (Solaris) like vmstat and getback the resultant output to my application. This should be achieved without installing any agents at the remote machines.
    Suggest me some good advice to design this application.

    Most Unix boxes run a Telnet serverActually, if the sysadmins are smart, there's no
    telnet server nor a telnet client in sight - they've
    been removed and sshd is running. Most (if I
    remember correctly) Linux distros now do not
    install telnetd by default, but sshd is. I use
    Linux/Solaris 100% of the time, at work and at home,
    and I can't even remember the last time I fired up
    "telnet."This is a good point and hints to the fact that any application must define and document
    its dependencies. In this case the application must document that the appropriate server daemon
    must be running for it to work, whether telnetd, rshd or sshd. No assumptions can be made about any
    of these daemons as they can all be turned off and not running.
    For this application to run the user must be able to turn on the required daemon at the required
    server. This is not the same but somewhat equivalent to requiring the installation of a
    specialized daemon at the server. In all cases the user must have administrative access to the server,
    either directly or indirectly.

  • Share/export without any re-encoding, possible?

    let's say you create a new MPEG4 iMovie project, and drag some DV files of a consisent size and quality into it; they get encoded to mpeg4 during the import. Now say you want to export your movie-- shouldn't there be a setting to simply "copy" the frames rather than re-encode everything? Not only does it take forever and it's redundant, but you loose quality doing so.
    I know if you want to resize the clip, or do anything to it, it would HAVE to re-encode it-- but shouldn't there be an option to just use the clips "raw"? Of course, the clips would have be completely consistent, which would be the case if they were DV off of the same camera...
    Thanks!

    ??? me confused...
    I still don't understand your workflow, sorry:
    iMovie is a consumer video edit app meant to work with firewire connected miniDV/D8 camcorders
    no word about "convert it into a playback format first, then create a project in a third codec... " etc...
    iM≥5 allows projects in mainly TWO codecs: DV (as on miniDV tapes, bit-identical tape=>Mac, no loss of quality), and mpeg4 (mainly for iSight recordings, low quality, as from some still-cams aible to do "movin' images"..) iM is a consumer app, made for simplicity & convenience, no all-purpose app. stay within concept of app => no fuzz (here...).
    2nd)
    mpeg4... a file with a mp4 suffix can contain MANY different codecs: plain mpeg4, but also h264.. or divx... or... iM allows in its Expert Settings to choose, WHICH mp4 should be created...
    mpeg4 ≠ mpeg4 !!
    ALL that codecs are NOT intended as processing files, they are PLAYBACK codecs..
    so, it is absolutly useless + lossy (=losing pic quality), to handle any h264 coded material; if you have dv, stay dv.
    and: h264 needs an awful lot of encoding power => tiiiiiiiime. if you choose "mpeg4" as project format, and choose h264 as export format, that needs computation, lots of computations.. and creates apparently from mp4 to mp4, as said above
    finally:
    all that "compressing" does NOT save any diskspace; these processes need an awful lot of diskspace to generate the files... video needs harddrive space - no workaround.

  • How to share examples without using personal workspace?

    When searching the forum archives I find examples that were provided through users' personal workspaces.
    Often the credentials have changed or the link itself is no longer valid.
    Has anyone been addressing this issue?
    It gets frustrating to find someone who has already asked my question only to learn that the answer that was provided to them does not help me because the example is no longer there!

    Tony Miller mentioned "the sample code site for
    APEX," in this post:
    http://forums.oracle.com/forums/thread.jspa?messageID=
    2279549. I am not sure what he was referring toyet
    but perhaps this is good enough?
    DaveWhat I was referring to is the listing of sample
    applications, that are stored as zip files up on the
    Oracle APEX home. Are you talking about these: http://www.oracle.com/technology/obe/apex/obe30/apexdev30.htm ?
    They are NOT installed in the
    support APEX area on Oracle's site. To do what you
    want would involve a great deal of coordination and
    for the amount of work the folks here at the APEX
    forum and the developers building APEX do, I think is
    too MUCH to ask..
    Even if we just went with the first idea where users could submit zip files of their own?
    Remember, APEX is a FREE product, not like Oracle
    Reports or BI Publisher, which you PAY To license and
    use...
    There are some well coordinated open-source projects out there. Users would need to play their part in any of these scenarios as well, I'm not expecting Oracle to do all the work in any case. I guess if there really is a demand a third-party website which allows submission/download/rating/review of Apex applications will go up.
    There are enough hosted sites that show examples
    (Vikas, Carl and Denes are three that come to mind
    right now [I know I am missing a few, but hey it's
    Sunday nite, and names are not coming to me..]).
    Perhaps those are the answer to the question I asked in the thread title? I started this thread after searching through the "locking columns in scrollable reports" thread. There were numerous references to code that was no longer available and workspaces that could no longer be logged onto. I had also seen the Gantt chart example being emailed around. Perhaps these threads are exceptions?
    The examples are there, you can download them and try
    them out on Oracles free space, and if they aren't
    what you want, then try, try again...That sounds pretty similar to the first thing I proposed- I was just brainstorming from there.
    >
    Thank you,
    Tony Miller
    UTMB/EHNRegards,
    Dave
    edit: trimmed

  • How to paint panel without any flashing

    Hello,
    i'm painting a panel with image,but before this image is painted ,it's drawed with Graphics.
    Could any tell me a way to avoid any flashing,while repainting
    Thanks in advance!!!

    use the following code in your prog:
    public void update(Graphics g)
         paint(g);
    this will remove flashing to a great extent.

  • How to recieve iMessages without any wifi

    I dont have a data plan (only talk and text)
    and my dad has an iphone and when im not in a wifi zone - i do not receive his imessages
    How do I make it so it uses my carrier/ charges me to receive iMessages from fellow Imessangers when no wifi is available?

    Buy a data plan.
    iMessages uses data network.

  • WebStart Flash and Veritas Volume Manager

    I would like to use WebStart Flash for backup of the system
    disk. The goal is to be able to recover the system disk rapidly.
    It works perfectly for systems without Veritas Volume
    Manager on the system disk.
    However, if Veritas Volume Manager is installed and used
    for mirroring the root disk, the system is not able to boot using
    WebStart Flash. This is probably because the "private region"
    of the disk is not included in the flash archive.
    Does anybody have a solution for this, or does any of
    you successfully combine WebStart Flash and Veritas
    Volume Manager?
    I use Jumpstart and the install_type is configured to
    flash_install.
    The question was also asked in the newsgroup
    comp.unix.solaris.
    Rgds,
    Henrik

    For many reasons, today you cannot save the VxVM
    private region information as an implicit part of a
    flash archive. The procedure would likely be to
    unencapsulate the root drive, create the flash archive,
    then re-encapsulate the root drive. This is an ugly
    procedure and may cause more pain than it is worth.
    When a root disk is encapsulated, an entry is put
    into the /etc/system file which says to use the VxVM
    or SVM logical volume for the rootdev rather than
    the actual device from which the system was originally
    booted. When you create a flash archive, this modification
    to the /etc/system is carried along. But, when you install
    it on a new system which doesn't have VxVM properly
    installed already (a chicken-and-the-egg problem)
    then the change of the rootdev to the logical volume
    will fail. The result is an unbootable system (without
    using 'boot -a' and pointing to a different /etc/system
    file like /dev/null).
    The current recommended process is to use a prototype
    system which does not have an encapsulated root
    to create the flash archive.
    VxVM also uses the ELM license manager which will
    tie the VxVM runtime license to the hostid. This makes
    moving flash archives with VxVM to other machines
    impractical or difficult.
    The long term solution would be to add logical volume
    management support to the JumpStart infrastructure.
    I'm not counting on this anytime soon :-(
    -- richard

  • Volume manage rootdg create problem

    Hi, all
    I used dd copy a disk with Veritas Volume Manager(VxVM) software packag on it to a new disk, after that, I use new disk to boot system (sparc-10), get messages like that :
    Aug 27 05:38:00 vxvm:vxconfigd: enable failed: Error in disk group configuration copies
    Aug 27 05:38:00 vxvm:vxconfigd: Disk group has no valid configuration copies; transactions are disabled.
    Aug 27 05:38:00 vxvm:vxconfigd: Rootdg cannot be imported during boot
    so, I want to recreate rootdg for the new disk with command: vxdg init rootdg c0t3d0s2=c0t3d0s2, but get error messages: private region contents is invalid, can't create rootdg, can anybody tell me how to fix this problem? thanks a lot!
    weilin

    Hi Joan,
    You can set the Default Value for the history version of idClient to :P7_CLIENTID with a Default Type of PL/SQL Expression. This should ensure that it is always populated.
    Regards
    Andy

  • How to break Veritas Volume Manager mirrors and wipe disks

    I have an old Solaris 10 server that is ready to be decommissioned. I would like to go in and break the Veritas Volume Manager mirrors and still be able to go in and wipe each of the two internal disks by using dd or something similar. Below is my Veritas Vol. Mgr. layout. I would greatly appreciate it if someone can post the exact commands (both for the Veritas Vol. Mgr. mirror break and the dd) I would need to run to perform the above tasks. I want to wipe the disks clean as to remove any company proprietary information prior to releasing the system.
    Note: I will be logged into a remote console session to perform these actions as the system is in a datacenter and is located in a rack which does not have a monitor.
    vxdisk list*
    DEVICE TYPE DISK GROUP STATUS
    c0t0d0s2 sliced rootdisk rootdg online
    c0t1d0s2 sliced rootmirror rootdg online
    vxdg list_
    NAME STATE
    rootdg enabled
    vxprint -htr_
    Disk group: rootdg
    dg rootdg default default 0 1113432795.1025.dh22020
    dm rootdisk c0t0d0s2 sliced 2632 71121402 -
    dm rootmirror c0t1d0s2 sliced 2888 71124291 -
    v appsvol - ENABLED ACTIVE 27262976 SELECT - fsgen
    pl appsvol-01 appsvol ENABLED ACTIVE 27263493 CONCAT - RW
    sd rootdisk-04 appsvol-01 rootdisk 41948280 27263493 0 c0t0d0 ENA
    pl appsvol-02 appsvol ENABLED ACTIVE 27263493 CONCAT - RW
    sd rootmirror-04 appsvol-02 rootmirror 41948280 27263493 0 c0t1d0 ENA
    v rootvol - ENABLED ACTIVE 16779312 ROUND - root
    pl rootvol-01 rootvol ENABLED ACTIVE 16779312 CONCAT - RW
    sd rootdisk-01 rootvol-01 rootdisk 0 16779312 0 c0t0d0 ENA
    pl rootvol-02 rootvol ENABLED ACTIVE 16779312 CONCAT - RW
    sd rootmirror-01 rootvol-02 rootmirror 0 16779312 0 c0t1d0 ENA
    v swapvol - ENABLED ACTIVE 8389656 ROUND - swap
    pl swapvol-01 swapvol ENABLED ACTIVE 8389656 CONCAT - RW
    sd rootdisk-02 swapvol-01 rootdisk 16779312 8389656 0 c0t0d0 ENA
    pl swapvol-02 swapvol ENABLED ACTIVE 8389656 CONCAT - RW
    sd rootmirror-02 swapvol-02 rootmirror 16779312 8389656 0 c0t1d0 ENA
    v var - ENABLED ACTIVE 16779312 ROUND - fsgen
    pl var-01 var ENABLED ACTIVE 16779312 CONCAT - RW
    sd rootdisk-03 var-01 rootdisk 25168968 16779312 0 c0t0d0 ENA
    pl var-02 var ENABLED ACTIVE 16779312 CONCAT - RW
    sd rootmirror-03 var-02 rootmirror 25168968 16779312 0 c0t1d0 ENA
    Thanks much for any assistance on this.

    I would boot off of a cdrom and then simply use the format command to wipe the disks individually.
    alan
    http://www.sun.com/blueprints/0600/scrub.pdf

  • How can I share the internet without any network distribution?

    I am facing a problem of internet sharing.
    I would like to share my connection from ethernet to airport,
    however, when I chose the "internet sharing" box, safari failed to connect to the internet.
    After removing the tick of the box, web browsing became normal again.
    how can I share the internet without any network distribution?
    thanks!

    You'd have to select in Sharing Preferences > Internet Sharing > Share your connection from ETHERNET, and to computers using AIRPORT.

  • How do you remove files from your start up disk without deleting any files?, How do you remove files from your start up disk without deleting any files?

    Hi,
    I was wondering if anyone knew how to remove files from the start up disk without deleting any files?
    I am unable to add any more photos and even download the latest updates because the start up disk is full....
    Is it possible to move the files off the start up disk without deleting them?
    I would appreciate feedback,
    Thanks
    Sammy

    Well you can move them to an external drive but this will delete them from the internal drive. Which is what you have to do to free up disk space.

Maybe you are looking for

  • Spool to pdf -not coming corectly

    Hi, i'm trying to convert spool to pdf, i've set adobe pdf as default printer, PDf is geting generated but all Values & text to right side are getting truncated/cut. suppose if text is excise duty it is coming as excise du Pl suggest

  • After minimizing it takes up to 5 seconds for home screen to load

    Galaxy S3, Android 4.3: After minimizing, it takes up to 5 seconds for the home screen to load. The screen is empty, without icons or widgets (not black - just completely empty). Seems to be Firefox specific: Chrome and other applications are not aff

  • Need to purchase a phone for my wife

    Happy New Year everyone.. I need to purchase a no fuss, easy to use Skype Cordless for my wife. I would like a type that plugs directly into your laptop, not an existing phone line. Trust me when I say it needs to be a simple corless phone..lol. Do y

  • How can I make the font stay large?

    I need a large font, but every time I go to a new pageI have to reset the font size.

  • ABAP query download/upload

    Hello experts, How do I get the query name from its generated program and how to download/upload queries from system to system (4.6C to ECC6)? Please help, thanks! Chuong