- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Boot HP-UX 11.0 system in single user mode
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
04-10-2002 07:33 AM
04-10-2002 07:33 AM
Boot HP-UX 11.0 system in single user mode
Is the format command (which is to see the disks info) works in HP-UX 11.0 OS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 07:51 AM
04-10-2002 07:51 AM
Re: Boot HP-UX 11.0 system in single user mode
You can boot your system in single user mode by doing init 2 from your system.
However, you can also reboot your system using
shutdown -ry 0
when you see the system coming up again you can interrupt the system boot sequence (it will ask you to press any key in 10 sec to stop booting), and then after pressing the key at that stage type
hpux -is
this will take you to single user mode
hope this helps for you..
PS: Don't forget to award points if you find suitable answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 08:02 AM
04-10-2002 08:02 AM
Re: Boot HP-UX 11.0 system in single user mode
1) Try this from command line:
# init s
# init S - both will bring system to single user mode.
2) If you can reboot, this will do the task:
a) interrput normal boot process
b) enter 'bo' command at console menu
c) interact with ISL
d) ISL > hpux -is
The format command in hp-ux 11.0 is used to format an HP SCSI disk array LUN. For disk information use:
# diskinfo
# stm
# ioscan -fnC disk
# sam
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 08:17 AM
04-10-2002 08:17 AM
Re: Boot HP-UX 11.0 system in single user mode
Wilson have a correct suggestion, but before run any command like sam or other, you must mount all filesystem with:
mount -a
bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 09:09 AM
04-10-2002 09:09 AM
Re: Boot HP-UX 11.0 system in single user mode
Just an addition:
You don't need to mount the file systems to find out the properties of a disk/VG/LV. If you mount the file system, you can check the properties with bdf, du etc.
But, even if the file systems are not mounted, you can still check the disks with sam, pvdisplay, diskinfo, stm, ioscan, vgdisplay, lvdisplay etc.
Also if you are using mount -a command, then make sure that the entry is in /etc/fstab file.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 10:43 AM
04-10-2002 10:43 AM
Re: Boot HP-UX 11.0 system in single user mode
Others have answered your first question.
As to your second - Yes 11.0 supports the format command...BUT....ONLY on HP-array LUNs. You can use the mediainit /dev/rdsk/cxtydz
command for low-level init & media check.
NOTE: you must specify the character or raw disk - the /dev/rdsk/cxtydz device.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 01:01 PM
04-10-2002 01:01 PM
Re: Boot HP-UX 11.0 system in single user mode
If you are just wanting info on the disk then the
diskinfo /dev/rdsk/cxtydz
is the command that you should use.
Rgds,
Jeff