- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- sam -r in SUN and LINUX
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
01-17-2006 12:23 AM
01-17-2006 12:23 AM
sam -r in SUN and LINUX
I want to say before anything sorry to those who feel this thread shouldnt be here. I guess I am one of those sorts of people who doesnt mind asking at least once!!
Anyway, I was wondering if there was anybody out there who knew of a similar system to SAM and SAM restricted in the LINUX (RH) and SUN OS's
A thousand thanks as always
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 12:34 AM
01-17-2006 12:34 AM
Re: sam -r in SUN and LINUX
I dont remember some thing exactly similar to sam -r, but you can configure RBAC - Rola Based Access COntrol , in solaris.
This allows you to create profiles and assign users to the profiles. Each profile can be capable of executing the DEFINED set of commands.
Please check this link,
http://www.sun.com/bigadmin/content/submitted/custom_roles_rbac.html
Hope this helps.
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 12:34 AM
01-17-2006 12:34 AM
Re: sam -r in SUN and LINUX
The administrator tool for Solaris is 'admintool', the runs only in X emulation not in character mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 12:39 AM
01-17-2006 12:39 AM
Re: sam -r in SUN and LINUX
Linux, to my knowledge, does not supply a sam equivalent.
The closest is probably something like linuxconf, which is a third party product.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 02:02 AM
01-17-2006 02:02 AM
Re: sam -r in SUN and LINUX
In Solaris we have: smc
In Linux: there are seperate utilities for diff things e.g.
for NIC config you have redhat-config-network (system-config-network)
for DNS (redhat-config-bind)
etc etc
Hope this helps
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 03:18 AM
01-17-2006 03:18 AM
Re: sam -r in SUN and LINUX
Sun:
Use Solaris Management Console (smc) to perform similar tasks.
admintool is obsolete in newer Solaris and is discouraged to use.
RedHat:
Use sudoer to set up the individual Privilege
for specific tasks first, and then run system-config-* or redhat-config-* on different versions of RHEL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 07:51 AM
01-17-2006 07:51 AM
Re: sam -r in SUN and LINUX
http://bhami.com/rosetta.html#files
Not exactly your question but usefull never the less... I hope.
Jean-Pierre Huc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 09:20 AM
01-17-2006 09:20 AM
Re: sam -r in SUN and LINUX
sudo is available for hpux and does not really do what sam can do. Its great at what it does but is only a poor substitute for sam.
Long run, Linux is going to have to add such a tool.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 06:23 PM
01-17-2006 06:23 PM
Re: sam -r in SUN and LINUX
check the redhat-config-* files, but they don't cover everything ofcourse.
my advise to people is to install webmin, it's great, administration through the web, you can have users with different rights to certain servers or aspects of administration.
take a look at it, highly recommended (and a whole load better then #@$# hp's sam)
http://www.webmin.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 07:01 PM
01-17-2006 07:01 PM
Re: sam -r in SUN and LINUX
The tool/link is still a good one to have
I would also recommand webmin nice and works in most environment.
Jean-Pierre Huc
P.S. 0 points please to reward my previous answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 12:33 PM
01-31-2006 12:33 PM
Re: sam -r in SUN and LINUX
In linux in command prompt, u can try the following command.
#setup
#userconf (configure user account)
#linuxconf ('')
In solaris.
#admintool
Cheers
Indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2006 01:40 AM
02-02-2006 01:40 AM
Re: sam -r in SUN and LINUX
Also, GUI/console admin aids are no match for the power of command-line administration, but I'm sure you know that :)
As an aside, you could look at webmin, but it is an add-on.
-P