Unified Storage 7110 - How to restrict CIFS access to certain hosts

Hi,
I am trying to setup some CIFS shares on a 7110 machine and restrict access to them based on Host name or IP address. I have played around with the schema settings but have not gotten that to work successfully and I was wondering if anyone has gotten this to work or has any documentation explaining how to set this up. I have already downloaded the docs that you get from docs.sun.com and they explain what each feature can do but do not go into great detail on how to get it to work.
Thanks

Providing a new version 1.1.0 of the command "WFA Schedular" Changes made: Added conditional String Representation based on the Scheduling parameter provided. Provided check for the right number of parameters passed into the command.Added a new parameter "Expiry Date" to automatically stop the recurring execution upon expiry.Check for Posh3.0 version in code.Have Fun!! sinhaa Below example for:Schedule a workflow for recurring execution every alternate day i.e. once in 2 days at 10:30 PM starting 06-Jul-2015 (Today's date is 02-Jul-2015) . The recurring workflow execution  should expire on 31-Dec-2015 and stop.  

Similar Messages

  • How to restrict AS02 access to certain fields only

    How to restrict AS02 (Asset Master Record) access to certain fields only. Currently when you assigned AS02 to a certain user, this will enable the user to change all the fields in the asset master record. Suppose i want only the user to restrict the access to certain field eg.NDJAR (Life in Yrs).
    Thanks for your inputs.
    Regards,
    Robert

    hello,
    basis has to assign the proper activity with object A_S_ANLKL. in this case they have to allow activity 03 only with combination of Cocode,asset class. see some more details below.
    This authorization object is the first part of the object "asset master record."
    The definition at this level determines whether the user is authorized to process data in a given company code. The activity type for the transaction is also defined here. This authorization object is used for master data transactions, for the display of value fields, and for reporting.
    Defined Fields
    The following fields are assigned to the authorization object
    Asset class (specified by entering a value in the pop-up window)
    Company code (specified by entering a value in the pop-up window)
    Activity type - there are three different activity types:
    01 = Create
    02 = Change (including blocking and deleting)
    03 = Display

  • How to restrict read access to certain document in stellent content server

    Hi,
    We are using stellent content server to store project documents. We would like to restrict access to certain confidential documents.
    Users with Read / Write permission should not be able to access but admins with RWDA permission should be able to access these confidential documents.
    Appreciate your inputs on this.
    Thanks,
    Nayana

    Without seeing your setup and environment its a bit hard..
    But...
    Make sure that user has read only access to public security group.
    You could setup an addition role with readOnly access and apply it those users.
    Or restrict there account to have Read only access.
    Remember if the user has Admin access on the Account but only readonly access on the security group then they will only have read only access on the files and visa versa.. :)
    J.
    Message was edited by:
    JRS

  • How to restrict the access of FUNCTION MODULE for others after transporting

    A Function module needs to be executed in one server and should be executed when others try to access it.how to restrict the access of FM to one application server after being transported using SM59.

    issue resolved

  • How to restrict user access in Oracle Application Server 10g (9.0.4)?

    Can anybody please let me know how to restrict user access in 10g AS? To be specific, how to allow http requests from specific IPs only?

    Hi,
    You have to edit httpd.conf and modify acces rights for each protected directory
    e.g.
    <Directory /var/www/sub/payroll/>
    Order allow,deny
    Allow from 192.168.1.0/24
    </Directory>
    then you have to restart Oracle HTTP Server
    jm--

  • How to restrict VK11 access based on condition class D (Tax)

    hi ,
    I have a requirement to restrict VK11 access based on condition class D (Tax). Because all users should not have access to maintain tax data in VK11 while general pricing data they can maintain. when condition class is D then we should have control.
    Thanks
    Akhilesh

    Hi Akhilesh,
    Please find the below link and click on View article.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c
    how to create authorization object?
    Thanks
    Dasaradha

  • How to restrict the access of "InPlaceRecordsListSettings.aspx" and "InPlaceRecordsSettings.aspx" pages for some users and allow the access for some users?

    I have a requirement to restrict the access of "InPlaceRecordsListSettings.aspx" and "InPlaceRecordsSettings.aspx" pages for some of the users and allow the access for some of the users.
    I have applied the below code on the web.config file but this modification impacting only on the web application level not on the site collection and sub site level.  
    <location path="_layouts/15/InPlaceRecordsSettings.aspx">
        <system.web>
          <authorization>
            <deny users="*" />
          </authorization>
        </system.web>
      </location>
    <location path="_layouts/15/InPlaceRecordsListSettings.aspx">
        <system.web>
          <authorization>
            <deny users="*" />
          </authorization>
        </system.web>
      </location>
    When I tried the access on
    :<portno>/sites/<scname>/_layouts/15/InPlaceRecordsSettings.aspx">http://<servername>:<portno>/sites/<scname>/_layouts/15/InPlaceRecordsSettings.aspx page allowed the access for all users.           
    Please suggest the possible solution to restrict the access of "InPlaceRecordsListSettings.aspx" and "InPlaceRecordsSettings.aspx" pages on SharePoint2013.
    Thanks
    Ramasubbu

    You can't do it from OOTB. 
    _layout folder is accessible to the users if they have read access in any of the site even subsite.
    You can modify *.aspx file, add your custom control which will check user.
    [custom.development]

  • How do I limit access to certain (but not all) applications on my laptop?

    Hello,
    Is it possible to reduce access to certain applications (eg Email) while allowing other applications to remain "open" to all users?
    I only have one account on my powerbook, and would like to simply prevent access to certain applications.
    Any help will be greatly appreciated,
    thank you,
    nihal

    Korelice
    you would need , in following Matt's advice to ensure that the restricted users were not created as admin users. That is, on creation do not click the 'allow this user to administer computer' box. If you tried parental controls on them, you would be told by the OS that you can't restrict an admin.
    The better advice would be to restrict the actual use of the single user you have now, who is presumably an admin, to just admin (installations, re configs, set up new users etc) tasks. Change his password so those real people you don't trust (?) couldn't get to him. You could have a 'restricted' user who is not restricted in respect of apps (email, browser etc) but can't admin. Use him yourself for browsing etc and general use. Add another restricted user for(the kids, irresponsible friends and such) who are not admins and can only use certain apps. I am aware that is not precisely what you asked.

  • How to restrict outside access to php files needed by a swf

    hello all,
    i have php files that my swf needs for database access that
    i'd like to restrict access to so no one other than the swf can
    gain access to for security reasons. seeking best practice for
    this.
    can't simply do an .htaccess redirect away from the directory
    w/ the php in it since the swf client will also get redirected.
    one way is to embed a key into the swf which gets POSTed to
    the php file. if this key doesn't exist then the php file sends an
    error message rather than executing. but then someone could crack
    the swf and get the key. and if the swf retrieves the the key from
    the server then there still must be an unprotected file for the swf
    to get the key from.
    another way is to .htaccess protect the folder with the php
    files and allow the swf to authenticate. is this best? if so, how
    to do this?
    what's your thinking?
    tia,
    michael

    Hi ,
    Store the customer number in session. When a user pastes some other customer's virtual dir url then use request.getPathInfo() to get the URL .Parse the URL and compare the customer number in the URL with the session variable. If they do not match then redirect the user to an invalid access page.
    Hope this helps.
    Regards,
    Vishal

  • How to restrict the accessibility of a class to specific class(es)

    How can I restrict accessibility of a class (instantiating or using) to a specific class or a set of classes. For example, I have a class 'CreditCard'. I want to limit its accessibility to a specific class 'CreditCardManager'. i.e., anyone could only create or use objects of 'CreditCard' class from 'CreditCardManager' class only.
    This may look like 'friend' functionality in c++. But it is not. The private members should not be accessed from the manager class.

    Define a CreditCard interface:
    public interface CreditCard {
    }Put the implementation inside CreditCardManager:
    public class CreditCardManager {
        private /* static (?) */ class CreditCardImpl implements CreditCard {
        public CreditCard newCreditCard(...) {
            CreditCard  cc = new CreditCardImpl();
            return cc;
    }Since you are going on about it, I assume CreditCard is a key concept in your app, so there are probably other reasons to make it an interface too. For example, so that youi can mock it in unit tests.

  • Unified storage 7110 for mixed environments

    Hi,
    I've got my hands on a 7110, and trying to set this up sucessfully in a mixed environment og windows and unix/linux clients. The idea is that win-client is using CIFS and *nix clinets should use NFSv4 w/kerberos5.
    I have sucessfully setup a Domain on a w2008, and got the 7110 to join the domain.
    I also have one OpenSolaris snv_108 clinet and one windowsXP client.
    I have some users defined in AD.
    Now, I have tried to start the LDAP-service on the 7110, and that looks OK, but I start wondering - is that really necessary?
    My problem would be uid/gid I think, of course I understand that my solaris client should use ldap, and kinit to get e krb5 ticket, but will I need ldap to be enabled on the 7110 to get idmapping to work across platforms?
    It will be the same user(s) accessing files from different platforms.
    AND - should I use UNIX-attributes in AD or not ......
    -espenM-

    Hello,
    You have to declare an initiator group with all the hosts you want to map LUNS to.
    In the lun-protocol tab, select the initiator group that you want to see the lun. Only this initiator group will be able to see the lun.
    Hope it helps
    Regard
    Pablo

  • How to restrict folder access on the basis of an ip address

    I would like to restrict folder or item access on the basis of an ip address or domain address, not only with access rights based on login server, to get the possibility of intranet end internet within the machine and the same instance of 9ias.

    Currently, this option is not supported. Going forward, there will be an option for user hookups where you can add you own functions to augment the ACLs. The forthcoming 3.0.9.8.3 patch should include the function-based authorization.

  • How to Restrict Intercompany Access By Company Code

    We have multiple territories, of which each is assigned their own company code  We'd like intercompany access to be restricted by company code so users only have intercompany access to only territories they have authorization for.   Currently, we have role X setup and authorized users have access to this role.
    Intercompany TCODES would include FBU2, FBU3, and FBU4. 
    The obvious solution would be to create additional roles via PFCG whereby each role has access to X company codes and assign these users to the appropriate role.  Any other ideas?  Also, with the ECC upgrade, doesn't this impact performance on the cube when trying to restrict roles by company code?
    Thanks in advance!
    Edited by: david kim on Feb 10, 2009 2:13 AM

    Hi david kim,
    Based on my experience, the best way is by maintaining the roles in Txn PFCG as what u did just now. FYI, there's no impact on performance on the cube when trying to restrict roles by company code. (we have faced it before when upgrading 4.6C to ECC6...with flying colors ...).
    Hope this will solve your problem.
    TQ
    Regards,
    Nazrul

  • How to restrict Folder access in ODI ?

    Hello Folks,
    We need to create a user & don't want to give access to any folders ,other than his own folder. Can any one provide some suggestions?
    With Regards,
    Raju

    Hi,
    go to security model and work on object->folder permissions.
    Here the documentation
    http://docs.oracle.com/cd/E17904_01/integrate.1111/e12643/security.htm#CHDCBGED
    and a good tutorial
    http://odiexperts.com/security-module-in-oracle-data-integrator/
    Let us know

  • Unified Storage 7110 shipped with Cat5e cabling?

    This is a mere curiosity question....we just received our new 7110 and I noticed that the included patch cabling, while beefy and well made, is Cat5e, not Cat6.
    My guess is that Sun intentionally shipped it this way, I just can't figure out why.
    It would seem, that on a core workgroup SAN device, you would like to have Cat6 over GigE connections.
    Can anyone comment on this?
    Thanks,
    Phil

    More than 90% market still run's on CAT5 or CAT5e....We've decide to go where the market is.
    Supplying CAT6 will add product cost for 90% of peoples who do not require it yet. Special installation requires you to purchase your own cables.
    When CAT6 will be more popular we will supply them and remove CAT5e.

Maybe you are looking for

  • How to connect my Satellite A200 with a Philips LCS TV?

    Hi, I have problems to connect my Satellite A200 1E1 with a Philips 32 PF9967D LCD-TV HD ready. The manuals recommend a HDMI extension that is unfortunately not availble with my Laptop. However, isn't is possible to use a S-Video connection instead?

  • Global Address List set up

    Is it possible to access the GAL off of an Exchange server, with out using Entourage and third party applications like Address X which download the whole GAL to my address book. I am in a corp with 20K plus users and I don't want to download it to my

  • Saving photos with Time Machine

    I want to be able to delete a lot of old photos from my computer after backing them up with Time Machine onto an external hard drive. I want to keep all of my old photos permanently on the external hard drive that I use when backing up. If Time Machi

  • Bapi Behaving differently in 4.5b and ecc 6.0

    Hi, Bapi BAPI_ASSET_RETIREMENT_POST is bhaving in two different versions in 4.5b it showing 'Document is posted'  Where as in the case of ECC6.0 it is showing 'transaction type 630 cannot be used for activity 'Retirement without Revenue'. So can any

  • Additional Fields in cProjects 4.0

    Hi All, We tried to create an additional field in cProejcts (Project Header). In version 4.0, theres no provision to add a field in existing tab. We created a custom data element appending the Project structure (DPR_PROJECT). When we tried to create