Operating System - HP-UX
1831460 Members
2877 Online
110025 Solutions
New Discussion

Getting into SAM while in Single-User Mode

 
SOLVED
Go to solution
Andre Lemon
Regular Advisor

Getting into SAM while in Single-User Mode

Good Morning, How do I get into SAM while I am in single user mode?
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: Getting into SAM while in Single-User Mode

Andre,

First you need to mount /usr:

mount -a
sam


Pete

Pete
DCE
Honored Contributor

Re: Getting into SAM while in Single-User Mode

try issuing mount -a before running sam
Olivier Masse
Honored Contributor
Solution

Re: Getting into SAM while in Single-User Mode

I suggest you go up to run level 1, as sam might depend on one of more services.

If you need single user, you could try this but I don't know if it will work:

# fsck /dev/vg00/[raw lvol which has /usr]
# mount /usr
# fsck /dev/vg00/[raw lvol which has /var]
# mount /var
# /usr/sbin/sam

If you get an error, try starting whatever service might be missing, and retry.

Good luck

Andre Lemon
Regular Advisor

Re: Getting into SAM while in Single-User Mode

Olivier, that worked like a charm. Thanks.

Thanks to you as well Pete.


Andre'
Andre Lemon
Regular Advisor

Re: Getting into SAM while in Single-User Mode

Thanks, Pete, DCE and Olivier.

Have a great day and thanks for your help as
always.


Andre'