Operating System - HP-UX
1752790 Members
6361 Online
108789 Solutions
New Discussion юеВ

Re: SAM's displaying only one option (Backup and Recovery)

 
SOLVED
Go to solution
Darrell Tyler_1
Advisor

SAM's displaying only one option (Backup and Recovery)

I have a user that once logged onto a particular box can starts up SAM, however the user is presented with only one option, (Backup and Recovery). The user can log into other boxes, startup SAM and have full functionality. The boxes are the same type and OS, and the user uses xterms. Can anyone lend me some guidance as to what might be causing this and a possible fix.
6 REPLIES 6
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: SAM's displaying only one option (Backup and Recovery)

HI Darrel,

login as root on the box, start

# sam -r

and add the functionalities you would like to give to this user.

Hope this helps,
Robert-Jan
Sanjay_6
Honored Contributor

Re: SAM's displaying only one option (Backup and Recovery)

Hi,

Maybe the user is presented with restricted sam.

Maybe this link would help,

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=400000000010631

The itrc doc id is UNX1010172.

Hope this helps.

Regds
Pete Randall
Outstanding Contributor

Re: SAM's displaying only one option (Backup and Recovery)

Sounds like this box has "Restricted SAM" set up for this user. As root, start up "sam -r" and check to see what is listed as available to this user.


Pete

Pete
Peter Godron
Honored Contributor

Re: SAM's displaying only one option (Backup and Recovery)

Darrell,
use sam -r to build restricted version of sam for this user.
With this you can spcify exactly what access the user will have.
Regards
HGN
Honored Contributor

Re: SAM's displaying only one option (Backup and Recovery)

Hi

As mentioned by others here it looks like it has restrictions on sam. You can use the -r option for sam to see the what restrictions are there for the users.

You can give the permissions based on this list from -r option.

Rgds

HGN
Darrell Tyler_1
Advisor

Re: SAM's displaying only one option (Backup and Recovery)

the sam -r did the trick. Thanks much.