Urgent**Solaris user issue**Urgent

Hi ;
I create user in solaris 9 as:
useradd -g dba -d /home/applvis applvis
useradd -g dba -d /home/oravis oravis
When i try this in root user
su - oravis or su - applvis i got this
No directory!
cat /etc/passwd | grep applvis
applvis:x:60003:101::/home/applvis:/bin/sh
ls -al /home | grep applvis << returns nothing
when i try this in root user
su applvis
it seems i can switch user but in terminal i still seem root like:
root@test # su applvis
root@test #
how i can understand i swithc user? ( i understand i changed coz its gives mer permission error when i want to do something as applvis )
whoami doesnt work in solaris (
I cant find .profile file too in /home ( by the way i cant see applvis and oravis directory in /home too)
Thanks
Edited by: aaaaa on Oct 23, 2009 11:53 PM
Edited by: aaaaa on Oct 23, 2009 11:54 PM

Hi;
In my sysstem i discoverer automounting is on.Automounting keeps track on /home by default. If you want to manually controll this dir, then you need to disable automountd or comment out any line in /etc/auto_home and /etc/auto_master. After comment out everything you can reboot the system to be sure that automountd has no control over /home.
Thatwhy i create direcotry user under / and give it 777 then issue:
useradd -g dba -d /user/applvis applvis
useradd -g dba -d /user/oravis oravis
when i switch user as
root@test # su - applvis
$
it switched user
I hope this will help other ppl who need it!
Thanks
Edited by: aaaaa on Oct 24, 2009 1:17 AM
Edited by: aaaaa on Oct 24, 2009 1:34 AM

Similar Messages

  • Installation issue -urgent

    Hai frnds
    I have got a new dell studio 15 laptop.iam much interested in oracle applications and for the purpose of learning oracle applications i got it.when i tried to install redhat enterprise linux 4 replacing windows xp on my machine it throws the error message as driver not found and the installation does not proceed.when i asked the computer dealers they said that i have to go for some newer rhel version for installing linux in my laptop since its a new brand.
    before few days i tried to install oracle applications 11.5.10.2 on rhel 5 but i got a lot of errors and the oracle forums advised me to go for rhel 4 for installing oracle applications 11.5.10.2.now iam confused and dont know wat to do .
    my aim is install oracle applications 11.5.10.2 on some newer version other than rhel 4 which supports my dell laptop
    i want to know whether installation of oracle applications 11.5.10.2 is possible on rhel 8 or rhel 9.will the installation goes properly.
    Thanks and Regards
    Parithi.A.

    Hi,
    Please see your other thread.
    install issue -urgent
    install issue -urgent
    Regards,
    Hussein

  • Urgent: Solaris newbie question: group permissions etc

    Hi
    I have a question on what is the best practice of working with solaris users and permissions. I'm using Solaris 10 and have created several users each with their home directory in /export/home. Then i have installed the sun webserver under /export/home/sun/webserver and i want all users to be able to use this, execute or copy over to the webserver.. would this be a valid solution or good practice solution tht i crete a group give it the permissions to read/write/execute and all the users i want to give this privilege to will be under this group. but then whats the use of having root like how would root user be different from the rest now...
    thanks...

    If you just want them to be able to publish to the web, apache has a little built in script in the httpd.conf that will hook in a user directory. Read the /etc/apache/httpd.conf file for more info.
    Whether this is best practice I am not sure. What you suggest will work but I would avoid it.

  • Sun solaris user set process

    Hi friend;
    Need your help one more time. I will make instalaltion on Sun can you show me path how i can set user source limit in Sun Solaris Sparc(didnt learn yet their version,still waiting response) ,
    How i can do those?
    X Display Server
    For x display i will use this right:
    rpm -qa vnc << if this exist i will run
    vncserver -depth 24 -geometry 1280x1024 ( do i need to say service vncserver start or something like that?)
    Set umask 022 :
    Set 'ulimit' Parameters as 'unlimited' : (Using Korn Shell)
    Should i set them where and how?
    The following command will display the current ulimit settings :
    I should set those for root,applmgr and oramgr, if i follow below i just set them for session right? If yes how i can set those value permanently?
    $ ulimit -a
    time(seconds) : unlimited
    file(blocks) : unlimited
    data(kbytes) : 131072
    stack(kbytes) : 2048
    memory(kbytes): 216272
    coredump(blocks) : unlimited
    nofiles(descriptors) : 4096
    vmemory(kbytes) : 1048576
    Set all of them as unlimited as follows :
    ulimit -t unlimited
    ulimit -f unlimited
    ulimit -d unlimited
    ulimit -s unlimited
    ulimit -m unlimited
    ulimit -c unlimited
    ulimit -n unlimited
    ulimit -v unlimited
    =================================================
    Section 5: Additional Steps for Sun SPARC Solaris
    =================================================
    Make sure /usr/ccs/bin, /usr/bin and /bin appear in the $PATH before /usr/ucb.
    The 'tr' should be coming from the /usr/bin directory instead of /usr/ucb.
    If that is the case, modify your $PATH as follows :
    /usr/bin:/usr/ccs/bin:/usr/sbin/:usr/ucb
    I will use echo $PATH if those are not exist in path what i should type?
    Thanks a lot

    Hi,
    vncserver -depth 24 -geometry 1280x1024 ( do i need to say service vncserver start or something like that?)Yes, or make sure that Xserver is up and running. As root user, issue "xclock" to verify.
    Should i set them where and how?You already have the commands posted above (set all of them as unlimited).
    Make sure /usr/ccs/bin, /usr/bin and /bin appear in the $PATH before /usr/ucb.
    The 'tr' should be coming from the /usr/bin directory instead of /usr/ucb.
    If that is the case, modify your $PATH as follows :
    /usr/bin:/usr/ccs/bin:/usr/sbin/:usr/ucb
    I will use echo $PATH if those are not exist in path what i should type?$ export PATH=<directory name>:$PATH
    Regards,
    Hussein

  • How to prevent a solaris user to telnet from multiple computers

    Hello,
    How to prevent Solaris users to telnet from multiple computers? They should be able to telnet from only one PC.
    Please help..

    ora_tech have a good point, i was about to suggest ipfilter, which is a built-in-firewall in Solaris, but using tcp wrappers would probably be easier. It all depends on which level of security you want (blocking the telnet requests in a firewall would generally be safer than blocking them at the tcp wrapper level, since its prevents some processing).
    Since Solaris 10 you can also easily enable tcp wrappers on the inetd services with inetadm, see:
    http://blogs.sun.com/gbrunett/entry/tcp_wrappers_on_solaris_10
    .. for more details..
    .7/M.

  • Solaris users authentication into Oracle 8i/9i

    WE have Oracle 8i/9i on sun server with solaris operating system. and the client has win 2k. WE want to authenticate Solaris users into Oracle 8i/9i. How to do this?

    Please see the Oracle8i Migration Guide for 8i migrations.
    http://download.oracle.com/docs/cd/A87860_01/doc/server.817/a86632/toc.htm

  • Monitoring user issued queries...and how long queries have been running.

    soalris 9
    oracle 9i and 10gr2
    I am trying to get the user issued query and how long it has bee running.
    I was trying to test on test database running a query under scott schema with
    1.5 million records which is almost taking more than 5 minutes and trying to
    see If I can see the query and how long it has been running.
    I ran script(show.sql---from Ask tom) got it from NET and i see session status as INACTIVE while query was still running. And I do not see the query in output.
    I could see the show.sql query in output.
    Why is it showing session status as INACTIVE when the sql is still running.
    Could you please provide me sql that will show user issued quries and how ong they have been running
    Message was edited by:
    user539835
    Message was edited by:
    user539835

    Go to Morgan's Library at www.psoug.org and look up "DBMS_APPLICATION_INFO." This built in package has a procedure named SET_SESSION_LONGOPS that may help you.

  • Dynamically Identifying user issuing SQL statement

    Client wants to provide security to certain data by first capturing the identity of every user issuing a SQL statement, then, based on the user and a security table, allow access to certain data. Is this doable? TIA...

    Oracle has a whole product centered around this called "Label Seurity", which I'm guessing may be too much for your needs. Check out this marking shag for info about "virtual private databases" http://technet.oracle.com/deploy/security/oracle8i/pdf/vpd_wp6.pdf
    Basically, the idea is that the "old school", but still perfecly fine, way to do it is to create views for each group of users and grant permissions to the views for the appropriate users. Optionally using synomyms into their schemas to give users the same name for the different views.
    The virtual private database and similar stuff is hard to explain. I think of it as the db engine auto-adding a where clause to each sql statement based upon who you are. If that makes any sense.
    I've tried this a couple of different ways, but have yet to hit upon one that seems easy & generally applicable.
    Good Luck -d

  • Multi-User Issues

    I've taken over development of a Vs2003(vB)/MsSql2000 application which usually runs in on a Windows 2000 server with multiple workstations running the application simultaneously in Remote Desktop Sessions.
    The central user interface element of the application is an un-databound grid (actually a farpoint spreadsheet) which displays sql table rows that are accessable from every workstation. The grid refreshes its content whenever a specific subroutine is called.  That subroutine performs a query which loads its results into a collection which is then loaded into the grid. The subroutine is called during startup and at other times using the rather elaborate mechanism described below.  Each workstation also has the ability to modify any row in the grid via a dialog-based editor.  The grid itself is not setup to allow inplace editing.
    The grid usually contains about 200 records and 20-50% of these records get modified (some repeatedly) every hour.
    My question involves the classic multi-user issues of keeping all of the seperate workstation's grids current as individual workstations make modifications to the data.
    What is Microsoft's recommended method for handling multi-user data-refresh requirements in custom applications written in VB.NET2003 with MsSQL2000?
    Now that you know what I'm looking for, let me add a little more detail.  The existing code handles this multi-user refresh issue in the following way...
    A SQL Trigger is attached to the SQL Table's Insert/Modify and Delete events. That Trigger calls the xp_logevent built-in stored procedure to make an entry in the NT Event Log.
    The application contains a subroutine to handle EventLog("Application").EntryWritten messages.  That subroutine calls the subroutine (mentioned earlier) which refreshes the grid contents through a new SQL query.
    In this way, whenever any workstation changes the table data, a trigger fires which makes a log entry and broadcasts an EntryWritten message into the global windows environment.  The individual applications (each running in their own RDP session) hear the message and respond by refreshing their grid.
    This all seems a little "rube goldberg" to me, but it has worked for many years.
    That is, until we moved the SQL2000 server to a seperate machine to improve program responsiveness.
    Now when the trigger is fired and the log entry is made, the EntryWritten message is broadcast into the windows environment of the dedicated SQL server where there are no applications listening for it.  Meanwhile, the applications continue to run with unrefreshed data on the (now) dedicated RDP server from where the EntryWritten messages cannot be "heard".
    So my question really comes down to this...
    In an environment where the SQL server and the RDP server are two seperate machines, what is the best method for coordinating multi-user screen refreshes across seperate applications running in distinct RDP Client sessions?
    Thanks in advance for any assistance.
    Peace,
             Colt Taylor
             Computer Golf Sofware

    Colt,
    Is this still an issue?
    Thanks!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Need AR, AP and GL End User materials - Urgent

    Hi Can somebody send me some good end user materials for A/R, A/P and GL. Need materials on things like making a payment, down payments, issuing credit memos, clearing accounts....etc These are some of the topics that I can think of. But if somebody can send me all the related documents, that would be just great.
    I am in urgent need of this.

    Dear Suresh:
    For SAP FICO User material, Go to SAP Best Pratices
    http://help.sap.com/bp_bblibrary/600/BBlibrary_start.htm AND select business process or Business Process Procedure from asset accounting.
    or go to google and type the transaction code you need, you will get the user manuals you need.
    Please let me know if you need moreinformation.
    Assign points if useful.
    Regards
    MSReddy

  • Urgent Group Policy Issue - not applying despite saying it does

    Thank you for this urgent help. Auditors checking this out tomorrow morning.
    We have a GPO that sets the eventlog audit settings for success or failure security events. The scope is set to Authenticated Users.
    When I run the group policy wizard in GPMC it shows the settings applying to one of our servers in that OU.
    When I run gpresult/z from that server it shows the policy applying to that server.
    But when I go into gpedit.msc the security audit settings are all set to "not defined" and they are grayed out so I can't edit them manually.
    As a test I set the GPO to deny applying to that server. I ran gpudpate/force on the system and then gpresult and it shows the GPO now not applying. But the settings are still set to not defined and still not editable. they are not being set by any other GPO.
    In the event logs I only see three GPO errors but they are unrelated. A separate GPO is having issues creating user accounts. No other GPOs apply.
    Quick help would be fantastic.
    Server runs on Windows Server 2008 R2 (I can edit GPO but not the domain ones and I don't have access to the domain controllers).

    OK, After several hours I figured it out. Turns out there's bugs and odd functionality.
    If someone ever tested the 'advanced audit settings' (which I did in the same GPO at some point) then it sets a registry key to disable the use of the older basic audit settings. But when you stop using those advanced settings in your GPO it doesn't remove
    that registry bit. So I used the GPO to undo that setting. This was the first step. This is found Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options > "Audit: Force audit policy subcategory
    settings (Windows Vista or later) to override audit policy category settings" to DISABLED.
    Even though this is done, sometimes the GPO files on the domain controllers don't remove the old audit settings. So in the comments of another thread I found out you may have to go to
    \\domain-fqdn\SYSVOL\domain-fqdn\Policies\{your-policy-id-where-this-setting-was-originally-set}\Machine\Microsoft\Windows NT\ and delete the Audit folder which is left behind due to some odd bug. If you don't do this even after doing the next step the
    next gpupdate will bring that security setting above back down.
    Next you have to reset your audit settings on your PC to the defaults. Unfortunately there is no way to do this. Auditpol /clear does not accomplish this. The only way to do this is to take the audit settings from another working system, export them and
    then 'restore' those same settings to the affected server. To do this:
    1. On 'working system' run cmd.exe as administrator and export the audit settings to a folder like this:
    auditpol /backup /file:c:\working-auditpol-settings.txt
    2. Copy that file to the broken system such as the C:\ drive and run this on the broken system:
    auditpol /restore /file:c:\working-auditpol-settings.txt
    Open GPEDIT.MSC and verify the audit settings are back to normal. Computer Configuration > Windows Settings > Security Settings > Local Policies > Audit Policy
    Then run gpupdate/force on the formerly broken system. Close gpedit.msc and reopen and verify the settings were not overwritten. If you skipped the sysvol audit folder deletion step they may come back.
    Hope this helps someone.

  • Urgent - 0VENDOR value issues in one report BI

    Hi Experts,
    We have an issue in one of our BI reports. One user (say 'A') has 0VENDOR=* in his analysis authorization and another user (say 'B') has 0VENDOR restricted to the value fetched for that user during runtime. Rest all authorization are same for A and B
    In Table /BIC/AZSMOLD0100, User B is assigned to Vendor 'X'
    When the report is executed,
    User A is able to see the rates for various billing docs for all settlement documents nos. under vendor 'X'
    But User B is not able to see the rates (rates column is empty) for various billing docs for setllement document no. under vendor 'X'
    Issue#1: Is this a security error?
    Issue#2: When I gave '#' as a value in analysis auth for 0VENDOR ('#' is supposed to be for unassigned values), User B is now able to see the rates for various billing docs for settlement document nos. under vendor 'X', But in additon is also able to see data of vendor's to which it is not assigned. Does '#' here means all vendor's as in '*'?
    Regards
    Rasheed Ahmad

    No.
    Again, it is not urgent nor critical etc...
    Please read the forum rules before posting further.
    Thread locked.
    Edited by: Julius Bussche on Sep 20, 2011 9:47 AM

  • Urgent: OAM 11g issue

    Hi all,
    I have installed OHS 11g & webgate 11g in one machine and OAM 11g in another machine. While starting the OHS i am getting the following error in ohs1.log file.
    [2012-12-04T14:41:42.3674+05:30] [OHS] [ERROR:32] [OHS-9999] [apache2entry_web_g
    ate.cpp] [host_id: X.X.X.X] [host_addr: X.X.X.X] [ti
    d: 1128900928] [user: pfserver] [ecid: 004o0D14RwW3FClqwsJb6G0001pD000000] [rid:
    0] [VirtualHost: main] OBWebGate_AuthnAndAuthz: The AccessGate is unable to co
    ntact any Access Servers.
    [2012-12-04T14:41:42.3684+05:30] [OHS] [ERROR:32] [OHS-9999] [odl_log.c] [host_i
    d: X.X.X.X] [host_addr: X.X.X.X] [tid: 1128900928] [
    user: pfserver] [ecid: 004o0D14RwW3FClqwsJb6G0001pD000000] [rid: 0] [VirtualHost
    : main] Request Failed for : /index.html, Resp Code : [500]
    both the server clock's are running in same timing. But if i install OHS and webgate in same server which is in OAM server host i am not getting any error.
    I am getting confused in one thing.I am getting error "Request Failed for : /index.html". But i haven't give index.html as resource while doing webgate registration.
    How to resolve this issue.Please help me ASAP.Its very urgent.
    Regards,
    Deena.

    2 things.
    How did you register the agent ? - through UI or through rreg.
    if through UI i would suggest you try to register using rreg inband registration and let me know if that is successful.
    If that fails (which i think it will)
    Its most likely a problem with your java version.
    I know for sure that Java version 1.6.0_37 doesn't work and that 1.6.0.41 works for sure.
    Can you try installing a different version of java.
    if on linux use the
    update-alternatives --config java
    as root to point to the java (other version that you installed) and try again.
    Let me know if that helps.
    Cheers
    -Kungo

  • Remedy issue URGENT!! Please help

    Hi All,
    I am not able to login to remedy client as I'm getting the below error
    *‘RPC: Miscellaneous tli error - System error (Connection refused)’*
    We tried to restart the remedy process, that dont work, Getting the below SQL errorAction Request System initializing.
    Starting Remedy AR System server
    Also I have checked the network/firewall as there is no issues with their end.
    Please anyone help me to resolve this issue.
    Error while restarting the remedy process
    Action Request System(R) Server Version 4.05.02 patch 1025
    Copyright (c) 1991 - 2001 Remedy Corporation. All Rights reserved.
    Copyright (c) 1989 - 2001 Verity, Inc. All rights reserved.
    Reproduction or disassembly of embodied programs and databases prohibited.
    Verity (r) and TOPIC (r) are registered trademarks of Verity, Inc.
    390600 : SQL database is not available -- will retry connection (ARNOTE 590)
    Notification System Server Version 4.05.02
    Copyright (c) 1994 - 2001 Remedy Corporation. All Rights reserved.
    110902110300- 24733: Initializing process 24733
    110902110300- 24733: DISPLAY_CONFIGURATION===================================
    110902110300- 24733: EXTERNAL START (-X) FALSE
    110902110300- 24733: RESTART (-r) FALSE
    110902110300- 24733: Check-Users: (-c) FALSE
    110902110300- 24733: Debug-Level: (-d) 21
    110902110300- 24733: Disable-Shared-Memory: FALSE
    110902110300- 24733: Hold-Time: (-h) 2592000 seconds = 30.0 days
    110902110300- 24733: Max-Users: (-u) 1000
    110902110300- 24733: Notifier-Outbound-Port: 0
    110902110300- 24733: Notifier-Specific-Port: 0
    110902110300- 24733: Private-RPC-Socket: 0
    110902110300- 24733: Private-Specific-Port: 0
    110902110300- 24733: Register-With-Portmapper: FALSE
    110902110300- 24733: Send-Timeout: (-t) 7
    110902110300- 24733: TCD-Specific-Port: 32768
    110902110300- 24733: ========================================================
    110902110300- 24733: AR System server: remedy01
    110902110300- 24733: AR ServerNameWithDomain: remedy01.ndc.lucent.com
    110902110300- 24733: HostnameWithDomain: remedy01.ndc.lucent.com
    110902110300- 24733: StartServerDaemons
    Notification Send Server Version 4.05.02
    Copyright (c) 1991 - 2001 Remedy Corporation. All Rights reserved.
    110902110300- 24736: Initializing process 24736
    110902110300- 24736: ProcessFiles: called with loginFd(0)=9 and notificationFd(1)=10
    110902110300- 24736: ProcessFiles: start Notifications at offset 0.
    110902110300- 24736: ProcessFiles: reopening nfyfile (new notificationFd=10)
    110902110302- 24733: StartServerDaemons daemon 0 started
    Action Request System(R) Mail Daemon Version 4.05.02
    Copyright (c) 1991 - 2001 Remedy Corporation. All Rights reserved.
    MailFileName: /usr/mail/fxbrophy
    Action Request System initialization is complete.
    390600 : Cannot initialize contact with SQL database (ARERR 551)
    Stop server
    390600 : AR System server terminated -- fatal error encountered (ARNOTE 21)
    Action Request System(R) Server Version 4.05.02 patch 1025
    Copyright (c) 1991 - 2001 Remedy Corporation. All Rights reserved.
    Copyright (c) 1989 - 2001 Verity, Inc. All rights reserved.
    Reproduction or disassembly of embodied programs and databases prohibited.
    Verity (r) and TOPIC (r) are registered trademarks of Verity, Inc.
    390600 : SQL database is not available -- will retry connection (ARNOTE 590)
    Thanks,
    Sajith

    Why are you posting this on the Oracle forums, shouldn't you be talking to Remedy or BMC or whoever provides support for the product?
    Also this (or other public forums) is generally not the place for urgent production issues. There are paid support channels for such issues.
    Anyway, a hint:
    I would probably dig into the very vague "SQL database is not available" message. Does the system have details in logs? What clues does the actual/underlying error messages provide? Is the database in question actually up and reachable from the client (i.e. app server) host?
    Edited by: orafad on Sep 26, 2011 2:20 PM

  • Urgent help - PO issue when receiving

    Dear gurus
    i have an urgent production issue, i have done a mass conversion of all the master data from one plant to another, the scenario is that they are closing down and stopping operations at old plant and moving the entire operations to new plant under the same company code, so for this i did the entire MM master data conversions
    i also changed the delivering plant and address using MASS T-code for all the open PO's line items from old plant to new plant (some of line items had partial open qty and some of them entire open qty)
    <b><u>1st issue:</u></b>
    But when i am doing VL31N inbound delivery, the PO qty is NOT showing up automatically in the delivery qty field, so it is causing issues when trying the do a GR
    <b><u>2nd issue</u></b>
    also another issue is that in the Goods Movement Data tab while using VL31N for GR, it is by default showing the old plant still and is grayed out even though the PO line item contains the new plant code and delivery address, so how can we change the receiving plant to new plant and why it is not picking the new plant still
    so can you please help me on this issue and let me know if there is any settings or resolution
    thanks a lot in advance and appreciate your expert advices
    chakri

    dear chakri,
    you have written that you have converted the material master data, but what about the existing puchase orders, you have to copy all the orders in the new plant .
    or if possible try to chane the delivery address in in the item details of the P.O.
    rewards if useful.
    ashish

Maybe you are looking for

  • Batch determination not working during goods issue in MIGO screen

    Hi, We have configured search strategy according to shelf life expiration while doing the goods issue with movement type 201, 351 etc. Now when I do goods issue in MB1A for movement type 201 or in MB1B for movement type 351, by entering the * and cli

  • View Clips on an External Monitor

    I am having trouble viewing playback on an external monitor. I just upgrade from FCP 4 to FCP 5. When I was using FCP 4 I had it set up that all I need was to click on the clip and it would be displayed on the external montior. In FCP 5 the only sett

  • Retrieve xml attribute value of nth xml node using xpath query

    I have an xml with following stucture... <xml> <header>  <DocumentReference OrderId="order001">  <DocumentReference OrderId="order002">  <DocumentReference OrderId="order003"> I have to loop through this xml and retrieve the orderId values inside Biz

  • Deltas not picking up..

    Hi experts, In lbwe in job control i have scheduled a job for SD Sales. But when i checked the job in sm37 it was cancelled and the error message is: Structures have changed (sy-subrc = 2). In development for the datasource 2lis_11_vaitm we have enha

  • Error message appearing while trying to sync BB with laptop

    Hi - I have been regulary syncronizing my phone with laptop to backup all contacts on outlook. In the last few days, there is an error message appearing which i am unable to identity and locate the issue. Only half of the contacts / other organiser d