- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: new user roll as root
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 05:47 PM
02-15-2005 05:47 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 06:00 PM
02-15-2005 06:00 PM
Re: new user roll as root
u want to create file??
your new user is under root and dba groups, so u have privlege as root.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 06:05 PM
02-15-2005 06:05 PM
Re: new user roll as root
Then try to ftp one file which is under dba group also can't, the error appear as permission denied after we run put filename command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 06:12 PM
02-15-2005 06:12 PM
Re: new user roll as root
Could you post the output from
# id user
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 06:33 PM
02-15-2005 06:33 PM
Re: new user roll as root
just retry again ok! :-) Ok to create and also to ftp. Does it takes time to work? Coz we try directly after create the user before lunch, can't and now ok already. Thanks
Ok another issue regarding new user@root. 1) We have to compile some oracle form .fmb format to execute file .fmx. Already set this user as oinstall group but can't compile. Error as:
$ ./compile_file.sh gs_cancel.fmb
f60gen Module=gs_cancel.fmb Userid=xxx/xxx@devp Module_Type=FORM Batch=NO Comp
ile_All=YES
FRM-91500: Unable to start/complete the build.
----> Error compiling gs_cancel.fmb : 1
Finished compiling 1 program(s).
$ ll gs_cancel
gs_cancel not found
$ ll gs_cancel.fmb
-rwxrwxrwx 1 nazly oinstall 53248 Nov 29 17:48 gs_cancel.fmb
2) Is there a log file to capture every user in HP-ux in details, like edit,create,delete file? We do check the sulog its only log all users who log to the server on particular day.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 06:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 01:17 PM
02-16-2005 01:17 PM
Re: new user roll as root
question again regarding new user @ root.
I create my id as root but I can't run nickel. Why? Is there any missing priviledge should I add?
b1:/home/fauziahm# id
uid=107(fauziahm) gid=3(sys)
b1:/home/fauziahm# cd /opt/contrib/bin
b1:/opt/contrib/bin# ll
total 1364
-r-xr-xr-x 1 root sys 78008 May 13 2003 nickel
b1:/opt/contrib/bin# nickel
ERROR: Your User ID appears to be: 107 (Loginname: fauziahm)
Sorry, but you must have root privileges to run this script.
b1:/opt/contrib/bin#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 01:41 PM
02-16-2005 01:41 PM
Re: new user roll as root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 02:15 PM
02-16-2005 02:15 PM
Re: new user roll as root
From the permission it shows that the userid can run the nickel script because it fall under sys group.
Why not try to run nickel using root.
Regards
Rashid Hamid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 01:19 PM
02-17-2005 01:19 PM
Re: new user roll as root
my intention to create another id as root is everybody using their own id and root can monitor any activity they did. In other word, no user is using root as root is purposely for administrator. This is for security issue. If I run the nickel using root np purpose for me to create new user as = root rite'?
So my next project is to find any log file that trace everybody login to server include their activity such as edit,delete,remove,and etc. The sulog is only trace who is login to the server rite'?
Anyone can advice...Is it audit log?
How to switch it on?
Thanks all