- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX11.0 equivalent for MAX_IO_SIZE
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-13-2004 01:53 AM
02-13-2004 01:53 AM
HPUX11.0 equivalent for MAX_IO_SIZE
MAX_IO_SIZE which is an operating system dependant parameter.
I tried to find it using sysdef (in vain)
then I did a grep on /stand/build, again
did not see it.
Is there a equivalent or must I just add it first ? If so where ?
[root@orasrv2:]/stand/build<>>> grep -i MAX tune.h
#define DBC_MAX_PCT 8
#define SENDFILE_MAX 0
#define AIO_MAX 2048
#define AIO_LISTIO_MAX 256
#define AIO_PRIO_DELTA_MAX 20
#define MAXDSIZ 990056448
#define MAXSSIZ 0x00800000
#define MAXSWAPCHUNKS 4513
#define MAXTSIZ 0x04000000
#define MAXUPRC 512
#define MAXTHREADPROC 2048
#define MAXUSERS 128
#define MAXDSIZ_64BIT 0x0000000040000000
#define MAXSSIZ_64BIT 0x00800000
#define MAXTSIZ_64BIT 0x0000000040000000
#define MSGMAX 65535
#define SHMMAX 1073741824
#define NCLIST (100+16*MAXUSERS)
#define NETMEMMAX 0
#define NPROC (20+8*MAXUSERS)
#define MAXQUEUETIME 0
#define KSI_SEND_MAX 32
#define KSI_ALLOC_MAX (NPROC*8)
#define MAXFILES_LIM 4096
#define MAXFILES 4096
#define MAXVGS 10
#define MAX_ASYNC_PORTS 50
#define INITMODMAX 50
#define MODSTRMAX 500
#define MAX_FCP_REQS 512
#define VX_MAXLINK 32767
#define HFS_MAX_RA_BLOCKS 8
#define VXFS_MAX_RA_KBYTES 1024
#define SCSI_MAXPHYS 1048576
#define MAX_MEM_WINDOW 0
[root@orasrv2:]/stand/build<>>>
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 01:56 AM
02-13-2004 01:56 AM
Re: HPUX11.0 equivalent for MAX_IO_SIZE
Kind of like the hard limit on the number of groups a user can be in.
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
02-13-2004 02:01 AM
02-13-2004 02:01 AM
Re: HPUX11.0 equivalent for MAX_IO_SIZE
However I need to know its value though
for something else to configure correctly.
Any idea how I can verify to what
value it is set.
Tx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 02:14 AM
02-13-2004 02:14 AM
Re: HPUX11.0 equivalent for MAX_IO_SIZE
Look at
scsi_maxphys - maximum allowed length of an I/O on all SCSI devices
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 02:25 AM
02-13-2004 02:25 AM
Re: HPUX11.0 equivalent for MAX_IO_SIZE
Our scsi_maxphys is set to 1048576
I presume that is bytes.
I will try that (will be monday)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 02:36 AM
02-13-2004 02:36 AM
Re: HPUX11.0 equivalent for MAX_IO_SIZE
Yes - that's the equiv to your max_io_size.
But be aware that docs.hp.com shows the default to indeed be 1,048,576 and cautions that it should *never* be raised except on V-class system & then it can be raised to 32MB. And also should never be lowered.
Here's the descrip:
DESCRIPTION
This tunable sets the maximum data size the SCSI subsystem will accept for an I/O. Depending on the device's characteristics and the device driver configuration, the maximum size allowed by the SCSI subsystem for a particular SCSI device might be lower than or equal to this tunable's value. It will never be greater.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2004 10:13 PM
02-15-2004 10:13 PM
Re: HPUX11.0 equivalent for MAX_IO_SIZE
of MAX_IO_SIZE, with the nice comment
to look at our OS manual for details.
(Yeah right)
I tried using the value of this scsi io
parameter you suggested.
Unfortunately to no avail.
I am going to log a call with the Application
vendor what exactly it means with MAX_IO_SIZE as this parameter does not exist under that name on HPUX11.00.
Live is tough.
And then you die °`)