- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Low Quorum On Itanium Server
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
09-24-2004 03:30 AM
09-24-2004 03:30 AM
The command that I used to run on a RISC server (lifcp /dev/rdsk/c2t0d0:AUTO -) only replies with "hpux"
When I boot the server, I see "hpux -lq"
Is there a command to use on the Itanium servers to determine if the -lq is set? (Without having to reboot the server)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2004 03:39 AM
09-24-2004 03:39 AM
Re: Low Quorum On Itanium Server
lifcp /dev/rdsk/c?t?d?:AUTO -
Execute it differently for both primary and secondary mirror drives.
TO know which boot disk system is booted from you can do the follwoing:
echo boot_string/S | adb /stand/vmunix /dev/mem
If you want to change the boot string in auto file you can do
mkboot -a "hpux -lq" /dev/rdsk/c?t?d?
This can be done when system is up.
Hope above helps
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2004 03:44 AM
09-24-2004 03:44 AM
Re: Low Quorum On Itanium Server
# lifcp /dev/rdsk/c2t0d0s2:AUTO -
hpux
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2004 05:04 AM
09-24-2004 05:04 AM
Re: Low Quorum On Itanium Server
I have tried using:
# lifcp /dev/rdsk/c2t0d0s2:AUTO -
With the following resuls:
hpux
On a RISC system, when I give the command, I get these results:
hpux -lq
I know the system boot with hpux -lq because I can see it during the boot process.
I would like to be able to confirm the hpux -lq without having to reboot.
Any other commands for Itanium that might work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2004 05:46 AM
09-24-2004 05:46 AM
Re: Low Quorum On Itanium Server
echo boot_string/S | adb /stand/vmunix /dev/kmem
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 03:04 AM
10-21-2004 03:04 AM
Re: Low Quorum On Itanium Server
When I type:
echo boot_string/S | adb /stand/vmunix /dev/kmem
I get the following message:
boot_string:
adb: warning: Unrecognized format character - 'S'.
Any other ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 03:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:31 PM
10-27-2004 02:31 PM
Re: Low Quorum On Itanium Server
Your commands worked just fine.
I couldn't give points though. I don't see any drop down points menu. I'd give 10 points though. Thanks again.