Operating System - HP-UX
1834722 Members
2858 Online
110069 Solutions
New Discussion

Go directly to SAM screen

 
SOLVED
Go to solution
Jason Berendsen
Regular Advisor

Go directly to SAM screen

Is there a command line option in HP-UX 11.00 to go straight to a certain SAM screen, specifically the DNS screen? I am looking to bypass the hierarchy of the original SAM screen and networking screens.
5 REPLIES 5
Martin Johnson
Honored Contributor
Solution

Re: Go directly to SAM screen

You could probably do it with restricted SAM, i.e. set up a user to do just network administration.

HTH
Marty
Sridhar Bhaskarla
Honored Contributor

Re: Go directly to SAM screen

Hi Jason,

Not possible. You can setup Restricted SAM for the user. First disable all functions and then enable only DNS Administration for that user by running "sam -r".

This will not show all other screens to the user when he/she runs sam. However, still you will have to go through the "Networking and Communcation" Screen but it will be much easier.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Pete Randall
Outstanding Contributor

Re: Go directly to SAM screen

By design, SAM is menu driven. Quote from man sam:

DESCRIPTION
The sam command starts a menu-driven System Administration Manager
program (SAM) for performing system administration tasks


There are no additional options to allow pre-selection of a particular area.


Pete

Pete
Jason Berendsen
Regular Advisor

Re: Go directly to SAM screen

Martin,

Restricted SAM was one option I had thought of, but was wondering if there were any others.

Thanks for the help.
Martin Johnson
Honored Contributor

Re: Go directly to SAM screen

Jason,

SAM is menu driven, but unlike AIX's smit, there are no short cuts to submenus.

Marty