Installing TREX global file system standalone

I am installing TREX 7.1.23 as a distributed system with central storage (SAN).  However, according to multiple SAP documents, 7.1 does not yet allow you to install the global file system in a separate manner than the TREX system installation.  Refer to TREX 7.1 central note 1003900 [https://service.sap.com/sap/support/notes/1003900].
SAP does indicate there is an interim solution with note 1258694 "TREX 7.1:Install TREX with Global File System (Windows). " [https://service.sap.com/sap/support/notes/1258694].
In this note it says to execute "install. cmd --action=install_cfs --target=<UNC path_to_NAS> --sid=<SAPSID>", but I have downloaded the standalone TREX 7.1 installation and there is no "install.cmd" file to be found!?
Has anyone seen this note and know how this is done or where this file can be found?
thanks!
John

will be redesigning this installation, so closing thread

Similar Messages

  • Problems mounting global file system

    Hello all.
    I have setup a Cluster using two Ultra10 machines called medusa & ultra10 (not very original I know) using Sun Cluster 3.1 with a Cluster patch bundle installed.
    When one of the Ultra10 machines boots it complains about being unable to mount the global file system and for some reason tries to mount the node@1 file system when it is actually node 2.
    on booting I receive the message on the macine ultra10
    Type control-d to proceed with normal startup,
    (or give root password for system maintenance): resuming boot
    If I use control D to continue then the following happens:
    ultra10:
    ultra10:/ $ cat /etc/cluster/nodeid
    2
    ultra10:/ $ grep global /etc/vfstab
    /dev/md/dsk/d32 /dev/md/rdsk/d32 /global/.devices/node@2 ufs 2 no global
    ultra10:/ $ df -k | grep global
    /dev/md/dsk/d32 493527 4803 439372 2% /global/.devices/node@1
    medusa:
    medusa:/ $ cat /etc/cluster/nodeid
    1
    medusa:/ $ grep global /etc/vfstab
    /dev/md/dsk/d32 /dev/md/rdsk/d32 /global/.devices/node@1 ufs 2 no global
    medusa:/ $ df -k | grep global
    /dev/md/dsk/d32 493527 4803 439372 2% /global/.devices/node@1
    Does anyone have any idea why the machine called ultra10 of node ID 2 is trying to mount the node ID 1 global file system when the correct entry is within the /etc/vfstab file?
    Many thanks for any assistance.

    Hmm, so for arguments sake, if I tried to mount both /dev/md/dsk/d50 devices to the same point in the filesystem for both nodes, it would mount OK?
    I assumed the problem was because the device being used has the same name, and was confusing the Solaris OS when both nodes tried to mount it. Maybe some examples will help...
    My cluster consists of two nodes, Helene and Dione. There is fibre-attached storage used for quorum, and website content. The output from scdidadm -L is:
    1 helene:/dev/rdsk/c0t0d0 /dev/did/rdsk/d1
    2 helene:/dev/rdsk/c0t1d0 /dev/did/rdsk/d2
    3 helene:/dev/rdsk/c4t50002AC0001202D9d0 /dev/did/rdsk/d3
    3 dione:/dev/rdsk/c4t50002AC0001202D9d0 /dev/did/rdsk/d3
    4 dione:/dev/rdsk/c0t0d0 /dev/did/rdsk/d4
    5 dione:/dev/rdsk/c0t1d0 /dev/did/rdsk/d5
    This allows me to have identical entries in both host's /etc/vfstab files. There are also shared devices under /dev/global that can be accessed by both nodes. But the RAID devices are not referenced by anything from these directories (i.e. there's no /dev/global/md/dsk/50). I just thought it would make sense to have the option of global meta devices, but maybe that's just me!
    Thanks again Tim! :D
    Pete

  • Not able to run adadmin adfter installing R12 Upgrade file system

    Sawwan,
    Now we are doing 11i apps to R12 upgrade single node, before we did database upgrade 9i to 10.2.0.4,
    I successfully installed R12 upgrade file system with out any errors, i have chagned the
    new Installation creates APPL_TOP, COMMON_TOP, INST_TOP and 10g Oracle Home
    i moved the new environment file into .bash_profile
    mv .bash_profile .bash_profile_11.5.10
    Iset the R12 environment , When ever i tried to run adadmin system manager password is not taking its giving error
    [applupg@peabody appl]$ adadmin
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    Oracle Applications AD Administration
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Your default directory is '/u01/R12/apps/apps_st/appl'.
    Is this the correct APPL_TOP [Yes] ?
    AD Administration records your AD Administration session in a text file
    you specify. Enter your AD Administration log file name or press [Return]
    to accept the default file name shown in brackets.
    Filename [adadmin.log] :
    ************* Start of AD Administration session *************
    AD Administration version: 12.0.0
    AD Administration started at: Sat Apr 18 2009 06:12:52
    APPL_TOP is set to /u01/R12/apps/apps_st/appl
    Backing up restart files, if any......Done.
    Your previous AD Administration session did not run to completion.
    Do you wish to continue with your previous AD Administration session [Yes] ?
    You are about to use or modify Oracle Applications product tables
    in your ORACLE database 'upg'
    using ORACLE executables in '/u01/R12/apps/tech_st/10.1.2'.
    Is this the correct database [Yes] ?
    AD Administration needs the password for your 'SYSTEM' ORACLE schema
    in order to determine your installation configuration.
    Enter the password for your 'SYSTEM' ORACLE schema: manager
    ...Unable to connect.
    AD Administration error:
    The following ORACLE error:
    ORA-12541: TNS:no listener
    occurred while executing the SQL statement:
    CONNECT SYSTEM/*****
    AD Administration error:
    Unable to connect to 'SYSTEM'; password may be invalid.
    AD Administration needs the password for your 'SYSTEM' ORACLE schema
    in order to determine your installation configuration.
    Enter the password for your 'SYSTEM' ORACLE schema:
    Enter the password for your 'SYSTEM' ORACLE schema:
    Before running R12 adadmin is there nessary 11i apps servicess should up or down..
    Edited by: HumanDBA on May 5, 2009 12:26 PM

    Sawwan,
    As a oracle user i am able to see the tns_admin home dir
    [oraupg@peabody upg_peabody]$ echo $TNS_ADMIN
    /stage/10gsoftware/network/admin/upg_peabody
    [oraupg@peabody upg_peabody]$
    After installing R12 uprade file system i am able do the tnsping
    [applupg@peabody appl]$ tnsping upg
    TNS Ping Utility for Linux: Version 10.1.0.5.0 - Production on 18-APR-2009 06:26:49
    Copyright (c) 1997, 2003, Oracle. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=peabody)(PORT=1526)) (CONNECT_DATA=(SID=upg)))
    TNS-12541: TNS:no listener
    [applupg@peabody appl]$
    [applupg@peabody appl]$ sqlplus apps/xxxx@upg
    SQL*Plus: Release 10.1.0.5.0 - Production on Sat Apr 18 06:29:45 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12541: TNS:no listener
    Enter user-name:
    ========================================
    Sawwan
    after installing i am trying to apply R12.AD.B patch, do we need to apply this patch in 11i fiile system or New R12 file system, for 11i file system i am not getting any issue, but when ever i set the R12 new file system enviroment file then only i am not able to connect the database,i have changed new port numbers in R12 file system, is that causing any issues..?
    Edited by: HumanDBA on May 5, 2009 12:37 PM

  • Sun Cluster 3.2 - Global File Systems

    Sun Cluster has a Global Filesystem (GFS) that supports read-only access throughout the cluster. However, only one node has write access.
    In Linux a GFS filesystem allows it to be mounted by multiple nodes for simultaneous READ/WRITE access. Shouldn't this be the same for Solaris as well..
    From the documentation that I have read,
    "The global file system works on the same principle as the global device feature. That is, only one node at a time is the primary and actually communicates with the underlying file system. All other nodes use normal file semantics but actually communicate with the primary node over the same cluster transport. The primary node for the file system is always the same as the primary node for the device on which it is built"
    The GFS is also known as Cluster File System or Proxy File system.
    Our client believes that they can have their application "scaled" and all nodes in the cluster can have the ability to write to the globally mounted file system. My belief was, the only way this can occur is when the application has failed over and then the "write" would occur from the "primary" node whom is mastering the application at that time. Any input will be greatly appreciated or clarification needed. Thanks in advance.
    Ryan

    Thank you very much, this helped :)
    And how seamless is remounting of the block device LUN if one server dies?
    Should some clustered services (FS clients such as app servers) be restarted
    in case when the master node changes due to failover? Or is it truly seamless
    as in a bit of latency added for duration of mounting the block device on another
    node, with no fatal interruptions sent to the clients?
    And, is it true that this solution is gratis, i.e. may legally be used for free
    unless the customer wants support from Sun (authorized partners)? ;)
    //Jim
    Edited by: JimKlimov on Aug 19, 2009 4:16 PM

  • Where are TREX index stored? TREX server File system? or KM repository?

    hi, friends:
    can  someone tell me where are TREX index stored ?
    in TREX server file system?
    or in portal KM repository? file system or DB?
    thank you
    Carol

    Carol,
    TREX is a separate product. During installation and configuration of TREX you connect it to the portal. The search iViews of the portal will use the configured TREX server to do the actual search:
    SAP Help: http://help.sap.com/saphelp_nw70/helpdata/EN/a4/929d4206b70931e10000000a1550b0/content.htm
    The index is stored on the TREX server: TREX/IndexServer/basepath/index=%(SAP_RETRIEVAL_PATH)/index
    SAP Help: http://help.sap.com/saphelp_nw70/helpdata/EN/4c/d91e40777cdd5fe10000000a155106/content.htm
    br,
    Tobias

  • Can we install TREX on our system

    Hi, we have installed TREX on a system with release number 700, can we install it on a system with release number 620 ?

    Hi,
    In the documentation it says;
    Configuration of the RFC connection with the TREX admin tool (stand-alone) is only available as of
    SAP Basis Component SAP_BASIS 6.20 SP58, 6.40 SP16, and 7.0 SP6.
    Don't worry if you patch level is lower.
    It means that you can not generate RFC-connection to you 6.20 system automatically.
    The same documentation says:
    If you are using TREX with an SAP system based on an earlier support package,
    you have to configure the RFC connection manually as described in the SAP NetWeaver 04 Installation Guide
    for Search and Classification (TREX) 6.1.
    You can find this guide on the SAP Service Marketplace at service.sap.com/instguides
    - SAP NetWeaver Release 04
    - Installation
    - Cross-NW
    - Installation Guide Search and Classification TREX 6.1.
    You can find this information
    [at this link|http://help.sap.com/saphelp_nw04s/helpdata/en/40/83505303bd5616e10000000a114cbd/frameset.htm]
    Then the following path:
    - Search and Classification.
    - TREX 7.0 for SAP Netweaver 7.0.
    - TREX Configuration.
    - Post-installation Configuration.
    - Server side.
    - Configuration of the RFC connection.
    - Configuring the RFC connection in the TREX admin tool.

  • Unable to remount the global file system

    Hello All,
    I am facing problem when i am remounting the global file system on one of the nodes in cluster.
    Here are my system details:
    OS: SunOS sf44buce02 5.10 Generic_141414-01 sun4u sparc SUNW,Sun-Fire-V440
    SunCluster Version:3.2
    The problem details:
    The following entry i have in my /etc/vfstab file
    dev/md/cfsdg/dsk/d10 /dev/md/cfsdg/rdsk/d10 /global/TspFt ufs 2 yes global,logging
    and now i wanted to add "nosuid" option to the global file system. I have used the following command to add but i couldn't succeed.
    # mount -o nosuid,remount /global/TspFt i am getting the following error
    mount: Operation not supported
    mount: Cannot mount /dev/md/cfsdg/dsk/d10
    can anyone tell me How to remount the global file system without reboot?
    Thanks in advance.
    Regards,
    Rajeshwar

    Hi,
    Thank you very much for the reply. Please see the below details that you have asked:
    -> The volume manager i am using is *"SUN"*.
    -> In my previous post i missed "*/*" while pasting the vfstab entry. Please have a look at the below vfstab entry.
    */dev/md/cfsdg/dsk/d10 /dev/md/cfsdg/rdsk/d10 /global/TspFt ufs 2 yes global,logging,nosuid,noxattr*
    - Output of ls -al /dev/md/
    root@sf44buce02> ls -al /dev/md/
    total 34
    drwxr-xr-x 4 root root 512 Jun 24 16:37 .
    drwxr-xr-x 21 root sys 7168 Jun 24 16:38 ..
    lrwxrwxrwx 1 root root 31 Jun 3 20:19 admin -> ../../devices/pseudo/md@0:admin
    lrwxrwxrwx 1 root root 8 Jun 24 16:37 arch1dg -> shared/2
    lrwxrwxrwx 1 root other 8 Jun 3 22:26 arch2dg -> shared/4
    lrwxrwxrwx 1 root root 8 Jun 24 16:37 cfsdg -> shared/1
    drwxr-xr-x 2 root root 1024 Jun 3 22:41 dsk
    lrwxrwxrwx 1 root other 8 Jun 3 22:27 oradg -> shared/5
    drwxr-xr-x 2 root root 1024 Jun 3 22:41 rdsk
    lrwxrwxrwx 1 root root 8 Jun 24 16:37 redodg -> shared/3
    lrwxrwxrwx 1 root root 42 Jun 3 22:02 shared -> ../../global/.devices/node@2/dev/md/shared
    - output of ls -al /dev/md/cfsdg/
    root@sf44buce02> ls -al /dev/md/cfsdg/
    total 8
    drwxr-xr-x 4 root root 512 Jun 3 22:29 .
    drwxrwxr-x 7 root root 512 Jun 3 22:29 ..
    drwxr-xr-x 2 root root 512 Jun 24 16:37 dsk
    drwxr-xr-x 2 root root 512 Jun 24 16:37 rdsk
    - output of ls -la /dev/md/cfsdg/dsk/.
    root@sf44buce02> ls -al /dev/md/cfsdg/dsk
    total 16
    drwxr-xr-x 2 root root 512 Jun 24 16:37 .
    drwxr-xr-x 4 root root 512 Jun 3 22:29 ..
    lrwxrwxrwx 1 root root 42 Jun 24 16:37 d0 -> ../../../../../devices/pseudo/md@0:1,0,blk
    lrwxrwxrwx 1 root root 42 Jun 24 16:37 d1 -> ../../../../../devices/pseudo/md@0:1,1,blk
    lrwxrwxrwx 1 root root 43 Jun 24 16:37 d10 -> ../../../../../devices/pseudo/md@0:1,10,blk
    lrwxrwxrwx 1 root root 43 Jun 24 16:37 d11 -> ../../../../../devices/pseudo/md@0:1,11,blk
    lrwxrwxrwx 1 root root 42 Jun 24 16:37 d2 -> ../../../../../devices/pseudo/md@0:1,2,blk
    lrwxrwxrwx 1 root root 43 Jun 24 16:37 d20 -> ../../../../../devices/pseudo/md@0:1,20,blk

  • [SOLVED] Fresh install read only file system

    I just did a fresh install of Arch this morning, and I have been trying to fix it most of the day. I was following the Beginner's Guide in the wiki as close as I could. (There were a couple items that didn't quite match up.) I only edited the files that it told me to, and then just minor edits. I checked out /etc/fstab during the process and noticed that none of my hard drives were present. I didn't think this was normal, so I opened another terminal and grabbed the UUIDs with ls -l /dev/disk/by-uuid/. I have two hard drives, but only sda1 (/) and sda2 (swap) showed up. (sdb1 is the entire second hard drive as /home.) Here is the default fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    /dev/fd0 /media/fl auto user,noauto 0 0
    The example documentation indicated that the file should have lines similair to...
    /dev/disk/by-uuid/6334340b-87f1-406e-a777-13210ba85887 / ext3 defaults,noatime,nodirtime 0 1
    /dev/disk/by-uuid/5ffd6a40-6d72-4710-82af-ae894e557f89 swap swap defaults 0 0
    /dev/disk/by-uuid/32935c6c-6b75-4039-6b69-21f8b805e8f8 /home ext3 defaults,noatime,nodirtime 0 2
    ...but then I found an example while searching around that showed the lines like this:
    UUID=6334340b-87f1-406e-a777-13210ba85887 / ext3 defaults,noatime,nodirtime 0 1
    UUID=5ffd6a40-6d72-4710-82af-ae894e557f89 swap swap defaults 0 0
    UUID=32935c6c-6b75-4039-6b69-21f8b805e8f8 /home ext3 defaults,noatime,nodirtime 0 2
    In the first scenario, everything boots like normal, but when I tried to do anything that required writing to disk, the operation failed with a message about the file system being read-only. (I was trying to edit some config files because I couldn't get online.) Mind you, I was working as root the whole time, because I hadn't even gotten to adding a user yet. The only way I could make changes was to boot a live cd, mount, edit, reboot. remember to remove the live cd, reboot again, repeat.
    In the second version of fstab, the bootup process kept trying to check the disk for errors. When it was done it wanted to reboot. Then it tried to check again (presumably because it couldn't save the fact that it had already checked).
    I am at a loss. I really wish to use Arch Linux. I've been baby-fed for quite a while on Ubuntu, but it always ran slow. Please somebody help me! I am happy to provide more information; just let me know what you need.
    Last edited by ravinggenius (2008-07-05 18:33:22)

    Thank you so much for pointing out that typo! Turns out that is what was wrong. Well plus two of uuids had one typo each....
    Also from what I can tell it doesn't matter which format I use for the uuids in fstab. I will use the UUID=xxxxx... version unless somebody can tell me why I shouldn't.

  • Cluster with global file system

    Hi
    I setup Cluster 3.2 and all working fine
    I follow the SUN doc of creating a global filesystem ( 1. newfs ... 2. mount under /global/foo etc). however I cannot mount under /global
    say
    mount /dev/global/dsk/d3s1 /global/foo ( will say "no such file or directory" )
    But I can mount on say "/a"
    It can be mounted only one layer beneath /
    Why ?
    Appreciate any hints
    Thanks in advance
    Brian

    Well, assuming you are doing:
    # mount -g /dev/global/dsk/d3s1 /global/foo
    You'll need /global/foo to exist on all cluster nodes before you issue the mount command. The mount is an 'all or nothing' mount. It can't succeed on just a subset of cluster nodes, assuming they are all up. It must succeed on all.
    Tim
    ---

  • Yosemite will not install and won't let me change startup disk, it's saying there is a file system problem but disk utilities can't fix it.

    I Downloaded the Yosemite upgrade and went to install it on my iMac. The install failed saying file System needed repair. Ran disk utility could do the verify but the repair button was grayed out. When I tried to change startup disk back it wouldn't let me , saying it couldn't gather enough file info. So I'm stuck and can't boot my Mac. How do I get out of this?

    Do a backup. Boot to the Recovery Volume (command - R on a restart or hold down the option/alt key during a restart and select Recovery Volume). Run Disk Utility Verify/Repair and Repair Permissions until you get no errors. Try to reboot normally.
    OS X Recovery
    OS X Recovery (2)

  • Force-installing Xsan 1.4.2 File System Update on Leopard

    If you didn't read the README and upgraded to Leopard prior to installing the Xsan 1.4.2 update, you're in a pickle. Xsan prior to 1.4.2 won't work on Leopard, and once you've upgraded to Leopard, you can't install the 1.4.2 update. Catch-22. Fixable, though.
    NOTE: This is a hack. It may seriously screw up your system. Worst case, though, you'll have to reinstall Tiger anyway, so what the hey.
    First, update all the other Xsan servers & clients to 1.4.2 and restart everything. Follow the upgrade instructions at:
    http://docs.info.apple.com/article.html?artnum=305035
    Now, on the Leopard-upgraded workstation(s) where Xsan no longer works, do the following:
    1. Download the Xsan 1.4.2 File System Update:
    http://www.apple.com/support/downloads/xsan142filesystemupdate.html
    And, if you need the admin update:
    http://www.apple.com/support/downloads/xsan142adminupdate.html
    2. Mount the Xsan File System Update 1.4.2 disk image.
    3. Right-click the XsanFilesystemUpdate.mpkg file and choose "Show Package Contents"
    4. Browse to Contents:Installers, right-click the XsanFilesystem.pkg file, and choose "Show Package Contents"
    5. In Contents, drag the Archive.pax.gz file to your desktop.
    6. Open Terminal.app and type "sudo su -" at the prompt. Enter your password to authenticate the sudo session. You are now logged in as root, so don't do anything stupid, because you can completely hose your system. You have been warned.
    7. Type the following commands, exactly as written. Note the spaces etc. (copy the text into a monospace font if you're not sure):
    # cd /
    # mv /Users/<your username/Desktop/Archive.pax.gz .
    # gunzip Archive.pax.gz
    # pax -rp e -f Archive.pax
    # exit
    8. Reboot.
    9. Install the Xsan File System Update 1.4.2 from the disk image, as well as the admin update if you need it. Both should install successfully.
    *What did you just do?* When you run the Xsan updater, it checks for various software versions, namely Mac OS X and Xsan. If it finds the wrong versions, it won't run the update. The above procedure "force-installs" the basic files from the 1.4.2 update--which are contained in the Archive.pax.gz archive--so that when you run the updater in Step 9, it finds an acceptable version of Xsan and proceeds with the installation.

    Let me clarify the second line of the terminal commands in Step 7:
    mv /Users/(your username)/Desktop/Archive.pax.gz .
    Replace (your username) with your account's short name; e.g. if your account is "bubba" then it would read:
    mv /Users/bubba/Desktop/Archive.pax.gz .
    Or, "mv(space)/Users/bubba/Desktop/Archive.pax.gz(space)."

  • Cluster File system local to Global

    I need to convert a local High available file system to a global file system. The client needs to share data within the cluster and the solution i offered him was this.
    Please let me know if there is a better way to do this. The servers are running 2 failover resource NFS resource groups sharing file systems to clients. Currently the filesystems are configured as HAStoragePlus file systems.
    Thanks

    Tim, thanks much for your reply. I will doing this as a global file system. Currently, the HA file systems are shared out from only one node and I intend to keep it that way. The only difference is i will make the local HA file systems as global.
    I was referring the sun cluster concepts guide which mentions
    http://docs.sun.com/app/docs/doc/820-2554/cachcgee?l=en&a=view
    "A cluster file system to be highly available, the underlying disk storage must be connected to more than one node. Therefore, a local file system (a file system that is stored on a node's local disk) that is made into a cluster file system is not highly available"
    I assume i need to remove the file systems from hastp and make them as global? Please let me know if the understanding is correct...
    Thanks again.

  • File System Sharing using Sun Cluster 3.1

    Hi,
    I need help on how to setup and configure the system to share a remote file system that is created on a SAN disk (SAN LUN ) between two Sun Solaris 10 servers.
    The files in the remote system should be read/writabe from both the solaris servers concurrently.
    As a security policy NFS mount is not allowed. Some one suggested it can be done by using Sun Cluster 3.1 agents on both servers. Any details on how I can do this using Sun Cluster 3.1 is really appreciated.
    thanks
    Suresh

    You could do this by installing Sun Cluster on both systems and then creating a global file system on the shared LUN. However, if there was significant write activity on both nodes, then the performance will not necessarily what you need.
    What is wrong with the security of NFS? If it is set up properly I don't think this should be a problem.
    The other option would be to use shared QFS, but without Sun Cluster.
    Regards,
    Tim
    ---

  • Oracle RAC binaries on vxfs shared file system

    Hi,
    Is it possible to install oracle binaries on vxfs cluster file system for oracle RAC under sun cluster? Because as I know we can not use vxfs cluster file system for our oracle datafiles.
    TIA

    The above post is incorrect. You can have a cluster (global) file system using VxVM and VxFS. You do not need to have VxVM/CVM for this. A cluster file system using VxVM+VxFS can be used for Oracle binaries but cannot be used for Oracle RAC data files where they are updated from both nodes simultaneously.
    If further clarification is needed, please post.
    Tim
    ---

  • New zone and inherited file system mount point error

    Hi - would anyone be able to help with the following error please. I've tried to create a new zone that has the following inherited file system:
    inherit-pkg-dir:
    dir: /usr/local/var/lib/sudo
    But when I try to install it fails with:
    root@tdukunxtest03:~ 532$ zoneadm -z tdukwbprepz01 install
    A ZFS file system has been created for this zone.
    Preparing to install zone <tdukwbprepz01>.
    ERROR: cannot create zone <tdukwbprepz01> inherited file system mount point </export/zones/tdukwbprepz01/root/usr/local/var/lib>
    ERROR: cannot setup zone <tdukwbprepz01> inherited and configured file systems
    ERROR: cannot setup zone <tdukwbprepz01> file systems inherited and configured from the global zone
    ERROR: cannot create zone boot environment <tdukwbprepz01>
    I've added this because unknown to me when I installed sudo from sunfreeware in the global it requires access to /usr/local/var/lib/sudo - sudo itself installs in /usr/local. And when I try to run any sudo commands in the new zone it gave this:
    sudo ls
    Password:
    sudo: Can't open /usr/local/var/lib/sudo/tdgrunj/8: Read-only file system
    Thanks - Julian.

    Think I've just found the answer to my problem, I'd already inherited /usr ..... and as sudo from freeware installs in /usr/local I guess this is never going to work. I can only think to try the sudo version of the Solaris companion DVD or whatever it's called.

Maybe you are looking for

  • Please hel

    I bought the Zen Xtra 40gb this morning. Charged the battery before going to work. When I came home I installed the new software and began transferring songs from my computer to it. I was taking my time, looking up album titles and release dates onli

  • Outlook and iCloud

    I have recently signed up to iCloud to use it to synchronise various stuff, not least my contacts.  As part of this process, I synchronised with my Outlook contacts, and have discovered that the process has deleted all my local Outlook contacts, and

  • Importing Kodak .KDC RAW files into Aperture 2.1.4?

    Is there a file format description file I can add to the Application Support folder to get Aperture to read Kodak >KDC raw files? I can open dierct in Adobe PS but would like to use Aperture as an intermediary App to cull and also I sometimes prefer

  • Reader won't run on Firefox

    Running Win8 w/Firefox.  Reader works in IE but not in Firefox??? 

  • HELP! Please with Airport Extreme

    I bought an Airport Extreme in July when I also bought my MB Pro. I finally got my CPU room done and want to hook it up tonight and after 2hrs, it still doesn't work. The LED continuously flashes yellow, which is suppose to mean no connection or sign