Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Display storage type and storage size Post 302519071 by RolfB on Tuesday 3rd of May 2011 01:51:33 AM
Old 05-03-2011
General info:
uname -a

Machine type:
model

or for 11.31:
machinfo

Full listing special devices in /dev catalog:
ioscan -fn

LVM, Volume groups and Logic volumes:
vgdisplay -v

Filsystem and filling:
bdf


Hope this helps.
This User Gave Thanks to RolfB For This Post:
 

2 More Discussions You Might Find Interesting

1. Solaris

How to check which type of storage is used in unix?

SunOS 5.10 Generic_142900-15 sun4v sparc SUNW,T5240 how can i check the storage type being used in unix solaris sparc system? please help me its urgnet.. thank you (22 Replies)
Discussion started by: aesgs
22 Replies

2. Filesystems, Disks and Memory

How to check which type of storage is used in unix

how can i check the storage type being used in unix solaris sparc system? please help me its urgnet.. thank you (4 Replies)
Discussion started by: aesgs
4 Replies
MYSQLND_QC_SET_USER_HANDLERS(3) 					 1					   MYSQLND_QC_SET_USER_HANDLERS(3)

mysqlnd_qc_set_user_handlers - Sets the callback functions for a user-defined procedural storage handler

SYNOPSIS
bool mysqlnd_qc_set_user_handlers (string $get_hash, string $find_query_in_cache, string $return_to_cache, string $add_query_to_cache_if_not_exists, string $query_is_select, string $update_query_run_time_stats, string $get_stats, string $clear_cache) DESCRIPTION
Sets the callback functions for a user-defined procedural storage handler. PARAMETERS
o $get_hash - Name of the user function implementing the storage handler get_hash functionality. o $find_query_in_cache - Name of the user function implementing the storage handler find_in_cache functionality. o $return_to_cache - Name of the user function implementing the storage handler return_to_cache functionality. o $add_query_to_cache_if_not_exists - Name of the user function implementing the storage handler add_query_to_cache_if_not_exists functionality. o $query_is_select - Name of the user function implementing the storage handler query_is_select functionality. o $update_query_run_time_stats - Name of the user function implementing the storage handler update_query_run_time_stats functionality. o $get_stats - Name of the user function implementing the storage handler get_stats functionality. o $clear_cache - Name of the user function implementing the storage handler clear_cache functionality. RETURN VALUES
Returns TRUE on success or FALSE on FAILURE. SEE ALSO
Procedural user-defined storage handler example. PHP Documentation Group MYSQLND_QC_SET_USER_HANDLERS(3)
All times are GMT -4. The time now is 08:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy