coolcommand: how to clear device reservation status in VIOS 2.2 and AIX v7.1
Example: devrsrv -fl hdisk33
[show me the details]
coolcommand: how to check device reservation status in VIOS 2.2 and AIX v7.1
Example: devrsrv -c query -l hdisk68
[show me the details]
coolcommand: How to recycle NFS and clear state files in AIX
Example: stopsrc -g nfs; cd /etc; rm rmtab xtab xtabdup; cd /var/statmon; rm -rf *; startsrc -g nfs; exportfs -av
[show me the details]
coolcommand: how to do a case insensitive match in ksh
Example: if [[ "$1" = @(~(i:linux|solaris)) ]];then echo Match; fi
[show me the details]
coolcommand: how to add workspace for an Enterprise Server in Webmethods 5
Example: server_config storage /var/opt/webmethods/awbrokers50/default -k XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX -qs_storage_file /MoreBroker.qs.stor 1G 128M
[show me the details]
coolcommand: crash - find the number of asynchronous IO in IBM AIX
Example: crash
[show me the details]
coolcommand: get_op_panel - get LED contents of a managed system on a HMC
Example: get_op_panel –m < managed_system >
[show me the details]
coolcommand: how to create a database in mysql
Example: create database dbname;
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts