CDROM Mount Solaris 10 x86

BACKGROUND:
In support of the U.S Navy, I've developed an IETM in XML and distributed it as PDF documents (in the Windows XP environment) meeting the current Military standards. My new tasking; However, is to ensure that this project can run on both the Solaris x86 platform and the Solaris SPARC platform. This IETM CDROM is classified and the contents may not be downloaded to any storage device. The IETM must run from the CDROM drive.
PROBLEM:
The 1st time I install the CDROM into Solaris x86, the CDE interface named the CDROM the following: CDROM/CDROM0/IETM, (IETM is the CD's label I named it). This causes all my external links between the 19 documents that comprise this IETM become invalid (not to work). This is only true when the link needs to travel up to a higher directory. If the link requires a location to a lower sub-directory, the links work as designed. I believe this is due to the fact that the links do not need to read the CDROM label when moving down directories.
So, I go off to the development box and try and reconfigure my links to accomodate Solaris' mount naming conventions. I link to the following: CDROM/CDROM0/IETM.
This time when I insert the CD into the CDROM drive, CDE interface names the CD, CDROM/CDROM0/IETM#2. ?!?!?!?!
I'm relatively new to Solaris, but well versed in computer programming and computer architectural design , but I'm totally confused with this 2 week old problem.
Does anyone have the time to respond to my dilema? Am I overlooking a very basic solution or is this new tasking of mine going to send me back through the development process to accomodate Solaris?
Thanks to you, in advance,
Richard Hippey
Multimedia Design and Development Specialist
TDS Incoprorated
N. Charleston, SC
(843)552-4720 #143

The missing pieces can be found in the UFS partition on the CD#1,
but Solaris can only mount UFS partitions on CPUs using the same
byte order that was used to create the filesystem. That is, Solaris
SPARC can mount big-endian UFS filesystems intended for SPARC;
Solaris x86 can mount little-endian UFS filesystem intended for x86.
But you cannot mount a big-endian SPARC UFS filessystem on
Solaris x86 - and vice versa.
The solution is to download the Solaris 10 DVD installation image,
and setup the install server from the DVD. The DVD installation
image contains everything that is needed in the platform neutral
ISO9660 filesystem image. There's no need for
setup_install_server to access the UFS filesystem bits using the
DVD.

Similar Messages

  • Mounting a Solaris x86 CD/DVD from a remote Windows CD/DVD-ROM drive

    Greetings, all.
    Is it possible to mount a remote Windows CD/DVD-ROM drive? I have the Solaris 10x86 Companion Software DVD sitting in a CD/DVD-ROM drive that's installed on a Windows server on my network. It is shared-out (F:) and the two servers can ping each other. I've also confirmed the NFS services/daemons are running on the Solaris x86 machine. I've tried the following variations but, all have failed to produce successful results:
    # mount -F nfs x.x.x.x:/f /mnt
    nfs mount: x.x.x.x: : RPC: Program not registered
    nfs mount: retrying: /mnt
    # mount -F hsfs x.x.x.x:/f /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/f
    # mount -F hsfs x.x.x.x:/F /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/F
    [FYI: S10_106_SOFTWARE is the DVD's label as reported by Windows Explorer.]
    # mount -F hsfs x.x.x.x:/S10_106_SOFTWARE /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/S10_106_SOFTWARE
    # mount -F hsfs x.x.x.x:/s10_106_software /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/s10_106_software
    # mount -F nfs x.x.x.x:/S10_106_SOFTWARE /mnt
    nfs mount: x.x.x.x: : RPC: Program not registered
    nfs mount: retrying: /mnt
    # mount -F nfs x.x.x.x:/s10_106_software /mnt
    nfs mount: x.x.x.x: : RPC: Program not registered
    nfs mount: retrying: /mnt
    # mount -F hsfs x.x.x.x:/f/s10_106_software /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/f/s10_106_software
    # mount -F hsfs x.x.x.x:/F/s10_106_software /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/F/s10_106_software
    # mount -F hsfs x.x.x.x:/f/S10_106_SOFTWARE /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/f/S10_106_SOFTWARE
    # mount -F hsfs x.x.x.x:/F/S10_106_SOFTWARE /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/F/S10_106_SOFTWARE
    I've also tried mounting it at bootup by adding the appropriate entry in the /etc/vfstab file but, this does not work as well. I've tried Google'ing for an answer to my issue but, I haven't been able to find anything that applies directly to what I'm reporting. It's usually chatter about mounting from one UNIX server to another. Any advice from the community would be greatly appreciated.

    After three weeks, you deserve a reply. Windoze does
    not natively support NFS.Also deserves a decent answer...
    There are two ways to do this:
    Install Microsoft's free "Windows Services for UNIX," which includes a Windows NFS server; or
    Install the 'sharity' package (google for it); it provides Solaris systems the ability to mount Windows shares

  • Solaris-x86 mount fat32 partition, the partition max size limit?

    solaris10 x86, laptop, 10G FAT32 partition for windows & x86 exchange data.
    the fat32 partition mount as normal, can be read fine.
    but write some file by x86, that can not find by windows.
    anyboy know did the solaris-x86 mount fat32 partition, the partition max size limit? or no limit, why this problem occur?

    Mounting Windows partition in Solaris
    The easiest way to share data now is to do it through a FAT32 partition. Solaris
    recognises it as partition of type pcfs. It is specified as device:drive where drive is
    either the DOS logical drive letter (c through z) or a drive number (1 through 24).
    Drive letter c is equivalent to drive number 1 and represents the Primary DOS partition
    on the disk; drive letters d through z are equivalent to drive numbers 2 through 24,
    and represent DOS drives within the Extended DOS partition.Syntax is
    mount -F pcfs device:drive /directroy-name
    where directory name specifies the location where the file system is mounted.
    To mount the first logical drive (d:) in the Extended DOS partition from an IDE hard
    disk in the directory /d use
    mount -F pcfs /dev/dsk/c0d0p0:d /d
    You can use mount directory-name after appending following line is in
    /etc/vfstab file
    device:drive directory-name pcfs no rw
    for example
    c0d0s0:c /c pcfs no rw
    If your windows partition like the following means
    C: - NTFS, D:-FAT32, E:-NTFS, F:-FAT32
    Then you can only mount D, F not C & E.
    Mounting D Drive:
    mount -F pcfs /dev/disk/c0d0p0:c /mountpoint
    Mounting F Drive
    mount -F pcfs /dev/disk/c0d0p0:d /mountpoint
    The driveletter only for fat not including other file systems (ntfs or any linux filesystems).

  • Mounting Solaris 8 formated disk to solaris10 X86

    I had purchased a 1 TB SATA hard disk and used a special adaptor from Acard to plug it into my scsi bus on a Pinnacle Data System computer (Sun Clone) and succeeded in making 137 GB partitions (slices) and suceeded in using 959Gb which is probably all of the disk anyway. I then had to loan my adaptor to a friend. Unfortunately before I could get it back I had to fly to Germany from California for an emergency sw issue. I then went to Scotland and used a SATA to USB adaptor to plug the hard disk into my E250. I had no problem mounting all the partitions and filling them up. Now my problem (finally) is that I loaded a spare disk for my Lenova T60 with Solaris 10 X86. Why won't the system mount any of the partitions of the TB disk?
    The system sees the device in the /dev/dsk directory but keeps telling me the device is already in use or the mount point is busy......I created the mount point. The system sees my 8GB corsair memory stick perfectly. I went into some other points and it seems the disk is an unknown format............what?
    Anybody got any ideas, let me know,
    Thanks, Mike
    ps: Sorry I was so long winded

    Hello Mike,
    Solaris x86 and Solaris SPARC ufs aren't interchangeable due to big-endian and small-endian dependance.
    http://forum.java.sun.com/thread.jspa?threadID=5088476&messageID=9307743
    http://mail.opensolaris.org/pipermail/ufs-discuss/2007-April/000857.html
    ZFS filesystems are interchangable between x86/x64 and SPARC.
    Michael
    Edited by: MAAL on Oct 9, 2007 8:42 PM
    Added a later google search hit.

  • Solaris x86 8 bootdisk

    For some reason my computer fails to boot from scsi cdrom, is there a
    bootdisk for Solaris x86? I have a Tekram DC-390F SCSI adapter and
    Pioneer DR-U24X CDROM-drive.

    Tekram offer a driver for download - this presupposes you have a system already installed and running Solaris so that you can actually install the Tekram driver.
    What Tekram have failed to implement and deliver is the "ITU" version of the driver - Install Time Update is Sun's mechanism \for allowing installation of drivers for devices which need to be bootable duringthe installation of the system - you'll see something like "F4 - use ITU floppy" along the bottom of the install screen.
    Options are: complain to Tekram and ask if they've heard of ITU
    or
    install with IDE CD then add SCSI support after

  • Can't mount Solaris 10 DVD

    I've been having trouble mounting the Solaris 10 10/08 Operating System SPARC DVD after installation so that I can add packages from the DVD. Rather than burn my own DVDs, I bought the media kit. Booting from that DVD in order to install Solaris 10 on this Sun Blade 150 workstation was successful, but it should now automatically mount when I insert it. This is using the internal DVD ROM drive that came with the workstation.
    I can mount the other DVDs in the kit.
    I can mount the problem DVD on Windows Vista, but that environment messes with the file names while creating a ZIP file so that by the time the package gets to the workstation where it's needed, it's useless.
    Next, I bought an external DVD ROM drive and got the same results on my workstation.
    I then moved the external DVD ROM drive to my Sun Fire V210 server and got the same results.
    Finally, I asked the fine folks at Sun to send me a replacement DVD. They sent the whole kit. The results are exactly the same on the workstation with the internal DVD ROM drive. I can't mount the SPARC DVD, but I can mount the x86 DVD for example.
    I previously attempted to burn the DVDs using the only drive I own that is supposed to have that capability, an internal drive on the Windows Vista PC. That failed.
    This should work using the media kit that I bought. What's the solution?
    Alan M. Feldstein
    [Cosmic Horizon|http://www.alanfeldstein.com/]

    Sun-worshiper wrote:
    Have you encountered the following bug:
    [http://bugs.opensolaris.org/view_bug.do?bug_id=6712352]
    (found on this thread: [http://forums.sun.com/thread.jspa?threadID=5347812&tstart=0])
    It is as jluband1 described in that thread, but only for the SPARC version of the Solaris 10 Update 6 DVD. The workaround communicated by maureen12345 is successful:
    # svcadm disable -t volfs
    # mount -F hsfs /dev/dsk/c0t1d0s0 /mnt
    # ls -l /mnt
    total 929
    drwxr-xr-x   2 root     root        2048 Oct 27 14:21 boot
    -r--r--r--   1 root     root        6557 Jul 31  2008 Copyright
    -rwxr-xr-x   1 root     root         257 Oct 27 13:57 installer
    -r--r--r--   1 root     root      460262 Jul 31  2008 JDS-THIRDPARTYLICENSEREADME
    drwxr-xr-x   2 root     bin         2048 Oct 27 14:20 License
    drwxr-xr-x   5 root     root        2048 Oct 27 14:21 platform
    drwxr-xr-x   7 root     root        2048 Oct 27 14:21 Solaris_10
    # (I always search the forum before posting, but didn't originally find the thread you reference, perhaps because "DVD" didn't appear in the subject.)

  • Mount Solaris 9 cd rom on sparc 64

    Hi,
    I have a problem mounting Solaris 9 cdrom.
    # ls -al /dev/sr* |awk '{print "/" $11}'
    /dsk/c0t1d0s2
    # mount -F hsfs -o ro /dev/dsk/c0t1d0s2 /cdrom/unnamed_cdrom
    mount: /dev/dsk/c0t1d0s2 no such device
    # iostat -En
    c0t1d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: LITEON Product: CD-ROM LTN486S Revision: YSU1 Serial No:
    Size: 0.00GB <0 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    Edited by: mlebedinski on Nov 24, 2007 11:02 PM

    Try this
    gunzip 10gr2_db_sol.cpio.gz
    cpio -idmv < 10gr2_db_sol.cpio
    Virag

  • ZFS Configuration Question - Also posted in Solaris x86

    Hello,
    I have 2 x 140GB (hw Raid-0 + spare). About 20GB is allocated to Solaris on UFS (standard installation and partitions/slices).
    I would like to allocate the 120GB left on the disk drive to ZFS. That space is not unallocated to any file system for now.
    I found a lot of documentation of how to create a ZFS Pool on an empty disk drive. The documentation is less clear on how to do it on a drive already use by another FS.
    Any help will be appreciated.
    Michel

    Darren,
    I just setup another Solaris x86 server tonight to play with. That future production server is in it's own vlan wtih no Internet access for now.
    The test server has the same configuration, but less disk space.
    Here is the output of prtvtoc
    # prtvtoc /dev/dsk/c0t0d0s0
    * /dev/dsk/c0t0d0s0 partition map
    * Dimensions:
    * 512 bytes/sector
    * 63 sectors/track
    * 255 tracks/cylinder
    * 16065 sectors/cylinder
    * 2350 cylinders
    * 2348 accessible cylinders
    * Flags:
    * 1: unmountable
    * 10: read-only
    * First Sector Last
    * Partition Tag Flags Sector Count Sector Mount Directory
    0 2 00 10522575 27198045 37720619 /
    1 3 01 16065 8401995 8418059
    2 5 00 0 37720620 37720619
    7 8 00 8418060 2104515 10522574 /export/home
    8 1 01 0 16065 16064
    Output of format
    selecting c0t0d0
    [disk formatted]
    Warning: Current Disk has mounted partitions.
    /dev/dsk/c0t0d0s0 is currently mounted on /. Please see umount(1M).
    Total disk size is 8920 cylinders
    Cylinder size is 16065 (512 byte) blocks
    Cylinders
    Partition Status Type Start End Length %
    ====== ====== ============ ===== === ====== ===
    1 Active Solaris2 1 2350 2350 26
    As you can see, the 1st partition is used at 26%. With fdisk, I can create a 2nd partition. My problem is to get that 2nd partiition availlable to Solaris and create a zpool in that unused space..
    Michel

  • Deinstall on Solaris x86

    not sure if this is the right place, but couldn't see one that was more germaine.
    i just used dbca to remove a 10gR1 database from a system and then used runInstaller to remove the binaries. it hung up the system and ended up corrupting the mounted filesystem -- we had to do a umount and fsck to get it back and all the bad nodes were oracle nodes.
    has anyone else had or heard of this kind of situation? is this a bug? did i do something wrong?
    help?

    We are doing work on converging the JVMs (Hotspot and JRockit). Solaris x86 is supported today for hotspot, and will be supported by the converged JVM as it is released.
    As things stand right now, JRockit will not be supported on Solaris x86 until JRockit will be replaced by the converged JVM.

  • Install oracle 8.1.7 on Solaris(x86) 10 b72

    Has anyone Installed oracle 8.1.7 on Solaris(x86) 10 b72???
    When I run runInstaller I have
    135$ Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/jre. Please wait...
    ld.so.1: /ora_inst/stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/i386/native_threads/jre: fatal: relocation error: file /ora_inst/install/../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/../lib/i386/native_threads/libawt.so: symbol XShmQueryExtension: referenced symbol not found (/ora_inst/install/../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/../lib/i386/native_threads/libawt.so)
    ld.so.1: /ora_inst/stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/i386/native_threads/jre: fatal: relocation error: file /ora_inst/install/../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/../lib/i386/native_threads/libawt.so: symbol XShmQueryExtension: referenced symbol not found (/ora_inst/install/../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/../lib/i386/native_threads/libawt.so)
    java.lang.UnsatisfiedLinkError:

    try this:
    LD_PRELOAD="libX11.so libXext.so" ; export LD_PRELOAD
    ./runInstaller

  • Oracle 8.1.5 Client/WLS/Solaris x86

    has anyone been able to get Oracle's client 8.1.5 running on Solaris x86 in conjunction with WLS to talk to back-end Oracle? Any help would be greatly appreciated.thanks.

    This will not work. We have not built the native libraries to work with
    Solaris on Intel..
    I suggest trying the platform independent type 4 JDBC driver available for
    free from Oracle. It is supported (as is any JDBC driver) with WebLogic
    Server. To download it:
    Go to http://www.oracle.com and select the "Download" option.
    From the resulting page, use the "Select Utility or Driver" dropdown to
    select Oracle JDBC drivers
    From the resulting page, scroll down a little (since SQLJ stuff appears at
    the top).
    Or, to go directly there:
    http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Dean Davis" <[email protected]> wrote in message
    news:3a267487$[email protected]..
    has anyone been able to get Oracle's client 8.1.5 running on Solaris x86in conjunction with WLS to talk to back-end Oracle? Any help would be
    greatly appreciated.thanks.

  • Install error for Oracle 10g on Solaris x86 64-bit.  NETCA won't run

    Hi All,
    I'm installing Oracle 10.2.0.1 on Solaris x86 64-bit. I run the Oracle installer and all runs well until the NETCA portion of the install. It then errors (error file below). When i attempt to run NETCA outside of the installer i'm getting the same error output. I have verified my OS version and that all dependent packages are installed. I'm not sure what is causing this. Any help would be greatly appriciated.
    thanks, dave
    ERROR FILE:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0xFEEF24E8
    Function=strchr+0x8
    Library=/lib/libc.so.1
    Current Java thread:
         at oracle.net.common.NetGetEnv.getDNSDomain(Native Method)
         at oracle.net.ca.ConfigureProfile.setDefaultProfileParams(Unknown Source)
         at oracle.net.ca.InitialSetup.setupConfigObjects(Unknown Source)
         at oracle.net.ca.InitialSetup.<init>(Unknown Source)
         at oracle.net.ca.NetCA.main(Unknown Source)
    Dynamic libraries:
    0x8050000      /data1/oracle/oracle/jdk/jre/bin/java
    0xfefc0000      /lib/libthread.so.1
    0xfefd0000      /lib/libdl.so.1
    0xfeed0000      /lib/libc.so.1
    0xfea00000      /data1/oracle/oracle/jdk/jre/lib/i386/client/libjvm.so
    0xfee80000      /usr/lib/libCrun.so.1
    0xfee50000      /lib/libsocket.so.1
    0xfedc0000      /lib/libnsl.so.1
    0xfeda0000      /lib/libm.so.1
    0xfeeb0000      /usr/lib/libsched.so.1
    0xfe9a0000      /lib/libm.so.2
    0xfed50000      /lib/libscf.so.1
    0xfe980000      /lib/libdoor.so.1
    0xfe960000      /lib/libuutil.so.1
    0xfe940000      /lib/libmd5.so.1
    0xfe920000      /lib/libmp.so.2
    0xfe8e0000      /data1/oracle/oracle/jdk/jre/lib/i386/native_threads/libhpi.so
    0xfe890000      /data1/oracle/oracle/jdk/jre/lib/i386/libverify.so
    0xfe850000      /data1/oracle/oracle/jdk/jre/lib/i386/libjava.so
    0xfe830000      /data1/oracle/oracle/jdk/jre/lib/i386/libzip.so
    0xf1a00000      /usr/lib/locale/en_US.UTF-8/en_US.UTF-8.so.3
    0xfc780000      /usr/lib/locale/en_US.UTF-8/methods_en_US.UTF-8.so.3
    0xf13c0000      /data1/oracle/oracle/jdk/jre/lib/i386/libawt.so
    0xf0f90000      /data1/oracle/oracle/jdk/jre/lib/i386/libmlib_image.so
    0xf0f30000      /data1/oracle/oracle/jdk/jre/lib/i386/motif21/libmawt.so
    0xf0d50000      /usr/dt/lib/libXm.so.4
    0xf0cf0000      /usr/openwin/lib/libXt.so.4
    0xf0cc0000      /usr/openwin/lib/libXext.so.0
    0xf1890000      /usr/openwin/lib/libXtst.so.1
    0xf0c30000      /usr/openwin/lib/libX11.so.4
    0xf0be0000      /usr/openwin/lib/libdps.so.5
    0xf0a90000      /usr/openwin/lib/libSM.so.6
    0xf0a70000      /usr/openwin/lib/libICE.so.6
    0xf0a30000      /data1/oracle/oracle/lib32/libnjni10.so
    0xefe00000      /data1/oracle/oracle/lib32/libclntsh.so.10.1
    0xefc60000      /data1/oracle/oracle/lib32/libnnz10.so
    0xf0a10000      /lib/libkstat.so.1
    0xefc40000      /lib/libgen.so.1
    0xefc20000      /lib/librt.so.1
    0xefbf0000      /lib/libaio.so.1
    0xefbd0000      /data1/oracle/oracle/lib32/libldapjclnt10.so
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 343K [0xf1e00000, 0xf1ea0000, 0xf22e0000)
    eden space 512K, 55% used [0xf1e00000, 0xf1e467f8, 0xf1e80000)
    from space 64K, 96% used [0xf1e80000, 0xf1e8f798, 0xf1e90000)
    to space 64K, 0% used [0xf1e90000, 0xf1e90000, 0xf1ea0000)
    tenured generation total 1408K, used 338K [0xf22e0000, 0xf2440000, 0xf5e00000)
    the space 1408K, 24% used [0xf22e0000, 0xf2334ab8, 0xf2334c00, 0xf2440000)
    compacting perm gen total 4096K, used 3580K [0xf5e00000, 0xf6200000, 0xf9e00000)
    the space 4096K, 87% used [0xf5e00000, 0xf617f170, 0xf617f200, 0xf6200000)
    Local Time = Tue Aug 29 13:49:22 2006
    Elapsed Time = 225
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
    #

    I have the same problem on Linux Debian 3.0.
    My /etc/hosts looks like:
    127.0.0.1     localhost.localdomain     localhost
    #192.168.100.1     bt.lan.home     bt
    #192.168.100.5     jacek.lan.home     jacek
    # The following lines are desirable for IPv6 capable hosts
    ::1     ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhostsPlease help.

  • How to upgrade oracle 32 to 64 bit on sun solaris x86 64 bit OS?

    Hi,
    I want to upgrade/convert 32 bit Oracle Database 10.2.0.2 to 64 bit database. Existing 32 bit database is RAC and it is running on Sun Solaris X86 64 bit OS.
    First, I want to know is it possible?
    If yes, then what are the exact steps?

    Hi,
    Such a migration can be done, just follow the steps in Metalink note 62290.1
    It is important to remember that 64-bit database requires more shared pool memory so you should increase your shared pool size.
    Liron Amitzi
    Senior DBA consultant
    [www.dbsnaps.com]
    [www.orbiumsoftware.com]
    Edited by: Liron Amitzi on Jul 1, 2009 3:08 PM

  • How to integrate a Solaris x86 server on Sun Management Center ?

    Hello people,
    I want to integrate a Solaris x86 server on Sun Management Center platform.
    If I'm not wrong, SunMC doesn't run for Solaris x86, server and client only as console with Java.
    In speat of it, I try to install Sun Management Center 3.0 Agent for Solaris x86.
    It seems to be ok, install packages, but when execute es-setup script, intents to create the following directory:
    /opt/SUNWsymon/base/bin/sparc-sun-solaris2.8
    I supose that in this directory, SunMC will install sparc binary files
    At this point, I can't follow the installation and abort it.
    Can anybody give me ideas to install and integrate my solaris x86 server on SunMC ?
    Thanks

    Hi Hisham,
    hishooooo wrote:
    Dear Gents,
    I have one X86 Solaris Server configured and installed to be Sun Management Center Server.
    successfully i could monitor the Sun Solaris Servers after i have installed the SMC agent on them.
    my problem is that i could not install the SMC agent on Red Hat Linux. as i could not find an easy document or steps to do so.
    could you guide please?If you still have a copy of your SunMC media around, the same ["es-inst"|http://docs.sun.com/app/docs/doc/820-2215/command-line-1?l=en&a=view] program you use to install Solaris Agents should work on Linux as well. It autodetects OS type and will install Solaris packages or RPMs as appropriate.
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • How to integrate Solaris x86 server on Sun Management Center ?

    Hello people,
    I want to integrate a Solaris x86 server on Sun Management Center platform.
    If I'm not wrong, SunMC doesn't run for Solaris x86, server and client only as console with Java.
    In speat of it, I try to install Sun Management Center 3.0 Agent for Solaris x86.
    It seems to be ok, install packages, but when execute es-setup script, intents to create the following directory:
    /opt/SUNWsymon/base/bin/sparc-sun-solaris2.8
    I supose that in this directory, SunMC will install sparc binary files
    At this point, I can't follow the installation and abort it.
    Can anybody give me ideas to install and integrate my solaris x86 server on SunMC ?
    Thanks

    Hi
    From the Unix prompt enter oemapp console(for v9.x). If you are using earlier versions it is oemapp console (for starting the console) and oemapp dbastudio(for starting dba studio)
    For starting OMS enter: oemctrl start oms.
    Hope this helps
    sarath

Maybe you are looking for

  • Sent mail is marked as 'unread'

    This just started happening a few days ago. No settings have been changed, nothing is different in how or where mail is stored. About 1/2 of the mail I send now appears as 'unread' in the Sent mail folder in Mail. Why? How can I make this stop? I rel

  • Only getting static, no channels, etc

    Hi, i have recently purchased an MSI VOX  usb2 device, and have installed it without any obvious problems (it is displayed in control panel, the programs- both windvd and the intervideo program, can recognise it) and yet cannot get a picture from any

  • Email Server Set up

    Ok, I'm not new to Macs but I am new to setting up the emai service.  I just took the Server Essentials course and learned how to set up an email server using OS X but I am unable to take what I've learned and use it in our environment.  A little bac

  • File Download Hell, this is insane!!

    I have been searching for days and cannot believe that the only solution to allow users to download files NOT in the WEB-INF directory is to add a plugin from a third party entity. I'm not even sure that suggestion would work as I don't have the opti

  • Poor Color on TV after Transcoding with Encore

    The color is bad when I view the DVD on my (Panasonic) DVD/VCR-TV that I created with PP/Encore; whereas, when the same DVD is run on my computer the colors are fine. They look just like the originals I worked on in Photoshop. So the problem appears