How to get cisco provided window 2003 server?

when i tried to install CRS 5.0(2) FROM cd i have.cisco CRS 5.0(2) ORIGINAL.INSTALLATION is aborting with prompt that cisco provided hardware is needed for CRS. HOW to solve this issue?plz tell , i am new to this field.

Hello Ashish,
In this case that you need to get a copy of Cisco OS you will need to contact customer service deparment and request them the installation media.
You can contact Customer Service through one of the following ways.
PHONE : 1-800-553-6387
Email :  [email protected]> [email protected] subject line put
in "Missing CD/DVD Request".
Customer service will need as much of the following information you can
provide.
1. Reason for Request
2. SO#
3. SAS/SASU (or any other Software Contract #)
HTH
Please rate this post if was helpful
Walter Solano

Similar Messages

  • How imstall the  BI7 on windows 2003  server

    Hi
    How imstall the  BI7 on windows 2003  server please   advise .
    thanks in advence
    with best regards
    jainendra prajapati

    Hi,
    Just install Netweaver 7.0 system following installation guide on https://service.sap.com/instguides and then after installation finished install BI_CONT add-on.
    Then your BI 7.0 system will be ready.
    Thanks
    Sunny

  • How To Enable NAT in Windows 2003 Server to wireless connection mobile or computer

    Situation: I am an administrator of company . I’m getting my internet services through a
    DSL connection. I’m using Microsoft technologies; hence, my server is Windows 2003 Server. I want to distribute internet(wireless) to all the computers or mobiles through the main server by routing and remote access
    Main server is 192.168.1.10
    Default gateway(ip of router linksys) is 192.168.1.1
    How can i do that and which setting i will use
    please help me

    Hi,
    So you don’t have a NAT device and want to use windows server 2003 RAS role as a NAT?
    Windows server 2003 could work as NAT.
    How to configure Network Address Translation in Windows Server 2003
    http://support.microsoft.com/kb/816581
    But I’m a bit curious with your gateway. I guess windows server 2003 connect to internet via your default gateway. If so ICS is another solution:
    How To Set Up Internet Connection Sharing in Windows Server 2003
    http://support.microsoft.com/kb/324286
    At last, buy a wireless router could be a better solution.
    Hope this helps.

  • How to Install 64-bit "Generic / Text Only" print driver on a 32-bit Windows 2003 Server?

    Hi All,
    In a nutshell, I need to Install the 64-bit Generic / Text Only print driver on a 32-bit Windows 2003 Server’s “Generic / Text Only 32-bit print queue.
    The problem is that there is no Driver-Disk to get the drivers. I’ve been able to isolate 14 files related to the 64 bit drivers from a Windows 7 x64 computer and copy them to a temp folder on the Windows 2003 x32 server. When I try to add the 64 bit driver
    to the Windows 2003 x32 server,  it wants a *.inf file, which I don’t have and can’t find.
    Because Microsoft will no longer support Windows XP, my client is replacing all of their Point-of-Sale Windows XP x32 systems with Windows 7 x64. They use Terminal Services (Remote Desktop) to connect to a Windows 2003 x32 server to use the POS system. The
    POS software redirects LPT1 back to the local Generic / Text Only printer. This works great for XP x32.
    When we use the Terminal Services POS software on the new Windows 7 x64 system, none of the labels print out because it’s redirected in 32-bit back to the local Windows 7 x64 Generic / Text Only 64-bit printer.
    This will be a huge issue for me if I can’t get this to work.
    Thanks in advance for any suggestions and help! -Rob

    those may be helpful...
    http://social.technet.microsoft.com/Forums/en-US/a129f49a-0216-41f0-b190-3efb46fbb8ac/generic-text-only-driver-on-windows-2008-server-r2?forum=winserverprint
    http://blogs.technet.com/b/yongrhee/archive/2009/09/14/how-to-add-64-bit-print-drivers-on-32-bit-windows-server-2003-or-windows-server-2008-print-server.aspx
    Best,
    Howtodo

  • How do I rename an XE database on a Windows 2003 Server?

    Ok. I'm attempting to rename a freshly installed XE database on a Windows 2003 Server. It looks like there is no getting around the fact that the database gets named "XE" during installation. Because there could potentially be multiple installations of XE in my organization, I thought it'd be a good idea to disambiguate the installations by renaming them to match their function. In this particular case, I'd like to rename the database to "CTXMGMT". It will be a data repository for our Citrix farm administration programs.
    Here is what I've performed thus far:
    1. Installed Oracle 10g XE on one of our Windows 2003 Server, Standard Edition machines.
    2. Verified that the installation was performed correctly by making sure the 'Database Home Page' loads correctly through Internet Explorer, and by performing a few Select statements on the database (i.e. select name from v$database;)
    * * I then began following instructions from this document (http://www.utexas.edu/its/unix/reference/oracledocs/v92/B10501_01/server.920/a96652/ch14.htm#1004735) to rename the database. Note: I'm only trying to change the name of the database, not the ID.
    3. Shutdown the database
    4. Opened the database in MOUNT mode
    5. Ran the NID utility. Here's the actual input/output to/from the NID utility:
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>nid target=sys/manager@xe DBNAME=CTXMGMT SETNAME=YES
    DBNEWID: Release 10.2.0.1.0 - Production on Mon Jul 10 15:55:10 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to database XE (DBID=2476560070)
    Connected to server version 10.2.0
    Control Files in database:
    C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    Change database name of database XE to CTXMGMT? (Y/[N]) => Y
    Proceeding with operation
    Changing database name from XE to CTXMGMT
    Control File C:\ORACLEXE\ORADATA\XE\CONTROL.DBF - modified
    Datafile C:\ORACLEXE\ORADATA\XE\SYSTEM.DBF - wrote new name
    Datafile C:\ORACLEXE\ORADATA\XE\UNDO.DBF - wrote new name
    Datafile C:\ORACLEXE\ORADATA\XE\SYSAUX.DBF - wrote new name
    Datafile C:\ORACLEXE\ORADATA\XE\USERS.DBF - wrote new name
    Datafile C:\ORACLEXE\ORADATA\XE\TEMP.DBF - wrote new name
    Control File C:\ORACLEXE\ORADATA\XE\CONTROL.DBF - wrote new name
    Instance shut down
    Database name changed to CTXMGMT.
    Modify parameter file and generate a new password file before restarting.
    Succesfully changed database name.
    DBNEWID - Completed succesfully.
    6. After running the NID utility from a separate DOS Window, I attempt to shutdown the newly renamed database from the first DOS Window I used in steps 3 & 4 from above (i.e. to shutdown the database and then start it in MOUNT mode) but I receive this error:
    ORA-03113: end-of-file on communication channel
    This is somewhat expected since the SQL*Plus connection in this window probably had "the bottom pulled out from under it" when the database was renamed.
    However at this point I'm unsure about what state the database is in. Is it down? Is it up? Logic would sort of dictate that the database was left in the MOUNT state, which is the state it was in when the database name was changed. However, the only way I'm able to get back in to the database is by doing the following
    a. Opened a new DOS window
    b. entered "set ORACLE_HOME=C:\oraclexe\app\oracle\product\10.2.0\server"
    c. entered "set ORACLE_SID=XE"
    d. entered " sqlplus "/ as sysdba" "
    e. at SQL> prompt, entered "startup"... which produces:
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 285212672 bytes
    Fixed Size 1287016 bytes
    Variable Size 92277912 bytes
    Database Buffers 188743680 bytes
    Redo Buffers 2904064 bytes
    ORA-01103: database name 'CTXMGMT' in control file is not 'XE'
    SQL>
    From here I don't know what to do. According to the ORA-01103 error message, it looks like I need to change the database name in the control file to "CTXMGMT", but I'm not sure how I should go about that. The control file is a binary file, so I can't just open it up with Notepad and type in a new database name.
    I suspect that even once that is done that the listener.ora (and maybe the tnsnames.ora file?) will have to be edited to include the new "CTXMGMT" name, but I'm not sure how exactly those files should look to incorporate the new database name.
    Also, would the names of services have to be changed in Windows as well? (i.e. Would the Windows service named "OracleServiceXE" have to be renamed to "OracleServiceCTXMGMT" ?)
    In short, I really just need to know how to rename an XE database on Windows appropriately. The steps described above represent as far as I've gotten. If I'm going about it incorrectly could someone shed some light on the correct steps to follow? The more detailed the better. Thanks.
    - Gary

    Okay, I've....
    1) Reinstalled XE, to start from scratch
    2) Went in to SQL*Plus, did a "create pfile from spfile;"
    3) Shutdown the database
    4) Started it up in MOUNT mode
    5) Ran NID, to change the database name from 'XE' to 'CTXMGMT'
    6) Shutdown the database again
    7) Edited the pfile to change the database name (i.e. "db_name='CTXMGMT'")
    8) Started up the database
    And that worked! So that's good... but now my question is:
    How do I change the SID for the database? Currently, the instance name for the database is still 'XE'....
    SQL> select instance_name
    2 from v$instance;
    INSTANCE_NAME
    xe
    I'd like it so a connection could be made to the database with the tnsnames.ora file looking like this:
    CTXMGMT =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(Host = rodin)(Port = 1521))
    (CONNECT_DATA = (SID = CTXMGMT))
    Could someone explain how to get the database to this state? Thanks.
    - Gary

  • How to connect to Window 2003 server using "connect as"

    How can I set up Lion to easily connect to specified shares in the windows 2003 server. I want to authenticate as a user other than the one I am logged into on my Macbook? I am setting this up for teachers in a school. The macbook may be used by multiple teachers. Best way (simplest) please.

    Hi
    Let's pretend the Windows Server has an IP address of 10.10.10.254
    Go Menu > Connect to Server > smb://10.10.10.254. When prompted enter the account credentials of a user (username and password) that exists on the Windows Server. Alternatively you could use cifs://10.10.10.254. Either one will do. Assuming no 'silliness' on the Windows Network Administrator's part the share should mount.
    For ease of connectivity afterwards you could tick the 'remember password using keychain manager' box. Personally I find keychain manager more trouble than it's worth. However you deal with this as you see fit. If it's multiple users using the same workstation I would not enable the option.
    Once mounted you can view the Server Share on the user's Desktop by enabling the option in the Finder. It should appear as a blue-ish drive icon on the Desktop. Add the icon in that User's Login Items in the Accounts Preferences Pane. Think of it a little like the Windows equivalent of "mapping a network drive".
    Next time that user logs into their local account and provided the workstation is connected to the same network, the share point should mount.
    You could also or alternatively drag the share icon to the right hand side of Dock. Click on it to re-connect to the share after you've disconnected from it.
    HTH?
    Tony

  • Has anyone managed to get a 3TB dynamic disk on Windows 2003 Server?

    I just got a pair of new 3TB disks that I wanted to put on my Windows 2003 server enterprise x64 system, SP2, all updates installed.
    When I first tried to convert to dynamic, I got the error "The operation did not complete" as described in this KB article
    http://support.microsoft.com/kb/826823
    It says there is a patch, but there is not one for x64, just x86 and ia64
    I found another technet discussion here:  https://social.technet.microsoft.com/Forums/en-US/winserverfiles/thread/cb62238c-b3d0-4989-b45a-ae6de6701a7b?stoAI=10
    However its best suggestion is to use a product from AOMIE, but I tried that and it didn't even recognize the disk.  It also suggests that one needs a better version of diskpart.exe and to try to the 32 bit version.  Anyone have any experience
    with that?
    I also tried creating moving the disk to Windows 7 x64, making it dynamic there, but when I move the disk back to 2K3 it does not recognize it, and goes back to a 2TB partition.  I also saw something about needing a 512 block size for 2K3, but W7 does
    not allow anything smaller than 1K.

    Hi,
    During my research, if found the following artcle which also mentioned a 3TB disk should be supported in Windows 2003 SP1:
    Has anyone managed to get a 3TB dynamic disk on Windows 2003 Server?
    http://social.technet.microsoft.com/Forums/en-US/winserverfiles/thread/a720ae72-0c04-44dd-94c0-2e6aecce530e
    So I contact the author about this issue. He said it could be caused if your hard disk is a 512e drive as the 3TB drives on the market today are normally 512e drives.
    However manufacturers stopping identifying this, and if the controller is old, FSUtil will not able to identify a 512 drive but recognized it as a normal 512n drive.
    Thus please provide the drive model so we could search on manufacturer's website for exact information.
    Also please paste the screenshot in your reply which Satish mentioned if available.
    In addition, here is an article Robert provided:
    http://www.windowsitpro.com/article/what-would-microsoft-support-do/support-advanced-format-hard-drives-141584

  • How to up concurrent manager in R12 EBS installation in windows 2003 server

    Hi,
    I have installed R12 EBS on windows 2003 server. It was working fine for 2 days.
    Then suddenly when I submitted some concurrent program ,
    status was "No Manager" i.e. concurrent manager was down.
    I dont know how to restart/start concurrent manager .
    Any help will be greatly appreciated .
    Thanks

    Thanks hussein , where do I get application env file. I tried stoping cm from the services and then executed file CMCLEAN.sql and then restarted cm from services menu. However still I can't see cm running in application. I bounced the server also before restartingConfiguration and Environment Files
    http://docs.oracle.com/cd/E18727_01/doc.121/e13676/T530334T530337.htm#admu-cef
    Did you commit the changes after running cmclean.sql? If yes, please check the CM log file for any errors.
    Thanks,
    Hussein

  • Dreamweaver CS3 running on Windows 2003 Server, How to do a License Swap to a new Hardware

    Hello, I have an urgent Licensing question belonging Adobe Dreamweaver CS3 running on Windows 2003 Server.
    How to do a License Swap to a new Hardware which runs currently on an Image of another Server (same HW), this License needs to be exchanged by the original Licence, however the MAC address has changed due to the HW-SWAP,  Serial Number of the "Adobe Dreamweaver CS3" is available,
    Is there a Adobe hotline existing, which could support?
    Thank you very much.
    hihtec

    download the endpoint.dll
    Posted by WebUser Jj C V Bautista from Cisco Support Community App

  • Windows 2003 server access getting slow from Windows7/8 client

    We have Windows 2003 Enterprise Server. If I try to access through Windows 7 or Windows 8 client PC then I am getting very slow access. Slow access in terms of, if I am taking remote desktop of server [OR] if I directly browse server directory [OR] even
    accessing any web application on server it is very slow.
    But if I am accessing though any Windows-XP base client or even other servers having Windows 2003 or Windows 2008 then access in good.
    But interesting thing is even we have other Windows 2003 server for which I am getting normal response.
    Can someone guide me on the same? I am not able to understand the root cause of it.
    -Abhay

    Start with decreasing SMB version in clients. For inspiration look here
    http://www.petri.co.il/how-to-disable-smb-2-on-windows-vista-or-server-2008.htm
    Rgds
    Milos

  • How to install 11.5.10 on VMWare with Windows 2003 Server?

    Need help on installing 11.5.10 on VMWare which runs Windows 2003 Server.
    I've XP Pro laptop with 2GB RAM and 80GB HDD and external HD with 250GB. Gathered all required s/w for installation.
    The Win 2003 Server VMWare is sitting on the external HD. I want to install pre-req s/w along with 11.5.10 on the VMWare.
    (1) How do I make the laptop's CD drive and HD visible to the VMWare?
    (2) Can I use the XP laptop HD as staging area and install on VMWare on external HD?
    (3) What are the disadvantages/risks of using the external HD for both staging and actual installation?
    Any help is appreciated.
    FYI - we already have an Oralce 11.5.9 on VMWare. All services are up and running. Able to logon to SQL*Plus and EBS home page. The issue is, we are not able to connect to this Oralce VMWare image from other VMWare image(Siebel), ie, if we do a telnet to oracle vmware image connection establishes and closes immediately. No clue on why this is happening. But this is not happening when we did telnet from a vmware image(plain win 2003 server) that does not have Siebel. All vmware images work fine individually.
    Any inputs?
    Thx,
    Jags

    Need help on installing 11.5.10 on VMWare which runs Windows 2003 Server.
    I've XP Pro laptop with 2GB RAM and 80GB HDD and external HD with 250GB. Gathered all required s/w for installation.
    The Win 2003 Server VMWare is sitting on the external HD. I want to install pre-req s/w along with 11.5.10 on the VMWare.
    (1) How do I make the laptop's CD drive and HD visible to the VMWare?
    (2) Can I use the XP laptop HD as staging area and install on VMWare on external HD?
    (3) What are the disadvantages/risks of using the external HD for both staging and actual installation?
    Any help is appreciated.
    FYI - we already have an Oralce 11.5.9 on VMWare. All services are up and running. Able to logon to SQL*Plus and EBS home page. The issue is, we are not able to connect to this Oralce VMWare image from other VMWare image(Siebel), ie, if we do a telnet to oracle vmware image connection establishes and closes immediately. No clue on why this is happening. But this is not happening when we did telnet from a vmware image(plain win 2003 server) that does not have Siebel. All vmware images work fine individually.
    Any inputs?
    Thx,
    Jags

  • OS 10.3.9 and Windows 2003 Server - Can't get to the network

    My company just up graded from a Windows 2000 to a Windows 2003 server. I am lone Mac user. Yesterday, with Windows 2000, I had no trouble accessing several drives on the server. Now with this upgrade, I can't log on to any of the drives.
    The IT folks are not that Mac savvy and they've tried a few things regarding security, but they're lost, and haven't found anything from Microsoft that helps. And I know nothing about networking. I've tried searching Apple but can't find anything specific to this problem. I can print to all the networked printers, just can't get to the drives.
    Is there something we're missing here? Something in my System Preferences that we needed to adjust first?
    Thanks.
    Power Mac G5   Mac OS X (10.3.9)  
    Power Mac G5   Mac OS X (10.3.9)  

    My company just up graded from a Windows 2000 to a Windows 2003 server. I am lone Mac user. Yesterday, with Windows 2000, I had no trouble accessing several drives on the server. Now with this upgrade, I can't log on to any of the drives.
    The IT folks are not that Mac savvy and they've tried a few things regarding security, but they're lost, and haven't found anything from Microsoft that helps. And I know nothing about networking. I've tried searching Apple but can't find anything specific to this problem. I can print to all the networked printers, just can't get to the drives.
    Is there something we're missing here? Something in my System Preferences that we needed to adjust first?
    Thanks.
    Power Mac G5   Mac OS X (10.3.9)  
    Power Mac G5   Mac OS X (10.3.9)  

  • How can I open all ports on a Window 2003 Server

    How can I open all ports on my windows 2003 server for a specific range of IP addresses?

    Hi,
    Just want to confirm the current situations.
    Please feel free to let us know if you need further assistance.
    Regards.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to setup SMBX client for work with Windows 2003 server's shared folders?

    Dear community,
    Some folders within shared folder on Windows 2003 Server is not visible for MacOS 10.8 client.
    How should I set up SMBX? Is there manual?
    I know, there is simple solution to type exact pathname (with those invisible folders) in connection dialog, but it is not usefull for me.
    Thank you  in advance

    Hi,
    Please remove the 3 non-exists DC from environment using the metadata clean-up process using script from below article. then manually delete the records from DNS management console as given below.
    https://gallery.technet.microsoft.com/scriptcenter/d31f091f-2642-4ede-9f97-0e1cc4d577f3
    Manual steps to clear the records.
    Dnsmgmt.msc [Dns Management]
    A.Expand the forward lookup zones\_msdcs folder
    i. Make sure only the actual domain controllers are listed, delete wrong Alias recordsremove wrong name server records
    ii. Select the container [forward lookup zones\_msdcs.domain.com\dc\_sites_\sitename\_tcp] > delete incorrect _ldap and _kerberos records are listed.
    iii. Select the container [forward lookup zones\_msdcs.domain.com\dc\_tcp] and delete incorrect _ldap and _kerberos records
    iv. Expand the [forward lookup zones\_msdcs.domain.com\domains\guid\_tcp] and delete incorrect _ldap entries
    v. Select [forward lookup zones\_msdcs.domain.com\gc] – delete incorrect HostA records
    vi. Expand the [forward lookup zones\_msdcs.domain.com\gc\_sites\sitename\_tcp] – delete incorrect _ldap entries
    vii.Select the [forward lookup zones\_msdcs.domain.com\gc\_tcp] – delete incorrect _ldap entries
    viii. Select the [forward lookup zones\_msdcs.domain.com\pdc\_tcp] – delete incorrect _ldap entries
    B.Expand the forward lookup zones\domain.com folder
    i.Delete Host(A) records of dc’s which are non-existant.
    ii.Correct the NameServer (NS) records
    iii. Follow steps similar to ’ A ii ‘ >> ‘ A viii’
    · Dssite.msc [Sites and Services]
    A.Expand the [Sites\Sitename\Servers] – delete incorrect server’s
    B.Delete incorrect subnet configurations [Sites\Subnets]
    C.Delete incorrect site links [Sites\IP]
    · Make sure the domain controllers are pointing to the correct dns servers in tcp\ip settings.
    · Force replication – ‘repadmin /syncall’

  • Getting folder free space in a Windows 2003 server with folder cuotas

    Dear Friends:
    First I have to request apologizes about my bad English.
    I was wondering if the following could be done: stablish a folder cuota un Windows 2003 Server R2, and retrieve the folder free space with Java.
    With the file.getUsableSpace, I can obtain the free space of the entire partition, but I'm only interested in a specific folder.
    Is that possible?
    Thanks in advance.
    R. Camps.

    Dear Andrew:
    Thank you for your suggestion, but I know more or less how to configure the quotas over Windows folders. That is not a problem.
    I will try to explain my problem in other words. Imagine a folder called "c:\myfolder", with a quota of 2Gb, in a hard disk with 250Gb of total space.
    When I do:
    File f=new File ("c:\myfolder");
    long s=f.getUsableSpace();the method getUsableSpace returns 250Gb, not 2Gb. For me, it would be wonderful to obtain the free space of the quota value, not the free space of the partition.
    Thank you very mucch for your attention.
    R. Campos.

