Iscsi support in solaris express 03/05

Hi
To whom it may concern ..
# uname -a
SunOS tinkywinky 5.10.1 snv_07 sun4u sparc SUNW,Sun-Blade-100
# iscsiadm
Usage: iscsiadm -?,-V
Usage: iscsiadm add [-?] <OBJECT> [-?] [<OPERAND>]
Usage: iscsiadm list [-?] <OBJECT> [-?] [<OPERAND>]
Usage: iscsiadm modify [-?] <OBJECT> [-?] [<OPERAND>]
Usage: iscsiadm remove [-?] <OBJECT> [-?] [<OPERAND>]
For more information, please see iscsiadm(1M)
# man iscsiadm
No manual entry for iscsiadm.
# grep iscsiadm /var/sadm/install/contents
/usr/sbin/iscsiadm f none 0555 root sys 92408 42788 1106695271 SUNWiscsiu
There is no man page that I can find ...?
Kevin

You should probably direct SXDE queries to the forums at http://opensolaris.org, more chance of a response from the JDS developers there.
Message was edited by:
calum

Similar Messages

  • ISCSI support on Solaris

    A recent article on Search Storage asserts that Solaris 10 will support iSCSI. Is this true or just another journalistic fantasy?

    I have seen several threads that have suggested that a version of Solaris 10 will support iSCSI. Can you tell me your best estimate of when that "version" of Solaris 10 will become available ?
    Also, I have seen several threads that have suggested that support for iSCSI on Solaris 10 is up to the manufactures of the adapters to create device drivers that are compliant with Solaris 10 ( i.e. Cisco ). Can you please comment on what is meant by Solaris 10 will "support" iSCSI, and what part of that "support" is left up to the manufactures of the devices interfacing with Solaris 10 ( i.e. device drivers )

  • Solaris Express Developer 9/07  gcc can't find GTK-2

    Solaris Express Developer 9/07 configure can't find GTK-2
    located in /usr/lib/gtk-2.0 & /usr/include/gtk-2.0
    It is my understanding that default ld includes /usr/lib (i.e. crle ouput)
    Any help appreciated.
    John
    Update:
    installed packages /opt/cfw
    atk-1.10.1-Solaris10-x86.pkg
    gtk-2.8.3-Solaris10-x86.pkg
    cairo-1.0.0-Solaris10-x86.pkg
    pango-1.10.0-Solaris10-x86.pkg
    glib-2.8.1-Solaris10-x86.pkg
    Configuration file [version 4]: /var/ld/ld.config
    Platform: 32-bit LSB 80386
    Default Library Path (ELF): /lib:/usr/lib:/usr/local/lib:/opt/sfw/lib:/opt/cfw/lib:/opt/gnu/lib
    Trusted Directories (ELF): /lib/secure:/usr/lib/secure (system default)
    Command line:
    crle -c /var/ld/ld.config -l /lib:/usr/lib:/usr/local/lib:/opt/sfw/lib:/opt/cfw/lib:/opt/gnu/lib
    Still fails!
    Edited by: jhawk on Oct 10, 2007 7:01 PM

    jhawk@solaris-devx gftp-2.0.18rc1 >export LD_LIBRARY_PATH=/opt/cfw/lib/gtk-2.0:/lib:/usr/lib:/usr/local/lib:/opt/sfw/lib
    jhawk@solaris-devx gftp-2.0.18rc1 >./configure --prefix=/usr/local
    checking for a BSD-compatible install... /usr/bin/ginstall -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... no
    checking for nawk... nawk
    checking whether make sets $(MAKE)... yes
    checking build system type... i386-pc-solaris2.11
    checking host system type... i386-pc-solaris2.11
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for egrep... egrep
    checking for AIX... no
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking for ranlib... ranlib
    checking for special C compiler options needed for large files... no
    checking for FILEOFFSET_BITS value needed for large files... 64
    checking for LARGEFILES value needed for large files... no
    checking for gcc option to accept ANSI C... none needed
    checking for function prototypes... yes
    checking for ANSI C header files... (cached) yes
    checking for string.h... (cached) yes
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking whether the printf family of functions supports %'ld... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gawk... (cached) nawk
    checking for a BSD-compatible install... /usr/bin/ginstall -c
    checking whether ln -s works... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking libutil.h usability... no
    checking libutil.h presence... no
    checking for libutil.h... no
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking malloc.h usability... yes
    checking malloc.h presence... yes
    checking for malloc.h... yes
    checking pty.h usability... no
    checking pty.h presence... no
    checking for pty.h... no
    checking for strings.h... (cached) yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking for unistd.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking sys/mkdev.h usability... yes
    checking sys/mkdev.h presence... yes
    checking for sys/mkdev.h... yes
    checking for inttypes.h... (cached) yes
    checking for socklen_t in sys/socket.h... yes
    checking for mode_t... yes
    checking for intptr_t in stdint.h... yes
    checking for pid_t... yes
    checking for size_t... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    checking for off_t... yes
    checking size of off_t... 8
    checking for working alloca.h... yes
    checking for alloca... yes
    checking whether gcc needs -traditional... no
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for getpagesize... yes
    checking for working mmap... yes
    checking return type of signal handlers... void
    checking for strftime... yes
    checking whether utime accepts a null argument... yes
    checking for gai_strerror... no
    checking for getaddrinfo... no
    checking for getcwd... yes
    checking for gettimeofday... yes
    checking for getwd... yes
    checking for mkdir... yes
    checking for mktime... yes
    checking for putenv... yes
    checking for rmdir... yes
    checking for select... yes
    checking for socket... no
    checking for strdup... yes
    checking for strstr... yes
    checking for strtod... yes
    checking for strtol... yes
    checking for uname... yes
    checking for grantpt... yes
    checking for openpty... no
    checking for getdtablesize... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking for glib-2.0 >= 2.0.0... yes
    checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking GLIB_LIBS... -lglib-2.0
    checking for openpty in -lutil... no
    checking for socket in -lsocket... yes
    checking for gethostbyname in -lnsl... yes
    checking whether to use readline... yes
    checking for readline in -lreadline... no
    checking for readline in -lreadline... no
    checking for readline in -lreadline... no
    checking for readline in -lreadline... no
    checking for log10 in -lm... yes
    checking if malloc debugging is wanted... no
    checking for gtk+-2.0 >= 2.0.0... configure: error: You have GLIB 2.0 installed but I cannot find GTK+ 2.0. Run configure with --disable-gtk20 or install GTK+ 2.0
    jhawk@solaris-devx gftp-2.0.18rc1 >

  • Solaris Express Developer x86 -- only 64-bit?

    Hi, people, glad to be back. Just downloaded Solaris Express Developer edition x86 and installed -- almost with no problems.
    It's a system with Intel Celeron D with 64-bit and Hyper Threading support, DDR2 1Gb.
    Now running Solaris I noticed it's a 64-bit version, not 32-bit, as I meant to have. The command `isainfo -n` gives back ... "amd64"!
    Is there a 32-bit version of Solaris Express DE x86?
    Or maybe I need not worry at all and keep running the 64-bit one (actually, I've got no problem as yet)?
    Thanks in advance for any comments.

    So, my system supports 64-bit computing after all. I
    never thought about it, in fact.
    But does it mean Solaris Express DE x86 runs as
    64-bit on the systems supporting 64-bit, and as
    32-bit on 32-bit-only systems?Yes, that's correct. Solaris 10 was the first version of Solaris to support 64 bit operation on the x86 architecture.
    It and later versions (including Solaris Express DE x86) should automatically detect the architecture and run in that mode at boot time. There are some ways to force it to run in 32 bit mode only if necessary, but that would be unusual.
    Darren

  • Oracle Solaris Express 11 license

    Hi,
    Can I use Solaris Express 11 in production environment without buying the support subscription from Oracle?
    Can I use older versions of Solaris (9 and 10) in production environment without buying the support subscription from Oracle?
    Thanks,
    Tom

    Each system you've installed had a license attached to it. You must follow those rules.
    For older systems, our experience is that Oracle maintained whichever terms were agreed with Sun and/or upgraded the support contracts to current plans (which usually are better and/or the same).
    For new systems it's pretty clear you'll need a support contract from Oracle.
    Just to have yourself covered, I suggest you submit the old systems you're interested to keep running to an Oracle rep and ask for their opinion. Licenses can be tricky and a good sales rep will have enough experience answering the same question from other customers to be able to help you properly.
    As for Sol11 "Express", it also requires a license even though people may view it as Solaris11's little brother. Oracle isn't as active as I expected in selling Sol11 Express but they are nevertheless offering official support. When Solaris 11 comes out later this year they may change things (perhaps put Sol11 Express on a fast dev track, make it free, etc). For the time being, you need a support contract for production systems.

  • Help me in Installing Solaris Express, Developer Edition  X 86

    Hi,
    Help me in installing Solaris Express, Developer Edition
    When i am trying to install Solaris, system hangs and the moniter is switcher off when the system goes in GUI mode.
    i have intel 945GTP mother board with as on board Intel Graphics Media Accelerator Drives , Chipset -> Intle 945G , 160 SATA Hard Disk, 1 GB DDR2 Ram , P4 3.Ghz Processer , on board Intel PRO/100 VE Network Card.
    Please,Help me.
    Thanking you,
    P.Sathish Kumar

    Hello,
    first of all: Try to run the HCTS (Hardware
    Compatibility Test Suite) first, it's available
    here:
    http://www.sun.com/bigadmin/hcl/hcts/device_detect.htm
    l
    This you can run from Windows, and it will list all
    hardware that has drivers, and all those, that do not
    have drivers (including some public domain drivers).
    After that, you have the possibility to install
    Solaris WITHOUT a GUI, use one of the two "terminal"
    modes. The first Is still a GUI, as it only starts X
    and opens a terminal, in which then the installer
    runs. The second does NOT start X, but runs the
    installer on the console. Try this one, and once you
    get through that, you can afterwards figure out the
    settings of the Xserver.Hi ,
    i have installed the solaris using console.
    Still GUI is not starting, the moniter is switched off when GUI gets started
    I used Hardware Compatibility Test Suite, its say that system is supported
    by Solaris.
    Should i have change BIOS setting to stated the system
    Bye
    P.Sathish Kumar

  • Help me in installing Solaris Express, Developer Edition X86

    Hi,
    Help me in installing Solaris Express, Developer Edition
    When i am trying to install Solaris, system hangs and the moniter is switcher off when the system goes in GUI mode.
    i have intel 945GTP mother board with as on board Intel Graphics Media Accelerator Drives , Chipset -> Intle 945G , 160 SATA Hard Disk, 1 GB DDR2 Ram , P4 3.Ghz Processer , on board Intel PRO/100 VE Network Card.
    Please,Help me.
    Thanking you,
    P.Sathish Kumar

    Hello,
    first of all: Try to run the HCTS (Hardware
    Compatibility Test Suite) first, it's available
    here:
    http://www.sun.com/bigadmin/hcl/hcts/device_detect.htm
    l
    This you can run from Windows, and it will list all
    hardware that has drivers, and all those, that do not
    have drivers (including some public domain drivers).
    After that, you have the possibility to install
    Solaris WITHOUT a GUI, use one of the two "terminal"
    modes. The first Is still a GUI, as it only starts X
    and opens a terminal, in which then the installer
    runs. The second does NOT start X, but runs the
    installer on the console. Try this one, and once you
    get through that, you can afterwards figure out the
    settings of the Xserver.Hi ,
    i have installed the solaris using console.
    Still GUI is not starting, the moniter is switched off when GUI gets started
    I used Hardware Compatibility Test Suite, its say that system is supported
    by Solaris.
    Should i have change BIOS setting to stated the system
    Bye
    P.Sathish Kumar

  • Error installing Oracle 10gR2 on Solaris Express Developer Edition

    Hi
    I'm trying to install Oracle Db 10gR2 on Solaris Express Developer Edition 1/08 for x86 but it fails with the following link error:
    INFO: /export/home/u01/app/oracle/oracle/product/10.2.0/db_1/bin/genclntsh
    INFO: ld: fatal:
    INFO: symbol `ntcontab' in file /export/home/u01/app/oracle/oracle/product/10.2.0/db_1/lib/libn10.a(ntcontab.o): section [3] .data: size 0x60: symbol (address 0, size 0x70) lies outside of containing section
    INFO: ld:
    INFO: fatal:
    INFO: File processing errors. No output written to
    INFO: /export/home/u01/app/oracle/oracle/product/10.2.0/db_1/lib/libclntsh.so.10.1
    INFO:
    INFO: genclntsh: Failed to link libclntsh.so.10.1
    INFO: *** Error code 1
    INFO: make: Fatal error: Command failed for target `client_sharedlib'
    Any ideas would be appreciated.
    Thanks

    If your version of Solaris is not supported, see the support matrix, you are on your own. This is likely the case.

  • Iscsi target problem - solaris 10 snv_10

    I'm trying to connect to targets off a Sanrad vswitch from a Netra T1 running solaris express snv_10. I can see the targets, a devfsadm -i iscsi shows the system bringing the targets online, but I don't see anything in format afterwards.
    Both targets are fully funcational on a Solaris 8 system running the cisco initiator.
    # iscsiadm list discovery-address -v
    Discovery Address: 10.1.11.79:3260
    Target name: test02
    Target address: 10.1.11.79:3260, 1
    Target name: nete.test01
    Target address: 10.1.11.79:3260, 1
    # iscsiadm list target
    Target: nete.test01
    Target Portal Group Tag: 1
    Connections: 0
    Target: test02
    Target Portal Group Tag: 1
    Connections: 0
    # devfsadm -i iscsi
    Jun 7 05:53:56 netrat1-iscsi iscsi: NOTICE: iscsi session(5) nete.test01 online
    Jun 7 05:53:56 netrat1-iscsi iscsi: NOTICE: iscsi session(4) test02 online
    # format
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    0. c0t0d0 <SUN18G cyl 7506 alt 2 hd 19 sec 248>
    /pci@1f,0/pci@1,1/scsi@2/sd@0,0
    Specify disk (enter its number):
    suggestions?

    After doing the "devfsadm -i iscsi" can you post the results of "iscsiadm list target -S". Were there any additional messages around the time of the online messages?

  • Differences between Soalris and Solaris Express /Developer Edition

    Hi
    Thank you for readingn my post
    What is different between Solaris Express (Developer Edition) and solaris OS?
    Are they the same and with same capabilities?
    Can I install S1 Grid suite in a Express edition?
    Thanks

    Solaris 10 (with several updates) is the current release version of the Solaris operating system.
    Since the release in '05, Sun has been developing the "next" version of Solaris. Using the OpenSolaris code as a base, this version is codenamed "Nevada". Periodic builds of this version are available as Solaris Express. So you get more up-to-date drivers, features, and bugs from it. Because it's under development, there are no patches. Instead you'd need to upgrade to the next release (or create your own patch).
    I haven't looked specifically at S1 Grid, so it very likely will install. However installations on Solaris Express may not be a supported configuration if you need that.
    Darren

  • Keyboard problem on solaris express de installation

    Hello i m having problem to install solaris express developper edition on my pc, as when the installation start, it doesnt take anything i type from the keyboard.
    It s solaris express release 5.11 version snv_57.
    My keyboard is standard ps2 keyboard. I tried with two keyboards and i have the same problem.
    Someone knows how to solve this issue ? Is there anything to configure in bios ?
    thank you for any help

    Solved by using a usb keyboard...

  • HTTP Server is not currently supported with Solaris 10

    I am having a problem to start the HTTP Server on Solaris 10 (I am installing HTTP Server as part of HTMLDB installation on Solaris 10).
    I had a problem to install it at first, however I've found on 'AskTom' that unsetting ORA_NLS33 helps and it did. Now I can't start the HTTP server and I've found on metalink that 'HTTP Server is not currently supported with Solaris 10, this is targeted for Q2CY05'.
    Has this been fixed yet?
    Thank you for your time.
    DanielD

    Hi james,
    I have checked the log file but i am unable to find what to do next.
    I am giving the small piece of content of the log file. The following messages are repeating again and again...
    Log content:-
    07/09/23 17:20:36 Start process
    /dev011/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl startssl: execing httpd
    07/09/23 17:22:26 Start process
    /dev011/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl startssl: execing httpd
    07/09/23 17:22:30 Start process
    /dev011/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl startssl: execing httpd
    07/09/23 17:24:40 Start process
    /dev011/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl startssl: execing httpd
    07/09/23 17:24:44 Start process
    /dev011/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl startssl: execing httpd
    07/09/23 17:26:36 Start process
    /dev011/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl startssl: execing httpd
    07/09/23 17:26:42 Start process
    /dev011/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl startssl: execing httpd
    07/09/23 17:28:57 Start process
    /dev011/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl startssl: execing httpd
    07/09/23 17:29:01 Start process
    /dev011/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl startssl: execing httpd

  • Unable to play audio video files in solaris express

    I am unable to play mp3 and avi files in my newly installed oracle solaris express. I have installed 'gnome-audio', 'gnome-media', 'gstreamer', 'gstramer/plugin/gnonlin' packages. I have even installed 'IPSFWmpeg' MPEG-1 liabrary from sunfreeware repository. All these softwares are shown as installed packages in my package manager. But still on playing any video in totem movie player or audio file in rhythmbox player, a dialog box with an error message is displayed "The playback of this movie requires a MPEG-1 Layer 3 (MP3) decoder plugin which is not installed".
    What should i do to play avi files in Totem movie player and mp3 files in Rhythmbox music player? Please don't suggest other media players because i want to use only above said totem and rhythmbox and i want to know what's wrong with my software installations?

    You can get a free MP3 codec from Fluendo (http://www.fluendo.com/shop/product/fluendo-mp3-decoder/). There are some instructions on setting it up here: http://blogs.sun.com/observatory/entry/playing_your_mp3s_with_songbird.

  • No gnome in Solaris Express 11?

    Hi,
    I have installled Solaris Express 11 (sol-11-exp-201011-text-x86.iso) on VMWare.
    After installation I have discovered that there is no GUI.
    Have I installed incorrect image? Or maybe Sol 11 doesn't have gnome?
    Regards,
    Daniel

    Try "pkg search gnome" - this will search the online repository for gnome packages. The install CD does not contain a full set of packages - it just gets Sol 11 Express up and running. Use the pkg command to install the rest.

  • Portal Server support on Solaris/Intel Architecture

    Hi Gurus,
    Is iPlanet portal supported on Solaris on Intel architecture? Any of you have this kind of setup and experienced any problem? or was it smooth sailing? or is there some particular version of Solaris OS that has to be used..etc.
    Thanks
    Ashok

    The short answer is No. The current version of Portal Servers both 3.0 and 6.0 are supported only in Solaris / Sparc arch.

Maybe you are looking for

  • How to skip first screen in an LSMW

    Hi All,   Can anyone please tell me, if its possible to skip a screen while doing a recording using an LSMW. The following are the two options to achieve it: 1) Create a separate recording where that screen is not used 2) Is it possible to achieve th

  • Hyperlinks

    how can i create a hyperlink from .pages document to another saved .pdf file the drop down menu on the inspector hyperlink does not give option ???

  • Where do I find the internet preferences pane

    I am using an iMac., iPad and an iPhones 4s. Until this morning, using iCloud, all devices were being updated automatically, I tried to look at my webmail on BT broadband and it insisted I change my passwor, which I did. However now the devices do no

  • Finder window icons not showing

    In the main part of my finder window when I am in column view, the icons for each individual file are not showing. The file name is there as is the extension (if I go into preferences and enable it). I am concerned as-although in itself it is merely

  • [Solved] Dualcore Macbook using only one cpu

    Hello, I have a dual core macbook running Arch, default installation with default kernel (64bit). I just noticed that I only have one cpu running, even when I do some cpu-intensive work. Here is the output of /proc/cpuinfo: └─■ cat /proc/cpuinfo proc