Sponsored Content
Full Discussion: storage simulator
Operating Systems Solaris storage simulator Post 302348070 by DukeNuke2 on Thursday 27th of August 2009 08:40:49 AM
Old 08-27-2009
i don't think you can... CAM works only with some arrays (25xx, 6xxx, ...). the storage simulator from sun only simulates the "open storage" software named "fishworks" in a vmware environment...
 

We Also Found This Discussion For You

1. Solaris

storage array simulator

hi i haven't much experience in solaris. I would like to know about storage. how to configure,how it is working etc....can i get any simulator for doing these work? plaese send me the link . please help me advance thanks to all (2 Replies)
Discussion started by: sijocg
2 Replies
SDCDB(1)						      General Commands Manual							  SDCDB(1)

NAME
sdcdb - Source debugger for SDCC SYNOPSIS
sdcdb [options] filename WARNING
The information in this man page is an extract from the full documentation of SDCC, and is limited to the meaning of the options. For complete and current documentation, refer to the SDCC Compiler User Guide. DESCRIPTION
sdcdb is a source debugger for SDCC. It uses ucSim to execute the program, the programm execution is controlled by the debugger. The command interface for the debugger has been deliberately kept as close the GNU debugger gdb, as possible. This will help the integra- tion with existing graphical user interfaces (like ddd, xxgdb or xemacs) existing for the GNU debugger. STARTING THE DEBUGGER
The debugger can be started using the following command line (Assume the file you are debugging has the file name foo): sdcdb foo The debugger will look for the following files: foo.c - the source file. foo.cdb - the debugger symbol information file. foo.ihx - the intel hex format object file. OPTIONS
-directory=<source file directory> This option can used to specify the directory search list. The debugger will look into the directory list specified for source, cdb & ihx files. The items in the directory list must be separated by ':', e.g. if the source files can be in the directories /home/src1 and /home/src2, the -directory option should be -directory=/home/src1:/home/src2. Note there can be no spaces in the option. -cd <directory> Change to the <directory>. -fullname Used by GUI front ends. -cpu <cpu-type> This argument is passed to the simulator. Please see the simulator docs for details. -X <Clock frequency> This option is passed to the simulator. Please see the simulator docs for details. -s <serial port file> This option is passed to simulator. Please see the simulator docs for details. -S <serial in,out> This argument is passed to simulator. Please see the simulator docs for details. COPYING
The entire source code for the debugger is distributed under GNU General Public License. SEE ALSO
sdcc(1), ucsim(1), s51(1), savr(1), sz80(1). AUTHOR
This manual page was written by Aurelien Jarno <aurel32@debian.org>, for the Debian GNU/Linux system (but may be used by others). SDCDB(1)
All times are GMT -4. The time now is 10:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy