1755696 Members
3629 Online
108837 Solutions
New Discussion юеВ

SAM problem

 
kholikt
Super Advisor

SAM problem

Hi,

I am having problem with my SAM. One of menu option 'Accounts for Users and groups' is missing from the SAM menu. How can I get it back? Pls help!
abc
6 REPLIES 6
Steven Sim Kok Leong
Honored Contributor

Re: SAM problem

Hi,

Check your sam.cb for the following lines:
==============================================
# ll /usr/sam/lib/C/sam.cb
-r--r--r-- 1 bin bin 24264 Oct 27 1997 /usr/sam/lib/C/sam.cb
# more /usr/sam/lib/C/sam.cb
# $Header: sam.cb,v 73.3 97/09/26 11:59:59 hmgr Exp $

label "Accounts for Users and Groups"
{
label "Groups"
pre-condition "/usr/sam/lbin/ug_area_vis"
icon_path "ug_grps"
command gui "/usr/sam/lbin/samx -C -p %d -s groups /usr/sam/lib/%%L/ug.ui"
lang_local true
help "UGfal.IconHelp.sdl:Subarea+Groups"

label "Local Groups"
pre-condition file-exists "/var/sam/ug_subareas/local_groups"
icon_path "ug_grps"
command gui "/usr/sam/lbin/samx -C -p %d -s lgroups /usr/sam/lib/%%L/ug.ui"
lang_local true
help "UGfal.IconHelp.sdl:Subarea+LocalGroups"

label "NIS+ Groups"
pre-condition file-exists "/var/sam/ug_subareas/nisp_groups"
icon_path "ug_grps"
command gui "/usr/sam/lbin/samx -C -p %d -s npgroups /usr/sam/lib/%%L/ug.ui"
lang_local true
help "UGfal.IconHelp.sdl:Subarea+NISplusGroups"

label "Users"
pre-condition file-exists "/var/sam/ug_subareas/users"
icon_path "ug_user"
command gui "/usr/sam/lbin/samx -C -p %d -s users /usr/sam/lib/%%L/ug.ui"
lang_local true
help "UGfal.IconHelp.sdl:Subarea+Users"

label "Local Users"
pre-condition file-exists "/var/sam/ug_subareas/local_users"
icon_path "ug_user"
command gui "/usr/sam/lbin/samx -C -p %d -s lusers /usr/sam/lib/%%L/ug.ui"
lang_local true
help "UGfal.IconHelp.sdl:Subarea+LocalUsers"

label "NIS Users"
pre-condition file-exists "/var/sam/ug_subareas/nis_users"
icon_path "ug_user"
command gui "/usr/sam/lbin/samx -C -p %d -s nusers /usr/sam/lib/%%L/ug.ui"
lang_local true
help "UGfal.IconHelp.sdl:Subarea+NISusers"

label "NIS+ Users"
pre-condition file-exists "/var/sam/ug_subareas/nisp_users"
icon_path "ug_user"
command gui "/usr/sam/lbin/samx -C -p %d -s npusers /usr/sam/lib/%%L/ug.ui"
lang_local true
help "UGfal.IconHelp.sdl:Subarea+NISplusUsers"

}
==============================================

Hope this helps. Regards.

Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
kholikt
Super Advisor

Re: SAM problem

I have done so but it still doesn't help
abc
Printaporn_1
Esteemed Contributor

Re: SAM problem

are you just installed libc or sam patch ?
I think I used to face this problem before.

try to install latested sam and libc patch would help
enjoy any little thing in my life
Insu Kim
Honored Contributor

Re: SAM problem

You may have a corrupted "ch_rc" file, /usr/sbin/ch_rc.
Copy one from other systems and give it a try again.

Regards,
Never say "no" first.
Vincenzo Restuccia
Honored Contributor

Re: SAM problem

SAM PHCO_21845
s700_800 11.00 libc cumulative patch(PHCO_23770)

kholikt
Super Advisor

Re: SAM problem

Hi,

I have tried all the above but it still doesn't help.
abc