- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Login mono user hp-ux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 10:04 AM
07-29-2003 10:04 AM
Login mono user hp-ux
How mono login in hp-ux?
Thanks
Alessandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 10:06 AM
07-29-2003 10:06 AM
Re: Login mono user hp-ux
When you see the message
To stop selection process, press and hold the ESCAPE key
press and hold the ESC key (this may take a few seconds to stop the process)
Next, you will see the message
Searching for Potential Boot Devices
Again, press and hold the ESC key (this too may take a few seconds)
You will see a menu with 4 or so single letter options and descriptions. Select option "a" for Boot Administration mode.
You will see the following prompt:
BOOT_ADMIN>
Type "search". (If you know the name of the default boot device, such as "scsi.6.0", you can omit this step.)
After the "search" completes, at the "BOOT_ADMIN" prompt, type
boot pn ipl
or
boot scsi.x.y ipl
where n corresponds to the device from which you want to boot as found by the "search" command, and where x and y correspond to the actual device numbers (6 and 0 for scsi.6.0)
At the
ISL>
prompt, type
hpux -is disk(;)/hp-ux
This will load and boot hp-ux from the default disk (from where IPL or ISL was loaded) and pass the "-s" flag to init.
After the system loads and begins to run /hp-ux, it may first run fsck on the root partition (if it is not clean). Following this, a shell (/bin/sh) running as root is created and you can do interactive administration.
When you are done, do not exit the shell since init will just place you in single user mode again with a new shell. Instead, type
init 3
to bring up the system multi-user
For more information, see the manual pages
hpux(1M)
hpux_700(1M) (for all series 700 HP computers)
boot(1M)
isl(1M)
pdc(1M)
init(1M)
Regards,
Bassoi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 10:10 AM
07-29-2003 10:10 AM
Re: Login mono user hp-ux
watch the console during boot.
there will be a massges to press the spacebar (or some other key if it's a workstation)
this will bring you to a prompt :
type in
bo pri
the make the OS boot from the primary disk
when asked if you would like to interact with IPL say "y" for yes.
you will get to an IPL prompt where you should type in
hpux -is
you'll be in single user mode.
you should be able to change the root password
passwd root
then check out what is taking up all the space in /dev/root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 10:25 AM
07-29-2003 10:25 AM
Re: Login mono user hp-ux
maybe not all is lost.
Have you any already logged user in your system, that can clean soome files and let you go in ?
This would be much easier than rebooting.
Also think: have you ant remsh working? Try to clean /tmp....
Otherwise the only chance is rebooting..
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 10:32 AM
07-29-2003 10:32 AM
Re: Login mono user hp-ux
If you happen to have a valid telnet/ssh session open on the box, you might use it to get rid of a file on the / filesystem.
A simple reboot won't help, the system might not boot and will likely not allow logins unless its a temporary file filling up root.
Single user mode is the best idea because no filesystems are mounted.
It gives you a chance to look for hidden files.
lets say you did umount /opt
Then copied a bunch of files into /opt
They are actually on the root filesystem and once /opt is mounted they are totally invisible while the fs is mounted on the folder.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 12:21 PM
07-29-2003 12:21 PM
Re: Login mono user hp-ux
To enter the single mode do:
stop on boot and do boot from your disk,
on question about IPL answer "yes"
you will get prompt for IPL then
write > hpux -is
and you will boot to single mode.
Caesar