- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Task to task
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
02-24-2004 09:17 PM
02-24-2004 09:17 PM
Re: Task to task
2) the 10 cluster stations start booting. Because the system disk is in shadow merge, they all have to do their reading twice. I checked and found that they transfer each 350 MByte over their 10 MBit network interface (normally 200). The last boot was finished at 8:00 !!!
You shoud definitely use BOOTSYNC
http://h71000.www7.hp.com/freeware/freeware50/bootsync/
I guess you know that you can shutdown a Cluster Station under the >>> (and not with the message "system shutdown complete...), and then boot them one by one from the boot node with a
$ mc ncl trigger node service password 16char ...
of course, on the station, you must do first
>>> set trig 1
>>> set mop 1
>>> set pswd 16char
I did that long ago
:-)
regards
gerard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 11:14 PM
02-24-2004 11:14 PM
Re: Task to task
Don't need bootsync because I have a home made one in use. And again, why doesn't it work ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 12:01 AM
02-25-2004 12:01 AM
Re: Task to task
Can't you get a small UPS and shut down the central node cleanly when the power goes away?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 12:06 AM
02-25-2004 12:06 AM
Re: Task to task
And power cuts are not always planned and ups can not be used for every station.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 12:19 AM
02-25-2004 12:19 AM
Re: Task to task
there WAS an announcement for a shadow patch that enabled MINImerge. It was to become available for V7.3-1 (and only later for 7.3-2) end 2003/early 2004. I am not aware if it HAS been released, but that should not be to hard to find out.
If you implement that, your shadow merge time will be down to centiseconds, and I guess that will effectively solve your problem. Get the patch, or find out how long you still have to wait. I guess waiting a few (?) days WILL be better than a tweeked workaround.... ;-)
jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 12:28 AM
02-25-2004 12:28 AM
Re: Task to task
We don't install patches over here and we just arrived at 7.3 and are not going to upgrade.
See my numberred questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 02:19 AM
02-25-2004 02:19 AM
Re: Task to task
- the shadow merge is a pure sequential operation. It reads data from both disks, compares them and corrects any differents.
- then you have all user I/O. Any read beyond the 'merge fence' (the yet unmerged area) does an implicit merge (it reads from _both_ disks and corrects any differences - during normal operation the shadow driver distributes the I/O requests over both members). These reads are synchronous operations, so the shadow driver must wait for boths reads to continue. Also, both disks are not synchonized - they don't hit sector 1 at the same time, which results in an additional delay, because the system must wait for the second I/O to complete.
So, your disk's read/write heads spend _much_ more time with movements. All I/O operations take longer.
4) It is my understanding that they are coming in through the MSCP server which is running on the 'interrupt stack' - there simply is no process for which to account the I/Os.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 02:24 AM
02-25-2004 02:24 AM
Re: Task to task
OK but that doesn't explain why the cpu is not given to the process during at least 1 minute.
Suppose the same thing happens in production : every time a shadow merge is done, processes no longer receive cpu. Or is it the unvisible IO that is done that runs in real time ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 02:42 AM
02-25-2004 02:42 AM
Re: Task to task
Check mscp is ok on all the nodes serving Mscp disks with
MSCP Disk Server, Usage And Performance Tuning
http://h18000.www1.hp.com/support/asktima/operating_systems/009324D2-0E9A6D00-1C01E7.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 02:55 AM
02-25-2004 02:55 AM
Re: Task to task
Nope. Rebooted a station and the 3 rates are almost zero.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 02:57 AM
02-25-2004 02:57 AM
Re: Task to task
how did you measure that a process didn't receive any CPU time for a minute? Note that a process can receive CPU for a very short time and then it is not accounted in its performance counters. Sorry, I don't understand the network problem and can help you there, but I try to give some background information and hope you find useful.
The problem is not giving CPU to a process. The CPU is simply idle. The problem is that the processes are waiting for their I/Os to complete. They cannot continue, because they need the data from the disk(s) to continue processing it. The disks are so much busy moving their heads that an I/O queue has build up.
Imagine lots of people going to the newsstand to buy something. Nobody can leave and continue until he got served at the newstand. The owner is busy walking around. The longer the queue is - the more the customers are waiting. OK, that doesn't fully reflect the situation of a disk, but I hope you get the idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 03:18 AM
02-25-2004 03:18 AM
Re: Task to task
CPU is charged 8%. But is mscp in it ?
Compute q 0.4
VPA reports q of 4 average and peak at 15 (non virtual IO)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 04:51 AM
02-25-2004 04:51 AM
Re: Task to task
- « Previous
-
- 1
- 2
- Next »