- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Rx2600 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
06-06-2004 06:57 PM
06-06-2004 06:57 PM
I have rx2600 server and now I want to extend the size of /opt directory. I haven't any idea to boot to single user mode in order to unmount the /opt? Do you know the procdures?
Thanks
Alex
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 07:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 07:27 PM
06-06-2004 07:27 PM
Re: Rx2600 single user mode
first do a controlled shutdown of the server
/etc/shutdown -hy now
switch the system back on and press and key on the keyboard in the first 10 seconds to interrupt the boot sequence.
now type "bo"
the system will ask if you wish to interct with IPL answer "YES"
now type hpux -is
this will fetch the system up in single user mode with a hash prompt. You will now be able to extend the /opt filesystem
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 07:48 PM
06-06-2004 07:48 PM
Re: Rx2600 single user mode
here goes:
u may do a shutdown but most importantly, u must break the 10 seconds before u can proceed to single user mode via:
after breaking to PDC Menu --> bo pri
ISL> hpux -is
# mount /usr
if /dev/vg00/lvol6 is the logical volume for /opt
# /usr/sbin/lvextend -L 1024 /dev/vg00/lvol6
# /usr/sbin/extendfs -F vxfs /dev/vg00/rlvol6
# lvdisplay /dev/vg00/lvol6
# mount /opt
# bdf
to check if the size is correct.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 05:46 AM
06-07-2004 05:46 AM
Re: Rx2600 single user mode
contain good info. However, the rx2600
is an Itanium machine so the boot process
is a little bit different. The terms
PDC, ISL and IPL refer to the PA-RISC boot
process.
To get into single user mode on Itanium,
wait until you see the Boot Manager Menu.
This will list several options like "Boot
HP-UX" and "Start EFI Shell". I believe
you have 10 seconds to select an option.
Using the arrow keys, highlight "Boot HP-UX"
and then hit Enter. Then you have 10 more
seconds to hit any key to stop autoboot.
Then you can type "hpux -is".
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 07:15 PM
06-07-2004 07:15 PM
Re: Rx2600 single user mode
intrrupt the HP-UX at boot time.
use the boot -is option.
It will work.
Thanx
Suresh P.