Maybe you are looking for

  • Apple VGA Adapter, with iPad 1, OS 4.3 upgrade and Data Projector?

    Hi, Our school is testing a number of iPads, and I will be buying a iPad 2 on the 25th March. I would like to test my iPad 1 with the Apple VGA Adapter and my data projector in my classroom. (All Apps) In the past the Apple VGA adapter did not mirror

  • XML file conversion after sender file content conversion

    Hi, I have issue refarding file content conversion. My input structure is <MT_RCICrecords> <TRNH>   <RCIC>     <RECH>     <RECL>   <RCIC> <TRNH> Afetr sender File content conversion (csv to xml) it produces xml file as below (since file conversion do

  • Can I use multiple store.connect( ) in my code?

    I have a mail server installed on my local comp and have created multiple users. Now I need to poll the folders of each of those users for mails and read the mails. The code is working fine for a single user but when I increase the number or users, i

  • Focus changes randomly when typing on EliteBook 8570p

    I saw related posts and changed the mouse sensivity but this has not helped. This is really annoying.

  • Org Model to CDB table SMOMITAREA

    I hope you can help.... When we download the Org Model to the CDB, the table SMOMITAREA is updated.  In this table is a field for 'Default' Sales Org for a business partner. Can you tell me what defines which Sales Org is default for a person in the