Put your tips and tricks online - Share your knowledge! Login | Register
 
 
  Search     Advanced search
 

Home | Ask Question | Add tip | My tips | Recent tips & tricks | Suggest a category | FAQ | Forums

 
 
 
 Found 7 tips, Displaying 1 - 7 
 
Sort by 
 
 How to manually clean up shared memory / semaphors
This procedure may be useful for something like Oracle database, SAP or Peoplesoft when application was shutdown but shared memory hasn't been clened up for some reason. Get the list of all semaphors for a user: ipcs | grep [username] Remove (clean up) semaphor: ipcrm -s [semaphor id] You can also use the command below ...
 More...
04/26/07
 
 
 Show system parameters on Solaris
The sysdef utility outputs the current system definition in tabular form. It lists all hardware devices, as well as pseudo devices, system devices, loadable modules, and the values of selected kernel tunable parameters. $ /usr/sbin/sysdef
 More...
02/06/06
 
 
 Probe for devices and reconfigure
This command will probe for devices under /dev and /devices directories and update /etc/path_to_inst file. Have a look at the manual page for command line options. devfsadm
 More...
12/12/05
 
 
 Display devices attached to the system
To display all the hardware devices attached to your SUN Solaris system run: prtconf
 More...
12/12/05
 
 
 Display system information
Display system information i.e. memory, disks, network cards etc: $ prtconf
 More...
10/03/05
 
 
 Show system run level
$ who -r
 More...
10/03/05
 
 
 Print system diagnostic information
$ prtdiag
 More...
10/03/05
 
 


Recent tips & tricks
Miscellaneous > Middleware > Oracle Fusion Middleware > Oracle SOA Suite : How to create users using comm...
Databases > Oracle > Security : What privileges are needed to ...
Miscellaneous > Middleware > Oracle Fusion Middleware > Oracle SOA Suite : How to installl Standalone Res...
Databases > Oracle > Oracle 10g : How to upgrade Oracle 10.2.0.3...

More categories
Databases | Programming | Hardware | Operating Systems | Networking | Internet | ERP / CRM | Games & Multimedia | Graphics & Design | Miscellaneous | Office Software | TipLib FAQ
 

Home |  FAQ |  Terms of Use |  Privacy Policy

© 2005 tiplib.com