Operating System - HP-UX
1833043 Members
2547 Online
110049 Solutions
New Discussion

Re: sam in single user mode?

 
SOLVED
Go to solution
Randy_9
Regular Advisor

sam in single user mode?

what is the secret to using SAM in single user mode?

Thanks,

Randy
6 REPLIES 6
Mark Vollmers
Esteemed Contributor

Re: sam in single user mode?

Randy-

you can't run SAM in single user mode. at least, not the gui version. you might be able to run the text-based interface, but I don't think so. Time to dig out the commands.

Mark
"We apologize for the inconvience" -God's last message to all creation, from Douglas Adams "So Long and Thanks for all the Fish"
Pete Randall
Outstanding Contributor
Solution

Re: sam in single user mode?

Do a "mount -a" to get all the root file systems mounted.

Good luck,
Pete

Pete
Mark Vollmers
Esteemed Contributor

Re: sam in single user mode?

oh, yeah. my bad. Make sure the TERM is set correctly (TERM=hp is fine) and you can move around with the tab key.
"We apologize for the inconvience" -God's last message to all creation, from Douglas Adams "So Long and Thanks for all the Fish"
Sandip Ghosh
Honored Contributor

Re: sam in single user mode?

When you are booting in the single user mode all the filesystems are not mounted that time.
Do "vgchange -a y /dev/vg00" and "mount -a". After that SAM should run in single user mode.

Sandip
Good Luck!!!
MANOJ SRIVASTAVA
Honored Contributor

Re: sam in single user mode?

Hi Randy


Go to single user mode like
hpux -is or you can do just init S , this will give you the all rot mounted you can do a mount -a or fsck /dev/vg00/rlvol and then mount -a to get the other file systems like usr,var to get mounted , then you can run SAM


Manoj Srivastava
Randy_9
Regular Advisor

Re: sam in single user mode?

Thanks everyone, I had done it before
but forgot how. I'll be sure to jot these
instructions down this time.

on my way now..........

Randy